From e3cb201b1f763fa33c3ddecbeb91b686693dea3f Mon Sep 17 00:00:00 2001
From: Chris Cantwell <c.cantwell@imperial.ac.uk>
Date: Wed, 7 Aug 2019 16:31:10 +0100
Subject: [PATCH] Removed erroneous line in licence throughout code.

---
 LICENSE.txt                                                      | 1 -
 library/Collections/BwdTrans.cpp                                 | 1 -
 library/Collections/CoalescedGeomData.cpp                        | 1 -
 library/Collections/CoalescedGeomData.h                          | 1 -
 library/Collections/Collection.cpp                               | 1 -
 library/Collections/Collection.h                                 | 1 -
 library/Collections/CollectionOptimisation.cpp                   | 1 -
 library/Collections/CollectionOptimisation.h                     | 1 -
 library/Collections/CollectionsDeclspec.h                        | 1 -
 library/Collections/IProduct.cpp                                 | 1 -
 library/Collections/IProduct.h                                   | 1 -
 library/Collections/IProductWRTBase.cpp                          | 1 -
 library/Collections/IProductWRTDerivBase.cpp                     | 1 -
 library/Collections/Operator.cpp                                 | 1 -
 library/Collections/Operator.h                                   | 1 -
 library/Collections/PhysDeriv.cpp                                | 1 -
 library/Demos/Collections/CollectionTiming.cpp                   | 1 -
 library/Demos/LibUtilities/ErrorStream.cpp                       | 1 -
 library/Demos/LibUtilities/FieldIOBenchmarker.cpp                | 1 -
 library/Demos/LibUtilities/NodalDemo.cpp                         | 1 -
 library/Demos/LibUtilities/TimeIntegrationDemo.cpp               | 1 -
 library/Demos/LocalRegions/LocProject.cpp                        | 1 -
 library/Demos/MultiRegions/Helmholtz3D.cpp                       | 1 -
 library/Demos/SpatialDomains/PartitionAnalyse.cpp                | 1 -
 library/Demos/StdRegions/StdProject.cpp                          | 1 -
 library/FieldUtils/Field.hpp                                     | 1 -
 library/FieldUtils/FieldUtilsDeclspec.h                          | 1 -
 library/FieldUtils/InputModules/InputDat.cpp                     | 1 -
 library/FieldUtils/InputModules/InputDat.h                       | 1 -
 library/FieldUtils/InputModules/InputFld.cpp                     | 1 -
 library/FieldUtils/InputModules/InputFld.h                       | 1 -
 library/FieldUtils/InputModules/InputNek5000.cpp                 | 1 -
 library/FieldUtils/InputModules/InputNek5000.h                   | 1 -
 library/FieldUtils/InputModules/InputPts.cpp                     | 1 -
 library/FieldUtils/InputModules/InputPts.h                       | 1 -
 library/FieldUtils/InputModules/InputSemtex.cpp                  | 1 -
 library/FieldUtils/InputModules/InputSemtex.h                    | 1 -
 library/FieldUtils/InputModules/InputXml.cpp                     | 1 -
 library/FieldUtils/InputModules/InputXml.h                       | 1 -
 library/FieldUtils/Interpolator.cpp                              | 1 -
 library/FieldUtils/Interpolator.h                                | 1 -
 library/FieldUtils/Module.cpp                                    | 1 -
 library/FieldUtils/Module.h                                      | 1 -
 library/FieldUtils/OutputModules/OutputFileBase.cpp              | 1 -
 library/FieldUtils/OutputModules/OutputFileBase.h                | 1 -
 library/FieldUtils/OutputModules/OutputFld.cpp                   | 1 -
 library/FieldUtils/OutputModules/OutputFld.h                     | 1 -
 library/FieldUtils/OutputModules/OutputInfo.cpp                  | 1 -
 library/FieldUtils/OutputModules/OutputInfo.h                    | 1 -
 library/FieldUtils/OutputModules/OutputPts.cpp                   | 1 -
 library/FieldUtils/OutputModules/OutputPts.h                     | 1 -
 library/FieldUtils/OutputModules/OutputStdOut.cpp                | 1 -
 library/FieldUtils/OutputModules/OutputStdOut.h                  | 1 -
 library/FieldUtils/OutputModules/OutputTecplot.cpp               | 1 -
 library/FieldUtils/OutputModules/OutputTecplot.h                 | 1 -
 library/FieldUtils/OutputModules/OutputVtk.cpp                   | 1 -
 library/FieldUtils/OutputModules/OutputVtk.h                     | 1 -
 library/FieldUtils/OutputModules/OutputXml.cpp                   | 1 -
 library/FieldUtils/OutputModules/OutputXml.h                     | 1 -
 library/FieldUtils/ProcessModules/ProcessAddCompositeID.cpp      | 1 -
 library/FieldUtils/ProcessModules/ProcessAddCompositeID.h        | 1 -
 library/FieldUtils/ProcessModules/ProcessAddFld.cpp              | 1 -
 library/FieldUtils/ProcessModules/ProcessAddFld.h                | 1 -
 library/FieldUtils/ProcessModules/ProcessBoundaryExtract.cpp     | 1 -
 library/FieldUtils/ProcessModules/ProcessBoundaryExtract.h       | 1 -
 library/FieldUtils/ProcessModules/ProcessC0Projection.cpp        | 1 -
 library/FieldUtils/ProcessModules/ProcessC0Projection.h          | 1 -
 library/FieldUtils/ProcessModules/ProcessCombineAvg.cpp          | 1 -
 library/FieldUtils/ProcessModules/ProcessCombineAvg.h            | 1 -
 library/FieldUtils/ProcessModules/ProcessConcatenateFld.cpp      | 1 -
 library/FieldUtils/ProcessModules/ProcessConcatenateFld.h        | 1 -
 library/FieldUtils/ProcessModules/ProcessCreateExp.cpp           | 1 -
 library/FieldUtils/ProcessModules/ProcessCreateExp.h             | 1 -
 library/FieldUtils/ProcessModules/ProcessDOF.cpp                 | 1 -
 library/FieldUtils/ProcessModules/ProcessDOF.h                   | 1 -
 library/FieldUtils/ProcessModules/ProcessDeform.cpp              | 1 -
 library/FieldUtils/ProcessModules/ProcessDeform.h                | 1 -
 library/FieldUtils/ProcessModules/ProcessDisplacement.cpp        | 1 -
 library/FieldUtils/ProcessModules/ProcessDisplacement.h          | 1 -
 library/FieldUtils/ProcessModules/ProcessEquiSpacedOutput.cpp    | 1 -
 library/FieldUtils/ProcessModules/ProcessEquiSpacedOutput.h      | 1 -
 library/FieldUtils/ProcessModules/ProcessFieldFromString.cpp     | 1 -
 library/FieldUtils/ProcessModules/ProcessFieldFromString.h       | 1 -
 library/FieldUtils/ProcessModules/ProcessGrad.cpp                | 1 -
 library/FieldUtils/ProcessModules/ProcessGrad.h                  | 1 -
 library/FieldUtils/ProcessModules/ProcessHalfModeToFourier.cpp   | 1 -
 library/FieldUtils/ProcessModules/ProcessHalfModeToFourier.h     | 1 -
 library/FieldUtils/ProcessModules/ProcessHomogeneousPlane.cpp    | 1 -
 library/FieldUtils/ProcessModules/ProcessHomogeneousPlane.h      | 1 -
 library/FieldUtils/ProcessModules/ProcessHomogeneousStretch.cpp  | 1 -
 library/FieldUtils/ProcessModules/ProcessHomogeneousStretch.h    | 1 -
 library/FieldUtils/ProcessModules/ProcessInnerProduct.cpp        | 1 -
 library/FieldUtils/ProcessModules/ProcessInnerProduct.h          | 1 -
 library/FieldUtils/ProcessModules/ProcessInterpField.cpp         | 1 -
 library/FieldUtils/ProcessModules/ProcessInterpField.h           | 1 -
 .../FieldUtils/ProcessModules/ProcessInterpPointDataToFld.cpp    | 1 -
 library/FieldUtils/ProcessModules/ProcessInterpPointDataToFld.h  | 1 -
 library/FieldUtils/ProcessModules/ProcessInterpPoints.cpp        | 1 -
 library/FieldUtils/ProcessModules/ProcessInterpPoints.h          | 1 -
 library/FieldUtils/ProcessModules/ProcessInterpPtsToPts.cpp      | 1 -
 library/FieldUtils/ProcessModules/ProcessInterpPtsToPts.h        | 1 -
 library/FieldUtils/ProcessModules/ProcessIsoContour.cpp          | 1 -
 library/FieldUtils/ProcessModules/ProcessIsoContour.h            | 1 -
 library/FieldUtils/ProcessModules/ProcessJacobianEnergy.cpp      | 1 -
 library/FieldUtils/ProcessModules/ProcessJacobianEnergy.h        | 1 -
 library/FieldUtils/ProcessModules/ProcessL2Criterion.cpp         | 1 -
 library/FieldUtils/ProcessModules/ProcessL2Criterion.h           | 1 -
 library/FieldUtils/ProcessModules/ProcessMapping.cpp             | 1 -
 library/FieldUtils/ProcessModules/ProcessMapping.h               | 1 -
 library/FieldUtils/ProcessModules/ProcessMean.cpp                | 1 -
 library/FieldUtils/ProcessModules/ProcessMean.h                  | 1 -
 library/FieldUtils/ProcessModules/ProcessMeanMode.cpp            | 1 -
 library/FieldUtils/ProcessModules/ProcessMeanMode.h              | 1 -
 library/FieldUtils/ProcessModules/ProcessMultiShear.cpp          | 1 -
 library/FieldUtils/ProcessModules/ProcessMultiShear.h            | 1 -
 library/FieldUtils/ProcessModules/ProcessNumModes.cpp            | 1 -
 library/FieldUtils/ProcessModules/ProcessNumModes.h              | 1 -
 library/FieldUtils/ProcessModules/ProcessPointDataToFld.cpp      | 1 -
 library/FieldUtils/ProcessModules/ProcessPointDataToFld.h        | 1 -
 library/FieldUtils/ProcessModules/ProcessPrintFldNorms.cpp       | 1 -
 library/FieldUtils/ProcessModules/ProcessPrintFldNorms.h         | 1 -
 library/FieldUtils/ProcessModules/ProcessQCriterion.cpp          | 1 -
 library/FieldUtils/ProcessModules/ProcessQCriterion.h            | 1 -
 library/FieldUtils/ProcessModules/ProcessQualityMetric.cpp       | 1 -
 library/FieldUtils/ProcessModules/ProcessQualityMetric.h         | 1 -
 library/FieldUtils/ProcessModules/ProcessRemoveField.cpp         | 1 -
 library/FieldUtils/ProcessModules/ProcessRemoveField.h           | 1 -
 library/FieldUtils/ProcessModules/ProcessScalGrad.cpp            | 1 -
 library/FieldUtils/ProcessModules/ProcessScalGrad.h              | 1 -
 library/FieldUtils/ProcessModules/ProcessScaleInFld.cpp          | 1 -
 library/FieldUtils/ProcessModules/ProcessScaleInFld.h            | 1 -
 library/FieldUtils/ProcessModules/ProcessStreamFunction.cpp      | 1 -
 library/FieldUtils/ProcessModules/ProcessStreamFunction.h        | 1 -
 library/FieldUtils/ProcessModules/ProcessSurfDistance.cpp        | 1 -
 library/FieldUtils/ProcessModules/ProcessSurfDistance.h          | 1 -
 library/FieldUtils/ProcessModules/ProcessVorticity.cpp           | 1 -
 library/FieldUtils/ProcessModules/ProcessVorticity.h             | 1 -
 library/FieldUtils/ProcessModules/ProcessWSS.cpp                 | 1 -
 library/FieldUtils/ProcessModules/ProcessWSS.h                   | 1 -
 library/GlobalMapping/Deform.cpp                                 | 1 -
 library/GlobalMapping/Deform.h                                   | 1 -
 library/GlobalMapping/GlobalMappingDeclspec.h                    | 1 -
 library/GlobalMapping/Mapping.cpp                                | 1 -
 library/GlobalMapping/Mapping.h                                  | 1 -
 library/GlobalMapping/MappingGeneral.cpp                         | 1 -
 library/GlobalMapping/MappingGeneral.h                           | 1 -
 library/GlobalMapping/MappingTranslation.cpp                     | 1 -
 library/GlobalMapping/MappingTranslation.h                       | 1 -
 library/GlobalMapping/MappingXYofXY.cpp                          | 1 -
 library/GlobalMapping/MappingXYofXY.h                            | 1 -
 library/GlobalMapping/MappingXYofZ.cpp                           | 1 -
 library/GlobalMapping/MappingXYofZ.h                             | 1 -
 library/GlobalMapping/MappingXofXZ.cpp                           | 1 -
 library/GlobalMapping/MappingXofXZ.h                             | 1 -
 library/GlobalMapping/MappingXofZ.cpp                            | 1 -
 library/GlobalMapping/MappingXofZ.h                              | 1 -
 library/LibUtilities/BasicConst/GitRevision.cpp.in               | 1 -
 library/LibUtilities/BasicConst/GitRevision.h                    | 1 -
 library/LibUtilities/BasicConst/NektarUnivConsts.hpp             | 1 -
 library/LibUtilities/BasicConst/NektarUnivTypeDefs.hpp           | 1 -
 library/LibUtilities/BasicUtils/ArrayEqualityComparison.cpp      | 1 -
 library/LibUtilities/BasicUtils/ArrayPolicies.hpp                | 1 -
 library/LibUtilities/BasicUtils/CompressData.cpp                 | 1 -
 library/LibUtilities/BasicUtils/CompressData.h                   | 1 -
 library/LibUtilities/BasicUtils/ConsistentObjectAccess.hpp       | 1 -
 library/LibUtilities/BasicUtils/CsvIO.cpp                        | 1 -
 library/LibUtilities/BasicUtils/CsvIO.h                          | 1 -
 library/LibUtilities/BasicUtils/Equation.cpp                     | 1 -
 library/LibUtilities/BasicUtils/Equation.h                       | 1 -
 library/LibUtilities/BasicUtils/ErrorUtil.cpp                    | 1 -
 library/LibUtilities/BasicUtils/ErrorUtil.hpp                    | 1 -
 library/LibUtilities/BasicUtils/FieldIO.cpp                      | 1 -
 library/LibUtilities/BasicUtils/FieldIO.h                        | 1 -
 library/LibUtilities/BasicUtils/FieldIOHdf5.cpp                  | 1 -
 library/LibUtilities/BasicUtils/FieldIOHdf5.h                    | 1 -
 library/LibUtilities/BasicUtils/FieldIOXml.cpp                   | 1 -
 library/LibUtilities/BasicUtils/FieldIOXml.h                     | 1 -
 library/LibUtilities/BasicUtils/FileSystem.cpp                   | 1 -
 library/LibUtilities/BasicUtils/FileSystem.h                     | 1 -
 library/LibUtilities/BasicUtils/H5.cpp                           | 1 -
 library/LibUtilities/BasicUtils/H5.h                             | 1 -
 library/LibUtilities/BasicUtils/HashUtils.hpp                    | 1 -
 library/LibUtilities/BasicUtils/Interpolator.cpp                 | 1 -
 library/LibUtilities/BasicUtils/Interpolator.h                   | 1 -
 library/LibUtilities/BasicUtils/Metis.hpp                        | 1 -
 library/LibUtilities/BasicUtils/NekFactory.hpp                   | 1 -
 library/LibUtilities/BasicUtils/NekManager.hpp                   | 1 -
 library/LibUtilities/BasicUtils/OperatorGenerators.hpp           | 1 -
 library/LibUtilities/BasicUtils/ParseUtils.cpp                   | 1 -
 library/LibUtilities/BasicUtils/ParseUtils.h                     | 1 -
 library/LibUtilities/BasicUtils/Progressbar.hpp                  | 1 -
 library/LibUtilities/BasicUtils/PtsField.cpp                     | 1 -
 library/LibUtilities/BasicUtils/PtsField.h                       | 1 -
 library/LibUtilities/BasicUtils/PtsIO.cpp                        | 1 -
 library/LibUtilities/BasicUtils/PtsIO.h                          | 1 -
 library/LibUtilities/BasicUtils/RawType.hpp                      | 1 -
 library/LibUtilities/BasicUtils/SessionReader.cpp                | 1 -
 library/LibUtilities/BasicUtils/SessionReader.h                  | 1 -
 library/LibUtilities/BasicUtils/ShapeType.hpp                    | 1 -
 library/LibUtilities/BasicUtils/SharedArray.hpp                  | 1 -
 library/LibUtilities/BasicUtils/Tau.hpp                          | 1 -
 library/LibUtilities/BasicUtils/Thread.cpp                       | 1 -
 library/LibUtilities/BasicUtils/Thread.h                         | 1 -
 library/LibUtilities/BasicUtils/ThreadBoost.cpp                  | 1 -
 library/LibUtilities/BasicUtils/ThreadBoost.h                    | 1 -
 library/LibUtilities/BasicUtils/Timer.cpp                        | 1 -
 library/LibUtilities/BasicUtils/Timer.h                          | 1 -
 library/LibUtilities/BasicUtils/VDmath.hpp                       | 1 -
 library/LibUtilities/BasicUtils/VDmathArray.hpp                  | 1 -
 library/LibUtilities/BasicUtils/Vmath.cpp                        | 1 -
 library/LibUtilities/BasicUtils/Vmath.hpp                        | 1 -
 library/LibUtilities/BasicUtils/VmathArray.hpp                   | 1 -
 library/LibUtilities/Communication/Comm.cpp                      | 1 -
 library/LibUtilities/Communication/Comm.h                        | 1 -
 library/LibUtilities/Communication/CommCwipi.cpp                 | 1 -
 library/LibUtilities/Communication/CommCwipi.h                   | 1 -
 library/LibUtilities/Communication/CommDataType.cpp              | 1 -
 library/LibUtilities/Communication/CommDataType.h                | 1 -
 library/LibUtilities/Communication/CommMpi.cpp                   | 1 -
 library/LibUtilities/Communication/CommMpi.h                     | 1 -
 library/LibUtilities/Communication/CommSerial.cpp                | 1 -
 library/LibUtilities/Communication/CommSerial.h                  | 1 -
 library/LibUtilities/Communication/GsLib.hpp                     | 1 -
 library/LibUtilities/Communication/Transposition.cpp             | 1 -
 library/LibUtilities/Communication/Transposition.h               | 1 -
 library/LibUtilities/Communication/Xxt.hpp                       | 1 -
 library/LibUtilities/FFT/NekFFTW.cpp                             | 1 -
 library/LibUtilities/FFT/NekFFTW.h                               | 1 -
 library/LibUtilities/FFT/NektarFFT.cpp                           | 1 -
 library/LibUtilities/FFT/NektarFFT.h                             | 1 -
 library/LibUtilities/Foundations/BLPoints.cpp                    | 1 -
 library/LibUtilities/Foundations/BLPoints.h                      | 1 -
 library/LibUtilities/Foundations/Basis.cpp                       | 1 -
 library/LibUtilities/Foundations/Basis.h                         | 1 -
 library/LibUtilities/Foundations/BasisType.h                     | 1 -
 library/LibUtilities/Foundations/Foundations.hpp                 | 1 -
 library/LibUtilities/Foundations/FoundationsFwd.hpp              | 1 -
 library/LibUtilities/Foundations/FourierPoints.cpp               | 1 -
 library/LibUtilities/Foundations/FourierPoints.h                 | 1 -
 library/LibUtilities/Foundations/FourierSingleModePoints.cpp     | 1 -
 library/LibUtilities/Foundations/FourierSingleModePoints.h       | 1 -
 library/LibUtilities/Foundations/GaussPoints.cpp                 | 1 -
 library/LibUtilities/Foundations/GaussPoints.h                   | 1 -
 library/LibUtilities/Foundations/Graph.cpp                       | 1 -
 library/LibUtilities/Foundations/Graph.h                         | 1 -
 library/LibUtilities/Foundations/Interp.cpp                      | 1 -
 library/LibUtilities/Foundations/Interp.h                        | 1 -
 library/LibUtilities/Foundations/InterpCoeff.cpp                 | 1 -
 library/LibUtilities/Foundations/InterpCoeff.h                   | 1 -
 library/LibUtilities/Foundations/ManagerAccess.cpp               | 1 -
 library/LibUtilities/Foundations/ManagerAccess.h                 | 1 -
 library/LibUtilities/Foundations/NodalHexElec.cpp                | 1 -
 library/LibUtilities/Foundations/NodalHexElec.h                  | 1 -
 library/LibUtilities/Foundations/NodalPrismElec.cpp              | 1 -
 library/LibUtilities/Foundations/NodalPrismElec.h                | 1 -
 library/LibUtilities/Foundations/NodalPrismEvenlySpaced.cpp      | 1 -
 library/LibUtilities/Foundations/NodalPrismEvenlySpaced.h        | 1 -
 library/LibUtilities/Foundations/NodalPrismSPI.cpp               | 1 -
 library/LibUtilities/Foundations/NodalPrismSPI.h                 | 1 -
 library/LibUtilities/Foundations/NodalQuadElec.cpp               | 1 -
 library/LibUtilities/Foundations/NodalQuadElec.h                 | 1 -
 library/LibUtilities/Foundations/NodalTetElec.cpp                | 1 -
 library/LibUtilities/Foundations/NodalTetElec.h                  | 1 -
 library/LibUtilities/Foundations/NodalTetEvenlySpaced.cpp        | 1 -
 library/LibUtilities/Foundations/NodalTetEvenlySpaced.h          | 1 -
 library/LibUtilities/Foundations/NodalTetSPI.cpp                 | 1 -
 library/LibUtilities/Foundations/NodalTetSPI.h                   | 1 -
 library/LibUtilities/Foundations/NodalTetSPIData.h               | 1 -
 library/LibUtilities/Foundations/NodalTriElec.cpp                | 1 -
 library/LibUtilities/Foundations/NodalTriElec.h                  | 1 -
 library/LibUtilities/Foundations/NodalTriEvenlySpaced.cpp        | 1 -
 library/LibUtilities/Foundations/NodalTriEvenlySpaced.h          | 1 -
 library/LibUtilities/Foundations/NodalTriFekete.cpp              | 1 -
 library/LibUtilities/Foundations/NodalTriFekete.h                | 1 -
 library/LibUtilities/Foundations/NodalTriSPI.cpp                 | 1 -
 library/LibUtilities/Foundations/NodalTriSPI.h                   | 1 -
 library/LibUtilities/Foundations/NodalTriSPIData.h               | 1 -
 library/LibUtilities/Foundations/NodalUtil.cpp                   | 1 -
 library/LibUtilities/Foundations/NodalUtil.h                     | 1 -
 library/LibUtilities/Foundations/PhysGalerkinProject.cpp         | 1 -
 library/LibUtilities/Foundations/PhysGalerkinProject.h           | 1 -
 library/LibUtilities/Foundations/Points.cpp                      | 1 -
 library/LibUtilities/Foundations/Points.h                        | 1 -
 library/LibUtilities/Foundations/PointsType.h                    | 1 -
 library/LibUtilities/Foundations/PolyEPoints.cpp                 | 1 -
 library/LibUtilities/Foundations/PolyEPoints.h                   | 1 -
 library/LibUtilities/Interpreter/AnalyticExpressionEvaluator.cpp | 1 -
 library/LibUtilities/Interpreter/AnalyticExpressionEvaluator.hpp | 1 -
 library/LibUtilities/Kernel/kernel.cpp                           | 1 -
 library/LibUtilities/Kernel/kernel.h                             | 1 -
 library/LibUtilities/LibUtilitiesDeclspec.h                      | 1 -
 library/LibUtilities/LinearAlgebra/Arpack.hpp                    | 1 -
 library/LibUtilities/LinearAlgebra/Blas.hpp                      | 1 -
 library/LibUtilities/LinearAlgebra/BlasArray.hpp                 | 1 -
 library/LibUtilities/LinearAlgebra/BlockMatrix.cpp               | 1 -
 library/LibUtilities/LinearAlgebra/BlockMatrix.hpp               | 1 -
 library/LibUtilities/LinearAlgebra/CanGetRawPtr.hpp              | 1 -
 library/LibUtilities/LinearAlgebra/ExplicitInstantiation.h       | 1 -
 library/LibUtilities/LinearAlgebra/Lapack.hpp                    | 1 -
 library/LibUtilities/LinearAlgebra/MatrixBase.cpp                | 1 -
 library/LibUtilities/LinearAlgebra/MatrixBase.hpp                | 1 -
 library/LibUtilities/LinearAlgebra/MatrixFuncs.cpp               | 1 -
 library/LibUtilities/LinearAlgebra/MatrixFuncs.h                 | 1 -
 library/LibUtilities/LinearAlgebra/MatrixOperations.cpp          | 1 -
 library/LibUtilities/LinearAlgebra/MatrixOperations.hpp          | 1 -
 library/LibUtilities/LinearAlgebra/MatrixStorageType.h           | 1 -
 library/LibUtilities/LinearAlgebra/MatrixType.h                  | 1 -
 .../LibUtilities/LinearAlgebra/MatrixVectorMultiplication.cpp    | 1 -
 library/LibUtilities/LinearAlgebra/NekLinAlgAlgorithms.hpp       | 1 -
 library/LibUtilities/LinearAlgebra/NekLinSys.hpp                 | 1 -
 library/LibUtilities/LinearAlgebra/NekMatrix.hpp                 | 1 -
 library/LibUtilities/LinearAlgebra/NekMatrixFwd.hpp              | 1 -
 library/LibUtilities/LinearAlgebra/NekPoint.hpp                  | 1 -
 library/LibUtilities/LinearAlgebra/NekTypeDefs.hpp               | 1 -
 library/LibUtilities/LinearAlgebra/NekVector.cpp                 | 1 -
 library/LibUtilities/LinearAlgebra/NekVector.hpp                 | 1 -
 library/LibUtilities/LinearAlgebra/NekVectorFwd.hpp              | 1 -
 library/LibUtilities/LinearAlgebra/NistSparseDescriptors.hpp     | 1 -
 library/LibUtilities/LinearAlgebra/PointerWrapper.h              | 1 -
 library/LibUtilities/LinearAlgebra/ScaledMatrix.cpp              | 1 -
 library/LibUtilities/LinearAlgebra/ScaledMatrix.hpp              | 1 -
 library/LibUtilities/LinearAlgebra/SparseDiagBlkMatrix.cpp       | 1 -
 library/LibUtilities/LinearAlgebra/SparseDiagBlkMatrix.hpp       | 1 -
 library/LibUtilities/LinearAlgebra/SparseMatrix.cpp              | 1 -
 library/LibUtilities/LinearAlgebra/SparseMatrix.hpp              | 1 -
 library/LibUtilities/LinearAlgebra/SparseMatrixFwd.hpp           | 1 -
 library/LibUtilities/LinearAlgebra/SparseUtils.cpp               | 1 -
 library/LibUtilities/LinearAlgebra/SparseUtils.hpp               | 1 -
 library/LibUtilities/LinearAlgebra/StandardMatrix.cpp            | 1 -
 library/LibUtilities/LinearAlgebra/StandardMatrix.hpp            | 1 -
 library/LibUtilities/LinearAlgebra/StorageSmvBsr.cpp             | 1 -
 library/LibUtilities/LinearAlgebra/StorageSmvBsr.hpp             | 1 -
 library/LibUtilities/LinearAlgebra/TransF77.hpp                  | 1 -
 library/LibUtilities/LinearAlgebra/blas.cpp                      | 1 -
 library/LibUtilities/Memory/NekMemoryManager.hpp                 | 1 -
 library/LibUtilities/Memory/ThreadSpecificPool.cpp               | 1 -
 library/LibUtilities/Memory/ThreadSpecificPool.hpp               | 1 -
 library/LibUtilities/Python/BasicUtils/SessionReader.cpp         | 1 -
 library/LibUtilities/Python/BasicUtils/ShapeType.cpp             | 1 -
 library/LibUtilities/Python/BasicUtils/SharedArray.cpp           | 1 -
 library/LibUtilities/Python/Foundations/Basis.cpp                | 1 -
 library/LibUtilities/Python/Foundations/Points.cpp               | 1 -
 library/LibUtilities/Python/LibUtilities.cpp                     | 1 -
 library/LibUtilities/Python/LinearAlgebra/NekMatrix.cpp          | 1 -
 library/LibUtilities/Python/NekPyConfig.hpp                      | 1 -
 library/LibUtilities/TimeIntegration/TimeIntegrationScheme.cpp   | 1 -
 library/LibUtilities/TimeIntegration/TimeIntegrationScheme.h     | 1 -
 library/LibUtilities/TimeIntegration/TimeIntegrationWrapper.cpp  | 1 -
 library/LibUtilities/TimeIntegration/TimeIntegrationWrapper.h    | 1 -
 library/LocalRegions/Expansion.cpp                               | 1 -
 library/LocalRegions/Expansion.h                                 | 1 -
 library/LocalRegions/Expansion0D.cpp                             | 1 -
 library/LocalRegions/Expansion0D.h                               | 1 -
 library/LocalRegions/Expansion1D.cpp                             | 1 -
 library/LocalRegions/Expansion1D.h                               | 1 -
 library/LocalRegions/Expansion2D.cpp                             | 1 -
 library/LocalRegions/Expansion2D.h                               | 1 -
 library/LocalRegions/Expansion3D.cpp                             | 1 -
 library/LocalRegions/Expansion3D.h                               | 1 -
 library/LocalRegions/HexExp.cpp                                  | 1 -
 library/LocalRegions/HexExp.h                                    | 1 -
 library/LocalRegions/LinSys.hpp                                  | 1 -
 library/LocalRegions/LocalRegions.hpp                            | 1 -
 library/LocalRegions/LocalRegionsDeclspec.h                      | 1 -
 library/LocalRegions/MatrixKey.cpp                               | 1 -
 library/LocalRegions/MatrixKey.h                                 | 1 -
 library/LocalRegions/NodalTetExp.cpp                             | 1 -
 library/LocalRegions/NodalTetExp.h                               | 1 -
 library/LocalRegions/NodalTriExp.cpp                             | 1 -
 library/LocalRegions/NodalTriExp.h                               | 1 -
 library/LocalRegions/PointExp.cpp                                | 1 -
 library/LocalRegions/PointExp.h                                  | 1 -
 library/LocalRegions/PrismExp.cpp                                | 1 -
 library/LocalRegions/PrismExp.h                                  | 1 -
 library/LocalRegions/PyrExp.cpp                                  | 1 -
 library/LocalRegions/PyrExp.h                                    | 1 -
 library/LocalRegions/Python/Expansion.cpp                        | 1 -
 library/LocalRegions/Python/LocalElements.cpp                    | 1 -
 library/LocalRegions/Python/LocalRegions.cpp                     | 1 -
 library/LocalRegions/Python/MatrixKey.cpp                        | 1 -
 library/LocalRegions/Python/QuadExp.cpp                          | 1 -
 library/LocalRegions/Python/SegExp.cpp                           | 1 -
 library/LocalRegions/Python/TriExp.cpp                           | 1 -
 library/LocalRegions/QuadExp.cpp                                 | 1 -
 library/LocalRegions/QuadExp.h                                   | 1 -
 library/LocalRegions/SegExp.cpp                                  | 1 -
 library/LocalRegions/SegExp.h                                    | 1 -
 library/LocalRegions/TetExp.cpp                                  | 1 -
 library/LocalRegions/TetExp.h                                    | 1 -
 library/LocalRegions/TriExp.cpp                                  | 1 -
 library/LocalRegions/TriExp.h                                    | 1 -
 library/MultiRegions/AssemblyMap/AssemblyMap.cpp                 | 1 -
 library/MultiRegions/AssemblyMap/AssemblyMap.h                   | 1 -
 library/MultiRegions/AssemblyMap/AssemblyMapCG.cpp               | 1 -
 library/MultiRegions/AssemblyMap/AssemblyMapCG.h                 | 1 -
 library/MultiRegions/AssemblyMap/AssemblyMapDG.cpp               | 1 -
 library/MultiRegions/AssemblyMap/AssemblyMapDG.h                 | 1 -
 library/MultiRegions/AssemblyMap/LocTraceToTraceMap.cpp          | 1 -
 library/MultiRegions/AssemblyMap/LocTraceToTraceMap.h            | 1 -
 library/MultiRegions/ContField1D.cpp                             | 1 -
 library/MultiRegions/ContField1D.h                               | 1 -
 library/MultiRegions/ContField2D.cpp                             | 1 -
 library/MultiRegions/ContField2D.h                               | 1 -
 library/MultiRegions/ContField3D.cpp                             | 1 -
 library/MultiRegions/ContField3D.h                               | 1 -
 library/MultiRegions/ContField3DHomogeneous1D.cpp                | 1 -
 library/MultiRegions/ContField3DHomogeneous1D.h                  | 1 -
 library/MultiRegions/ContField3DHomogeneous2D.cpp                | 1 -
 library/MultiRegions/ContField3DHomogeneous2D.h                  | 1 -
 library/MultiRegions/DisContField1D.cpp                          | 1 -
 library/MultiRegions/DisContField1D.h                            | 1 -
 library/MultiRegions/DisContField2D.cpp                          | 1 -
 library/MultiRegions/DisContField2D.h                            | 1 -
 library/MultiRegions/DisContField3D.cpp                          | 1 -
 library/MultiRegions/DisContField3D.h                            | 1 -
 library/MultiRegions/DisContField3DHomogeneous1D.cpp             | 1 -
 library/MultiRegions/DisContField3DHomogeneous1D.h               | 1 -
 library/MultiRegions/DisContField3DHomogeneous2D.cpp             | 1 -
 library/MultiRegions/DisContField3DHomogeneous2D.h               | 1 -
 library/MultiRegions/ExpList.cpp                                 | 1 -
 library/MultiRegions/ExpList.h                                   | 1 -
 library/MultiRegions/ExpList0D.cpp                               | 1 -
 library/MultiRegions/ExpList0D.h                                 | 1 -
 library/MultiRegions/ExpList1D.cpp                               | 1 -
 library/MultiRegions/ExpList1D.h                                 | 1 -
 library/MultiRegions/ExpList1DHomogeneous2D.cpp                  | 1 -
 library/MultiRegions/ExpList1DHomogeneous2D.h                    | 1 -
 library/MultiRegions/ExpList2D.cpp                               | 1 -
 library/MultiRegions/ExpList2D.h                                 | 1 -
 library/MultiRegions/ExpList2DHomogeneous1D.cpp                  | 1 -
 library/MultiRegions/ExpList2DHomogeneous1D.h                    | 1 -
 library/MultiRegions/ExpList3D.cpp                               | 1 -
 library/MultiRegions/ExpList3D.h                                 | 1 -
 library/MultiRegions/ExpList3DHomogeneous1D.cpp                  | 1 -
 library/MultiRegions/ExpList3DHomogeneous1D.h                    | 1 -
 library/MultiRegions/ExpList3DHomogeneous2D.cpp                  | 1 -
 library/MultiRegions/ExpList3DHomogeneous2D.h                    | 1 -
 library/MultiRegions/ExpListHomogeneous1D.cpp                    | 1 -
 library/MultiRegions/ExpListHomogeneous1D.h                      | 1 -
 library/MultiRegions/ExpListHomogeneous2D.cpp                    | 1 -
 library/MultiRegions/ExpListHomogeneous2D.h                      | 1 -
 library/MultiRegions/GlobalLinSys.cpp                            | 1 -
 library/MultiRegions/GlobalLinSys.h                              | 1 -
 library/MultiRegions/GlobalLinSysDirect.cpp                      | 1 -
 library/MultiRegions/GlobalLinSysDirect.h                        | 1 -
 library/MultiRegions/GlobalLinSysDirectFull.cpp                  | 1 -
 library/MultiRegions/GlobalLinSysDirectFull.h                    | 1 -
 library/MultiRegions/GlobalLinSysDirectStaticCond.cpp            | 1 -
 library/MultiRegions/GlobalLinSysDirectStaticCond.h              | 1 -
 library/MultiRegions/GlobalLinSysIterative.cpp                   | 1 -
 library/MultiRegions/GlobalLinSysIterative.h                     | 1 -
 library/MultiRegions/GlobalLinSysIterativeFull.cpp               | 1 -
 library/MultiRegions/GlobalLinSysIterativeFull.h                 | 1 -
 library/MultiRegions/GlobalLinSysIterativeStaticCond.cpp         | 1 -
 library/MultiRegions/GlobalLinSysIterativeStaticCond.h           | 1 -
 library/MultiRegions/GlobalLinSysKey.cpp                         | 1 -
 library/MultiRegions/GlobalLinSysKey.h                           | 1 -
 library/MultiRegions/GlobalLinSysPETSc.cpp                       | 1 -
 library/MultiRegions/GlobalLinSysPETSc.h                         | 1 -
 library/MultiRegions/GlobalLinSysPETScFull.cpp                   | 1 -
 library/MultiRegions/GlobalLinSysPETScFull.h                     | 1 -
 library/MultiRegions/GlobalLinSysPETScStaticCond.cpp             | 1 -
 library/MultiRegions/GlobalLinSysPETScStaticCond.h               | 1 -
 library/MultiRegions/GlobalLinSysStaticCond.cpp                  | 1 -
 library/MultiRegions/GlobalLinSysStaticCond.h                    | 1 -
 library/MultiRegions/GlobalLinSysXxt.cpp                         | 1 -
 library/MultiRegions/GlobalLinSysXxtFull.cpp                     | 1 -
 library/MultiRegions/GlobalLinSysXxtFull.h                       | 1 -
 library/MultiRegions/GlobalLinSysXxtStaticCond.cpp               | 1 -
 library/MultiRegions/GlobalLinSysXxtStaticCond.h                 | 1 -
 library/MultiRegions/GlobalMatrix.cpp                            | 1 -
 library/MultiRegions/GlobalMatrix.h                              | 1 -
 library/MultiRegions/GlobalMatrixKey.cpp                         | 1 -
 library/MultiRegions/GlobalMatrixKey.h                           | 1 -
 library/MultiRegions/GlobalOptimizationParameters.cpp            | 1 -
 library/MultiRegions/GlobalOptimizationParameters.h              | 1 -
 library/MultiRegions/MultiRegions.hpp                            | 1 -
 library/MultiRegions/MultiRegionsDeclspec.h                      | 1 -
 library/MultiRegions/Preconditioner.cpp                          | 1 -
 library/MultiRegions/Preconditioner.h                            | 1 -
 library/MultiRegions/PreconditionerBlock.cpp                     | 1 -
 library/MultiRegions/PreconditionerBlock.h                       | 1 -
 library/MultiRegions/PreconditionerDiagonal.cpp                  | 1 -
 library/MultiRegions/PreconditionerDiagonal.h                    | 1 -
 library/MultiRegions/PreconditionerLinear.cpp                    | 1 -
 library/MultiRegions/PreconditionerLinear.h                      | 1 -
 library/MultiRegions/PreconditionerLinearWithBlock.cpp           | 1 -
 library/MultiRegions/PreconditionerLinearWithBlock.h             | 1 -
 library/MultiRegions/PreconditionerLinearWithDiag.cpp            | 1 -
 library/MultiRegions/PreconditionerLinearWithDiag.h              | 1 -
 library/MultiRegions/PreconditionerLinearWithLowEnergy.cpp       | 1 -
 library/MultiRegions/PreconditionerLinearWithLowEnergy.h         | 1 -
 library/MultiRegions/PreconditionerLowEnergy.cpp                 | 1 -
 library/MultiRegions/PreconditionerLowEnergy.h                   | 1 -
 library/MultiRegions/Python/ContField.cpp                        | 1 -
 library/MultiRegions/Python/DisContField.cpp                     | 1 -
 library/MultiRegions/Python/ExpList.cpp                          | 1 -
 library/MultiRegions/Python/ExpList2D.cpp                        | 1 -
 library/MultiRegions/Python/MultiRegions.cpp                     | 1 -
 library/MultiRegions/SubStructuredGraph.cpp                      | 1 -
 library/MultiRegions/SubStructuredGraph.h                        | 1 -
 library/NekMeshUtils/2DGenerator/2DGenerator.cpp                 | 1 -
 library/NekMeshUtils/2DGenerator/2DGenerator.h                   | 1 -
 library/NekMeshUtils/CADSystem/CADCurve.cpp                      | 1 -
 library/NekMeshUtils/CADSystem/CADCurve.h                        | 1 -
 library/NekMeshUtils/CADSystem/CADObject.h                       | 1 -
 library/NekMeshUtils/CADSystem/CADSurf.cpp                       | 1 -
 library/NekMeshUtils/CADSystem/CADSurf.h                         | 1 -
 library/NekMeshUtils/CADSystem/CADSystem.cpp                     | 1 -
 library/NekMeshUtils/CADSystem/CADSystem.h                       | 1 -
 library/NekMeshUtils/CADSystem/CADVert.cpp                       | 1 -
 library/NekMeshUtils/CADSystem/CADVert.h                         | 1 -
 library/NekMeshUtils/CADSystem/CFI/CADCurveCFI.cpp               | 1 -
 library/NekMeshUtils/CADSystem/CFI/CADCurveCFI.h                 | 1 -
 library/NekMeshUtils/CADSystem/CFI/CADSurfCFI.cpp                | 1 -
 library/NekMeshUtils/CADSystem/CFI/CADSurfCFI.h                  | 1 -
 library/NekMeshUtils/CADSystem/CFI/CADSystemCFI.cpp              | 1 -
 library/NekMeshUtils/CADSystem/CFI/CADSystemCFI.h                | 1 -
 library/NekMeshUtils/CADSystem/CFI/CADVertCFI.cpp                | 1 -
 library/NekMeshUtils/CADSystem/CFI/CADVertCFI.h                  | 1 -
 library/NekMeshUtils/CADSystem/OCE/CADCurveOCE.cpp               | 1 -
 library/NekMeshUtils/CADSystem/OCE/CADCurveOCE.h                 | 1 -
 library/NekMeshUtils/CADSystem/OCE/CADSurfOCE.cpp                | 1 -
 library/NekMeshUtils/CADSystem/OCE/CADSurfOCE.h                  | 1 -
 library/NekMeshUtils/CADSystem/OCE/CADSystemOCE.cpp              | 1 -
 library/NekMeshUtils/CADSystem/OCE/CADSystemOCE.h                | 1 -
 library/NekMeshUtils/CADSystem/OCE/CADVertOCE.cpp                | 1 -
 library/NekMeshUtils/CADSystem/OCE/CADVertOCE.h                  | 1 -
 library/NekMeshUtils/CADSystem/OCE/OpenCascade.h                 | 1 -
 library/NekMeshUtils/CADSystem/ProcessLoadCAD.cpp                | 1 -
 library/NekMeshUtils/CADSystem/ProcessLoadCAD.h                  | 1 -
 library/NekMeshUtils/CFIMesh/CFIMesh.cpp                         | 1 -
 library/NekMeshUtils/CFIMesh/CFIMesh.h                           | 1 -
 library/NekMeshUtils/ExtLibInterface/TetGenInterface.cpp         | 1 -
 library/NekMeshUtils/ExtLibInterface/TetGenInterface.h           | 1 -
 library/NekMeshUtils/ExtLibInterface/TriangleInterface.cpp       | 1 -
 library/NekMeshUtils/ExtLibInterface/TriangleInterface.h         | 1 -
 library/NekMeshUtils/MeshElements/BooleanOperators.cpp           | 1 -
 library/NekMeshUtils/MeshElements/Composite.h                    | 1 -
 library/NekMeshUtils/MeshElements/Edge.cpp                       | 1 -
 library/NekMeshUtils/MeshElements/Edge.h                         | 1 -
 library/NekMeshUtils/MeshElements/Element.cpp                    | 1 -
 library/NekMeshUtils/MeshElements/Element.h                      | 1 -
 library/NekMeshUtils/MeshElements/ElementConfig.h                | 1 -
 library/NekMeshUtils/MeshElements/Face.cpp                       | 1 -
 library/NekMeshUtils/MeshElements/Face.h                         | 1 -
 library/NekMeshUtils/MeshElements/HOAlignment.h                  | 1 -
 library/NekMeshUtils/MeshElements/Hexahedron.cpp                 | 1 -
 library/NekMeshUtils/MeshElements/Hexahedron.h                   | 1 -
 library/NekMeshUtils/MeshElements/Line.cpp                       | 1 -
 library/NekMeshUtils/MeshElements/Line.h                         | 1 -
 library/NekMeshUtils/MeshElements/Mesh.cpp                       | 1 -
 library/NekMeshUtils/MeshElements/Mesh.h                         | 1 -
 library/NekMeshUtils/MeshElements/Node.h                         | 1 -
 library/NekMeshUtils/MeshElements/Point.cpp                      | 1 -
 library/NekMeshUtils/MeshElements/Point.h                        | 1 -
 library/NekMeshUtils/MeshElements/Prism.cpp                      | 1 -
 library/NekMeshUtils/MeshElements/Prism.h                        | 1 -
 library/NekMeshUtils/MeshElements/Pyramid.cpp                    | 1 -
 library/NekMeshUtils/MeshElements/Pyramid.h                      | 1 -
 library/NekMeshUtils/MeshElements/Quadrilateral.cpp              | 1 -
 library/NekMeshUtils/MeshElements/Quadrilateral.h                | 1 -
 library/NekMeshUtils/MeshElements/Tetrahedron.cpp                | 1 -
 library/NekMeshUtils/MeshElements/Tetrahedron.h                  | 1 -
 library/NekMeshUtils/MeshElements/Triangle.cpp                   | 1 -
 library/NekMeshUtils/MeshElements/Triangle.h                     | 1 -
 library/NekMeshUtils/Module/Module.cpp                           | 1 -
 library/NekMeshUtils/Module/Module.h                             | 1 -
 library/NekMeshUtils/NekMeshUtilsDeclspec.h                      | 1 -
 library/NekMeshUtils/Octree/Octant.cpp                           | 1 -
 library/NekMeshUtils/Octree/Octant.h                             | 1 -
 library/NekMeshUtils/Octree/Octree.cpp                           | 1 -
 library/NekMeshUtils/Octree/Octree.h                             | 1 -
 library/NekMeshUtils/Octree/ProcessLoadOctree.cpp                | 1 -
 library/NekMeshUtils/Octree/ProcessLoadOctree.h                  | 1 -
 library/NekMeshUtils/Octree/SourcePoint.hpp                      | 1 -
 library/NekMeshUtils/Optimisation/BGFS-B.cpp                     | 1 -
 library/NekMeshUtils/Optimisation/BGFS-B.h                       | 1 -
 library/NekMeshUtils/Optimisation/OptimiseObj.h                  | 1 -
 library/NekMeshUtils/SurfaceMeshing/CurveMesh.cpp                | 1 -
 library/NekMeshUtils/SurfaceMeshing/CurveMesh.h                  | 1 -
 library/NekMeshUtils/SurfaceMeshing/FaceMesh.cpp                 | 1 -
 library/NekMeshUtils/SurfaceMeshing/FaceMesh.h                   | 1 -
 library/NekMeshUtils/SurfaceMeshing/HOSurfaceMesh.cpp            | 1 -
 library/NekMeshUtils/SurfaceMeshing/HOSurfaceMesh.h              | 1 -
 library/NekMeshUtils/SurfaceMeshing/OptimiseFunctions.cpp        | 1 -
 library/NekMeshUtils/SurfaceMeshing/OptimiseFunctions.h          | 1 -
 library/NekMeshUtils/SurfaceMeshing/SurfaceMesh.cpp              | 1 -
 library/NekMeshUtils/SurfaceMeshing/SurfaceMesh.h                | 1 -
 library/NekMeshUtils/VolumeMeshing/BLMeshing/BLMesh.cpp          | 1 -
 library/NekMeshUtils/VolumeMeshing/BLMeshing/BLMesh.h            | 1 -
 library/NekMeshUtils/VolumeMeshing/TetMeshing/TetMesh.cpp        | 1 -
 library/NekMeshUtils/VolumeMeshing/TetMeshing/TetMesh.h          | 1 -
 library/NekMeshUtils/VolumeMeshing/VolumeMesh.cpp                | 1 -
 library/NekMeshUtils/VolumeMeshing/VolumeMesh.h                  | 1 -
 library/SolverUtils/Advection/Advection.cpp                      | 1 -
 library/SolverUtils/Advection/Advection.h                        | 1 -
 library/SolverUtils/Advection/Advection3DHomogeneous1D.cpp       | 1 -
 library/SolverUtils/Advection/Advection3DHomogeneous1D.h         | 1 -
 library/SolverUtils/Advection/AdvectionFR.cpp                    | 1 -
 library/SolverUtils/Advection/AdvectionFR.h                      | 1 -
 library/SolverUtils/Advection/AdvectionNonConservative.cpp       | 1 -
 library/SolverUtils/Advection/AdvectionNonConservative.h         | 1 -
 library/SolverUtils/Advection/AdvectionWeakDG.cpp                | 1 -
 library/SolverUtils/Advection/AdvectionWeakDG.h                  | 1 -
 library/SolverUtils/Advection/HomogeneousRSScalar.hpp            | 1 -
 library/SolverUtils/AdvectionSystem.cpp                          | 1 -
 library/SolverUtils/AdvectionSystem.h                            | 1 -
 library/SolverUtils/Core/Coupling.cpp                            | 1 -
 library/SolverUtils/Core/Coupling.h                              | 1 -
 library/SolverUtils/Core/CouplingCwipi.cpp                       | 1 -
 library/SolverUtils/Core/CouplingCwipi.h                         | 1 -
 library/SolverUtils/Core/CouplingFile.cpp                        | 1 -
 library/SolverUtils/Core/CouplingFile.h                          | 1 -
 library/SolverUtils/Core/Misc.cpp                                | 1 -
 library/SolverUtils/Core/Misc.h                                  | 1 -
 library/SolverUtils/Core/SessionFunction.cpp                     | 1 -
 library/SolverUtils/Core/SessionFunction.h                       | 1 -
 library/SolverUtils/Diffusion/Diffusion.cpp                      | 1 -
 library/SolverUtils/Diffusion/Diffusion.h                        | 1 -
 library/SolverUtils/Diffusion/Diffusion3DHomogeneous1D.cpp       | 1 -
 library/SolverUtils/Diffusion/Diffusion3DHomogeneous1D.h         | 1 -
 library/SolverUtils/Diffusion/DiffusionLDG.cpp                   | 1 -
 library/SolverUtils/Diffusion/DiffusionLDG.h                     | 1 -
 library/SolverUtils/Diffusion/DiffusionLFR.cpp                   | 1 -
 library/SolverUtils/Diffusion/DiffusionLFR.h                     | 1 -
 library/SolverUtils/Diffusion/DiffusionLFRNS.cpp                 | 1 -
 library/SolverUtils/Diffusion/DiffusionLFRNS.h                   | 1 -
 library/SolverUtils/Driver.cpp                                   | 1 -
 library/SolverUtils/Driver.h                                     | 1 -
 library/SolverUtils/DriverAdaptive.cpp                           | 1 -
 library/SolverUtils/DriverAdaptive.h                             | 1 -
 library/SolverUtils/DriverArnoldi.cpp                            | 1 -
 library/SolverUtils/DriverArnoldi.h                              | 1 -
 library/SolverUtils/DriverArpack.cpp                             | 1 -
 library/SolverUtils/DriverArpack.h                               | 1 -
 library/SolverUtils/DriverModifiedArnoldi.cpp                    | 1 -
 library/SolverUtils/DriverModifiedArnoldi.h                      | 1 -
 library/SolverUtils/DriverStandard.cpp                           | 1 -
 library/SolverUtils/DriverStandard.h                             | 1 -
 library/SolverUtils/DriverSteadyState.cpp                        | 1 -
 library/SolverUtils/DriverSteadyState.h                          | 1 -
 library/SolverUtils/EquationSystem.cpp                           | 1 -
 library/SolverUtils/EquationSystem.h                             | 1 -
 library/SolverUtils/Filters/Filter.cpp                           | 1 -
 library/SolverUtils/Filters/Filter.h                             | 1 -
 library/SolverUtils/Filters/FilterAeroForces.cpp                 | 1 -
 library/SolverUtils/Filters/FilterAeroForces.h                   | 1 -
 library/SolverUtils/Filters/FilterAverageFields.cpp              | 1 -
 library/SolverUtils/Filters/FilterAverageFields.h                | 1 -
 library/SolverUtils/Filters/FilterCheckpoint.cpp                 | 1 -
 library/SolverUtils/Filters/FilterCheckpoint.h                   | 1 -
 library/SolverUtils/Filters/FilterEnergy.cpp                     | 1 -
 library/SolverUtils/Filters/FilterEnergy.h                       | 1 -
 library/SolverUtils/Filters/FilterEnergy1D.cpp                   | 1 -
 library/SolverUtils/Filters/FilterEnergy1D.h                     | 1 -
 library/SolverUtils/Filters/FilterFieldConvert.cpp               | 1 -
 library/SolverUtils/Filters/FilterFieldConvert.h                 | 1 -
 library/SolverUtils/Filters/FilterHistoryPoints.cpp              | 1 -
 library/SolverUtils/Filters/FilterHistoryPoints.h                | 1 -
 library/SolverUtils/Filters/FilterInterfaces.hpp                 | 1 -
 library/SolverUtils/Filters/FilterModalEnergy.cpp                | 1 -
 library/SolverUtils/Filters/FilterModalEnergy.h                  | 1 -
 library/SolverUtils/Filters/FilterMovingAverage.cpp              | 1 -
 library/SolverUtils/Filters/FilterMovingAverage.h                | 1 -
 library/SolverUtils/Filters/FilterThresholdMax.cpp               | 1 -
 library/SolverUtils/Filters/FilterThresholdMax.h                 | 1 -
 library/SolverUtils/Filters/FilterThresholdMin.cpp               | 1 -
 library/SolverUtils/Filters/FilterThresholdMin.h                 | 1 -
 library/SolverUtils/Forcing/Forcing.cpp                          | 1 -
 library/SolverUtils/Forcing/Forcing.h                            | 1 -
 library/SolverUtils/Forcing/ForcingAbsorption.cpp                | 1 -
 library/SolverUtils/Forcing/ForcingAbsorption.h                  | 1 -
 library/SolverUtils/Forcing/ForcingBody.cpp                      | 1 -
 library/SolverUtils/Forcing/ForcingBody.h                        | 1 -
 library/SolverUtils/Forcing/ForcingMovingReferenceFrame.cpp      | 1 -
 library/SolverUtils/Forcing/ForcingMovingReferenceFrame.h        | 1 -
 library/SolverUtils/Forcing/ForcingNoise.cpp                     | 1 -
 library/SolverUtils/Forcing/ForcingNoise.h                       | 1 -
 library/SolverUtils/Forcing/ForcingProgrammatic.cpp              | 1 -
 library/SolverUtils/Forcing/ForcingProgrammatic.h                | 1 -
 library/SolverUtils/MMFSystem.cpp                                | 1 -
 library/SolverUtils/MMFSystem.h                                  | 1 -
 library/SolverUtils/RiemannSolvers/RiemannSolver.cpp             | 1 -
 library/SolverUtils/RiemannSolvers/RiemannSolver.h               | 1 -
 library/SolverUtils/RiemannSolvers/UpwindLDGSolver.cpp           | 1 -
 library/SolverUtils/RiemannSolvers/UpwindLDGSolver.h             | 1 -
 library/SolverUtils/RiemannSolvers/UpwindSolver.cpp              | 1 -
 library/SolverUtils/RiemannSolvers/UpwindSolver.h                | 1 -
 library/SolverUtils/SolverUtilsDeclspec.h                        | 1 -
 library/SolverUtils/UnsteadySystem.cpp                           | 1 -
 library/SolverUtils/UnsteadySystem.h                             | 1 -
 library/SpatialDomains/Conditions.cpp                            | 1 -
 library/SpatialDomains/Conditions.h                              | 1 -
 library/SpatialDomains/Curve.hpp                                 | 1 -
 library/SpatialDomains/Domain.cpp                                | 1 -
 library/SpatialDomains/Domain.h                                  | 1 -
 library/SpatialDomains/GeomFactors.cpp                           | 1 -
 library/SpatialDomains/GeomFactors.h                             | 1 -
 library/SpatialDomains/Geometry.cpp                              | 1 -
 library/SpatialDomains/Geometry.h                                | 1 -
 library/SpatialDomains/Geometry0D.cpp                            | 1 -
 library/SpatialDomains/Geometry0D.h                              | 1 -
 library/SpatialDomains/Geometry1D.cpp                            | 1 -
 library/SpatialDomains/Geometry1D.h                              | 1 -
 library/SpatialDomains/Geometry2D.cpp                            | 1 -
 library/SpatialDomains/Geometry2D.h                              | 1 -
 library/SpatialDomains/Geometry3D.cpp                            | 1 -
 library/SpatialDomains/Geometry3D.h                              | 1 -
 library/SpatialDomains/HexGeom.cpp                               | 1 -
 library/SpatialDomains/HexGeom.h                                 | 1 -
 library/SpatialDomains/InterfaceComponent.cpp                    | 1 -
 library/SpatialDomains/InterfaceComponent.h                      | 1 -
 library/SpatialDomains/MeshComponents.cpp                        | 1 -
 library/SpatialDomains/MeshComponents.h                          | 1 -
 library/SpatialDomains/MeshEntities.hpp                          | 1 -
 library/SpatialDomains/MeshGraph.cpp                             | 1 -
 library/SpatialDomains/MeshGraph.h                               | 1 -
 library/SpatialDomains/MeshGraphHDF5.cpp                         | 1 -
 library/SpatialDomains/MeshGraphHDF5.h                           | 1 -
 library/SpatialDomains/MeshGraphXml.cpp                          | 1 -
 library/SpatialDomains/MeshGraphXml.h                            | 1 -
 library/SpatialDomains/MeshGraphXmlCompressed.cpp                | 1 -
 library/SpatialDomains/MeshGraphXmlCompressed.h                  | 1 -
 library/SpatialDomains/MeshPartition.cpp                         | 1 -
 library/SpatialDomains/MeshPartition.h                           | 1 -
 library/SpatialDomains/MeshPartitionMetis.cpp                    | 1 -
 library/SpatialDomains/MeshPartitionMetis.h                      | 1 -
 library/SpatialDomains/MeshPartitionPtScotch.cpp                 | 1 -
 library/SpatialDomains/MeshPartitionPtScotch.h                   | 1 -
 library/SpatialDomains/MeshPartitionScotch.cpp                   | 1 -
 library/SpatialDomains/MeshPartitionScotch.h                     | 1 -
 library/SpatialDomains/PointGeom.cpp                             | 1 -
 library/SpatialDomains/PointGeom.h                               | 1 -
 library/SpatialDomains/PrismGeom.cpp                             | 1 -
 library/SpatialDomains/PrismGeom.h                               | 1 -
 library/SpatialDomains/PyrGeom.cpp                               | 1 -
 library/SpatialDomains/PyrGeom.h                                 | 1 -
 library/SpatialDomains/Python/Curve.cpp                          | 1 -
 library/SpatialDomains/Python/GeomElements.cpp                   | 1 -
 library/SpatialDomains/Python/Geometry.cpp                       | 1 -
 library/SpatialDomains/Python/MeshGraph.cpp                      | 1 -
 library/SpatialDomains/Python/SpatialDomains.cpp                 | 1 -
 library/SpatialDomains/QuadGeom.cpp                              | 1 -
 library/SpatialDomains/QuadGeom.h                                | 1 -
 library/SpatialDomains/SegGeom.cpp                               | 1 -
 library/SpatialDomains/SegGeom.h                                 | 1 -
 library/SpatialDomains/SpatialDomains.hpp                        | 1 -
 library/SpatialDomains/SpatialDomainsDeclspec.h                  | 1 -
 library/SpatialDomains/TetGeom.cpp                               | 1 -
 library/SpatialDomains/TetGeom.h                                 | 1 -
 library/SpatialDomains/TriGeom.cpp                               | 1 -
 library/SpatialDomains/TriGeom.h                                 | 1 -
 library/StdRegions/IndexMapKey.cpp                               | 1 -
 library/StdRegions/IndexMapKey.h                                 | 1 -
 library/StdRegions/LocalRegionsDeclarations.hpp                  | 1 -
 library/StdRegions/Python/StdElements.cpp                        | 1 -
 library/StdRegions/Python/StdExpansion.cpp                       | 1 -
 library/StdRegions/Python/StdMatrixKey.cpp                       | 1 -
 library/StdRegions/Python/StdRegions.cpp                         | 1 -
 library/StdRegions/SpatialDomainsDeclarations.hpp                | 1 -
 library/StdRegions/StdExpUtil.cpp                                | 1 -
 library/StdRegions/StdExpUtil.h                                  | 1 -
 library/StdRegions/StdExpansion.cpp                              | 1 -
 library/StdRegions/StdExpansion.h                                | 1 -
 library/StdRegions/StdExpansion0D.cpp                            | 1 -
 library/StdRegions/StdExpansion0D.h                              | 1 -
 library/StdRegions/StdExpansion1D.cpp                            | 1 -
 library/StdRegions/StdExpansion1D.h                              | 1 -
 library/StdRegions/StdExpansion2D.cpp                            | 1 -
 library/StdRegions/StdExpansion2D.h                              | 1 -
 library/StdRegions/StdExpansion3D.cpp                            | 1 -
 library/StdRegions/StdExpansion3D.h                              | 1 -
 library/StdRegions/StdHexExp.cpp                                 | 1 -
 library/StdRegions/StdHexExp.h                                   | 1 -
 library/StdRegions/StdLinSysKey.hpp                              | 1 -
 library/StdRegions/StdMatrixKey.cpp                              | 1 -
 library/StdRegions/StdMatrixKey.h                                | 1 -
 library/StdRegions/StdNodalPrismExp.cpp                          | 1 -
 library/StdRegions/StdNodalPrismExp.h                            | 1 -
 library/StdRegions/StdNodalTetExp.cpp                            | 1 -
 library/StdRegions/StdNodalTetExp.h                              | 1 -
 library/StdRegions/StdNodalTriExp.cpp                            | 1 -
 library/StdRegions/StdNodalTriExp.h                              | 1 -
 library/StdRegions/StdPointExp.cpp                               | 1 -
 library/StdRegions/StdPointExp.h                                 | 1 -
 library/StdRegions/StdPrismExp.cpp                               | 1 -
 library/StdRegions/StdPrismExp.h                                 | 1 -
 library/StdRegions/StdPyrExp.cpp                                 | 1 -
 library/StdRegions/StdPyrExp.h                                   | 1 -
 library/StdRegions/StdQuadExp.cpp                                | 1 -
 library/StdRegions/StdQuadExp.h                                  | 1 -
 library/StdRegions/StdRegions.hpp                                | 1 -
 library/StdRegions/StdRegionsDeclspec.h                          | 1 -
 library/StdRegions/StdSegExp.cpp                                 | 1 -
 library/StdRegions/StdSegExp.h                                   | 1 -
 library/StdRegions/StdTetExp.cpp                                 | 1 -
 library/StdRegions/StdTetExp.h                                   | 1 -
 library/StdRegions/StdTriExp.cpp                                 | 1 -
 library/StdRegions/StdTriExp.h                                   | 1 -
 library/UnitTests/BlockMatrixUnitTests.cpp                       | 1 -
 library/UnitTests/Collections/TestHexCollection.cpp              | 1 -
 library/UnitTests/Collections/TestPrismCollection.cpp            | 1 -
 library/UnitTests/Collections/TestPyrCollection.cpp              | 1 -
 library/UnitTests/Collections/TestQuadCollection.cpp             | 1 -
 library/UnitTests/Collections/TestSegCollection.cpp              | 1 -
 library/UnitTests/Collections/TestTetCollection.cpp              | 1 -
 library/UnitTests/Collections/TestTriCollection.cpp              | 1 -
 library/UnitTests/Collections/main.cpp                           | 1 -
 library/UnitTests/CountedObject.h                                | 1 -
 .../LibUtilities/LinearAlgebra/TestBandedMatrixOperations.cpp    | 1 -
 .../LibUtilities/LinearAlgebra/TestBandedMatrixStoragePolicy.cpp | 1 -
 library/UnitTests/LibUtilities/LinearAlgebra/TestBlockMatrix.cpp | 1 -
 .../UnitTests/LibUtilities/LinearAlgebra/TestCanGetRawPtr.cpp    | 1 -
 .../UnitTests/LibUtilities/LinearAlgebra/TestCombinationRunner.h | 1 -
 .../LibUtilities/LinearAlgebra/TestDgemmOptimizations.cpp        | 1 -
 .../LibUtilities/LinearAlgebra/TestDiagonalMatrixOperations.cpp  | 1 -
 .../LinearAlgebra/TestDiagonalMatrixStoragePolicy.cpp            | 1 -
 .../LibUtilities/LinearAlgebra/TestFullMatrixOperations.cpp      | 1 -
 .../LibUtilities/LinearAlgebra/TestFullMatrixStoragePolicy.cpp   | 1 -
 .../LibUtilities/LinearAlgebra/TestLowerTriangularMatrix.cpp     | 1 -
 .../LinearAlgebra/TestLowerTriangularMatrixStoragePolicy.cpp     | 1 -
 .../LibUtilities/LinearAlgebra/TestNekMatrixMultiplication.cpp   | 1 -
 .../LibUtilities/LinearAlgebra/TestNekMatrixOperations.cpp       | 1 -
 library/UnitTests/LibUtilities/LinearAlgebra/TestNekVector.cpp   | 1 -
 .../LinearAlgebra/TestScaledBlockMatrixOperations.cpp            | 1 -
 .../UnitTests/LibUtilities/LinearAlgebra/TestScaledMatrix.cpp    | 1 -
 .../UnitTests/LibUtilities/LinearAlgebra/TestStandardMatrix.cpp  | 1 -
 .../LinearAlgebra/TestSymmetricMatrixStoragePolicy.cpp           | 1 -
 .../LinearAlgebra/TestTriangularMatrixOperations.cpp             | 1 -
 .../LibUtilities/LinearAlgebra/TestUpperTriangularMatrix.cpp     | 1 -
 .../LinearAlgebra/TestUpperTriangularMatrixStoragePolicy.cpp     | 1 -
 library/UnitTests/LibUtilities/LinearAlgebra/main.cpp            | 1 -
 library/UnitTests/LibUtilities/TestConsistentObjectAccess.cpp    | 1 -
 library/UnitTests/LibUtilities/TestRawType.cpp                   | 1 -
 library/UnitTests/LibUtilities/TestSharedArray.cpp               | 1 -
 library/UnitTests/LibUtilities/main.cpp                          | 1 -
 library/UnitTests/LocalRegions/TestGetCoords.cpp                 | 1 -
 library/UnitTests/LocalRegions/TestReOrientFacePhysMap.cpp       | 1 -
 library/UnitTests/LocalRegions/main.cpp                          | 1 -
 library/UnitTests/Memory/TestNekMemoryManager.cpp                | 1 -
 library/UnitTests/ScaledMatrixUnitTests.cpp                      | 1 -
 library/UnitTests/main.cpp                                       | 1 -
 library/UnitTests/testLinearSystem.cpp                           | 1 -
 library/UnitTests/testNekLinAlgAlgorithms.cpp                    | 1 -
 library/UnitTests/testNekMatrix.cpp                              | 1 -
 library/UnitTests/testNekPoint.cpp                               | 1 -
 library/UnitTests/testNekSharedArray.cpp                         | 1 -
 library/UnitTests/testNekVector.cpp                              | 1 -
 library/UnitTests/util.cpp                                       | 1 -
 library/UnitTests/util.h                                         | 1 -
 solvers/ADRSolver/ADRSolver.cpp                                  | 1 -
 solvers/ADRSolver/EquationSystems/CFLtester.cpp                  | 1 -
 solvers/ADRSolver/EquationSystems/CFLtester.h                    | 1 -
 solvers/ADRSolver/EquationSystems/EigenValuesAdvection.cpp       | 1 -
 solvers/ADRSolver/EquationSystems/EigenValuesAdvection.h         | 1 -
 solvers/ADRSolver/EquationSystems/Helmholtz.cpp                  | 1 -
 solvers/ADRSolver/EquationSystems/Helmholtz.h                    | 1 -
 solvers/ADRSolver/EquationSystems/Laplace.cpp                    | 1 -
 solvers/ADRSolver/EquationSystems/Laplace.h                      | 1 -
 solvers/ADRSolver/EquationSystems/MMFAdvection.cpp               | 1 -
 solvers/ADRSolver/EquationSystems/MMFAdvection.h                 | 1 -
 solvers/ADRSolver/EquationSystems/Poisson.cpp                    | 1 -
 solvers/ADRSolver/EquationSystems/Poisson.h                      | 1 -
 solvers/ADRSolver/EquationSystems/Projection.cpp                 | 1 -
 solvers/ADRSolver/EquationSystems/Projection.h                   | 1 -
 solvers/ADRSolver/EquationSystems/SteadyAdvectionDiffusion.cpp   | 1 -
 solvers/ADRSolver/EquationSystems/SteadyAdvectionDiffusion.h     | 1 -
 .../EquationSystems/SteadyAdvectionDiffusionReaction.cpp         | 1 -
 .../ADRSolver/EquationSystems/SteadyAdvectionDiffusionReaction.h | 1 -
 solvers/ADRSolver/EquationSystems/UnsteadyAdvection.cpp          | 1 -
 solvers/ADRSolver/EquationSystems/UnsteadyAdvection.h            | 1 -
 solvers/ADRSolver/EquationSystems/UnsteadyAdvectionDiffusion.cpp | 1 -
 solvers/ADRSolver/EquationSystems/UnsteadyAdvectionDiffusion.h   | 1 -
 solvers/ADRSolver/EquationSystems/UnsteadyDiffusion.cpp          | 1 -
 solvers/ADRSolver/EquationSystems/UnsteadyDiffusion.h            | 1 -
 solvers/ADRSolver/EquationSystems/UnsteadyInviscidBurger.cpp     | 1 -
 solvers/ADRSolver/EquationSystems/UnsteadyInviscidBurger.h       | 1 -
 solvers/ADRSolver/EquationSystems/UnsteadyViscousBurgers.cpp     | 1 -
 solvers/ADRSolver/EquationSystems/UnsteadyViscousBurgers.h       | 1 -
 solvers/AcousticSolver/APESolver.cpp                             | 1 -
 solvers/AcousticSolver/AcousticSolver.cpp                        | 1 -
 solvers/AcousticSolver/EquationSystems/APE.cpp                   | 1 -
 solvers/AcousticSolver/EquationSystems/APE.h                     | 1 -
 solvers/AcousticSolver/EquationSystems/AcousticSystem.cpp        | 1 -
 solvers/AcousticSolver/EquationSystems/AcousticSystem.h          | 1 -
 solvers/AcousticSolver/EquationSystems/LEE.cpp                   | 1 -
 solvers/AcousticSolver/EquationSystems/LEE.h                     | 1 -
 solvers/AcousticSolver/RiemannSolvers/APELaxFriedrichsSolver.cpp | 1 -
 solvers/AcousticSolver/RiemannSolvers/APELaxFriedrichsSolver.h   | 1 -
 solvers/AcousticSolver/RiemannSolvers/APEUpwindSolver.cpp        | 1 -
 solvers/AcousticSolver/RiemannSolvers/APEUpwindSolver.h          | 1 -
 solvers/AcousticSolver/RiemannSolvers/AcousticSolver.cpp         | 1 -
 solvers/AcousticSolver/RiemannSolvers/AcousticSolver.h           | 1 -
 solvers/AcousticSolver/RiemannSolvers/LEELaxFriedrichsSolver.cpp | 1 -
 solvers/AcousticSolver/RiemannSolvers/LEELaxFriedrichsSolver.h   | 1 -
 solvers/AcousticSolver/RiemannSolvers/LEESolver.cpp              | 1 -
 solvers/AcousticSolver/RiemannSolvers/LEESolver.h                | 1 -
 solvers/AcousticSolver/RiemannSolvers/LEEUpwindSolver.cpp        | 1 -
 solvers/AcousticSolver/RiemannSolvers/LEEUpwindSolver.h          | 1 -
 solvers/CardiacEPSolver/CardiacEPSolver.cpp                      | 1 -
 solvers/CardiacEPSolver/CellModels/AlievPanfilov.cpp             | 1 -
 solvers/CardiacEPSolver/CellModels/AlievPanfilov.h               | 1 -
 solvers/CardiacEPSolver/CellModels/CellModel.cpp                 | 1 -
 solvers/CardiacEPSolver/CellModels/CellModel.h                   | 1 -
 .../CardiacEPSolver/CellModels/CourtemancheRamirezNattel98.cpp   | 1 -
 solvers/CardiacEPSolver/CellModels/CourtemancheRamirezNattel98.h | 1 -
 solvers/CardiacEPSolver/CellModels/FentonKarma.cpp               | 1 -
 solvers/CardiacEPSolver/CellModels/FentonKarma.h                 | 1 -
 solvers/CardiacEPSolver/CellModels/FitzhughNagumo.cpp            | 1 -
 solvers/CardiacEPSolver/CellModels/FitzhughNagumo.h              | 1 -
 solvers/CardiacEPSolver/CellModels/Fox02.cpp                     | 1 -
 solvers/CardiacEPSolver/CellModels/Fox02.h                       | 1 -
 solvers/CardiacEPSolver/CellModels/LuoRudy91.h                   | 1 -
 solvers/CardiacEPSolver/CellModels/PanditGilesDemir03.cpp        | 1 -
 solvers/CardiacEPSolver/CellModels/PanditGilesDemir03.h          | 1 -
 solvers/CardiacEPSolver/CellModels/TenTusscher06.cpp             | 1 -
 solvers/CardiacEPSolver/CellModels/TenTusscher06.h               | 1 -
 solvers/CardiacEPSolver/CellModels/Winslow99.cpp                 | 1 -
 solvers/CardiacEPSolver/CellModels/Winslow99.h                   | 1 -
 solvers/CardiacEPSolver/EquationSystems/Bidomain.cpp             | 1 -
 solvers/CardiacEPSolver/EquationSystems/Bidomain.h               | 1 -
 solvers/CardiacEPSolver/EquationSystems/BidomainRoth.cpp         | 1 -
 solvers/CardiacEPSolver/EquationSystems/BidomainRoth.h           | 1 -
 solvers/CardiacEPSolver/EquationSystems/Monodomain.cpp           | 1 -
 solvers/CardiacEPSolver/EquationSystems/Monodomain.h             | 1 -
 solvers/CardiacEPSolver/Filters/FilterBenchmark.cpp              | 1 -
 solvers/CardiacEPSolver/Filters/FilterBenchmark.h                | 1 -
 solvers/CardiacEPSolver/Filters/FilterCellHistoryPoints.cpp      | 1 -
 solvers/CardiacEPSolver/Filters/FilterCellHistoryPoints.h        | 1 -
 solvers/CardiacEPSolver/Filters/FilterCheckpointCellModel.cpp    | 1 -
 solvers/CardiacEPSolver/Filters/FilterCheckpointCellModel.h      | 1 -
 solvers/CardiacEPSolver/Filters/FilterElectrogram.cpp            | 1 -
 solvers/CardiacEPSolver/Filters/FilterElectrogram.h              | 1 -
 solvers/CardiacEPSolver/Stimuli/Protocol.cpp                     | 1 -
 solvers/CardiacEPSolver/Stimuli/Protocol.h                       | 1 -
 solvers/CardiacEPSolver/Stimuli/ProtocolS1.cpp                   | 1 -
 solvers/CardiacEPSolver/Stimuli/ProtocolS1.h                     | 1 -
 solvers/CardiacEPSolver/Stimuli/ProtocolS1S2.cpp                 | 1 -
 solvers/CardiacEPSolver/Stimuli/ProtocolS1S2.h                   | 1 -
 solvers/CardiacEPSolver/Stimuli/ProtocolSingle.cpp               | 1 -
 solvers/CardiacEPSolver/Stimuli/ProtocolSingle.h                 | 1 -
 solvers/CardiacEPSolver/Stimuli/Stimulus.cpp                     | 1 -
 solvers/CardiacEPSolver/Stimuli/Stimulus.h                       | 1 -
 solvers/CardiacEPSolver/Stimuli/StimulusCircle.cpp               | 1 -
 solvers/CardiacEPSolver/Stimuli/StimulusCircle.h                 | 1 -
 solvers/CardiacEPSolver/Stimuli/StimulusPoint.cpp                | 1 -
 solvers/CardiacEPSolver/Stimuli/StimulusPoint.h                  | 1 -
 solvers/CardiacEPSolver/Stimuli/StimulusRect.cpp                 | 1 -
 solvers/CardiacEPSolver/Stimuli/StimulusRect.h                   | 1 -
 .../ArtificialDiffusion/ArtificialDiffusion.cpp                  | 1 -
 .../ArtificialDiffusion/ArtificialDiffusion.h                    | 1 -
 .../ArtificialDiffusion/NonSmoothShockCapture.cpp                | 1 -
 .../ArtificialDiffusion/NonSmoothShockCapture.h                  | 1 -
 .../ArtificialDiffusion/SmoothShockCapture.cpp                   | 1 -
 .../ArtificialDiffusion/SmoothShockCapture.h                     | 1 -
 solvers/CompressibleFlowSolver/BoundaryConditions/CFSBndCond.cpp | 1 -
 solvers/CompressibleFlowSolver/BoundaryConditions/CFSBndCond.h   | 1 -
 .../CompressibleFlowSolver/BoundaryConditions/ExtrapOrder0BC.cpp | 1 -
 .../CompressibleFlowSolver/BoundaryConditions/ExtrapOrder0BC.h   | 1 -
 .../BoundaryConditions/IsentropicVortexBC.cpp                    | 1 -
 .../BoundaryConditions/IsentropicVortexBC.h                      | 1 -
 .../BoundaryConditions/PressureInflowFileBC.cpp                  | 1 -
 .../BoundaryConditions/PressureInflowFileBC.h                    | 1 -
 .../BoundaryConditions/PressureMachTemperatureBC.cpp             | 1 -
 .../BoundaryConditions/PressureMachTemperatureBC.h               | 1 -
 .../BoundaryConditions/PressureOutflowBC.cpp                     | 1 -
 .../BoundaryConditions/PressureOutflowBC.h                       | 1 -
 .../BoundaryConditions/PressureOutflowNonReflectiveBC.cpp        | 1 -
 .../BoundaryConditions/PressureOutflowNonReflectiveBC.h          | 1 -
 .../BoundaryConditions/RiemannInvariantBC.cpp                    | 1 -
 .../BoundaryConditions/RiemannInvariantBC.h                      | 1 -
 .../CompressibleFlowSolver/BoundaryConditions/RinglebFlowBC.cpp  | 1 -
 .../CompressibleFlowSolver/BoundaryConditions/RinglebFlowBC.h    | 1 -
 .../BoundaryConditions/StagnationInflowBC.cpp                    | 1 -
 .../BoundaryConditions/StagnationInflowBC.h                      | 1 -
 solvers/CompressibleFlowSolver/BoundaryConditions/SymmetryBC.cpp | 1 -
 solvers/CompressibleFlowSolver/BoundaryConditions/SymmetryBC.h   | 1 -
 .../BoundaryConditions/TimeDependentBC.cpp                       | 1 -
 .../CompressibleFlowSolver/BoundaryConditions/TimeDependentBC.h  | 1 -
 solvers/CompressibleFlowSolver/BoundaryConditions/WallBC.cpp     | 1 -
 solvers/CompressibleFlowSolver/BoundaryConditions/WallBC.h       | 1 -
 .../CompressibleFlowSolver/BoundaryConditions/WallViscousBC.cpp  | 1 -
 .../CompressibleFlowSolver/BoundaryConditions/WallViscousBC.h    | 1 -
 solvers/CompressibleFlowSolver/CompressibleFlowSolver.cpp        | 1 -
 solvers/CompressibleFlowSolver/Diffusion/DiffusionLDGNS.cpp      | 1 -
 solvers/CompressibleFlowSolver/Diffusion/DiffusionLDGNS.h        | 1 -
 .../EquationSystems/CompressibleFlowSystem.cpp                   | 1 -
 .../EquationSystems/CompressibleFlowSystem.h                     | 1 -
 solvers/CompressibleFlowSolver/EquationSystems/EulerCFE.cpp      | 1 -
 solvers/CompressibleFlowSolver/EquationSystems/EulerCFE.h        | 1 -
 .../CompressibleFlowSolver/EquationSystems/IsentropicVortex.cpp  | 1 -
 .../CompressibleFlowSolver/EquationSystems/IsentropicVortex.h    | 1 -
 .../CompressibleFlowSolver/EquationSystems/NavierStokesCFE.cpp   | 1 -
 solvers/CompressibleFlowSolver/EquationSystems/NavierStokesCFE.h | 1 -
 .../EquationSystems/NavierStokesCFEAxisym.cpp                    | 1 -
 .../EquationSystems/NavierStokesCFEAxisym.h                      | 1 -
 solvers/CompressibleFlowSolver/EquationSystems/RinglebFlow.cpp   | 1 -
 solvers/CompressibleFlowSolver/EquationSystems/RinglebFlow.h     | 1 -
 solvers/CompressibleFlowSolver/Forcing/ForcingAxiSymmetric.cpp   | 1 -
 solvers/CompressibleFlowSolver/Forcing/ForcingAxiSymmetric.h     | 1 -
 solvers/CompressibleFlowSolver/Forcing/ForcingQuasi1D.cpp        | 1 -
 solvers/CompressibleFlowSolver/Forcing/ForcingQuasi1D.h          | 1 -
 solvers/CompressibleFlowSolver/Misc/EquationOfState.cpp          | 1 -
 solvers/CompressibleFlowSolver/Misc/EquationOfState.h            | 1 -
 solvers/CompressibleFlowSolver/Misc/IdealGasEoS.cpp              | 1 -
 solvers/CompressibleFlowSolver/Misc/IdealGasEoS.h                | 1 -
 solvers/CompressibleFlowSolver/Misc/PengRobinsonEoS.cpp          | 1 -
 solvers/CompressibleFlowSolver/Misc/PengRobinsonEoS.h            | 1 -
 solvers/CompressibleFlowSolver/Misc/RedlichKwongEoS.cpp          | 1 -
 solvers/CompressibleFlowSolver/Misc/RedlichKwongEoS.h            | 1 -
 solvers/CompressibleFlowSolver/Misc/VanDerWaalsEoS.cpp           | 1 -
 solvers/CompressibleFlowSolver/Misc/VanDerWaalsEoS.h             | 1 -
 solvers/CompressibleFlowSolver/Misc/VariableConverter.cpp        | 1 -
 solvers/CompressibleFlowSolver/Misc/VariableConverter.h          | 1 -
 solvers/CompressibleFlowSolver/RiemannSolvers/AUSM0Solver.cpp    | 1 -
 solvers/CompressibleFlowSolver/RiemannSolvers/AUSM0Solver.h      | 1 -
 solvers/CompressibleFlowSolver/RiemannSolvers/AUSM1Solver.cpp    | 1 -
 solvers/CompressibleFlowSolver/RiemannSolvers/AUSM1Solver.h      | 1 -
 solvers/CompressibleFlowSolver/RiemannSolvers/AUSM2Solver.cpp    | 1 -
 solvers/CompressibleFlowSolver/RiemannSolvers/AUSM2Solver.h      | 1 -
 solvers/CompressibleFlowSolver/RiemannSolvers/AUSM3Solver.cpp    | 1 -
 solvers/CompressibleFlowSolver/RiemannSolvers/AUSM3Solver.h      | 1 -
 solvers/CompressibleFlowSolver/RiemannSolvers/AverageSolver.cpp  | 1 -
 solvers/CompressibleFlowSolver/RiemannSolvers/AverageSolver.h    | 1 -
 .../CompressibleFlowSolver/RiemannSolvers/CompressibleSolver.cpp | 1 -
 .../CompressibleFlowSolver/RiemannSolvers/CompressibleSolver.h   | 1 -
 .../CompressibleFlowSolver/RiemannSolvers/ExactSolverToro.cpp    | 1 -
 solvers/CompressibleFlowSolver/RiemannSolvers/ExactSolverToro.h  | 1 -
 solvers/CompressibleFlowSolver/RiemannSolvers/HLLCSolver.cpp     | 1 -
 solvers/CompressibleFlowSolver/RiemannSolvers/HLLCSolver.h       | 1 -
 solvers/CompressibleFlowSolver/RiemannSolvers/HLLSolver.cpp      | 1 -
 solvers/CompressibleFlowSolver/RiemannSolvers/HLLSolver.h        | 1 -
 .../RiemannSolvers/LaxFriedrichsSolver.cpp                       | 1 -
 .../CompressibleFlowSolver/RiemannSolvers/LaxFriedrichsSolver.h  | 1 -
 solvers/CompressibleFlowSolver/RiemannSolvers/RoeSolver.cpp      | 1 -
 solvers/CompressibleFlowSolver/RiemannSolvers/RoeSolver.h        | 1 -
 solvers/CompressibleFlowSolver/Utilities/CompressibleBL.cpp      | 1 -
 solvers/CompressibleFlowSolver/Utilities/ExtractSurface2DCFS.cpp | 1 -
 solvers/CompressibleFlowSolver/Utilities/ExtractSurface3DCFS.cpp | 1 -
 solvers/DiffusionSolver/DiffusionSolver.cpp                      | 1 -
 solvers/DiffusionSolver/DiffusionSolverTimeInt.cpp               | 1 -
 solvers/DiffusionSolver/EquationSystems/MMFDiffusion.h           | 1 -
 solvers/DiffusionSolver/MMFDiffusion.cpp                         | 1 -
 solvers/DummySolver/DummySolver.cpp                              | 1 -
 solvers/DummySolver/EquationSystems/Dummy.cpp                    | 1 -
 solvers/DummySolver/EquationSystems/Dummy.h                      | 1 -
 .../ImageWarpingSolver/EquationSystems/ImageWarpingSystem.cpp    | 1 -
 solvers/ImageWarpingSolver/EquationSystems/ImageWarpingSystem.h  | 1 -
 solvers/ImageWarpingSolver/ImageWarpingSolver.cpp                | 1 -
 .../IncNavierStokesSolver/AdvectionTerms/AdjointAdvection.cpp    | 1 -
 solvers/IncNavierStokesSolver/AdvectionTerms/AdjointAdvection.h  | 1 -
 .../AdvectionTerms/AlternateSkewAdvection.cpp                    | 1 -
 .../AdvectionTerms/AlternateSkewAdvection.h                      | 1 -
 .../IncNavierStokesSolver/AdvectionTerms/LinearisedAdvection.cpp | 1 -
 .../IncNavierStokesSolver/AdvectionTerms/LinearisedAdvection.h   | 1 -
 .../AdvectionTerms/NavierStokesAdvection.cpp                     | 1 -
 .../IncNavierStokesSolver/AdvectionTerms/NavierStokesAdvection.h | 1 -
 solvers/IncNavierStokesSolver/AdvectionTerms/NoAdvection.cpp     | 1 -
 solvers/IncNavierStokesSolver/AdvectionTerms/NoAdvection.h       | 1 -
 .../AdvectionTerms/SkewSymmetricAdvection.cpp                    | 1 -
 .../AdvectionTerms/SkewSymmetricAdvection.h                      | 1 -
 .../IncNavierStokesSolver/EquationSystems/CoupledLinearNS.cpp    | 1 -
 solvers/IncNavierStokesSolver/EquationSystems/CoupledLinearNS.h  | 1 -
 .../EquationSystems/CoupledLocalToGlobalC0ContMap.cpp            | 1 -
 .../EquationSystems/CoupledLocalToGlobalC0ContMap.h              | 1 -
 solvers/IncNavierStokesSolver/EquationSystems/Extrapolate.cpp    | 1 -
 solvers/IncNavierStokesSolver/EquationSystems/Extrapolate.h      | 1 -
 .../IncNavierStokesSolver/EquationSystems/IncNavierStokes.cpp    | 1 -
 solvers/IncNavierStokesSolver/EquationSystems/IncNavierStokes.h  | 1 -
 .../IncNavierStokesSolver/EquationSystems/MappingExtrapolate.cpp | 1 -
 .../IncNavierStokesSolver/EquationSystems/MappingExtrapolate.h   | 1 -
 .../EquationSystems/StandardExtrapolate.cpp                      | 1 -
 .../IncNavierStokesSolver/EquationSystems/StandardExtrapolate.h  | 1 -
 .../EquationSystems/SubSteppingExtrapolate.cpp                   | 1 -
 .../EquationSystems/SubSteppingExtrapolate.h                     | 1 -
 .../EquationSystems/SubSteppingExtrapolateWeakPressure.cpp       | 1 -
 .../EquationSystems/SubSteppingExtrapolateWeakPressure.h         | 1 -
 solvers/IncNavierStokesSolver/EquationSystems/VCSMapping.cpp     | 1 -
 solvers/IncNavierStokesSolver/EquationSystems/VCSMapping.h       | 1 -
 .../EquationSystems/VelocityCorrectionScheme.cpp                 | 1 -
 .../EquationSystems/VelocityCorrectionScheme.h                   | 1 -
 .../EquationSystems/VelocityCorrectionSchemeWeakPressure.cpp     | 1 -
 .../EquationSystems/VelocityCorrectionSchemeWeakPressure.h       | 1 -
 .../EquationSystems/WeakPressureExtrapolate.cpp                  | 1 -
 .../EquationSystems/WeakPressureExtrapolate.h                    | 1 -
 solvers/IncNavierStokesSolver/Filters/FilterMovingBody.cpp       | 1 -
 solvers/IncNavierStokesSolver/Filters/FilterMovingBody.h         | 1 -
 solvers/IncNavierStokesSolver/Filters/FilterReynoldsStresses.cpp | 1 -
 solvers/IncNavierStokesSolver/Filters/FilterReynoldsStresses.h   | 1 -
 solvers/IncNavierStokesSolver/Forcing/ForcingMovingBody.cpp      | 1 -
 solvers/IncNavierStokesSolver/Forcing/ForcingMovingBody.h        | 1 -
 .../IncNavierStokesSolver/Forcing/ForcingStabilityCoupledLNS.cpp | 1 -
 .../IncNavierStokesSolver/Forcing/ForcingStabilityCoupledLNS.h   | 1 -
 solvers/IncNavierStokesSolver/IncNavierStokesSolver.cpp          | 1 -
 .../LinearElasticSolver/EquationSystems/CoupledAssemblyMap.cpp   | 1 -
 solvers/LinearElasticSolver/EquationSystems/CoupledAssemblyMap.h | 1 -
 .../EquationSystems/IterativeElasticSystem.cpp                   | 1 -
 .../LinearElasticSolver/EquationSystems/IterativeElasticSystem.h | 1 -
 .../LinearElasticSolver/EquationSystems/LinearElasticSystem.cpp  | 1 -
 .../LinearElasticSolver/EquationSystems/LinearElasticSystem.h    | 1 -
 solvers/LinearElasticSolver/LinearElasticSolver.cpp              | 1 -
 solvers/MMFSolver/EquationSystems/MMFMaxwell.cpp                 | 1 -
 solvers/MMFSolver/EquationSystems/MMFMaxwell.h                   | 1 -
 solvers/MMFSolver/MMFSolver.cpp                                  | 1 -
 solvers/PulseWaveSolver/EquationSystems/AInflow.cpp              | 1 -
 solvers/PulseWaveSolver/EquationSystems/AInflow.h                | 1 -
 solvers/PulseWaveSolver/EquationSystems/ArterialPressureArea.cpp | 1 -
 solvers/PulseWaveSolver/EquationSystems/ArterialPressureArea.h   | 1 -
 .../PulseWaveSolver/EquationSystems/LymphaticPressureArea.cpp    | 1 -
 solvers/PulseWaveSolver/EquationSystems/LymphaticPressureArea.h  | 1 -
 solvers/PulseWaveSolver/EquationSystems/PulseWaveBoundary.cpp    | 1 -
 solvers/PulseWaveSolver/EquationSystems/PulseWaveBoundary.h      | 1 -
 .../PulseWaveSolver/EquationSystems/PulseWavePressureArea.cpp    | 1 -
 solvers/PulseWaveSolver/EquationSystems/PulseWavePressureArea.h  | 1 -
 solvers/PulseWaveSolver/EquationSystems/PulseWavePropagation.cpp | 1 -
 solvers/PulseWaveSolver/EquationSystems/PulseWavePropagation.h   | 1 -
 solvers/PulseWaveSolver/EquationSystems/PulseWaveSystem.cpp      | 1 -
 solvers/PulseWaveSolver/EquationSystems/PulseWaveSystem.h        | 1 -
 solvers/PulseWaveSolver/EquationSystems/QInflow.cpp              | 1 -
 solvers/PulseWaveSolver/EquationSystems/QInflow.h                | 1 -
 solvers/PulseWaveSolver/EquationSystems/RCROutflow.cpp           | 1 -
 solvers/PulseWaveSolver/EquationSystems/RCROutflow.h             | 1 -
 solvers/PulseWaveSolver/EquationSystems/ROutflow.cpp             | 1 -
 solvers/PulseWaveSolver/EquationSystems/ROutflow.h               | 1 -
 solvers/PulseWaveSolver/EquationSystems/TerminalOutflow.cpp      | 1 -
 solvers/PulseWaveSolver/EquationSystems/TerminalOutflow.h        | 1 -
 solvers/PulseWaveSolver/EquationSystems/TimeDependentInflow.cpp  | 1 -
 solvers/PulseWaveSolver/EquationSystems/TimeDependentInflow.h    | 1 -
 solvers/PulseWaveSolver/EquationSystems/UInflow.cpp              | 1 -
 solvers/PulseWaveSolver/EquationSystems/UInflow.h                | 1 -
 solvers/PulseWaveSolver/EquationSystems/UndefinedInOutflow.cpp   | 1 -
 solvers/PulseWaveSolver/EquationSystems/UndefinedInOutflow.h     | 1 -
 solvers/PulseWaveSolver/PulseWaveSolver.cpp                      | 1 -
 solvers/PulseWaveSolver/RiemannSolvers/UpwindPulseSolver.cpp     | 1 -
 solvers/PulseWaveSolver/RiemannSolvers/UpwindPulseSolver.h       | 1 -
 solvers/PulseWaveSolver/Utilities/PulseWaveSystemOutput.cpp      | 1 -
 solvers/PulseWaveSolver/Utilities/PulseWaveSystemOutput.h        | 1 -
 solvers/ShallowWaterSolver/EquationSystems/LinearSWE.cpp         | 1 -
 solvers/ShallowWaterSolver/EquationSystems/LinearSWE.h           | 1 -
 solvers/ShallowWaterSolver/EquationSystems/MMFSWE.cpp            | 1 -
 solvers/ShallowWaterSolver/EquationSystems/MMFSWE.h              | 1 -
 .../ShallowWaterSolver/EquationSystems/NonlinearPeregrine.cpp    | 1 -
 solvers/ShallowWaterSolver/EquationSystems/NonlinearPeregrine.h  | 1 -
 solvers/ShallowWaterSolver/EquationSystems/NonlinearSWE.cpp      | 1 -
 solvers/ShallowWaterSolver/EquationSystems/NonlinearSWE.h        | 1 -
 .../ShallowWaterSolver/EquationSystems/ShallowWaterSystem.cpp    | 1 -
 solvers/ShallowWaterSolver/EquationSystems/ShallowWaterSystem.h  | 1 -
 solvers/ShallowWaterSolver/RiemannSolvers/AverageSolver.cpp      | 1 -
 solvers/ShallowWaterSolver/RiemannSolvers/AverageSolver.h        | 1 -
 solvers/ShallowWaterSolver/RiemannSolvers/HLLCSolver.cpp         | 1 -
 solvers/ShallowWaterSolver/RiemannSolvers/HLLCSolver.h           | 1 -
 solvers/ShallowWaterSolver/RiemannSolvers/HLLSolver.cpp          | 1 -
 solvers/ShallowWaterSolver/RiemannSolvers/HLLSolver.h            | 1 -
 .../ShallowWaterSolver/RiemannSolvers/LaxFriedrichsSolver.cpp    | 1 -
 solvers/ShallowWaterSolver/RiemannSolvers/LaxFriedrichsSolver.h  | 1 -
 .../ShallowWaterSolver/RiemannSolvers/LinearAverageSolver.cpp    | 1 -
 solvers/ShallowWaterSolver/RiemannSolvers/LinearAverageSolver.h  | 1 -
 solvers/ShallowWaterSolver/RiemannSolvers/LinearHLLSolver.cpp    | 1 -
 solvers/ShallowWaterSolver/RiemannSolvers/LinearHLLSolver.h      | 1 -
 solvers/ShallowWaterSolver/RiemannSolvers/LinearSWESolver.cpp    | 1 -
 solvers/ShallowWaterSolver/RiemannSolvers/LinearSWESolver.h      | 1 -
 solvers/ShallowWaterSolver/RiemannSolvers/NoSolver.cpp           | 1 -
 solvers/ShallowWaterSolver/RiemannSolvers/NoSolver.h             | 1 -
 solvers/ShallowWaterSolver/RiemannSolvers/NonlinearSWESolver.cpp | 1 -
 solvers/ShallowWaterSolver/RiemannSolvers/NonlinearSWESolver.h   | 1 -
 solvers/ShallowWaterSolver/ShallowWaterSolver.cpp                | 1 -
 solvers/VortexWaveInteraction/CalcL2ToLinfPressure.cpp           | 1 -
 solvers/VortexWaveInteraction/CalcVWIplusPressure.cpp            | 1 -
 solvers/VortexWaveInteraction/ExtractCriticalLayer.cpp           | 1 -
 solvers/VortexWaveInteraction/VortexWaveInteraction.cpp          | 1 -
 solvers/VortexWaveInteraction/VortexWaveInteraction.h            | 1 -
 solvers/VortexWaveInteraction/VortexWaveInteractionSolver.cpp    | 1 -
 solvers/VortexWaveInteraction/utilities/ExpandMeshByRotation.cpp | 1 -
 solvers/VortexWaveInteraction/utilities/ExtractCriticalLayer.cpp | 1 -
 .../utilities/ExtractCriticalLayerFunctions.cpp                  | 1 -
 .../utilities/ExtractCriticalLayerFunctions.h                    | 1 -
 solvers/VortexWaveInteraction/utilities/MeshMove.cpp             | 1 -
 .../VortexWaveInteraction/utilities/MoveMeshToCriticalLayer.cpp  | 1 -
 templates/executable/EquationSystems/Laplace.cpp                 | 1 -
 templates/executable/EquationSystems/Laplace.h                   | 1 -
 templates/executable/ExampleSolver.cpp                           | 1 -
 tests/Metric.cpp                                                 | 1 -
 tests/Metric.h                                                   | 1 -
 tests/MetricEigenvalue.cpp                                       | 1 -
 tests/MetricEigenvalue.h                                         | 1 -
 tests/MetricFile.cpp                                             | 1 -
 tests/MetricFile.h                                               | 1 -
 tests/MetricL2.cpp                                               | 1 -
 tests/MetricL2.h                                                 | 1 -
 tests/MetricLInf.cpp                                             | 1 -
 tests/MetricLInf.h                                               | 1 -
 tests/MetricPrecon.cpp                                           | 1 -
 tests/MetricPrecon.h                                             | 1 -
 tests/MetricRegex.cpp                                            | 1 -
 tests/MetricRegex.h                                              | 1 -
 tests/TestData.cpp                                               | 1 -
 tests/TestData.h                                                 | 1 -
 tests/TestException.hpp                                          | 1 -
 tests/Tester.cpp.in                                              | 1 -
 utilities/Extras/VtkToPng.cpp                                    | 1 -
 utilities/FieldConvert/FieldConvert.cpp                          | 1 -
 utilities/NekMesh/InputModules/InputGmsh.cpp                     | 1 -
 utilities/NekMesh/InputModules/InputGmsh.h                       | 1 -
 utilities/NekMesh/InputModules/InputMCF.cpp                      | 1 -
 utilities/NekMesh/InputModules/InputMCF.h                        | 1 -
 utilities/NekMesh/InputModules/InputNek.cpp                      | 1 -
 utilities/NekMesh/InputModules/InputNek.h                        | 1 -
 utilities/NekMesh/InputModules/InputNek5000.cpp                  | 1 -
 utilities/NekMesh/InputModules/InputNek5000.h                    | 1 -
 utilities/NekMesh/InputModules/InputNekpp.cpp                    | 1 -
 utilities/NekMesh/InputModules/InputNekpp.h                      | 1 -
 utilities/NekMesh/InputModules/InputPly.cpp                      | 1 -
 utilities/NekMesh/InputModules/InputPly.h                        | 1 -
 utilities/NekMesh/InputModules/InputSem.cpp                      | 1 -
 utilities/NekMesh/InputModules/InputSem.h                        | 1 -
 utilities/NekMesh/InputModules/InputStar.cpp                     | 1 -
 utilities/NekMesh/InputModules/InputStar.h                       | 1 -
 utilities/NekMesh/InputModules/InputStarTec.cpp                  | 1 -
 utilities/NekMesh/InputModules/InputStarTec.h                    | 1 -
 utilities/NekMesh/InputModules/InputSwan.cpp                     | 1 -
 utilities/NekMesh/InputModules/InputSwan.h                       | 1 -
 utilities/NekMesh/InputModules/InputVtk.cpp                      | 1 -
 utilities/NekMesh/InputModules/InputVtk.h                        | 1 -
 utilities/NekMesh/NekMesh.cpp                                    | 1 -
 utilities/NekMesh/OutputModules/OutputGmsh.cpp                   | 1 -
 utilities/NekMesh/OutputModules/OutputGmsh.h                     | 1 -
 utilities/NekMesh/OutputModules/OutputNekpp.cpp                  | 1 -
 utilities/NekMesh/OutputModules/OutputNekpp.h                    | 1 -
 utilities/NekMesh/OutputModules/OutputSTL.cpp                    | 1 -
 utilities/NekMesh/OutputModules/OutputSTL.h                      | 1 -
 utilities/NekMesh/OutputModules/OutputVtk.cpp                    | 1 -
 utilities/NekMesh/OutputModules/OutputVtk.h                      | 1 -
 utilities/NekMesh/ProcessModules/ProcessBL.cpp                   | 1 -
 utilities/NekMesh/ProcessModules/ProcessBL.h                     | 1 -
 utilities/NekMesh/ProcessModules/ProcessCurve.cpp                | 1 -
 utilities/NekMesh/ProcessModules/ProcessCurve.h                  | 1 -
 utilities/NekMesh/ProcessModules/ProcessCurvedEdges.cpp          | 1 -
 utilities/NekMesh/ProcessModules/ProcessCurvedEdges.h            | 1 -
 utilities/NekMesh/ProcessModules/ProcessCyl.cpp                  | 1 -
 utilities/NekMesh/ProcessModules/ProcessCyl.h                    | 1 -
 utilities/NekMesh/ProcessModules/ProcessDetectSurf.cpp           | 1 -
 utilities/NekMesh/ProcessModules/ProcessDetectSurf.h             | 1 -
 utilities/NekMesh/ProcessModules/ProcessExtractSurf.cpp          | 1 -
 utilities/NekMesh/ProcessModules/ProcessExtractSurf.h            | 1 -
 .../NekMesh/ProcessModules/ProcessExtractTetPrismInterface.cpp   | 1 -
 .../NekMesh/ProcessModules/ProcessExtractTetPrismInterface.h     | 1 -
 utilities/NekMesh/ProcessModules/ProcessExtrude.cpp              | 1 -
 utilities/NekMesh/ProcessModules/ProcessExtrude.h                | 1 -
 utilities/NekMesh/ProcessModules/ProcessInsertSurface.cpp        | 1 -
 utilities/NekMesh/ProcessModules/ProcessInsertSurface.h          | 1 -
 utilities/NekMesh/ProcessModules/ProcessJac.cpp                  | 1 -
 utilities/NekMesh/ProcessModules/ProcessJac.h                    | 1 -
 utilities/NekMesh/ProcessModules/ProcessLinear.cpp               | 1 -
 utilities/NekMesh/ProcessModules/ProcessLinear.h                 | 1 -
 utilities/NekMesh/ProcessModules/ProcessLinkCheck.cpp            | 1 -
 utilities/NekMesh/ProcessModules/ProcessLinkCheck.h              | 1 -
 utilities/NekMesh/ProcessModules/ProcessOptiExtract.cpp          | 1 -
 utilities/NekMesh/ProcessModules/ProcessOptiExtract.h            | 1 -
 utilities/NekMesh/ProcessModules/ProcessPerAlign.cpp             | 1 -
 utilities/NekMesh/ProcessModules/ProcessPerAlign.h               | 1 -
 utilities/NekMesh/ProcessModules/ProcessProjectCAD.cpp           | 1 -
 utilities/NekMesh/ProcessModules/ProcessProjectCAD.h             | 1 -
 utilities/NekMesh/ProcessModules/ProcessScalar.cpp               | 1 -
 utilities/NekMesh/ProcessModules/ProcessScalar.h                 | 1 -
 utilities/NekMesh/ProcessModules/ProcessSpherigon.cpp            | 1 -
 utilities/NekMesh/ProcessModules/ProcessSpherigon.h              | 1 -
 utilities/NekMesh/ProcessModules/ProcessTetSplit.cpp             | 1 -
 utilities/NekMesh/ProcessModules/ProcessTetSplit.h               | 1 -
 utilities/NekMesh/ProcessModules/ProcessVarOpti/ElUtil.cpp       | 1 -
 utilities/NekMesh/ProcessModules/ProcessVarOpti/ElUtil.h         | 1 -
 utilities/NekMesh/ProcessModules/ProcessVarOpti/Evaluator.hxx    | 1 -
 utilities/NekMesh/ProcessModules/ProcessVarOpti/Hessian.hxx      | 1 -
 utilities/NekMesh/ProcessModules/ProcessVarOpti/NodeOpti.cpp     | 1 -
 utilities/NekMesh/ProcessModules/ProcessVarOpti/NodeOpti.h       | 1 -
 utilities/NekMesh/ProcessModules/ProcessVarOpti/NodeOptiCAD.cpp  | 1 -
 utilities/NekMesh/ProcessModules/ProcessVarOpti/NodeOptiCAD.h    | 1 -
 utilities/NekMesh/ProcessModules/ProcessVarOpti/NodeOptiJob.h    | 1 -
 .../NekMesh/ProcessModules/ProcessVarOpti/PreProcessing.cpp      | 1 -
 .../NekMesh/ProcessModules/ProcessVarOpti/ProcessVarOpti.cpp     | 1 -
 utilities/NekMesh/ProcessModules/ProcessVarOpti/ProcessVarOpti.h | 1 -
 1281 files changed, 1281 deletions(-)

diff --git a/LICENSE.txt b/LICENSE.txt
index 1fe0669cb1..a1943cdd58 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -4,7 +4,6 @@ Copyright (c) 2006 Division of Applied Mathematics, Brown University (USA),
 Department of Aeronautics, Imperial College London (UK), and Scientific
 Computing and Imaging Institute, University of Utah (USA).
 
-License for the specific language governing rights and limitations under
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
diff --git a/library/Collections/BwdTrans.cpp b/library/Collections/BwdTrans.cpp
index 7340cea7a9..768cfc6192 100644
--- a/library/Collections/BwdTrans.cpp
+++ b/library/Collections/BwdTrans.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/Collections/CoalescedGeomData.cpp b/library/Collections/CoalescedGeomData.cpp
index a780cdc300..03b43ccf68 100644
--- a/library/Collections/CoalescedGeomData.cpp
+++ b/library/Collections/CoalescedGeomData.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/Collections/CoalescedGeomData.h b/library/Collections/CoalescedGeomData.h
index 61adba4e9b..83cf42fdbb 100644
--- a/library/Collections/CoalescedGeomData.h
+++ b/library/Collections/CoalescedGeomData.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/Collections/Collection.cpp b/library/Collections/Collection.cpp
index 75644d563a..7434e89181 100644
--- a/library/Collections/Collection.cpp
+++ b/library/Collections/Collection.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/Collections/Collection.h b/library/Collections/Collection.h
index 1573410a6a..c23c0904ae 100644
--- a/library/Collections/Collection.h
+++ b/library/Collections/Collection.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/Collections/CollectionOptimisation.cpp b/library/Collections/CollectionOptimisation.cpp
index 273171c91d..301d113f3a 100644
--- a/library/Collections/CollectionOptimisation.cpp
+++ b/library/Collections/CollectionOptimisation.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/Collections/CollectionOptimisation.h b/library/Collections/CollectionOptimisation.h
index 2b733e49c1..e11e845087 100644
--- a/library/Collections/CollectionOptimisation.h
+++ b/library/Collections/CollectionOptimisation.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/Collections/CollectionsDeclspec.h b/library/Collections/CollectionsDeclspec.h
index 346409887c..82e7138c4d 100644
--- a/library/Collections/CollectionsDeclspec.h
+++ b/library/Collections/CollectionsDeclspec.h
@@ -8,7 +8,6 @@
 // University of Utah (USA) and Department of Aeronautics, Imperial
 // College London (UK).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/Collections/IProduct.cpp b/library/Collections/IProduct.cpp
index ec2cd3309f..2a888f4c3f 100644
--- a/library/Collections/IProduct.cpp
+++ b/library/Collections/IProduct.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/Collections/IProduct.h b/library/Collections/IProduct.h
index 792021340d..7590386897 100644
--- a/library/Collections/IProduct.h
+++ b/library/Collections/IProduct.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/Collections/IProductWRTBase.cpp b/library/Collections/IProductWRTBase.cpp
index e557fd3141..8c712b511a 100644
--- a/library/Collections/IProductWRTBase.cpp
+++ b/library/Collections/IProductWRTBase.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/Collections/IProductWRTDerivBase.cpp b/library/Collections/IProductWRTDerivBase.cpp
index 7b205181ce..a45ed432c3 100644
--- a/library/Collections/IProductWRTDerivBase.cpp
+++ b/library/Collections/IProductWRTDerivBase.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/Collections/Operator.cpp b/library/Collections/Operator.cpp
index 0648409c56..48e7d8a141 100644
--- a/library/Collections/Operator.cpp
+++ b/library/Collections/Operator.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/Collections/Operator.h b/library/Collections/Operator.h
index f526ff2998..0085035e91 100644
--- a/library/Collections/Operator.h
+++ b/library/Collections/Operator.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/Collections/PhysDeriv.cpp b/library/Collections/PhysDeriv.cpp
index 15c244987a..692a55d5fb 100644
--- a/library/Collections/PhysDeriv.cpp
+++ b/library/Collections/PhysDeriv.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/Demos/Collections/CollectionTiming.cpp b/library/Demos/Collections/CollectionTiming.cpp
index 4a1a4b2a58..5518c9f216 100644
--- a/library/Demos/Collections/CollectionTiming.cpp
+++ b/library/Demos/Collections/CollectionTiming.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/Demos/LibUtilities/ErrorStream.cpp b/library/Demos/LibUtilities/ErrorStream.cpp
index e29a0f90da..76bc180a33 100644
--- a/library/Demos/LibUtilities/ErrorStream.cpp
+++ b/library/Demos/LibUtilities/ErrorStream.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and laimitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/Demos/LibUtilities/FieldIOBenchmarker.cpp b/library/Demos/LibUtilities/FieldIOBenchmarker.cpp
index c30f37ca6f..e96a29316b 100644
--- a/library/Demos/LibUtilities/FieldIOBenchmarker.cpp
+++ b/library/Demos/LibUtilities/FieldIOBenchmarker.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and laimitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/Demos/LibUtilities/NodalDemo.cpp b/library/Demos/LibUtilities/NodalDemo.cpp
index 534c646b45..9626bb6a09 100644
--- a/library/Demos/LibUtilities/NodalDemo.cpp
+++ b/library/Demos/LibUtilities/NodalDemo.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/Demos/LibUtilities/TimeIntegrationDemo.cpp b/library/Demos/LibUtilities/TimeIntegrationDemo.cpp
index 82bd66d072..34b614fa02 100644
--- a/library/Demos/LibUtilities/TimeIntegrationDemo.cpp
+++ b/library/Demos/LibUtilities/TimeIntegrationDemo.cpp
@@ -10,7 +10,6 @@
 // University of Utah (USA) and Department of Aeronautics, Imperial
 // College London (UK).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/Demos/LocalRegions/LocProject.cpp b/library/Demos/LocalRegions/LocProject.cpp
index e4a3f1d461..fcb4606e22 100644
--- a/library/Demos/LocalRegions/LocProject.cpp
+++ b/library/Demos/LocalRegions/LocProject.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/Demos/MultiRegions/Helmholtz3D.cpp b/library/Demos/MultiRegions/Helmholtz3D.cpp
index 1a7cc8e6fb..afd622d4da 100644
--- a/library/Demos/MultiRegions/Helmholtz3D.cpp
+++ b/library/Demos/MultiRegions/Helmholtz3D.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/Demos/SpatialDomains/PartitionAnalyse.cpp b/library/Demos/SpatialDomains/PartitionAnalyse.cpp
index b88785e700..6bf55edb06 100644
--- a/library/Demos/SpatialDomains/PartitionAnalyse.cpp
+++ b/library/Demos/SpatialDomains/PartitionAnalyse.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/Demos/StdRegions/StdProject.cpp b/library/Demos/StdRegions/StdProject.cpp
index d9f557ceaf..a3cf7dddfa 100755
--- a/library/Demos/StdRegions/StdProject.cpp
+++ b/library/Demos/StdRegions/StdProject.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/Field.hpp b/library/FieldUtils/Field.hpp
index dcdee53928..e939e4d585 100644
--- a/library/FieldUtils/Field.hpp
+++ b/library/FieldUtils/Field.hpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/FieldUtilsDeclspec.h b/library/FieldUtils/FieldUtilsDeclspec.h
index 7a34a78b23..d3e53e1199 100644
--- a/library/FieldUtils/FieldUtilsDeclspec.h
+++ b/library/FieldUtils/FieldUtilsDeclspec.h
@@ -8,7 +8,6 @@
 // University of Utah (USA) and Department of Aeronautics, Imperial
 // College London (UK).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/InputModules/InputDat.cpp b/library/FieldUtils/InputModules/InputDat.cpp
index dbd718f609..b4c293d0f3 100644
--- a/library/FieldUtils/InputModules/InputDat.cpp
+++ b/library/FieldUtils/InputModules/InputDat.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/InputModules/InputDat.h b/library/FieldUtils/InputModules/InputDat.h
index 7b22e60eb1..a90ffc7af7 100644
--- a/library/FieldUtils/InputModules/InputDat.h
+++ b/library/FieldUtils/InputModules/InputDat.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/InputModules/InputFld.cpp b/library/FieldUtils/InputModules/InputFld.cpp
index 3712ebbbfc..fafefe91df 100644
--- a/library/FieldUtils/InputModules/InputFld.cpp
+++ b/library/FieldUtils/InputModules/InputFld.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/InputModules/InputFld.h b/library/FieldUtils/InputModules/InputFld.h
index 0ec988b858..dbd5300d41 100644
--- a/library/FieldUtils/InputModules/InputFld.h
+++ b/library/FieldUtils/InputModules/InputFld.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/InputModules/InputNek5000.cpp b/library/FieldUtils/InputModules/InputNek5000.cpp
index 8024675cea..d6e7f17c5e 100644
--- a/library/FieldUtils/InputModules/InputNek5000.cpp
+++ b/library/FieldUtils/InputModules/InputNek5000.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/InputModules/InputNek5000.h b/library/FieldUtils/InputModules/InputNek5000.h
index 9643102732..340850f858 100644
--- a/library/FieldUtils/InputModules/InputNek5000.h
+++ b/library/FieldUtils/InputModules/InputNek5000.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/InputModules/InputPts.cpp b/library/FieldUtils/InputModules/InputPts.cpp
index db603d8646..e240b21bad 100644
--- a/library/FieldUtils/InputModules/InputPts.cpp
+++ b/library/FieldUtils/InputModules/InputPts.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/InputModules/InputPts.h b/library/FieldUtils/InputModules/InputPts.h
index 831f3f2211..c0107b4ff4 100644
--- a/library/FieldUtils/InputModules/InputPts.h
+++ b/library/FieldUtils/InputModules/InputPts.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/InputModules/InputSemtex.cpp b/library/FieldUtils/InputModules/InputSemtex.cpp
index 016a864e76..456038aa05 100644
--- a/library/FieldUtils/InputModules/InputSemtex.cpp
+++ b/library/FieldUtils/InputModules/InputSemtex.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/InputModules/InputSemtex.h b/library/FieldUtils/InputModules/InputSemtex.h
index 198efd34ea..db158a163d 100644
--- a/library/FieldUtils/InputModules/InputSemtex.h
+++ b/library/FieldUtils/InputModules/InputSemtex.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/InputModules/InputXml.cpp b/library/FieldUtils/InputModules/InputXml.cpp
index 392560b2bc..348443bedd 100644
--- a/library/FieldUtils/InputModules/InputXml.cpp
+++ b/library/FieldUtils/InputModules/InputXml.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/InputModules/InputXml.h b/library/FieldUtils/InputModules/InputXml.h
index d446713797..91376ca973 100644
--- a/library/FieldUtils/InputModules/InputXml.h
+++ b/library/FieldUtils/InputModules/InputXml.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/Interpolator.cpp b/library/FieldUtils/Interpolator.cpp
index 643f0f2350..8ba4faab77 100644
--- a/library/FieldUtils/Interpolator.cpp
+++ b/library/FieldUtils/Interpolator.cpp
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/Interpolator.h b/library/FieldUtils/Interpolator.h
index af0b4a27cb..3b50a6fb34 100644
--- a/library/FieldUtils/Interpolator.h
+++ b/library/FieldUtils/Interpolator.h
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/Module.cpp b/library/FieldUtils/Module.cpp
index 29b1002265..cc0cbf57ca 100644
--- a/library/FieldUtils/Module.cpp
+++ b/library/FieldUtils/Module.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/Module.h b/library/FieldUtils/Module.h
index b912772852..3f8344a345 100644
--- a/library/FieldUtils/Module.h
+++ b/library/FieldUtils/Module.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/OutputModules/OutputFileBase.cpp b/library/FieldUtils/OutputModules/OutputFileBase.cpp
index b882fe28da..bbaa3ba1a2 100644
--- a/library/FieldUtils/OutputModules/OutputFileBase.cpp
+++ b/library/FieldUtils/OutputModules/OutputFileBase.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/OutputModules/OutputFileBase.h b/library/FieldUtils/OutputModules/OutputFileBase.h
index 9788c4139d..d02ce6256f 100644
--- a/library/FieldUtils/OutputModules/OutputFileBase.h
+++ b/library/FieldUtils/OutputModules/OutputFileBase.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/OutputModules/OutputFld.cpp b/library/FieldUtils/OutputModules/OutputFld.cpp
index 32b7b7e0f7..373561ba36 100644
--- a/library/FieldUtils/OutputModules/OutputFld.cpp
+++ b/library/FieldUtils/OutputModules/OutputFld.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/OutputModules/OutputFld.h b/library/FieldUtils/OutputModules/OutputFld.h
index 142f11ed94..55398b93ec 100644
--- a/library/FieldUtils/OutputModules/OutputFld.h
+++ b/library/FieldUtils/OutputModules/OutputFld.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/OutputModules/OutputInfo.cpp b/library/FieldUtils/OutputModules/OutputInfo.cpp
index 78a746f6f5..f831665bba 100644
--- a/library/FieldUtils/OutputModules/OutputInfo.cpp
+++ b/library/FieldUtils/OutputModules/OutputInfo.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/OutputModules/OutputInfo.h b/library/FieldUtils/OutputModules/OutputInfo.h
index ef2c748d0e..e52b029f56 100644
--- a/library/FieldUtils/OutputModules/OutputInfo.h
+++ b/library/FieldUtils/OutputModules/OutputInfo.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/OutputModules/OutputPts.cpp b/library/FieldUtils/OutputModules/OutputPts.cpp
index 6bd76d41e6..808c561d6c 100644
--- a/library/FieldUtils/OutputModules/OutputPts.cpp
+++ b/library/FieldUtils/OutputModules/OutputPts.cpp
@@ -11,7 +11,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/OutputModules/OutputPts.h b/library/FieldUtils/OutputModules/OutputPts.h
index c0dd3220d3..55d0102537 100644
--- a/library/FieldUtils/OutputModules/OutputPts.h
+++ b/library/FieldUtils/OutputModules/OutputPts.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/OutputModules/OutputStdOut.cpp b/library/FieldUtils/OutputModules/OutputStdOut.cpp
index 08b321e72b..137ac5f2ab 100644
--- a/library/FieldUtils/OutputModules/OutputStdOut.cpp
+++ b/library/FieldUtils/OutputModules/OutputStdOut.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/OutputModules/OutputStdOut.h b/library/FieldUtils/OutputModules/OutputStdOut.h
index f3fe6962a5..0766774a0f 100644
--- a/library/FieldUtils/OutputModules/OutputStdOut.h
+++ b/library/FieldUtils/OutputModules/OutputStdOut.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/OutputModules/OutputTecplot.cpp b/library/FieldUtils/OutputModules/OutputTecplot.cpp
index 2f2834c53b..45026cfc64 100644
--- a/library/FieldUtils/OutputModules/OutputTecplot.cpp
+++ b/library/FieldUtils/OutputModules/OutputTecplot.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/OutputModules/OutputTecplot.h b/library/FieldUtils/OutputModules/OutputTecplot.h
index 813da63774..ac4c518ce6 100644
--- a/library/FieldUtils/OutputModules/OutputTecplot.h
+++ b/library/FieldUtils/OutputModules/OutputTecplot.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/OutputModules/OutputVtk.cpp b/library/FieldUtils/OutputModules/OutputVtk.cpp
index 8428770faf..aa55d719e6 100644
--- a/library/FieldUtils/OutputModules/OutputVtk.cpp
+++ b/library/FieldUtils/OutputModules/OutputVtk.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/OutputModules/OutputVtk.h b/library/FieldUtils/OutputModules/OutputVtk.h
index e13371f857..1c33cac7be 100644
--- a/library/FieldUtils/OutputModules/OutputVtk.h
+++ b/library/FieldUtils/OutputModules/OutputVtk.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/OutputModules/OutputXml.cpp b/library/FieldUtils/OutputModules/OutputXml.cpp
index d2c2535611..54fa5b6134 100644
--- a/library/FieldUtils/OutputModules/OutputXml.cpp
+++ b/library/FieldUtils/OutputModules/OutputXml.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/OutputModules/OutputXml.h b/library/FieldUtils/OutputModules/OutputXml.h
index 71811d522c..533a2a2049 100644
--- a/library/FieldUtils/OutputModules/OutputXml.h
+++ b/library/FieldUtils/OutputModules/OutputXml.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessAddCompositeID.cpp b/library/FieldUtils/ProcessModules/ProcessAddCompositeID.cpp
index dcaf97d985..61badbdaa6 100644
--- a/library/FieldUtils/ProcessModules/ProcessAddCompositeID.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessAddCompositeID.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessAddCompositeID.h b/library/FieldUtils/ProcessModules/ProcessAddCompositeID.h
index 21353c6e22..b7f2936281 100644
--- a/library/FieldUtils/ProcessModules/ProcessAddCompositeID.h
+++ b/library/FieldUtils/ProcessModules/ProcessAddCompositeID.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessAddFld.cpp b/library/FieldUtils/ProcessModules/ProcessAddFld.cpp
index 606c947890..3330b196fa 100644
--- a/library/FieldUtils/ProcessModules/ProcessAddFld.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessAddFld.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessAddFld.h b/library/FieldUtils/ProcessModules/ProcessAddFld.h
index f5a1998eea..1e4430c6fc 100644
--- a/library/FieldUtils/ProcessModules/ProcessAddFld.h
+++ b/library/FieldUtils/ProcessModules/ProcessAddFld.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessBoundaryExtract.cpp b/library/FieldUtils/ProcessModules/ProcessBoundaryExtract.cpp
index 8784698589..6ac23e70d7 100644
--- a/library/FieldUtils/ProcessModules/ProcessBoundaryExtract.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessBoundaryExtract.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessBoundaryExtract.h b/library/FieldUtils/ProcessModules/ProcessBoundaryExtract.h
index f8abfcd6f2..943f4033b8 100644
--- a/library/FieldUtils/ProcessModules/ProcessBoundaryExtract.h
+++ b/library/FieldUtils/ProcessModules/ProcessBoundaryExtract.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessC0Projection.cpp b/library/FieldUtils/ProcessModules/ProcessC0Projection.cpp
index e86cd541c3..987f7e4a4f 100644
--- a/library/FieldUtils/ProcessModules/ProcessC0Projection.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessC0Projection.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessC0Projection.h b/library/FieldUtils/ProcessModules/ProcessC0Projection.h
index 37d4107ebc..8f3f095edb 100644
--- a/library/FieldUtils/ProcessModules/ProcessC0Projection.h
+++ b/library/FieldUtils/ProcessModules/ProcessC0Projection.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessCombineAvg.cpp b/library/FieldUtils/ProcessModules/ProcessCombineAvg.cpp
index 4a414618bd..ec5f44ba75 100644
--- a/library/FieldUtils/ProcessModules/ProcessCombineAvg.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessCombineAvg.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessCombineAvg.h b/library/FieldUtils/ProcessModules/ProcessCombineAvg.h
index aa7d67087e..76bff0235f 100644
--- a/library/FieldUtils/ProcessModules/ProcessCombineAvg.h
+++ b/library/FieldUtils/ProcessModules/ProcessCombineAvg.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessConcatenateFld.cpp b/library/FieldUtils/ProcessModules/ProcessConcatenateFld.cpp
index a3b3efe814..2935fd8dd4 100644
--- a/library/FieldUtils/ProcessModules/ProcessConcatenateFld.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessConcatenateFld.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessConcatenateFld.h b/library/FieldUtils/ProcessModules/ProcessConcatenateFld.h
index 73ff38f78c..3454c11b85 100644
--- a/library/FieldUtils/ProcessModules/ProcessConcatenateFld.h
+++ b/library/FieldUtils/ProcessModules/ProcessConcatenateFld.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessCreateExp.cpp b/library/FieldUtils/ProcessModules/ProcessCreateExp.cpp
index 2754ef2645..a82330d08e 100644
--- a/library/FieldUtils/ProcessModules/ProcessCreateExp.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessCreateExp.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessCreateExp.h b/library/FieldUtils/ProcessModules/ProcessCreateExp.h
index e68a53342b..30e38a6f10 100644
--- a/library/FieldUtils/ProcessModules/ProcessCreateExp.h
+++ b/library/FieldUtils/ProcessModules/ProcessCreateExp.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessDOF.cpp b/library/FieldUtils/ProcessModules/ProcessDOF.cpp
index 7539e46126..7bfb69dc9c 100644
--- a/library/FieldUtils/ProcessModules/ProcessDOF.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessDOF.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessDOF.h b/library/FieldUtils/ProcessModules/ProcessDOF.h
index ef24777e88..01ed33f7f9 100644
--- a/library/FieldUtils/ProcessModules/ProcessDOF.h
+++ b/library/FieldUtils/ProcessModules/ProcessDOF.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessDeform.cpp b/library/FieldUtils/ProcessModules/ProcessDeform.cpp
index 0c88982a57..1efc3296af 100644
--- a/library/FieldUtils/ProcessModules/ProcessDeform.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessDeform.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessDeform.h b/library/FieldUtils/ProcessModules/ProcessDeform.h
index c3fdda6ca0..8574f33024 100644
--- a/library/FieldUtils/ProcessModules/ProcessDeform.h
+++ b/library/FieldUtils/ProcessModules/ProcessDeform.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessDisplacement.cpp b/library/FieldUtils/ProcessModules/ProcessDisplacement.cpp
index 650fe11376..cb6f5c9205 100644
--- a/library/FieldUtils/ProcessModules/ProcessDisplacement.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessDisplacement.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessDisplacement.h b/library/FieldUtils/ProcessModules/ProcessDisplacement.h
index 4d81f2f557..65a95c60fe 100644
--- a/library/FieldUtils/ProcessModules/ProcessDisplacement.h
+++ b/library/FieldUtils/ProcessModules/ProcessDisplacement.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessEquiSpacedOutput.cpp b/library/FieldUtils/ProcessModules/ProcessEquiSpacedOutput.cpp
index 9b9211ead5..5da41ff322 100644
--- a/library/FieldUtils/ProcessModules/ProcessEquiSpacedOutput.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessEquiSpacedOutput.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessEquiSpacedOutput.h b/library/FieldUtils/ProcessModules/ProcessEquiSpacedOutput.h
index f29d40182a..a033dc8592 100644
--- a/library/FieldUtils/ProcessModules/ProcessEquiSpacedOutput.h
+++ b/library/FieldUtils/ProcessModules/ProcessEquiSpacedOutput.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessFieldFromString.cpp b/library/FieldUtils/ProcessModules/ProcessFieldFromString.cpp
index a7d9ca4cb6..a50266ec14 100644
--- a/library/FieldUtils/ProcessModules/ProcessFieldFromString.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessFieldFromString.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessFieldFromString.h b/library/FieldUtils/ProcessModules/ProcessFieldFromString.h
index 03dd7e273c..08546aaf8d 100644
--- a/library/FieldUtils/ProcessModules/ProcessFieldFromString.h
+++ b/library/FieldUtils/ProcessModules/ProcessFieldFromString.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessGrad.cpp b/library/FieldUtils/ProcessModules/ProcessGrad.cpp
index 5663438cf2..3f0f2ab681 100644
--- a/library/FieldUtils/ProcessModules/ProcessGrad.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessGrad.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessGrad.h b/library/FieldUtils/ProcessModules/ProcessGrad.h
index 94af8f519e..ed1a6e33c0 100644
--- a/library/FieldUtils/ProcessModules/ProcessGrad.h
+++ b/library/FieldUtils/ProcessModules/ProcessGrad.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessHalfModeToFourier.cpp b/library/FieldUtils/ProcessModules/ProcessHalfModeToFourier.cpp
index 0f8f5e777f..6afe86c1f6 100644
--- a/library/FieldUtils/ProcessModules/ProcessHalfModeToFourier.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessHalfModeToFourier.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessHalfModeToFourier.h b/library/FieldUtils/ProcessModules/ProcessHalfModeToFourier.h
index eca041036e..e4259b34b4 100644
--- a/library/FieldUtils/ProcessModules/ProcessHalfModeToFourier.h
+++ b/library/FieldUtils/ProcessModules/ProcessHalfModeToFourier.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessHomogeneousPlane.cpp b/library/FieldUtils/ProcessModules/ProcessHomogeneousPlane.cpp
index bdf5aa035d..8d731319f9 100644
--- a/library/FieldUtils/ProcessModules/ProcessHomogeneousPlane.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessHomogeneousPlane.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessHomogeneousPlane.h b/library/FieldUtils/ProcessModules/ProcessHomogeneousPlane.h
index e1b34ee827..4f3277cd36 100644
--- a/library/FieldUtils/ProcessModules/ProcessHomogeneousPlane.h
+++ b/library/FieldUtils/ProcessModules/ProcessHomogeneousPlane.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessHomogeneousStretch.cpp b/library/FieldUtils/ProcessModules/ProcessHomogeneousStretch.cpp
index f9d935f48d..260a07d075 100644
--- a/library/FieldUtils/ProcessModules/ProcessHomogeneousStretch.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessHomogeneousStretch.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessHomogeneousStretch.h b/library/FieldUtils/ProcessModules/ProcessHomogeneousStretch.h
index bb6758d2b4..4ce260b8b4 100644
--- a/library/FieldUtils/ProcessModules/ProcessHomogeneousStretch.h
+++ b/library/FieldUtils/ProcessModules/ProcessHomogeneousStretch.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessInnerProduct.cpp b/library/FieldUtils/ProcessModules/ProcessInnerProduct.cpp
index 28de23ed51..3d9de6eec6 100644
--- a/library/FieldUtils/ProcessModules/ProcessInnerProduct.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessInnerProduct.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessInnerProduct.h b/library/FieldUtils/ProcessModules/ProcessInnerProduct.h
index 304a8d0b3a..14abb79056 100644
--- a/library/FieldUtils/ProcessModules/ProcessInnerProduct.h
+++ b/library/FieldUtils/ProcessModules/ProcessInnerProduct.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessInterpField.cpp b/library/FieldUtils/ProcessModules/ProcessInterpField.cpp
index 8836f6322f..1f2466b7d6 100644
--- a/library/FieldUtils/ProcessModules/ProcessInterpField.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessInterpField.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessInterpField.h b/library/FieldUtils/ProcessModules/ProcessInterpField.h
index 88cfa352a7..5222323925 100644
--- a/library/FieldUtils/ProcessModules/ProcessInterpField.h
+++ b/library/FieldUtils/ProcessModules/ProcessInterpField.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessInterpPointDataToFld.cpp b/library/FieldUtils/ProcessModules/ProcessInterpPointDataToFld.cpp
index 64cd2bdc7d..9fdc0df580 100644
--- a/library/FieldUtils/ProcessModules/ProcessInterpPointDataToFld.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessInterpPointDataToFld.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessInterpPointDataToFld.h b/library/FieldUtils/ProcessModules/ProcessInterpPointDataToFld.h
index 66f160c6c5..5b183bfdda 100644
--- a/library/FieldUtils/ProcessModules/ProcessInterpPointDataToFld.h
+++ b/library/FieldUtils/ProcessModules/ProcessInterpPointDataToFld.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessInterpPoints.cpp b/library/FieldUtils/ProcessModules/ProcessInterpPoints.cpp
index 03b7310f6a..69c864ceb4 100644
--- a/library/FieldUtils/ProcessModules/ProcessInterpPoints.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessInterpPoints.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessInterpPoints.h b/library/FieldUtils/ProcessModules/ProcessInterpPoints.h
index 2619710d9e..ac852cd540 100644
--- a/library/FieldUtils/ProcessModules/ProcessInterpPoints.h
+++ b/library/FieldUtils/ProcessModules/ProcessInterpPoints.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessInterpPtsToPts.cpp b/library/FieldUtils/ProcessModules/ProcessInterpPtsToPts.cpp
index 837650c3d5..deb9640f5c 100644
--- a/library/FieldUtils/ProcessModules/ProcessInterpPtsToPts.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessInterpPtsToPts.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessInterpPtsToPts.h b/library/FieldUtils/ProcessModules/ProcessInterpPtsToPts.h
index a44ef4726b..6ed399851a 100644
--- a/library/FieldUtils/ProcessModules/ProcessInterpPtsToPts.h
+++ b/library/FieldUtils/ProcessModules/ProcessInterpPtsToPts.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessIsoContour.cpp b/library/FieldUtils/ProcessModules/ProcessIsoContour.cpp
index 88bdd620e0..c92be7c8ae 100644
--- a/library/FieldUtils/ProcessModules/ProcessIsoContour.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessIsoContour.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessIsoContour.h b/library/FieldUtils/ProcessModules/ProcessIsoContour.h
index 3abdd23fec..8c501a3771 100644
--- a/library/FieldUtils/ProcessModules/ProcessIsoContour.h
+++ b/library/FieldUtils/ProcessModules/ProcessIsoContour.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessJacobianEnergy.cpp b/library/FieldUtils/ProcessModules/ProcessJacobianEnergy.cpp
index 6b36b645a1..f43ef410bc 100644
--- a/library/FieldUtils/ProcessModules/ProcessJacobianEnergy.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessJacobianEnergy.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessJacobianEnergy.h b/library/FieldUtils/ProcessModules/ProcessJacobianEnergy.h
index 88bd8b6b3d..b32db8dd42 100644
--- a/library/FieldUtils/ProcessModules/ProcessJacobianEnergy.h
+++ b/library/FieldUtils/ProcessModules/ProcessJacobianEnergy.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessL2Criterion.cpp b/library/FieldUtils/ProcessModules/ProcessL2Criterion.cpp
index 48b24b3123..57b37d8b6d 100644
--- a/library/FieldUtils/ProcessModules/ProcessL2Criterion.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessL2Criterion.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessL2Criterion.h b/library/FieldUtils/ProcessModules/ProcessL2Criterion.h
index 359017f271..193032a58c 100644
--- a/library/FieldUtils/ProcessModules/ProcessL2Criterion.h
+++ b/library/FieldUtils/ProcessModules/ProcessL2Criterion.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessMapping.cpp b/library/FieldUtils/ProcessModules/ProcessMapping.cpp
index 3fa9446a6b..08474a93fe 100644
--- a/library/FieldUtils/ProcessModules/ProcessMapping.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessMapping.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessMapping.h b/library/FieldUtils/ProcessModules/ProcessMapping.h
index cabce4fbd8..51821ce458 100644
--- a/library/FieldUtils/ProcessModules/ProcessMapping.h
+++ b/library/FieldUtils/ProcessModules/ProcessMapping.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessMean.cpp b/library/FieldUtils/ProcessModules/ProcessMean.cpp
index 838b04c70d..fee6d221bf 100644
--- a/library/FieldUtils/ProcessModules/ProcessMean.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessMean.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessMean.h b/library/FieldUtils/ProcessModules/ProcessMean.h
index c969a1bc36..8cf8b0de39 100644
--- a/library/FieldUtils/ProcessModules/ProcessMean.h
+++ b/library/FieldUtils/ProcessModules/ProcessMean.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessMeanMode.cpp b/library/FieldUtils/ProcessModules/ProcessMeanMode.cpp
index b0b458ce31..3953e66ee6 100644
--- a/library/FieldUtils/ProcessModules/ProcessMeanMode.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessMeanMode.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessMeanMode.h b/library/FieldUtils/ProcessModules/ProcessMeanMode.h
index 0b119b3116..759edd4d3a 100644
--- a/library/FieldUtils/ProcessModules/ProcessMeanMode.h
+++ b/library/FieldUtils/ProcessModules/ProcessMeanMode.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessMultiShear.cpp b/library/FieldUtils/ProcessModules/ProcessMultiShear.cpp
index 9f42812892..2b4155219b 100644
--- a/library/FieldUtils/ProcessModules/ProcessMultiShear.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessMultiShear.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessMultiShear.h b/library/FieldUtils/ProcessModules/ProcessMultiShear.h
index 1252c55b3f..6175f117fc 100644
--- a/library/FieldUtils/ProcessModules/ProcessMultiShear.h
+++ b/library/FieldUtils/ProcessModules/ProcessMultiShear.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessNumModes.cpp b/library/FieldUtils/ProcessModules/ProcessNumModes.cpp
index 36697ab29e..0f588df0b6 100644
--- a/library/FieldUtils/ProcessModules/ProcessNumModes.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessNumModes.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessNumModes.h b/library/FieldUtils/ProcessModules/ProcessNumModes.h
index 41334acb50..61e66c8c4d 100644
--- a/library/FieldUtils/ProcessModules/ProcessNumModes.h
+++ b/library/FieldUtils/ProcessModules/ProcessNumModes.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessPointDataToFld.cpp b/library/FieldUtils/ProcessModules/ProcessPointDataToFld.cpp
index 1338558ead..e021d86514 100644
--- a/library/FieldUtils/ProcessModules/ProcessPointDataToFld.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessPointDataToFld.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessPointDataToFld.h b/library/FieldUtils/ProcessModules/ProcessPointDataToFld.h
index 6030185fc5..957ed9e979 100644
--- a/library/FieldUtils/ProcessModules/ProcessPointDataToFld.h
+++ b/library/FieldUtils/ProcessModules/ProcessPointDataToFld.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessPrintFldNorms.cpp b/library/FieldUtils/ProcessModules/ProcessPrintFldNorms.cpp
index d1839f5643..7b4d5b0610 100644
--- a/library/FieldUtils/ProcessModules/ProcessPrintFldNorms.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessPrintFldNorms.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessPrintFldNorms.h b/library/FieldUtils/ProcessModules/ProcessPrintFldNorms.h
index 6b234ff7b2..6ff13ce3ff 100644
--- a/library/FieldUtils/ProcessModules/ProcessPrintFldNorms.h
+++ b/library/FieldUtils/ProcessModules/ProcessPrintFldNorms.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessQCriterion.cpp b/library/FieldUtils/ProcessModules/ProcessQCriterion.cpp
index c87bea99f4..29fb8200ea 100644
--- a/library/FieldUtils/ProcessModules/ProcessQCriterion.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessQCriterion.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessQCriterion.h b/library/FieldUtils/ProcessModules/ProcessQCriterion.h
index 87214db351..d740548466 100644
--- a/library/FieldUtils/ProcessModules/ProcessQCriterion.h
+++ b/library/FieldUtils/ProcessModules/ProcessQCriterion.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessQualityMetric.cpp b/library/FieldUtils/ProcessModules/ProcessQualityMetric.cpp
index cbcb4396e6..ec53034b29 100644
--- a/library/FieldUtils/ProcessModules/ProcessQualityMetric.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessQualityMetric.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessQualityMetric.h b/library/FieldUtils/ProcessModules/ProcessQualityMetric.h
index dfe97504f5..6016bd4735 100644
--- a/library/FieldUtils/ProcessModules/ProcessQualityMetric.h
+++ b/library/FieldUtils/ProcessModules/ProcessQualityMetric.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessRemoveField.cpp b/library/FieldUtils/ProcessModules/ProcessRemoveField.cpp
index 67486069ef..6745f47ca4 100644
--- a/library/FieldUtils/ProcessModules/ProcessRemoveField.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessRemoveField.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessRemoveField.h b/library/FieldUtils/ProcessModules/ProcessRemoveField.h
index 303cc2e10b..6390122c05 100644
--- a/library/FieldUtils/ProcessModules/ProcessRemoveField.h
+++ b/library/FieldUtils/ProcessModules/ProcessRemoveField.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessScalGrad.cpp b/library/FieldUtils/ProcessModules/ProcessScalGrad.cpp
index 41955b6886..128a7c2982 100644
--- a/library/FieldUtils/ProcessModules/ProcessScalGrad.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessScalGrad.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessScalGrad.h b/library/FieldUtils/ProcessModules/ProcessScalGrad.h
index 89960ea224..92f60ecd24 100644
--- a/library/FieldUtils/ProcessModules/ProcessScalGrad.h
+++ b/library/FieldUtils/ProcessModules/ProcessScalGrad.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessScaleInFld.cpp b/library/FieldUtils/ProcessModules/ProcessScaleInFld.cpp
index 1dfabdbc63..0703bf6156 100644
--- a/library/FieldUtils/ProcessModules/ProcessScaleInFld.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessScaleInFld.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessScaleInFld.h b/library/FieldUtils/ProcessModules/ProcessScaleInFld.h
index 335eedbfa0..94fc254e40 100644
--- a/library/FieldUtils/ProcessModules/ProcessScaleInFld.h
+++ b/library/FieldUtils/ProcessModules/ProcessScaleInFld.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessStreamFunction.cpp b/library/FieldUtils/ProcessModules/ProcessStreamFunction.cpp
index 87bc069506..39cfbdf1f3 100644
--- a/library/FieldUtils/ProcessModules/ProcessStreamFunction.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessStreamFunction.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessStreamFunction.h b/library/FieldUtils/ProcessModules/ProcessStreamFunction.h
index 4e0642dd69..f1122217ac 100644
--- a/library/FieldUtils/ProcessModules/ProcessStreamFunction.h
+++ b/library/FieldUtils/ProcessModules/ProcessStreamFunction.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessSurfDistance.cpp b/library/FieldUtils/ProcessModules/ProcessSurfDistance.cpp
index 99abe6c192..a53e73d703 100644
--- a/library/FieldUtils/ProcessModules/ProcessSurfDistance.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessSurfDistance.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessSurfDistance.h b/library/FieldUtils/ProcessModules/ProcessSurfDistance.h
index 3b7c2e9931..15058a7713 100644
--- a/library/FieldUtils/ProcessModules/ProcessSurfDistance.h
+++ b/library/FieldUtils/ProcessModules/ProcessSurfDistance.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessVorticity.cpp b/library/FieldUtils/ProcessModules/ProcessVorticity.cpp
index f08938a49c..f0c20d737b 100644
--- a/library/FieldUtils/ProcessModules/ProcessVorticity.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessVorticity.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessVorticity.h b/library/FieldUtils/ProcessModules/ProcessVorticity.h
index 1bec6747a3..35abdc3697 100644
--- a/library/FieldUtils/ProcessModules/ProcessVorticity.h
+++ b/library/FieldUtils/ProcessModules/ProcessVorticity.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessWSS.cpp b/library/FieldUtils/ProcessModules/ProcessWSS.cpp
index 53c637ba31..88503d09bf 100644
--- a/library/FieldUtils/ProcessModules/ProcessWSS.cpp
+++ b/library/FieldUtils/ProcessModules/ProcessWSS.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/FieldUtils/ProcessModules/ProcessWSS.h b/library/FieldUtils/ProcessModules/ProcessWSS.h
index b1d8d92f45..1ee9d0fd88 100644
--- a/library/FieldUtils/ProcessModules/ProcessWSS.h
+++ b/library/FieldUtils/ProcessModules/ProcessWSS.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/GlobalMapping/Deform.cpp b/library/GlobalMapping/Deform.cpp
index 4aa57d978a..8f522ff032 100644
--- a/library/GlobalMapping/Deform.cpp
+++ b/library/GlobalMapping/Deform.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/GlobalMapping/Deform.h b/library/GlobalMapping/Deform.h
index 72c08bd9ab..4c75f67258 100644
--- a/library/GlobalMapping/Deform.h
+++ b/library/GlobalMapping/Deform.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/GlobalMapping/GlobalMappingDeclspec.h b/library/GlobalMapping/GlobalMappingDeclspec.h
index 69a06ae81c..b0a9b1dfd8 100644
--- a/library/GlobalMapping/GlobalMappingDeclspec.h
+++ b/library/GlobalMapping/GlobalMappingDeclspec.h
@@ -8,7 +8,6 @@
 // University of Utah (USA) and Department of Aeronautics, Imperial
 // College London (UK).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/GlobalMapping/Mapping.cpp b/library/GlobalMapping/Mapping.cpp
index b835f467e6..bb94e100c0 100644
--- a/library/GlobalMapping/Mapping.cpp
+++ b/library/GlobalMapping/Mapping.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/GlobalMapping/Mapping.h b/library/GlobalMapping/Mapping.h
index 0c5068ac3f..408edf40c9 100644
--- a/library/GlobalMapping/Mapping.h
+++ b/library/GlobalMapping/Mapping.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/GlobalMapping/MappingGeneral.cpp b/library/GlobalMapping/MappingGeneral.cpp
index c312d94f52..5c81292ce7 100644
--- a/library/GlobalMapping/MappingGeneral.cpp
+++ b/library/GlobalMapping/MappingGeneral.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/GlobalMapping/MappingGeneral.h b/library/GlobalMapping/MappingGeneral.h
index 999717c58c..d3dd7d1b36 100644
--- a/library/GlobalMapping/MappingGeneral.h
+++ b/library/GlobalMapping/MappingGeneral.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/GlobalMapping/MappingTranslation.cpp b/library/GlobalMapping/MappingTranslation.cpp
index 13c6d5d57c..04f21e6526 100644
--- a/library/GlobalMapping/MappingTranslation.cpp
+++ b/library/GlobalMapping/MappingTranslation.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/GlobalMapping/MappingTranslation.h b/library/GlobalMapping/MappingTranslation.h
index 33f7f6fe14..7e9a80d523 100644
--- a/library/GlobalMapping/MappingTranslation.h
+++ b/library/GlobalMapping/MappingTranslation.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/GlobalMapping/MappingXYofXY.cpp b/library/GlobalMapping/MappingXYofXY.cpp
index 25449bb891..20daa73a9b 100644
--- a/library/GlobalMapping/MappingXYofXY.cpp
+++ b/library/GlobalMapping/MappingXYofXY.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/GlobalMapping/MappingXYofXY.h b/library/GlobalMapping/MappingXYofXY.h
index d490b9bc1a..da18156fcb 100644
--- a/library/GlobalMapping/MappingXYofXY.h
+++ b/library/GlobalMapping/MappingXYofXY.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/GlobalMapping/MappingXYofZ.cpp b/library/GlobalMapping/MappingXYofZ.cpp
index 5b7ee95f8e..6fc77417e6 100644
--- a/library/GlobalMapping/MappingXYofZ.cpp
+++ b/library/GlobalMapping/MappingXYofZ.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/GlobalMapping/MappingXYofZ.h b/library/GlobalMapping/MappingXYofZ.h
index 1c06fa5f27..e9fd4831af 100644
--- a/library/GlobalMapping/MappingXYofZ.h
+++ b/library/GlobalMapping/MappingXYofZ.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/GlobalMapping/MappingXofXZ.cpp b/library/GlobalMapping/MappingXofXZ.cpp
index 3c8540f56e..52a8a4b590 100644
--- a/library/GlobalMapping/MappingXofXZ.cpp
+++ b/library/GlobalMapping/MappingXofXZ.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/GlobalMapping/MappingXofXZ.h b/library/GlobalMapping/MappingXofXZ.h
index 3d5c10c3ee..e50447efb5 100644
--- a/library/GlobalMapping/MappingXofXZ.h
+++ b/library/GlobalMapping/MappingXofXZ.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/GlobalMapping/MappingXofZ.cpp b/library/GlobalMapping/MappingXofZ.cpp
index 0adb857fe5..4c0d16c825 100644
--- a/library/GlobalMapping/MappingXofZ.cpp
+++ b/library/GlobalMapping/MappingXofZ.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/GlobalMapping/MappingXofZ.h b/library/GlobalMapping/MappingXofZ.h
index f2fad9ac3e..1ce3091a21 100644
--- a/library/GlobalMapping/MappingXofZ.h
+++ b/library/GlobalMapping/MappingXofZ.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicConst/GitRevision.cpp.in b/library/LibUtilities/BasicConst/GitRevision.cpp.in
index c9c2f1fd78..83d48429d2 100644
--- a/library/LibUtilities/BasicConst/GitRevision.cpp.in
+++ b/library/LibUtilities/BasicConst/GitRevision.cpp.in
@@ -10,7 +10,6 @@
 // University of Utah (USA) and Department of Aeronautics, Imperial
 // College London (UK).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicConst/GitRevision.h b/library/LibUtilities/BasicConst/GitRevision.h
index 76d5316150..59324859f0 100644
--- a/library/LibUtilities/BasicConst/GitRevision.h
+++ b/library/LibUtilities/BasicConst/GitRevision.h
@@ -10,7 +10,6 @@
 // University of Utah (USA) and Department of Aeronautics, Imperial
 // College London (UK).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicConst/NektarUnivConsts.hpp b/library/LibUtilities/BasicConst/NektarUnivConsts.hpp
index 68d86f25d5..60d464eddf 100644
--- a/library/LibUtilities/BasicConst/NektarUnivConsts.hpp
+++ b/library/LibUtilities/BasicConst/NektarUnivConsts.hpp
@@ -10,7 +10,6 @@
 // University of Utah (USA) and Department of Aeronautics, Imperial
 // College London (UK).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicConst/NektarUnivTypeDefs.hpp b/library/LibUtilities/BasicConst/NektarUnivTypeDefs.hpp
index edfcf7c330..6cb9ef7ce1 100644
--- a/library/LibUtilities/BasicConst/NektarUnivTypeDefs.hpp
+++ b/library/LibUtilities/BasicConst/NektarUnivTypeDefs.hpp
@@ -10,7 +10,6 @@
 // University of Utah (USA) and Department of Aeronautics, Imperial
 // College London (UK).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/ArrayEqualityComparison.cpp b/library/LibUtilities/BasicUtils/ArrayEqualityComparison.cpp
index bc077b5a1a..4c06eb50a8 100644
--- a/library/LibUtilities/BasicUtils/ArrayEqualityComparison.cpp
+++ b/library/LibUtilities/BasicUtils/ArrayEqualityComparison.cpp
@@ -10,7 +10,6 @@
 // University of Utah (USA) and Department of Aeronautics, Imperial
 // College London (UK).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/ArrayPolicies.hpp b/library/LibUtilities/BasicUtils/ArrayPolicies.hpp
index 0c4178558b..858b6a27f0 100644
--- a/library/LibUtilities/BasicUtils/ArrayPolicies.hpp
+++ b/library/LibUtilities/BasicUtils/ArrayPolicies.hpp
@@ -10,7 +10,6 @@
 // University of Utah (USA) and Department of Aeronautics, Imperial
 // College London (UK).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/CompressData.cpp b/library/LibUtilities/BasicUtils/CompressData.cpp
index ce711cbc71..ee64ae9bd8 100644
--- a/library/LibUtilities/BasicUtils/CompressData.cpp
+++ b/library/LibUtilities/BasicUtils/CompressData.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/CompressData.h b/library/LibUtilities/BasicUtils/CompressData.h
index 3cf86f4303..570b6a2ba1 100644
--- a/library/LibUtilities/BasicUtils/CompressData.h
+++ b/library/LibUtilities/BasicUtils/CompressData.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/ConsistentObjectAccess.hpp b/library/LibUtilities/BasicUtils/ConsistentObjectAccess.hpp
index b2f3c45f01..15d439a78a 100644
--- a/library/LibUtilities/BasicUtils/ConsistentObjectAccess.hpp
+++ b/library/LibUtilities/BasicUtils/ConsistentObjectAccess.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/CsvIO.cpp b/library/LibUtilities/BasicUtils/CsvIO.cpp
index 09dfd0ea3b..45f2bce1c7 100644
--- a/library/LibUtilities/BasicUtils/CsvIO.cpp
+++ b/library/LibUtilities/BasicUtils/CsvIO.cpp
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/CsvIO.h b/library/LibUtilities/BasicUtils/CsvIO.h
index 6c3400c3d3..e301d0d7f4 100644
--- a/library/LibUtilities/BasicUtils/CsvIO.h
+++ b/library/LibUtilities/BasicUtils/CsvIO.h
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/Equation.cpp b/library/LibUtilities/BasicUtils/Equation.cpp
index 169d5ca146..b6f470435f 100644
--- a/library/LibUtilities/BasicUtils/Equation.cpp
+++ b/library/LibUtilities/BasicUtils/Equation.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/Equation.h b/library/LibUtilities/BasicUtils/Equation.h
index 7d7f24ce4e..41be5e3c6b 100644
--- a/library/LibUtilities/BasicUtils/Equation.h
+++ b/library/LibUtilities/BasicUtils/Equation.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/ErrorUtil.cpp b/library/LibUtilities/BasicUtils/ErrorUtil.cpp
index c9355396a2..326c26cb7c 100644
--- a/library/LibUtilities/BasicUtils/ErrorUtil.cpp
+++ b/library/LibUtilities/BasicUtils/ErrorUtil.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/ErrorUtil.hpp b/library/LibUtilities/BasicUtils/ErrorUtil.hpp
index fdb5c1946f..311622a164 100644
--- a/library/LibUtilities/BasicUtils/ErrorUtil.hpp
+++ b/library/LibUtilities/BasicUtils/ErrorUtil.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/FieldIO.cpp b/library/LibUtilities/BasicUtils/FieldIO.cpp
index 1e0867b286..e861f0d0a7 100644
--- a/library/LibUtilities/BasicUtils/FieldIO.cpp
+++ b/library/LibUtilities/BasicUtils/FieldIO.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/FieldIO.h b/library/LibUtilities/BasicUtils/FieldIO.h
index 446b1f9661..e23d0ac60a 100644
--- a/library/LibUtilities/BasicUtils/FieldIO.h
+++ b/library/LibUtilities/BasicUtils/FieldIO.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/FieldIOHdf5.cpp b/library/LibUtilities/BasicUtils/FieldIOHdf5.cpp
index f0ea09d0a8..eb3a37a025 100644
--- a/library/LibUtilities/BasicUtils/FieldIOHdf5.cpp
+++ b/library/LibUtilities/BasicUtils/FieldIOHdf5.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/FieldIOHdf5.h b/library/LibUtilities/BasicUtils/FieldIOHdf5.h
index 9882a220a9..ebde1335d3 100644
--- a/library/LibUtilities/BasicUtils/FieldIOHdf5.h
+++ b/library/LibUtilities/BasicUtils/FieldIOHdf5.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/FieldIOXml.cpp b/library/LibUtilities/BasicUtils/FieldIOXml.cpp
index af8fbf76d2..adc6e1a98f 100644
--- a/library/LibUtilities/BasicUtils/FieldIOXml.cpp
+++ b/library/LibUtilities/BasicUtils/FieldIOXml.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/FieldIOXml.h b/library/LibUtilities/BasicUtils/FieldIOXml.h
index fe7360a8f7..33ccb3f2ce 100644
--- a/library/LibUtilities/BasicUtils/FieldIOXml.h
+++ b/library/LibUtilities/BasicUtils/FieldIOXml.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/FileSystem.cpp b/library/LibUtilities/BasicUtils/FileSystem.cpp
index 3af6e5a7c3..70a339947e 100644
--- a/library/LibUtilities/BasicUtils/FileSystem.cpp
+++ b/library/LibUtilities/BasicUtils/FileSystem.cpp
@@ -8,7 +8,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/FileSystem.h b/library/LibUtilities/BasicUtils/FileSystem.h
index 7402ac8ac9..2ae4e61f33 100644
--- a/library/LibUtilities/BasicUtils/FileSystem.h
+++ b/library/LibUtilities/BasicUtils/FileSystem.h
@@ -8,7 +8,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/H5.cpp b/library/LibUtilities/BasicUtils/H5.cpp
index 0e3c245804..7ef6b1eded 100644
--- a/library/LibUtilities/BasicUtils/H5.cpp
+++ b/library/LibUtilities/BasicUtils/H5.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/H5.h b/library/LibUtilities/BasicUtils/H5.h
index 122bdce46f..99a809834f 100644
--- a/library/LibUtilities/BasicUtils/H5.h
+++ b/library/LibUtilities/BasicUtils/H5.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/HashUtils.hpp b/library/LibUtilities/BasicUtils/HashUtils.hpp
index b22bbaf1a3..5cc19950cb 100644
--- a/library/LibUtilities/BasicUtils/HashUtils.hpp
+++ b/library/LibUtilities/BasicUtils/HashUtils.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/Interpolator.cpp b/library/LibUtilities/BasicUtils/Interpolator.cpp
index 721fa2d924..6de5bcd952 100644
--- a/library/LibUtilities/BasicUtils/Interpolator.cpp
+++ b/library/LibUtilities/BasicUtils/Interpolator.cpp
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/Interpolator.h b/library/LibUtilities/BasicUtils/Interpolator.h
index 9c74523a82..10ba855708 100644
--- a/library/LibUtilities/BasicUtils/Interpolator.h
+++ b/library/LibUtilities/BasicUtils/Interpolator.h
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/Metis.hpp b/library/LibUtilities/BasicUtils/Metis.hpp
index 883045f3af..a7acb517db 100644
--- a/library/LibUtilities/BasicUtils/Metis.hpp
+++ b/library/LibUtilities/BasicUtils/Metis.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/NekFactory.hpp b/library/LibUtilities/BasicUtils/NekFactory.hpp
index c24fb10348..0d280410bd 100644
--- a/library/LibUtilities/BasicUtils/NekFactory.hpp
+++ b/library/LibUtilities/BasicUtils/NekFactory.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/NekManager.hpp b/library/LibUtilities/BasicUtils/NekManager.hpp
index 0e6e00ef85..d20cdf5f0e 100644
--- a/library/LibUtilities/BasicUtils/NekManager.hpp
+++ b/library/LibUtilities/BasicUtils/NekManager.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/OperatorGenerators.hpp b/library/LibUtilities/BasicUtils/OperatorGenerators.hpp
index b8f30647e1..8438803dfb 100644
--- a/library/LibUtilities/BasicUtils/OperatorGenerators.hpp
+++ b/library/LibUtilities/BasicUtils/OperatorGenerators.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/ParseUtils.cpp b/library/LibUtilities/BasicUtils/ParseUtils.cpp
index 346ad7bfab..3cb783aede 100644
--- a/library/LibUtilities/BasicUtils/ParseUtils.cpp
+++ b/library/LibUtilities/BasicUtils/ParseUtils.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/ParseUtils.h b/library/LibUtilities/BasicUtils/ParseUtils.h
index a2848cd990..90021b5c5b 100644
--- a/library/LibUtilities/BasicUtils/ParseUtils.h
+++ b/library/LibUtilities/BasicUtils/ParseUtils.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/Progressbar.hpp b/library/LibUtilities/BasicUtils/Progressbar.hpp
index 072ecfe3b5..9ff92970bb 100644
--- a/library/LibUtilities/BasicUtils/Progressbar.hpp
+++ b/library/LibUtilities/BasicUtils/Progressbar.hpp
@@ -8,7 +8,6 @@
 //
 // Copyright (c) 2015 Kilian Lackhove
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/PtsField.cpp b/library/LibUtilities/BasicUtils/PtsField.cpp
index de999aad91..61bde2c181 100644
--- a/library/LibUtilities/BasicUtils/PtsField.cpp
+++ b/library/LibUtilities/BasicUtils/PtsField.cpp
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/PtsField.h b/library/LibUtilities/BasicUtils/PtsField.h
index 503ac5a143..aea7bd6af1 100644
--- a/library/LibUtilities/BasicUtils/PtsField.h
+++ b/library/LibUtilities/BasicUtils/PtsField.h
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/PtsIO.cpp b/library/LibUtilities/BasicUtils/PtsIO.cpp
index 20a4e143d7..02138c384e 100644
--- a/library/LibUtilities/BasicUtils/PtsIO.cpp
+++ b/library/LibUtilities/BasicUtils/PtsIO.cpp
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/PtsIO.h b/library/LibUtilities/BasicUtils/PtsIO.h
index 1d8741ccc7..0cbe15ae41 100644
--- a/library/LibUtilities/BasicUtils/PtsIO.h
+++ b/library/LibUtilities/BasicUtils/PtsIO.h
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/RawType.hpp b/library/LibUtilities/BasicUtils/RawType.hpp
index ecd77b3f88..ba8a5a7501 100644
--- a/library/LibUtilities/BasicUtils/RawType.hpp
+++ b/library/LibUtilities/BasicUtils/RawType.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/SessionReader.cpp b/library/LibUtilities/BasicUtils/SessionReader.cpp
index b25048fca5..0dba6dd62b 100644
--- a/library/LibUtilities/BasicUtils/SessionReader.cpp
+++ b/library/LibUtilities/BasicUtils/SessionReader.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/SessionReader.h b/library/LibUtilities/BasicUtils/SessionReader.h
index 5a86200e2e..6cfc36b8c4 100644
--- a/library/LibUtilities/BasicUtils/SessionReader.h
+++ b/library/LibUtilities/BasicUtils/SessionReader.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/ShapeType.hpp b/library/LibUtilities/BasicUtils/ShapeType.hpp
index 84f41af048..54115ae875 100644
--- a/library/LibUtilities/BasicUtils/ShapeType.hpp
+++ b/library/LibUtilities/BasicUtils/ShapeType.hpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/SharedArray.hpp b/library/LibUtilities/BasicUtils/SharedArray.hpp
index 904be4523d..7cdb76de70 100644
--- a/library/LibUtilities/BasicUtils/SharedArray.hpp
+++ b/library/LibUtilities/BasicUtils/SharedArray.hpp
@@ -10,7 +10,6 @@
 // University of Utah (USA) and Department of Aeronautics, Imperial
 // College London (UK).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/Tau.hpp b/library/LibUtilities/BasicUtils/Tau.hpp
index 44645b0116..a3b3da0ad2 100644
--- a/library/LibUtilities/BasicUtils/Tau.hpp
+++ b/library/LibUtilities/BasicUtils/Tau.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/Thread.cpp b/library/LibUtilities/BasicUtils/Thread.cpp
index 46cde8e890..1a92840640 100644
--- a/library/LibUtilities/BasicUtils/Thread.cpp
+++ b/library/LibUtilities/BasicUtils/Thread.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/Thread.h b/library/LibUtilities/BasicUtils/Thread.h
index f55073a0b0..188e60d01d 100644
--- a/library/LibUtilities/BasicUtils/Thread.h
+++ b/library/LibUtilities/BasicUtils/Thread.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/ThreadBoost.cpp b/library/LibUtilities/BasicUtils/ThreadBoost.cpp
index 698a076c5d..f15a95463e 100644
--- a/library/LibUtilities/BasicUtils/ThreadBoost.cpp
+++ b/library/LibUtilities/BasicUtils/ThreadBoost.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/ThreadBoost.h b/library/LibUtilities/BasicUtils/ThreadBoost.h
index 607cd048db..2c8a315dac 100644
--- a/library/LibUtilities/BasicUtils/ThreadBoost.h
+++ b/library/LibUtilities/BasicUtils/ThreadBoost.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/Timer.cpp b/library/LibUtilities/BasicUtils/Timer.cpp
index 221ea41041..fcae253281 100644
--- a/library/LibUtilities/BasicUtils/Timer.cpp
+++ b/library/LibUtilities/BasicUtils/Timer.cpp
@@ -10,7 +10,6 @@
 // University of Utah (USA) and Department of Aeronautics, Imperial
 // College London (UK).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/Timer.h b/library/LibUtilities/BasicUtils/Timer.h
index d7c5984b23..6304740f8e 100644
--- a/library/LibUtilities/BasicUtils/Timer.h
+++ b/library/LibUtilities/BasicUtils/Timer.h
@@ -10,7 +10,6 @@
 // University of Utah (USA) and Department of Aeronautics, Imperial
 // College London (UK).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/VDmath.hpp b/library/LibUtilities/BasicUtils/VDmath.hpp
index 1508d33f66..ed926d67f3 100644
--- a/library/LibUtilities/BasicUtils/VDmath.hpp
+++ b/library/LibUtilities/BasicUtils/VDmath.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/VDmathArray.hpp b/library/LibUtilities/BasicUtils/VDmathArray.hpp
index d74e87a3bd..8c4f9761f6 100644
--- a/library/LibUtilities/BasicUtils/VDmathArray.hpp
+++ b/library/LibUtilities/BasicUtils/VDmathArray.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/Vmath.cpp b/library/LibUtilities/BasicUtils/Vmath.cpp
index e51bc9fb8f..be1ccf820a 100644
--- a/library/LibUtilities/BasicUtils/Vmath.cpp
+++ b/library/LibUtilities/BasicUtils/Vmath.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/Vmath.hpp b/library/LibUtilities/BasicUtils/Vmath.hpp
index d3ac95822e..dff25be630 100644
--- a/library/LibUtilities/BasicUtils/Vmath.hpp
+++ b/library/LibUtilities/BasicUtils/Vmath.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/BasicUtils/VmathArray.hpp b/library/LibUtilities/BasicUtils/VmathArray.hpp
index 0661e12852..14e5e38bfd 100644
--- a/library/LibUtilities/BasicUtils/VmathArray.hpp
+++ b/library/LibUtilities/BasicUtils/VmathArray.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Communication/Comm.cpp b/library/LibUtilities/Communication/Comm.cpp
index a3ef0f89e9..a3386893fc 100644
--- a/library/LibUtilities/Communication/Comm.cpp
+++ b/library/LibUtilities/Communication/Comm.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Communication/Comm.h b/library/LibUtilities/Communication/Comm.h
index 1921785ed1..eb8f944c15 100644
--- a/library/LibUtilities/Communication/Comm.h
+++ b/library/LibUtilities/Communication/Comm.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Communication/CommCwipi.cpp b/library/LibUtilities/Communication/CommCwipi.cpp
index f3d4fa7446..dfd7362abd 100644
--- a/library/LibUtilities/Communication/CommCwipi.cpp
+++ b/library/LibUtilities/Communication/CommCwipi.cpp
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Communication/CommCwipi.h b/library/LibUtilities/Communication/CommCwipi.h
index 66ba9576ab..e34be358e6 100644
--- a/library/LibUtilities/Communication/CommCwipi.h
+++ b/library/LibUtilities/Communication/CommCwipi.h
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Communication/CommDataType.cpp b/library/LibUtilities/Communication/CommDataType.cpp
index 62862a7d2f..47f593835a 100644
--- a/library/LibUtilities/Communication/CommDataType.cpp
+++ b/library/LibUtilities/Communication/CommDataType.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Communication/CommDataType.h b/library/LibUtilities/Communication/CommDataType.h
index 5d78b06471..d10cbf1a94 100644
--- a/library/LibUtilities/Communication/CommDataType.h
+++ b/library/LibUtilities/Communication/CommDataType.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Communication/CommMpi.cpp b/library/LibUtilities/Communication/CommMpi.cpp
index caf54687c7..492183a7ff 100644
--- a/library/LibUtilities/Communication/CommMpi.cpp
+++ b/library/LibUtilities/Communication/CommMpi.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Communication/CommMpi.h b/library/LibUtilities/Communication/CommMpi.h
index 7f240c3ade..bbd2c2dc01 100644
--- a/library/LibUtilities/Communication/CommMpi.h
+++ b/library/LibUtilities/Communication/CommMpi.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Communication/CommSerial.cpp b/library/LibUtilities/Communication/CommSerial.cpp
index d4d7b34846..4d435c581c 100644
--- a/library/LibUtilities/Communication/CommSerial.cpp
+++ b/library/LibUtilities/Communication/CommSerial.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Communication/CommSerial.h b/library/LibUtilities/Communication/CommSerial.h
index 391e2aa234..de779d63e5 100644
--- a/library/LibUtilities/Communication/CommSerial.h
+++ b/library/LibUtilities/Communication/CommSerial.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Communication/GsLib.hpp b/library/LibUtilities/Communication/GsLib.hpp
index dfd0230c61..08b613cf5e 100644
--- a/library/LibUtilities/Communication/GsLib.hpp
+++ b/library/LibUtilities/Communication/GsLib.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Communication/Transposition.cpp b/library/LibUtilities/Communication/Transposition.cpp
index 259394428a..f1607d6baf 100644
--- a/library/LibUtilities/Communication/Transposition.cpp
+++ b/library/LibUtilities/Communication/Transposition.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Communication/Transposition.h b/library/LibUtilities/Communication/Transposition.h
index 7a48b45c55..bd82866174 100644
--- a/library/LibUtilities/Communication/Transposition.h
+++ b/library/LibUtilities/Communication/Transposition.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Communication/Xxt.hpp b/library/LibUtilities/Communication/Xxt.hpp
index 5d42c7d769..e0e01d8aae 100644
--- a/library/LibUtilities/Communication/Xxt.hpp
+++ b/library/LibUtilities/Communication/Xxt.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/FFT/NekFFTW.cpp b/library/LibUtilities/FFT/NekFFTW.cpp
index 01fefca2e2..0e23b3679e 100644
--- a/library/LibUtilities/FFT/NekFFTW.cpp
+++ b/library/LibUtilities/FFT/NekFFTW.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/FFT/NekFFTW.h b/library/LibUtilities/FFT/NekFFTW.h
index b0efa2fc9e..32ba235927 100644
--- a/library/LibUtilities/FFT/NekFFTW.h
+++ b/library/LibUtilities/FFT/NekFFTW.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/FFT/NektarFFT.cpp b/library/LibUtilities/FFT/NektarFFT.cpp
index 794a623f29..b2f0760ff3 100644
--- a/library/LibUtilities/FFT/NektarFFT.cpp
+++ b/library/LibUtilities/FFT/NektarFFT.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/FFT/NektarFFT.h b/library/LibUtilities/FFT/NektarFFT.h
index aac57ce443..bcf5fc051b 100644
--- a/library/LibUtilities/FFT/NektarFFT.h
+++ b/library/LibUtilities/FFT/NektarFFT.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/BLPoints.cpp b/library/LibUtilities/Foundations/BLPoints.cpp
index a5334cce54..91530b134e 100644
--- a/library/LibUtilities/Foundations/BLPoints.cpp
+++ b/library/LibUtilities/Foundations/BLPoints.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/BLPoints.h b/library/LibUtilities/Foundations/BLPoints.h
index 7fcbcb7d1a..aee6b39343 100644
--- a/library/LibUtilities/Foundations/BLPoints.h
+++ b/library/LibUtilities/Foundations/BLPoints.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/Basis.cpp b/library/LibUtilities/Foundations/Basis.cpp
index 8a0c2dfc6d..1671cc508c 100644
--- a/library/LibUtilities/Foundations/Basis.cpp
+++ b/library/LibUtilities/Foundations/Basis.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/Basis.h b/library/LibUtilities/Foundations/Basis.h
index 3db4e7dc5d..970dd67d81 100644
--- a/library/LibUtilities/Foundations/Basis.h
+++ b/library/LibUtilities/Foundations/Basis.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/BasisType.h b/library/LibUtilities/Foundations/BasisType.h
index f24010b50f..e11b90bc04 100644
--- a/library/LibUtilities/Foundations/BasisType.h
+++ b/library/LibUtilities/Foundations/BasisType.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/Foundations.hpp b/library/LibUtilities/Foundations/Foundations.hpp
index 98338279a8..405b6ca471 100644
--- a/library/LibUtilities/Foundations/Foundations.hpp
+++ b/library/LibUtilities/Foundations/Foundations.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/FoundationsFwd.hpp b/library/LibUtilities/Foundations/FoundationsFwd.hpp
index f0b8689413..33da434c88 100644
--- a/library/LibUtilities/Foundations/FoundationsFwd.hpp
+++ b/library/LibUtilities/Foundations/FoundationsFwd.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/FourierPoints.cpp b/library/LibUtilities/Foundations/FourierPoints.cpp
index e6bcad06a3..5c8775b8c3 100644
--- a/library/LibUtilities/Foundations/FourierPoints.cpp
+++ b/library/LibUtilities/Foundations/FourierPoints.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/FourierPoints.h b/library/LibUtilities/Foundations/FourierPoints.h
index b8b7cb849e..5a5dde786b 100644
--- a/library/LibUtilities/Foundations/FourierPoints.h
+++ b/library/LibUtilities/Foundations/FourierPoints.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/FourierSingleModePoints.cpp b/library/LibUtilities/Foundations/FourierSingleModePoints.cpp
index 02fba327e8..f03ff7965b 100644
--- a/library/LibUtilities/Foundations/FourierSingleModePoints.cpp
+++ b/library/LibUtilities/Foundations/FourierSingleModePoints.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/FourierSingleModePoints.h b/library/LibUtilities/Foundations/FourierSingleModePoints.h
index fe7eb595c9..ed95ef4ee4 100644
--- a/library/LibUtilities/Foundations/FourierSingleModePoints.h
+++ b/library/LibUtilities/Foundations/FourierSingleModePoints.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/GaussPoints.cpp b/library/LibUtilities/Foundations/GaussPoints.cpp
index 9446a06858..397b5280e2 100644
--- a/library/LibUtilities/Foundations/GaussPoints.cpp
+++ b/library/LibUtilities/Foundations/GaussPoints.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/GaussPoints.h b/library/LibUtilities/Foundations/GaussPoints.h
index b1464023d2..69db82ffc1 100644
--- a/library/LibUtilities/Foundations/GaussPoints.h
+++ b/library/LibUtilities/Foundations/GaussPoints.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/Graph.cpp b/library/LibUtilities/Foundations/Graph.cpp
index a0c421dbb7..aac967aafd 100644
--- a/library/LibUtilities/Foundations/Graph.cpp
+++ b/library/LibUtilities/Foundations/Graph.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific 
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/Graph.h b/library/LibUtilities/Foundations/Graph.h
index e1458cbbcb..03b02d6436 100644
--- a/library/LibUtilities/Foundations/Graph.h
+++ b/library/LibUtilities/Foundations/Graph.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific 
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/Interp.cpp b/library/LibUtilities/Foundations/Interp.cpp
index a380f89ecc..c3722ed5e6 100644
--- a/library/LibUtilities/Foundations/Interp.cpp
+++ b/library/LibUtilities/Foundations/Interp.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/Interp.h b/library/LibUtilities/Foundations/Interp.h
index bca99816da..6c6f60e81b 100644
--- a/library/LibUtilities/Foundations/Interp.h
+++ b/library/LibUtilities/Foundations/Interp.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/InterpCoeff.cpp b/library/LibUtilities/Foundations/InterpCoeff.cpp
index 0e755a8633..88ca801047 100644
--- a/library/LibUtilities/Foundations/InterpCoeff.cpp
+++ b/library/LibUtilities/Foundations/InterpCoeff.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/InterpCoeff.h b/library/LibUtilities/Foundations/InterpCoeff.h
index 7d76d7e423..b9eaf33fde 100644
--- a/library/LibUtilities/Foundations/InterpCoeff.h
+++ b/library/LibUtilities/Foundations/InterpCoeff.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/ManagerAccess.cpp b/library/LibUtilities/Foundations/ManagerAccess.cpp
index beeef10083..9f03bed3b9 100644
--- a/library/LibUtilities/Foundations/ManagerAccess.cpp
+++ b/library/LibUtilities/Foundations/ManagerAccess.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/ManagerAccess.h b/library/LibUtilities/Foundations/ManagerAccess.h
index a2ff8b2adc..8c3a8aa1f1 100644
--- a/library/LibUtilities/Foundations/ManagerAccess.h
+++ b/library/LibUtilities/Foundations/ManagerAccess.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/NodalHexElec.cpp b/library/LibUtilities/Foundations/NodalHexElec.cpp
index 0d018a78a2..c0814d841d 100644
--- a/library/LibUtilities/Foundations/NodalHexElec.cpp
+++ b/library/LibUtilities/Foundations/NodalHexElec.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/NodalHexElec.h b/library/LibUtilities/Foundations/NodalHexElec.h
index 752351e15a..9d93f32c7f 100644
--- a/library/LibUtilities/Foundations/NodalHexElec.h
+++ b/library/LibUtilities/Foundations/NodalHexElec.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/NodalPrismElec.cpp b/library/LibUtilities/Foundations/NodalPrismElec.cpp
index fdb0fb836b..d5c72d2a1a 100644
--- a/library/LibUtilities/Foundations/NodalPrismElec.cpp
+++ b/library/LibUtilities/Foundations/NodalPrismElec.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/NodalPrismElec.h b/library/LibUtilities/Foundations/NodalPrismElec.h
index 940e2c48c3..7e7bfb4d2e 100644
--- a/library/LibUtilities/Foundations/NodalPrismElec.h
+++ b/library/LibUtilities/Foundations/NodalPrismElec.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/NodalPrismEvenlySpaced.cpp b/library/LibUtilities/Foundations/NodalPrismEvenlySpaced.cpp
index f248138f48..8a4830869f 100644
--- a/library/LibUtilities/Foundations/NodalPrismEvenlySpaced.cpp
+++ b/library/LibUtilities/Foundations/NodalPrismEvenlySpaced.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/NodalPrismEvenlySpaced.h b/library/LibUtilities/Foundations/NodalPrismEvenlySpaced.h
index 0931ee2b03..37c362b915 100644
--- a/library/LibUtilities/Foundations/NodalPrismEvenlySpaced.h
+++ b/library/LibUtilities/Foundations/NodalPrismEvenlySpaced.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/NodalPrismSPI.cpp b/library/LibUtilities/Foundations/NodalPrismSPI.cpp
index 270c1cb291..06deb09bfb 100644
--- a/library/LibUtilities/Foundations/NodalPrismSPI.cpp
+++ b/library/LibUtilities/Foundations/NodalPrismSPI.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/NodalPrismSPI.h b/library/LibUtilities/Foundations/NodalPrismSPI.h
index c263be57c1..f604282a31 100644
--- a/library/LibUtilities/Foundations/NodalPrismSPI.h
+++ b/library/LibUtilities/Foundations/NodalPrismSPI.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/NodalQuadElec.cpp b/library/LibUtilities/Foundations/NodalQuadElec.cpp
index 2b1eed8fac..d8d0791c3b 100644
--- a/library/LibUtilities/Foundations/NodalQuadElec.cpp
+++ b/library/LibUtilities/Foundations/NodalQuadElec.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/NodalQuadElec.h b/library/LibUtilities/Foundations/NodalQuadElec.h
index 3ee0aa0b87..82966cca42 100644
--- a/library/LibUtilities/Foundations/NodalQuadElec.h
+++ b/library/LibUtilities/Foundations/NodalQuadElec.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/NodalTetElec.cpp b/library/LibUtilities/Foundations/NodalTetElec.cpp
index 24f97432d3..a02b517f77 100644
--- a/library/LibUtilities/Foundations/NodalTetElec.cpp
+++ b/library/LibUtilities/Foundations/NodalTetElec.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/NodalTetElec.h b/library/LibUtilities/Foundations/NodalTetElec.h
index 52ba16eb5f..09fb5c8616 100644
--- a/library/LibUtilities/Foundations/NodalTetElec.h
+++ b/library/LibUtilities/Foundations/NodalTetElec.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/NodalTetEvenlySpaced.cpp b/library/LibUtilities/Foundations/NodalTetEvenlySpaced.cpp
index e0a911cf70..ea955dc161 100644
--- a/library/LibUtilities/Foundations/NodalTetEvenlySpaced.cpp
+++ b/library/LibUtilities/Foundations/NodalTetEvenlySpaced.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/NodalTetEvenlySpaced.h b/library/LibUtilities/Foundations/NodalTetEvenlySpaced.h
index f68cd1f564..0941120cb1 100644
--- a/library/LibUtilities/Foundations/NodalTetEvenlySpaced.h
+++ b/library/LibUtilities/Foundations/NodalTetEvenlySpaced.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/NodalTetSPI.cpp b/library/LibUtilities/Foundations/NodalTetSPI.cpp
index 91d7d10d96..c52422f340 100644
--- a/library/LibUtilities/Foundations/NodalTetSPI.cpp
+++ b/library/LibUtilities/Foundations/NodalTetSPI.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/NodalTetSPI.h b/library/LibUtilities/Foundations/NodalTetSPI.h
index efd4c30611..81e0a17bee 100644
--- a/library/LibUtilities/Foundations/NodalTetSPI.h
+++ b/library/LibUtilities/Foundations/NodalTetSPI.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/NodalTetSPIData.h b/library/LibUtilities/Foundations/NodalTetSPIData.h
index 4b9e9921a5..c10f2936a7 100644
--- a/library/LibUtilities/Foundations/NodalTetSPIData.h
+++ b/library/LibUtilities/Foundations/NodalTetSPIData.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/NodalTriElec.cpp b/library/LibUtilities/Foundations/NodalTriElec.cpp
index 3a1cbacd68..61454e8b43 100644
--- a/library/LibUtilities/Foundations/NodalTriElec.cpp
+++ b/library/LibUtilities/Foundations/NodalTriElec.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/NodalTriElec.h b/library/LibUtilities/Foundations/NodalTriElec.h
index 9b7fb8ed46..3beb5fd5c6 100644
--- a/library/LibUtilities/Foundations/NodalTriElec.h
+++ b/library/LibUtilities/Foundations/NodalTriElec.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/NodalTriEvenlySpaced.cpp b/library/LibUtilities/Foundations/NodalTriEvenlySpaced.cpp
index 59326ec40b..b801694cdf 100644
--- a/library/LibUtilities/Foundations/NodalTriEvenlySpaced.cpp
+++ b/library/LibUtilities/Foundations/NodalTriEvenlySpaced.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/NodalTriEvenlySpaced.h b/library/LibUtilities/Foundations/NodalTriEvenlySpaced.h
index 349eb9bde3..7ef9d5ef38 100644
--- a/library/LibUtilities/Foundations/NodalTriEvenlySpaced.h
+++ b/library/LibUtilities/Foundations/NodalTriEvenlySpaced.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/NodalTriFekete.cpp b/library/LibUtilities/Foundations/NodalTriFekete.cpp
index 7bf1e37c98..37193fe235 100644
--- a/library/LibUtilities/Foundations/NodalTriFekete.cpp
+++ b/library/LibUtilities/Foundations/NodalTriFekete.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/NodalTriFekete.h b/library/LibUtilities/Foundations/NodalTriFekete.h
index 0e4cba9e60..3a4dae71e1 100644
--- a/library/LibUtilities/Foundations/NodalTriFekete.h
+++ b/library/LibUtilities/Foundations/NodalTriFekete.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/NodalTriSPI.cpp b/library/LibUtilities/Foundations/NodalTriSPI.cpp
index bd5bbe6196..e964267c97 100644
--- a/library/LibUtilities/Foundations/NodalTriSPI.cpp
+++ b/library/LibUtilities/Foundations/NodalTriSPI.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/NodalTriSPI.h b/library/LibUtilities/Foundations/NodalTriSPI.h
index eda7001f9e..dc53de48a8 100644
--- a/library/LibUtilities/Foundations/NodalTriSPI.h
+++ b/library/LibUtilities/Foundations/NodalTriSPI.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/NodalTriSPIData.h b/library/LibUtilities/Foundations/NodalTriSPIData.h
index b63ee7e848..b02b61a1c8 100644
--- a/library/LibUtilities/Foundations/NodalTriSPIData.h
+++ b/library/LibUtilities/Foundations/NodalTriSPIData.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/NodalUtil.cpp b/library/LibUtilities/Foundations/NodalUtil.cpp
index 2fd45ecaf6..c590fccd0b 100644
--- a/library/LibUtilities/Foundations/NodalUtil.cpp
+++ b/library/LibUtilities/Foundations/NodalUtil.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/NodalUtil.h b/library/LibUtilities/Foundations/NodalUtil.h
index 256d11aaff..6658b35790 100644
--- a/library/LibUtilities/Foundations/NodalUtil.h
+++ b/library/LibUtilities/Foundations/NodalUtil.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/PhysGalerkinProject.cpp b/library/LibUtilities/Foundations/PhysGalerkinProject.cpp
index b156bec7cb..fce69d8b61 100644
--- a/library/LibUtilities/Foundations/PhysGalerkinProject.cpp
+++ b/library/LibUtilities/Foundations/PhysGalerkinProject.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/PhysGalerkinProject.h b/library/LibUtilities/Foundations/PhysGalerkinProject.h
index 49c9316fa1..132db6f6ab 100644
--- a/library/LibUtilities/Foundations/PhysGalerkinProject.h
+++ b/library/LibUtilities/Foundations/PhysGalerkinProject.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/Points.cpp b/library/LibUtilities/Foundations/Points.cpp
index acfe2132ee..cffedeae05 100644
--- a/library/LibUtilities/Foundations/Points.cpp
+++ b/library/LibUtilities/Foundations/Points.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/Points.h b/library/LibUtilities/Foundations/Points.h
index b26b26a5b8..540cb9f95c 100644
--- a/library/LibUtilities/Foundations/Points.h
+++ b/library/LibUtilities/Foundations/Points.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/PointsType.h b/library/LibUtilities/Foundations/PointsType.h
index 14333d2938..e87c695cca 100644
--- a/library/LibUtilities/Foundations/PointsType.h
+++ b/library/LibUtilities/Foundations/PointsType.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/PolyEPoints.cpp b/library/LibUtilities/Foundations/PolyEPoints.cpp
index 592e0bf492..24c98af449 100644
--- a/library/LibUtilities/Foundations/PolyEPoints.cpp
+++ b/library/LibUtilities/Foundations/PolyEPoints.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Foundations/PolyEPoints.h b/library/LibUtilities/Foundations/PolyEPoints.h
index 58532fb9ba..f814fb7f73 100644
--- a/library/LibUtilities/Foundations/PolyEPoints.h
+++ b/library/LibUtilities/Foundations/PolyEPoints.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Interpreter/AnalyticExpressionEvaluator.cpp b/library/LibUtilities/Interpreter/AnalyticExpressionEvaluator.cpp
index c9216d9557..ea1e6ca3f0 100644
--- a/library/LibUtilities/Interpreter/AnalyticExpressionEvaluator.cpp
+++ b/library/LibUtilities/Interpreter/AnalyticExpressionEvaluator.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Interpreter/AnalyticExpressionEvaluator.hpp b/library/LibUtilities/Interpreter/AnalyticExpressionEvaluator.hpp
index a1db50f958..d4205e69ab 100644
--- a/library/LibUtilities/Interpreter/AnalyticExpressionEvaluator.hpp
+++ b/library/LibUtilities/Interpreter/AnalyticExpressionEvaluator.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Kernel/kernel.cpp b/library/LibUtilities/Kernel/kernel.cpp
index 29a2ac3a9a..4e8e49792f 100644
--- a/library/LibUtilities/Kernel/kernel.cpp
+++ b/library/LibUtilities/Kernel/kernel.cpp
@@ -10,7 +10,6 @@
 // University of Utah (USA) and Department of Aeronautics, Imperial
 // College London (UK).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Kernel/kernel.h b/library/LibUtilities/Kernel/kernel.h
index bf18a0dd58..90ea1a3fdf 100644
--- a/library/LibUtilities/Kernel/kernel.h
+++ b/library/LibUtilities/Kernel/kernel.h
@@ -10,7 +10,6 @@
 // University of Utah (USA) and Department of Aeronautics, Imperial
 // College London (UK).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LibUtilitiesDeclspec.h b/library/LibUtilities/LibUtilitiesDeclspec.h
index 71361ae95f..6b56cc977e 100644
--- a/library/LibUtilities/LibUtilitiesDeclspec.h
+++ b/library/LibUtilities/LibUtilitiesDeclspec.h
@@ -8,7 +8,6 @@
 // University of Utah (USA) and Department of Aeronautics, Imperial
 // College London (UK).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/Arpack.hpp b/library/LibUtilities/LinearAlgebra/Arpack.hpp
index a31535f1de..aeef1b7192 100644
--- a/library/LibUtilities/LinearAlgebra/Arpack.hpp
+++ b/library/LibUtilities/LinearAlgebra/Arpack.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/Blas.hpp b/library/LibUtilities/LinearAlgebra/Blas.hpp
index a0da624ce8..7bced2b917 100644
--- a/library/LibUtilities/LinearAlgebra/Blas.hpp
+++ b/library/LibUtilities/LinearAlgebra/Blas.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/BlasArray.hpp b/library/LibUtilities/LinearAlgebra/BlasArray.hpp
index 8285aa6607..2a1c3a3a2c 100644
--- a/library/LibUtilities/LinearAlgebra/BlasArray.hpp
+++ b/library/LibUtilities/LinearAlgebra/BlasArray.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/BlockMatrix.cpp b/library/LibUtilities/LinearAlgebra/BlockMatrix.cpp
index 869a6d9ed3..5a70492af6 100644
--- a/library/LibUtilities/LinearAlgebra/BlockMatrix.cpp
+++ b/library/LibUtilities/LinearAlgebra/BlockMatrix.cpp
@@ -8,7 +8,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/BlockMatrix.hpp b/library/LibUtilities/LinearAlgebra/BlockMatrix.hpp
index b988cc842c..8d1b8a332e 100644
--- a/library/LibUtilities/LinearAlgebra/BlockMatrix.hpp
+++ b/library/LibUtilities/LinearAlgebra/BlockMatrix.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/CanGetRawPtr.hpp b/library/LibUtilities/LinearAlgebra/CanGetRawPtr.hpp
index 8a174f1a51..dfcb91bdb7 100644
--- a/library/LibUtilities/LinearAlgebra/CanGetRawPtr.hpp
+++ b/library/LibUtilities/LinearAlgebra/CanGetRawPtr.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/ExplicitInstantiation.h b/library/LibUtilities/LinearAlgebra/ExplicitInstantiation.h
index 09db5c22f7..5af240fcff 100644
--- a/library/LibUtilities/LinearAlgebra/ExplicitInstantiation.h
+++ b/library/LibUtilities/LinearAlgebra/ExplicitInstantiation.h
@@ -8,7 +8,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/Lapack.hpp b/library/LibUtilities/LinearAlgebra/Lapack.hpp
index ba553d1cda..f5cb3adb7a 100644
--- a/library/LibUtilities/LinearAlgebra/Lapack.hpp
+++ b/library/LibUtilities/LinearAlgebra/Lapack.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/MatrixBase.cpp b/library/LibUtilities/LinearAlgebra/MatrixBase.cpp
index 08fded150f..45ed9a99a0 100644
--- a/library/LibUtilities/LinearAlgebra/MatrixBase.cpp
+++ b/library/LibUtilities/LinearAlgebra/MatrixBase.cpp
@@ -8,7 +8,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/MatrixBase.hpp b/library/LibUtilities/LinearAlgebra/MatrixBase.hpp
index 2d063eb91b..66b9263a06 100644
--- a/library/LibUtilities/LinearAlgebra/MatrixBase.hpp
+++ b/library/LibUtilities/LinearAlgebra/MatrixBase.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/MatrixFuncs.cpp b/library/LibUtilities/LinearAlgebra/MatrixFuncs.cpp
index 77eca12be7..936a41adf6 100644
--- a/library/LibUtilities/LinearAlgebra/MatrixFuncs.cpp
+++ b/library/LibUtilities/LinearAlgebra/MatrixFuncs.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/MatrixFuncs.h b/library/LibUtilities/LinearAlgebra/MatrixFuncs.h
index a19c5c5d31..91a5d07a42 100644
--- a/library/LibUtilities/LinearAlgebra/MatrixFuncs.h
+++ b/library/LibUtilities/LinearAlgebra/MatrixFuncs.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/MatrixOperations.cpp b/library/LibUtilities/LinearAlgebra/MatrixOperations.cpp
index 83063e0833..47692f969c 100644
--- a/library/LibUtilities/LinearAlgebra/MatrixOperations.cpp
+++ b/library/LibUtilities/LinearAlgebra/MatrixOperations.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/MatrixOperations.hpp b/library/LibUtilities/LinearAlgebra/MatrixOperations.hpp
index abc6e95cb2..a5dfa72007 100644
--- a/library/LibUtilities/LinearAlgebra/MatrixOperations.hpp
+++ b/library/LibUtilities/LinearAlgebra/MatrixOperations.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/MatrixStorageType.h b/library/LibUtilities/LinearAlgebra/MatrixStorageType.h
index 1635931b12..13839b7b00 100644
--- a/library/LibUtilities/LinearAlgebra/MatrixStorageType.h
+++ b/library/LibUtilities/LinearAlgebra/MatrixStorageType.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/MatrixType.h b/library/LibUtilities/LinearAlgebra/MatrixType.h
index 1904c83afa..a4c3536e89 100644
--- a/library/LibUtilities/LinearAlgebra/MatrixType.h
+++ b/library/LibUtilities/LinearAlgebra/MatrixType.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/MatrixVectorMultiplication.cpp b/library/LibUtilities/LinearAlgebra/MatrixVectorMultiplication.cpp
index 2288bbc3a2..b1e6755abb 100644
--- a/library/LibUtilities/LinearAlgebra/MatrixVectorMultiplication.cpp
+++ b/library/LibUtilities/LinearAlgebra/MatrixVectorMultiplication.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/NekLinAlgAlgorithms.hpp b/library/LibUtilities/LinearAlgebra/NekLinAlgAlgorithms.hpp
index 44763ab42f..d099192122 100644
--- a/library/LibUtilities/LinearAlgebra/NekLinAlgAlgorithms.hpp
+++ b/library/LibUtilities/LinearAlgebra/NekLinAlgAlgorithms.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/NekLinSys.hpp b/library/LibUtilities/LinearAlgebra/NekLinSys.hpp
index c2c0fa10b8..ed6577a796 100644
--- a/library/LibUtilities/LinearAlgebra/NekLinSys.hpp
+++ b/library/LibUtilities/LinearAlgebra/NekLinSys.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/NekMatrix.hpp b/library/LibUtilities/LinearAlgebra/NekMatrix.hpp
index da6cbf2c40..d30f602b0f 100644
--- a/library/LibUtilities/LinearAlgebra/NekMatrix.hpp
+++ b/library/LibUtilities/LinearAlgebra/NekMatrix.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/NekMatrixFwd.hpp b/library/LibUtilities/LinearAlgebra/NekMatrixFwd.hpp
index 61f35d9a70..f0fb929457 100644
--- a/library/LibUtilities/LinearAlgebra/NekMatrixFwd.hpp
+++ b/library/LibUtilities/LinearAlgebra/NekMatrixFwd.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/NekPoint.hpp b/library/LibUtilities/LinearAlgebra/NekPoint.hpp
index 0993089441..09d0397588 100644
--- a/library/LibUtilities/LinearAlgebra/NekPoint.hpp
+++ b/library/LibUtilities/LinearAlgebra/NekPoint.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/NekTypeDefs.hpp b/library/LibUtilities/LinearAlgebra/NekTypeDefs.hpp
index c07a057494..4150c582fe 100644
--- a/library/LibUtilities/LinearAlgebra/NekTypeDefs.hpp
+++ b/library/LibUtilities/LinearAlgebra/NekTypeDefs.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/NekVector.cpp b/library/LibUtilities/LinearAlgebra/NekVector.cpp
index 5b58b72fa0..fe3b789553 100644
--- a/library/LibUtilities/LinearAlgebra/NekVector.cpp
+++ b/library/LibUtilities/LinearAlgebra/NekVector.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/NekVector.hpp b/library/LibUtilities/LinearAlgebra/NekVector.hpp
index b2e04460c5..b0f67c385f 100644
--- a/library/LibUtilities/LinearAlgebra/NekVector.hpp
+++ b/library/LibUtilities/LinearAlgebra/NekVector.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/NekVectorFwd.hpp b/library/LibUtilities/LinearAlgebra/NekVectorFwd.hpp
index e96aee0c78..f23799550c 100644
--- a/library/LibUtilities/LinearAlgebra/NekVectorFwd.hpp
+++ b/library/LibUtilities/LinearAlgebra/NekVectorFwd.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/NistSparseDescriptors.hpp b/library/LibUtilities/LinearAlgebra/NistSparseDescriptors.hpp
index bd346645cc..00c1b95e05 100644
--- a/library/LibUtilities/LinearAlgebra/NistSparseDescriptors.hpp
+++ b/library/LibUtilities/LinearAlgebra/NistSparseDescriptors.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/PointerWrapper.h b/library/LibUtilities/LinearAlgebra/PointerWrapper.h
index 05cb663a90..e939260b10 100644
--- a/library/LibUtilities/LinearAlgebra/PointerWrapper.h
+++ b/library/LibUtilities/LinearAlgebra/PointerWrapper.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/ScaledMatrix.cpp b/library/LibUtilities/LinearAlgebra/ScaledMatrix.cpp
index 4bac319095..8081c3cbcc 100644
--- a/library/LibUtilities/LinearAlgebra/ScaledMatrix.cpp
+++ b/library/LibUtilities/LinearAlgebra/ScaledMatrix.cpp
@@ -8,7 +8,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/ScaledMatrix.hpp b/library/LibUtilities/LinearAlgebra/ScaledMatrix.hpp
index d0ff3e62f4..9bc409270b 100644
--- a/library/LibUtilities/LinearAlgebra/ScaledMatrix.hpp
+++ b/library/LibUtilities/LinearAlgebra/ScaledMatrix.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/SparseDiagBlkMatrix.cpp b/library/LibUtilities/LinearAlgebra/SparseDiagBlkMatrix.cpp
index d2a86b0eca..0c7f334767 100644
--- a/library/LibUtilities/LinearAlgebra/SparseDiagBlkMatrix.cpp
+++ b/library/LibUtilities/LinearAlgebra/SparseDiagBlkMatrix.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/SparseDiagBlkMatrix.hpp b/library/LibUtilities/LinearAlgebra/SparseDiagBlkMatrix.hpp
index 2809f9dc5d..1bbbbf5d76 100644
--- a/library/LibUtilities/LinearAlgebra/SparseDiagBlkMatrix.hpp
+++ b/library/LibUtilities/LinearAlgebra/SparseDiagBlkMatrix.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/SparseMatrix.cpp b/library/LibUtilities/LinearAlgebra/SparseMatrix.cpp
index 5bf0da9c85..8cff841aec 100644
--- a/library/LibUtilities/LinearAlgebra/SparseMatrix.cpp
+++ b/library/LibUtilities/LinearAlgebra/SparseMatrix.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/SparseMatrix.hpp b/library/LibUtilities/LinearAlgebra/SparseMatrix.hpp
index ea41cfaa9c..51086a5fcf 100644
--- a/library/LibUtilities/LinearAlgebra/SparseMatrix.hpp
+++ b/library/LibUtilities/LinearAlgebra/SparseMatrix.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/SparseMatrixFwd.hpp b/library/LibUtilities/LinearAlgebra/SparseMatrixFwd.hpp
index 3e66ba34f8..0e389cbd68 100644
--- a/library/LibUtilities/LinearAlgebra/SparseMatrixFwd.hpp
+++ b/library/LibUtilities/LinearAlgebra/SparseMatrixFwd.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/SparseUtils.cpp b/library/LibUtilities/LinearAlgebra/SparseUtils.cpp
index ce0d31b613..3319e19239 100644
--- a/library/LibUtilities/LinearAlgebra/SparseUtils.cpp
+++ b/library/LibUtilities/LinearAlgebra/SparseUtils.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/SparseUtils.hpp b/library/LibUtilities/LinearAlgebra/SparseUtils.hpp
index 8bc60c29cf..64ccd30c5a 100644
--- a/library/LibUtilities/LinearAlgebra/SparseUtils.hpp
+++ b/library/LibUtilities/LinearAlgebra/SparseUtils.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/StandardMatrix.cpp b/library/LibUtilities/LinearAlgebra/StandardMatrix.cpp
index e8cb4ec20c..9926ba2621 100644
--- a/library/LibUtilities/LinearAlgebra/StandardMatrix.cpp
+++ b/library/LibUtilities/LinearAlgebra/StandardMatrix.cpp
@@ -8,7 +8,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/StandardMatrix.hpp b/library/LibUtilities/LinearAlgebra/StandardMatrix.hpp
index bfaaf256b0..c469fdced6 100644
--- a/library/LibUtilities/LinearAlgebra/StandardMatrix.hpp
+++ b/library/LibUtilities/LinearAlgebra/StandardMatrix.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/StorageSmvBsr.cpp b/library/LibUtilities/LinearAlgebra/StorageSmvBsr.cpp
index 22e481526e..02fad4eaff 100644
--- a/library/LibUtilities/LinearAlgebra/StorageSmvBsr.cpp
+++ b/library/LibUtilities/LinearAlgebra/StorageSmvBsr.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/StorageSmvBsr.hpp b/library/LibUtilities/LinearAlgebra/StorageSmvBsr.hpp
index 5b415c7755..7c15296daa 100644
--- a/library/LibUtilities/LinearAlgebra/StorageSmvBsr.hpp
+++ b/library/LibUtilities/LinearAlgebra/StorageSmvBsr.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/TransF77.hpp b/library/LibUtilities/LinearAlgebra/TransF77.hpp
index 7ac600b03d..14e2395350 100644
--- a/library/LibUtilities/LinearAlgebra/TransF77.hpp
+++ b/library/LibUtilities/LinearAlgebra/TransF77.hpp
@@ -10,7 +10,6 @@
 // University of Utah (USA) and Department of Aeronautics, Imperial
 // College London (UK).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/LinearAlgebra/blas.cpp b/library/LibUtilities/LinearAlgebra/blas.cpp
index 15b6ef3edf..e70cabcac8 100644
--- a/library/LibUtilities/LinearAlgebra/blas.cpp
+++ b/library/LibUtilities/LinearAlgebra/blas.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Memory/NekMemoryManager.hpp b/library/LibUtilities/Memory/NekMemoryManager.hpp
index 3a26f77c26..f996adb10a 100644
--- a/library/LibUtilities/Memory/NekMemoryManager.hpp
+++ b/library/LibUtilities/Memory/NekMemoryManager.hpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Memory/ThreadSpecificPool.cpp b/library/LibUtilities/Memory/ThreadSpecificPool.cpp
index 5801e624d5..69e8883e09 100644
--- a/library/LibUtilities/Memory/ThreadSpecificPool.cpp
+++ b/library/LibUtilities/Memory/ThreadSpecificPool.cpp
@@ -9,7 +9,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Memory/ThreadSpecificPool.hpp b/library/LibUtilities/Memory/ThreadSpecificPool.hpp
index c05e80f6e0..99159a7290 100644
--- a/library/LibUtilities/Memory/ThreadSpecificPool.hpp
+++ b/library/LibUtilities/Memory/ThreadSpecificPool.hpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Python/BasicUtils/SessionReader.cpp b/library/LibUtilities/Python/BasicUtils/SessionReader.cpp
index ba729c643f..36e5cc94af 100644
--- a/library/LibUtilities/Python/BasicUtils/SessionReader.cpp
+++ b/library/LibUtilities/Python/BasicUtils/SessionReader.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Python/BasicUtils/ShapeType.cpp b/library/LibUtilities/Python/BasicUtils/ShapeType.cpp
index 7fedec91de..562fb060f7 100644
--- a/library/LibUtilities/Python/BasicUtils/ShapeType.cpp
+++ b/library/LibUtilities/Python/BasicUtils/ShapeType.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Python/BasicUtils/SharedArray.cpp b/library/LibUtilities/Python/BasicUtils/SharedArray.cpp
index 6af7dae4d5..fc95dd75e3 100644
--- a/library/LibUtilities/Python/BasicUtils/SharedArray.cpp
+++ b/library/LibUtilities/Python/BasicUtils/SharedArray.cpp
@@ -10,7 +10,6 @@
 // University of Utah (USA) and Department of Aeronautics, Imperial
 // College London (UK).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Python/Foundations/Basis.cpp b/library/LibUtilities/Python/Foundations/Basis.cpp
index c39832692c..61f9572462 100644
--- a/library/LibUtilities/Python/Foundations/Basis.cpp
+++ b/library/LibUtilities/Python/Foundations/Basis.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Python/Foundations/Points.cpp b/library/LibUtilities/Python/Foundations/Points.cpp
index 4bb6c04dc8..46f78e9e32 100644
--- a/library/LibUtilities/Python/Foundations/Points.cpp
+++ b/library/LibUtilities/Python/Foundations/Points.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Python/LibUtilities.cpp b/library/LibUtilities/Python/LibUtilities.cpp
index 3b82eab6e5..3e05af499d 100644
--- a/library/LibUtilities/Python/LibUtilities.cpp
+++ b/library/LibUtilities/Python/LibUtilities.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Python/LinearAlgebra/NekMatrix.cpp b/library/LibUtilities/Python/LinearAlgebra/NekMatrix.cpp
index ba239badb7..e19f961c0c 100644
--- a/library/LibUtilities/Python/LinearAlgebra/NekMatrix.cpp
+++ b/library/LibUtilities/Python/LinearAlgebra/NekMatrix.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/Python/NekPyConfig.hpp b/library/LibUtilities/Python/NekPyConfig.hpp
index 30de76070e..769ce45e91 100644
--- a/library/LibUtilities/Python/NekPyConfig.hpp
+++ b/library/LibUtilities/Python/NekPyConfig.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/TimeIntegration/TimeIntegrationScheme.cpp b/library/LibUtilities/TimeIntegration/TimeIntegrationScheme.cpp
index ee40e2267b..34dfa38065 100644
--- a/library/LibUtilities/TimeIntegration/TimeIntegrationScheme.cpp
+++ b/library/LibUtilities/TimeIntegration/TimeIntegrationScheme.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/TimeIntegration/TimeIntegrationScheme.h b/library/LibUtilities/TimeIntegration/TimeIntegrationScheme.h
index abbefff408..c32ffa74a5 100644
--- a/library/LibUtilities/TimeIntegration/TimeIntegrationScheme.h
+++ b/library/LibUtilities/TimeIntegration/TimeIntegrationScheme.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/TimeIntegration/TimeIntegrationWrapper.cpp b/library/LibUtilities/TimeIntegration/TimeIntegrationWrapper.cpp
index cda05ad789..3303d335de 100644
--- a/library/LibUtilities/TimeIntegration/TimeIntegrationWrapper.cpp
+++ b/library/LibUtilities/TimeIntegration/TimeIntegrationWrapper.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LibUtilities/TimeIntegration/TimeIntegrationWrapper.h b/library/LibUtilities/TimeIntegration/TimeIntegrationWrapper.h
index 7a62a361de..f528eb5f4c 100644
--- a/library/LibUtilities/TimeIntegration/TimeIntegrationWrapper.h
+++ b/library/LibUtilities/TimeIntegration/TimeIntegrationWrapper.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/Expansion.cpp b/library/LocalRegions/Expansion.cpp
index 0d7b5f9d59..f1232653b6 100644
--- a/library/LocalRegions/Expansion.cpp
+++ b/library/LocalRegions/Expansion.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/Expansion.h b/library/LocalRegions/Expansion.h
index 005a439df1..46ca4f40a6 100644
--- a/library/LocalRegions/Expansion.h
+++ b/library/LocalRegions/Expansion.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/Expansion0D.cpp b/library/LocalRegions/Expansion0D.cpp
index 2084dc8c43..cfa8f3b8a9 100644
--- a/library/LocalRegions/Expansion0D.cpp
+++ b/library/LocalRegions/Expansion0D.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/Expansion0D.h b/library/LocalRegions/Expansion0D.h
index 5c21a4ecbf..965c733654 100644
--- a/library/LocalRegions/Expansion0D.h
+++ b/library/LocalRegions/Expansion0D.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/Expansion1D.cpp b/library/LocalRegions/Expansion1D.cpp
index 19b07119ca..55e6f3e8bc 100644
--- a/library/LocalRegions/Expansion1D.cpp
+++ b/library/LocalRegions/Expansion1D.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/Expansion1D.h b/library/LocalRegions/Expansion1D.h
index 9b6270314e..c6f34e5763 100644
--- a/library/LocalRegions/Expansion1D.h
+++ b/library/LocalRegions/Expansion1D.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/Expansion2D.cpp b/library/LocalRegions/Expansion2D.cpp
index 0e42f96e98..541801223c 100644
--- a/library/LocalRegions/Expansion2D.cpp
+++ b/library/LocalRegions/Expansion2D.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/Expansion2D.h b/library/LocalRegions/Expansion2D.h
index f319ef8bd8..af7068830a 100644
--- a/library/LocalRegions/Expansion2D.h
+++ b/library/LocalRegions/Expansion2D.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/Expansion3D.cpp b/library/LocalRegions/Expansion3D.cpp
index 9625bba025..1a3df97782 100644
--- a/library/LocalRegions/Expansion3D.cpp
+++ b/library/LocalRegions/Expansion3D.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/Expansion3D.h b/library/LocalRegions/Expansion3D.h
index ec7e6bcaca..e1043be973 100644
--- a/library/LocalRegions/Expansion3D.h
+++ b/library/LocalRegions/Expansion3D.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/HexExp.cpp b/library/LocalRegions/HexExp.cpp
index b9b2d3f391..232533983e 100644
--- a/library/LocalRegions/HexExp.cpp
+++ b/library/LocalRegions/HexExp.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/HexExp.h b/library/LocalRegions/HexExp.h
index ae3ed7c68f..15432579f4 100644
--- a/library/LocalRegions/HexExp.h
+++ b/library/LocalRegions/HexExp.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/LinSys.hpp b/library/LocalRegions/LinSys.hpp
index 1323f8e39d..1d0ef0c910 100644
--- a/library/LocalRegions/LinSys.hpp
+++ b/library/LocalRegions/LinSys.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/LocalRegions.hpp b/library/LocalRegions/LocalRegions.hpp
index dd0a2061e1..1037fce0da 100644
--- a/library/LocalRegions/LocalRegions.hpp
+++ b/library/LocalRegions/LocalRegions.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/LocalRegionsDeclspec.h b/library/LocalRegions/LocalRegionsDeclspec.h
index 6ae4788f53..530289d42b 100644
--- a/library/LocalRegions/LocalRegionsDeclspec.h
+++ b/library/LocalRegions/LocalRegionsDeclspec.h
@@ -8,7 +8,6 @@
 // University of Utah (USA) and Department of Aeronautics, Imperial
 // College London (UK).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/MatrixKey.cpp b/library/LocalRegions/MatrixKey.cpp
index 69ca966d44..07f966a00d 100644
--- a/library/LocalRegions/MatrixKey.cpp
+++ b/library/LocalRegions/MatrixKey.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/MatrixKey.h b/library/LocalRegions/MatrixKey.h
index e20e9f4547..1dbebb8f38 100644
--- a/library/LocalRegions/MatrixKey.h
+++ b/library/LocalRegions/MatrixKey.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/NodalTetExp.cpp b/library/LocalRegions/NodalTetExp.cpp
index c6bb8339f9..17a005d41d 100644
--- a/library/LocalRegions/NodalTetExp.cpp
+++ b/library/LocalRegions/NodalTetExp.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/NodalTetExp.h b/library/LocalRegions/NodalTetExp.h
index 43f4b83207..36c105fc21 100644
--- a/library/LocalRegions/NodalTetExp.h
+++ b/library/LocalRegions/NodalTetExp.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/NodalTriExp.cpp b/library/LocalRegions/NodalTriExp.cpp
index 82f5294e26..c83ecf4866 100644
--- a/library/LocalRegions/NodalTriExp.cpp
+++ b/library/LocalRegions/NodalTriExp.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/NodalTriExp.h b/library/LocalRegions/NodalTriExp.h
index 405096a70f..bf8f868e71 100644
--- a/library/LocalRegions/NodalTriExp.h
+++ b/library/LocalRegions/NodalTriExp.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/PointExp.cpp b/library/LocalRegions/PointExp.cpp
index 828549cbb2..0cf89f0283 100644
--- a/library/LocalRegions/PointExp.cpp
+++ b/library/LocalRegions/PointExp.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/PointExp.h b/library/LocalRegions/PointExp.h
index 63cc5519ca..a73f4e77da 100644
--- a/library/LocalRegions/PointExp.h
+++ b/library/LocalRegions/PointExp.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/PrismExp.cpp b/library/LocalRegions/PrismExp.cpp
index da015995c0..4111f69faa 100644
--- a/library/LocalRegions/PrismExp.cpp
+++ b/library/LocalRegions/PrismExp.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/PrismExp.h b/library/LocalRegions/PrismExp.h
index 3adb411357..a1e22e679c 100644
--- a/library/LocalRegions/PrismExp.h
+++ b/library/LocalRegions/PrismExp.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/PyrExp.cpp b/library/LocalRegions/PyrExp.cpp
index 429d2d1606..4f3cc58ee9 100644
--- a/library/LocalRegions/PyrExp.cpp
+++ b/library/LocalRegions/PyrExp.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/PyrExp.h b/library/LocalRegions/PyrExp.h
index 4a3a0e533b..c10888675d 100644
--- a/library/LocalRegions/PyrExp.h
+++ b/library/LocalRegions/PyrExp.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/Python/Expansion.cpp b/library/LocalRegions/Python/Expansion.cpp
index 7e18034815..5f1793e4f8 100644
--- a/library/LocalRegions/Python/Expansion.cpp
+++ b/library/LocalRegions/Python/Expansion.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/Python/LocalElements.cpp b/library/LocalRegions/Python/LocalElements.cpp
index c25a047988..5673e68c6e 100644
--- a/library/LocalRegions/Python/LocalElements.cpp
+++ b/library/LocalRegions/Python/LocalElements.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/Python/LocalRegions.cpp b/library/LocalRegions/Python/LocalRegions.cpp
index 84389227c3..ad69df3d53 100644
--- a/library/LocalRegions/Python/LocalRegions.cpp
+++ b/library/LocalRegions/Python/LocalRegions.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/Python/MatrixKey.cpp b/library/LocalRegions/Python/MatrixKey.cpp
index 1f939ea4d6..bca7dd6020 100644
--- a/library/LocalRegions/Python/MatrixKey.cpp
+++ b/library/LocalRegions/Python/MatrixKey.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/Python/QuadExp.cpp b/library/LocalRegions/Python/QuadExp.cpp
index 71f90691c4..8fd2f5dd53 100644
--- a/library/LocalRegions/Python/QuadExp.cpp
+++ b/library/LocalRegions/Python/QuadExp.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/Python/SegExp.cpp b/library/LocalRegions/Python/SegExp.cpp
index ae6e625d8d..8a159ef35f 100644
--- a/library/LocalRegions/Python/SegExp.cpp
+++ b/library/LocalRegions/Python/SegExp.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/Python/TriExp.cpp b/library/LocalRegions/Python/TriExp.cpp
index 7905046260..77df0c961a 100644
--- a/library/LocalRegions/Python/TriExp.cpp
+++ b/library/LocalRegions/Python/TriExp.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/QuadExp.cpp b/library/LocalRegions/QuadExp.cpp
index f71b006296..2405fef727 100644
--- a/library/LocalRegions/QuadExp.cpp
+++ b/library/LocalRegions/QuadExp.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/QuadExp.h b/library/LocalRegions/QuadExp.h
index 63e0f65e52..8c5dedc793 100644
--- a/library/LocalRegions/QuadExp.h
+++ b/library/LocalRegions/QuadExp.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/SegExp.cpp b/library/LocalRegions/SegExp.cpp
index 784984ac59..6a5462cbc0 100644
--- a/library/LocalRegions/SegExp.cpp
+++ b/library/LocalRegions/SegExp.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/SegExp.h b/library/LocalRegions/SegExp.h
index f4106bef73..6fff56b968 100644
--- a/library/LocalRegions/SegExp.h
+++ b/library/LocalRegions/SegExp.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/TetExp.cpp b/library/LocalRegions/TetExp.cpp
index ec36a03b07..c6e1910f29 100644
--- a/library/LocalRegions/TetExp.cpp
+++ b/library/LocalRegions/TetExp.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/TetExp.h b/library/LocalRegions/TetExp.h
index a42ffb0094..3e5d9ccca5 100644
--- a/library/LocalRegions/TetExp.h
+++ b/library/LocalRegions/TetExp.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/TriExp.cpp b/library/LocalRegions/TriExp.cpp
index 6befb94e11..5a05868660 100644
--- a/library/LocalRegions/TriExp.cpp
+++ b/library/LocalRegions/TriExp.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/LocalRegions/TriExp.h b/library/LocalRegions/TriExp.h
index 8cf4ca2116..a71b569b52 100644
--- a/library/LocalRegions/TriExp.h
+++ b/library/LocalRegions/TriExp.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/AssemblyMap/AssemblyMap.cpp b/library/MultiRegions/AssemblyMap/AssemblyMap.cpp
index c7afb7bf16..84218b3c6d 100644
--- a/library/MultiRegions/AssemblyMap/AssemblyMap.cpp
+++ b/library/MultiRegions/AssemblyMap/AssemblyMap.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/AssemblyMap/AssemblyMap.h b/library/MultiRegions/AssemblyMap/AssemblyMap.h
index aef7a9a46a..21cda1dae2 100644
--- a/library/MultiRegions/AssemblyMap/AssemblyMap.h
+++ b/library/MultiRegions/AssemblyMap/AssemblyMap.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/AssemblyMap/AssemblyMapCG.cpp b/library/MultiRegions/AssemblyMap/AssemblyMapCG.cpp
index cd33c1915a..624ac03fd6 100644
--- a/library/MultiRegions/AssemblyMap/AssemblyMapCG.cpp
+++ b/library/MultiRegions/AssemblyMap/AssemblyMapCG.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/AssemblyMap/AssemblyMapCG.h b/library/MultiRegions/AssemblyMap/AssemblyMapCG.h
index 708215076e..ec0257716d 100644
--- a/library/MultiRegions/AssemblyMap/AssemblyMapCG.h
+++ b/library/MultiRegions/AssemblyMap/AssemblyMapCG.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/AssemblyMap/AssemblyMapDG.cpp b/library/MultiRegions/AssemblyMap/AssemblyMapDG.cpp
index ac90c37f1f..7f07d0836c 100644
--- a/library/MultiRegions/AssemblyMap/AssemblyMapDG.cpp
+++ b/library/MultiRegions/AssemblyMap/AssemblyMapDG.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/AssemblyMap/AssemblyMapDG.h b/library/MultiRegions/AssemblyMap/AssemblyMapDG.h
index 512ebe15fd..973af31edf 100644
--- a/library/MultiRegions/AssemblyMap/AssemblyMapDG.h
+++ b/library/MultiRegions/AssemblyMap/AssemblyMapDG.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/AssemblyMap/LocTraceToTraceMap.cpp b/library/MultiRegions/AssemblyMap/LocTraceToTraceMap.cpp
index 38b2cf0db8..d30301ed93 100644
--- a/library/MultiRegions/AssemblyMap/LocTraceToTraceMap.cpp
+++ b/library/MultiRegions/AssemblyMap/LocTraceToTraceMap.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/AssemblyMap/LocTraceToTraceMap.h b/library/MultiRegions/AssemblyMap/LocTraceToTraceMap.h
index cac6895bfc..4f469b9cd8 100644
--- a/library/MultiRegions/AssemblyMap/LocTraceToTraceMap.h
+++ b/library/MultiRegions/AssemblyMap/LocTraceToTraceMap.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/ContField1D.cpp b/library/MultiRegions/ContField1D.cpp
index 8b9de7f570..4df9c208ee 100644
--- a/library/MultiRegions/ContField1D.cpp
+++ b/library/MultiRegions/ContField1D.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/ContField1D.h b/library/MultiRegions/ContField1D.h
index e6f5f9fa98..03c1f71885 100644
--- a/library/MultiRegions/ContField1D.h
+++ b/library/MultiRegions/ContField1D.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/ContField2D.cpp b/library/MultiRegions/ContField2D.cpp
index cdaba0b89d..6c7fbbdec3 100644
--- a/library/MultiRegions/ContField2D.cpp
+++ b/library/MultiRegions/ContField2D.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/ContField2D.h b/library/MultiRegions/ContField2D.h
index 2bff7b375f..ce1a01ae45 100644
--- a/library/MultiRegions/ContField2D.h
+++ b/library/MultiRegions/ContField2D.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/ContField3D.cpp b/library/MultiRegions/ContField3D.cpp
index fd27e4ae6a..cbadf06e55 100644
--- a/library/MultiRegions/ContField3D.cpp
+++ b/library/MultiRegions/ContField3D.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/ContField3D.h b/library/MultiRegions/ContField3D.h
index 249f2467b3..9bdb1f54b8 100644
--- a/library/MultiRegions/ContField3D.h
+++ b/library/MultiRegions/ContField3D.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/ContField3DHomogeneous1D.cpp b/library/MultiRegions/ContField3DHomogeneous1D.cpp
index b5447ed61a..8c030df099 100644
--- a/library/MultiRegions/ContField3DHomogeneous1D.cpp
+++ b/library/MultiRegions/ContField3DHomogeneous1D.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/ContField3DHomogeneous1D.h b/library/MultiRegions/ContField3DHomogeneous1D.h
index 65e5b0d4cc..46e74585b9 100644
--- a/library/MultiRegions/ContField3DHomogeneous1D.h
+++ b/library/MultiRegions/ContField3DHomogeneous1D.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/ContField3DHomogeneous2D.cpp b/library/MultiRegions/ContField3DHomogeneous2D.cpp
index 44f2984113..0d3cab39b9 100644
--- a/library/MultiRegions/ContField3DHomogeneous2D.cpp
+++ b/library/MultiRegions/ContField3DHomogeneous2D.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/ContField3DHomogeneous2D.h b/library/MultiRegions/ContField3DHomogeneous2D.h
index a1c058fe06..14a096f631 100644
--- a/library/MultiRegions/ContField3DHomogeneous2D.h
+++ b/library/MultiRegions/ContField3DHomogeneous2D.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/DisContField1D.cpp b/library/MultiRegions/DisContField1D.cpp
index 726780a3a0..0d812a77f7 100644
--- a/library/MultiRegions/DisContField1D.cpp
+++ b/library/MultiRegions/DisContField1D.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/DisContField1D.h b/library/MultiRegions/DisContField1D.h
index 9a1d366b8b..de740a8130 100644
--- a/library/MultiRegions/DisContField1D.h
+++ b/library/MultiRegions/DisContField1D.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/DisContField2D.cpp b/library/MultiRegions/DisContField2D.cpp
index 123d457594..762611a8da 100644
--- a/library/MultiRegions/DisContField2D.cpp
+++ b/library/MultiRegions/DisContField2D.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/DisContField2D.h b/library/MultiRegions/DisContField2D.h
index d706aca67f..b9851311c5 100644
--- a/library/MultiRegions/DisContField2D.h
+++ b/library/MultiRegions/DisContField2D.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/DisContField3D.cpp b/library/MultiRegions/DisContField3D.cpp
index 3aa3d34b3d..870c36cb12 100644
--- a/library/MultiRegions/DisContField3D.cpp
+++ b/library/MultiRegions/DisContField3D.cpp
@@ -10,7 +10,6 @@
  // Department of Aeronautics, Imperial College London (UK), and Scientific
  // Computing and Imaging Institute, University of Utah (USA).
  //
- // License for the specific language governing rights and limitations under
  // Permission is hereby granted, free of charge, to any person obtaining a
  // copy of this software and associated documentation files (the "Software"),
  // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/DisContField3D.h b/library/MultiRegions/DisContField3D.h
index 4cda34734a..962c253103 100644
--- a/library/MultiRegions/DisContField3D.h
+++ b/library/MultiRegions/DisContField3D.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/DisContField3DHomogeneous1D.cpp b/library/MultiRegions/DisContField3DHomogeneous1D.cpp
index 043c49c12f..6b2ab060b7 100644
--- a/library/MultiRegions/DisContField3DHomogeneous1D.cpp
+++ b/library/MultiRegions/DisContField3DHomogeneous1D.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/DisContField3DHomogeneous1D.h b/library/MultiRegions/DisContField3DHomogeneous1D.h
index 8d721f6fc7..3a27e2f452 100644
--- a/library/MultiRegions/DisContField3DHomogeneous1D.h
+++ b/library/MultiRegions/DisContField3DHomogeneous1D.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/DisContField3DHomogeneous2D.cpp b/library/MultiRegions/DisContField3DHomogeneous2D.cpp
index 1bf5adab0a..1110133c80 100644
--- a/library/MultiRegions/DisContField3DHomogeneous2D.cpp
+++ b/library/MultiRegions/DisContField3DHomogeneous2D.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/DisContField3DHomogeneous2D.h b/library/MultiRegions/DisContField3DHomogeneous2D.h
index 630e06afa2..adf453dc72 100644
--- a/library/MultiRegions/DisContField3DHomogeneous2D.h
+++ b/library/MultiRegions/DisContField3DHomogeneous2D.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/ExpList.cpp b/library/MultiRegions/ExpList.cpp
index c2365598d6..69eda3799e 100644
--- a/library/MultiRegions/ExpList.cpp
+++ b/library/MultiRegions/ExpList.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/ExpList.h b/library/MultiRegions/ExpList.h
index 9bae54c8e4..86072796b5 100644
--- a/library/MultiRegions/ExpList.h
+++ b/library/MultiRegions/ExpList.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/ExpList0D.cpp b/library/MultiRegions/ExpList0D.cpp
index 48d8cde510..2e37a24d5f 100644
--- a/library/MultiRegions/ExpList0D.cpp
+++ b/library/MultiRegions/ExpList0D.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/ExpList0D.h b/library/MultiRegions/ExpList0D.h
index a157c906e0..3b70298fe0 100644
--- a/library/MultiRegions/ExpList0D.h
+++ b/library/MultiRegions/ExpList0D.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/ExpList1D.cpp b/library/MultiRegions/ExpList1D.cpp
index da8d7cea67..3e101aa803 100644
--- a/library/MultiRegions/ExpList1D.cpp
+++ b/library/MultiRegions/ExpList1D.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/ExpList1D.h b/library/MultiRegions/ExpList1D.h
index ac67b3f872..346671625c 100644
--- a/library/MultiRegions/ExpList1D.h
+++ b/library/MultiRegions/ExpList1D.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/ExpList1DHomogeneous2D.cpp b/library/MultiRegions/ExpList1DHomogeneous2D.cpp
index 5d3c833bbd..b7c9bb648a 100644
--- a/library/MultiRegions/ExpList1DHomogeneous2D.cpp
+++ b/library/MultiRegions/ExpList1DHomogeneous2D.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/ExpList1DHomogeneous2D.h b/library/MultiRegions/ExpList1DHomogeneous2D.h
index 10c331f827..ef7837d026 100644
--- a/library/MultiRegions/ExpList1DHomogeneous2D.h
+++ b/library/MultiRegions/ExpList1DHomogeneous2D.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/ExpList2D.cpp b/library/MultiRegions/ExpList2D.cpp
index ccc0321408..25ce999af6 100644
--- a/library/MultiRegions/ExpList2D.cpp
+++ b/library/MultiRegions/ExpList2D.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/ExpList2D.h b/library/MultiRegions/ExpList2D.h
index 7309ccfc43..aa5ea6bcd4 100644
--- a/library/MultiRegions/ExpList2D.h
+++ b/library/MultiRegions/ExpList2D.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/ExpList2DHomogeneous1D.cpp b/library/MultiRegions/ExpList2DHomogeneous1D.cpp
index 504a4e9881..fff83404c5 100644
--- a/library/MultiRegions/ExpList2DHomogeneous1D.cpp
+++ b/library/MultiRegions/ExpList2DHomogeneous1D.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/ExpList2DHomogeneous1D.h b/library/MultiRegions/ExpList2DHomogeneous1D.h
index c773497639..1c687ba8b2 100644
--- a/library/MultiRegions/ExpList2DHomogeneous1D.h
+++ b/library/MultiRegions/ExpList2DHomogeneous1D.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/ExpList3D.cpp b/library/MultiRegions/ExpList3D.cpp
index 206e5b7b1a..6df7f030b4 100644
--- a/library/MultiRegions/ExpList3D.cpp
+++ b/library/MultiRegions/ExpList3D.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/ExpList3D.h b/library/MultiRegions/ExpList3D.h
index 4861b82063..60e3b25c50 100644
--- a/library/MultiRegions/ExpList3D.h
+++ b/library/MultiRegions/ExpList3D.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/ExpList3DHomogeneous1D.cpp b/library/MultiRegions/ExpList3DHomogeneous1D.cpp
index 4fdcd2a776..962ec1fbe0 100644
--- a/library/MultiRegions/ExpList3DHomogeneous1D.cpp
+++ b/library/MultiRegions/ExpList3DHomogeneous1D.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/ExpList3DHomogeneous1D.h b/library/MultiRegions/ExpList3DHomogeneous1D.h
index 7b0a6aaeea..0803ba4412 100644
--- a/library/MultiRegions/ExpList3DHomogeneous1D.h
+++ b/library/MultiRegions/ExpList3DHomogeneous1D.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/ExpList3DHomogeneous2D.cpp b/library/MultiRegions/ExpList3DHomogeneous2D.cpp
index 731eb5e478..83502082f5 100644
--- a/library/MultiRegions/ExpList3DHomogeneous2D.cpp
+++ b/library/MultiRegions/ExpList3DHomogeneous2D.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/ExpList3DHomogeneous2D.h b/library/MultiRegions/ExpList3DHomogeneous2D.h
index 8973c9a067..e29791cfc7 100644
--- a/library/MultiRegions/ExpList3DHomogeneous2D.h
+++ b/library/MultiRegions/ExpList3DHomogeneous2D.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/ExpListHomogeneous1D.cpp b/library/MultiRegions/ExpListHomogeneous1D.cpp
index 4b5ed314b1..cc3f3d4b5d 100644
--- a/library/MultiRegions/ExpListHomogeneous1D.cpp
+++ b/library/MultiRegions/ExpListHomogeneous1D.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/ExpListHomogeneous1D.h b/library/MultiRegions/ExpListHomogeneous1D.h
index de493bb6d4..ca56b3214d 100644
--- a/library/MultiRegions/ExpListHomogeneous1D.h
+++ b/library/MultiRegions/ExpListHomogeneous1D.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/ExpListHomogeneous2D.cpp b/library/MultiRegions/ExpListHomogeneous2D.cpp
index 3969a4a9ce..257b5e3f04 100644
--- a/library/MultiRegions/ExpListHomogeneous2D.cpp
+++ b/library/MultiRegions/ExpListHomogeneous2D.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/ExpListHomogeneous2D.h b/library/MultiRegions/ExpListHomogeneous2D.h
index 03baf0e050..f308b20554 100644
--- a/library/MultiRegions/ExpListHomogeneous2D.h
+++ b/library/MultiRegions/ExpListHomogeneous2D.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/GlobalLinSys.cpp b/library/MultiRegions/GlobalLinSys.cpp
index 1489e6cea9..c524010a68 100644
--- a/library/MultiRegions/GlobalLinSys.cpp
+++ b/library/MultiRegions/GlobalLinSys.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/GlobalLinSys.h b/library/MultiRegions/GlobalLinSys.h
index 3bea5c3bf2..0c3971d3e8 100644
--- a/library/MultiRegions/GlobalLinSys.h
+++ b/library/MultiRegions/GlobalLinSys.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/GlobalLinSysDirect.cpp b/library/MultiRegions/GlobalLinSysDirect.cpp
index 75a2ff64b1..712c8056fa 100644
--- a/library/MultiRegions/GlobalLinSysDirect.cpp
+++ b/library/MultiRegions/GlobalLinSysDirect.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/GlobalLinSysDirect.h b/library/MultiRegions/GlobalLinSysDirect.h
index ce26907918..2d682a42d0 100644
--- a/library/MultiRegions/GlobalLinSysDirect.h
+++ b/library/MultiRegions/GlobalLinSysDirect.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/GlobalLinSysDirectFull.cpp b/library/MultiRegions/GlobalLinSysDirectFull.cpp
index 77da8afb96..1533eb818d 100644
--- a/library/MultiRegions/GlobalLinSysDirectFull.cpp
+++ b/library/MultiRegions/GlobalLinSysDirectFull.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/GlobalLinSysDirectFull.h b/library/MultiRegions/GlobalLinSysDirectFull.h
index 722b5e1e07..c629ee9b90 100644
--- a/library/MultiRegions/GlobalLinSysDirectFull.h
+++ b/library/MultiRegions/GlobalLinSysDirectFull.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/GlobalLinSysDirectStaticCond.cpp b/library/MultiRegions/GlobalLinSysDirectStaticCond.cpp
index 10b501b5e2..9cc6c60501 100644
--- a/library/MultiRegions/GlobalLinSysDirectStaticCond.cpp
+++ b/library/MultiRegions/GlobalLinSysDirectStaticCond.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/GlobalLinSysDirectStaticCond.h b/library/MultiRegions/GlobalLinSysDirectStaticCond.h
index 0ec01663ba..73efc5ee5c 100644
--- a/library/MultiRegions/GlobalLinSysDirectStaticCond.h
+++ b/library/MultiRegions/GlobalLinSysDirectStaticCond.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/GlobalLinSysIterative.cpp b/library/MultiRegions/GlobalLinSysIterative.cpp
index 5845e560d4..12f7ebb2cd 100644
--- a/library/MultiRegions/GlobalLinSysIterative.cpp
+++ b/library/MultiRegions/GlobalLinSysIterative.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/GlobalLinSysIterative.h b/library/MultiRegions/GlobalLinSysIterative.h
index ac34f5e53f..c12c6ac956 100644
--- a/library/MultiRegions/GlobalLinSysIterative.h
+++ b/library/MultiRegions/GlobalLinSysIterative.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/GlobalLinSysIterativeFull.cpp b/library/MultiRegions/GlobalLinSysIterativeFull.cpp
index 823f7fbb31..e8a67af421 100644
--- a/library/MultiRegions/GlobalLinSysIterativeFull.cpp
+++ b/library/MultiRegions/GlobalLinSysIterativeFull.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/GlobalLinSysIterativeFull.h b/library/MultiRegions/GlobalLinSysIterativeFull.h
index 1130ae083a..1812c6fe1c 100644
--- a/library/MultiRegions/GlobalLinSysIterativeFull.h
+++ b/library/MultiRegions/GlobalLinSysIterativeFull.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/GlobalLinSysIterativeStaticCond.cpp b/library/MultiRegions/GlobalLinSysIterativeStaticCond.cpp
index 2c56e006ef..e1a27b6898 100644
--- a/library/MultiRegions/GlobalLinSysIterativeStaticCond.cpp
+++ b/library/MultiRegions/GlobalLinSysIterativeStaticCond.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/GlobalLinSysIterativeStaticCond.h b/library/MultiRegions/GlobalLinSysIterativeStaticCond.h
index d612aab497..a7506ef10b 100644
--- a/library/MultiRegions/GlobalLinSysIterativeStaticCond.h
+++ b/library/MultiRegions/GlobalLinSysIterativeStaticCond.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/GlobalLinSysKey.cpp b/library/MultiRegions/GlobalLinSysKey.cpp
index c2dd7ac1b2..cac333ec1c 100644
--- a/library/MultiRegions/GlobalLinSysKey.cpp
+++ b/library/MultiRegions/GlobalLinSysKey.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/GlobalLinSysKey.h b/library/MultiRegions/GlobalLinSysKey.h
index 32ba7da17f..f9aecd2ac3 100644
--- a/library/MultiRegions/GlobalLinSysKey.h
+++ b/library/MultiRegions/GlobalLinSysKey.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/GlobalLinSysPETSc.cpp b/library/MultiRegions/GlobalLinSysPETSc.cpp
index b830d15353..123976b6d6 100644
--- a/library/MultiRegions/GlobalLinSysPETSc.cpp
+++ b/library/MultiRegions/GlobalLinSysPETSc.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/GlobalLinSysPETSc.h b/library/MultiRegions/GlobalLinSysPETSc.h
index db715ba09f..b70ccbd2ae 100644
--- a/library/MultiRegions/GlobalLinSysPETSc.h
+++ b/library/MultiRegions/GlobalLinSysPETSc.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/GlobalLinSysPETScFull.cpp b/library/MultiRegions/GlobalLinSysPETScFull.cpp
index c826f61559..3d90a71e09 100644
--- a/library/MultiRegions/GlobalLinSysPETScFull.cpp
+++ b/library/MultiRegions/GlobalLinSysPETScFull.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/GlobalLinSysPETScFull.h b/library/MultiRegions/GlobalLinSysPETScFull.h
index 3cb7d502d7..c7f7127a90 100644
--- a/library/MultiRegions/GlobalLinSysPETScFull.h
+++ b/library/MultiRegions/GlobalLinSysPETScFull.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/GlobalLinSysPETScStaticCond.cpp b/library/MultiRegions/GlobalLinSysPETScStaticCond.cpp
index aad0ba10e2..acc7c80269 100644
--- a/library/MultiRegions/GlobalLinSysPETScStaticCond.cpp
+++ b/library/MultiRegions/GlobalLinSysPETScStaticCond.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/GlobalLinSysPETScStaticCond.h b/library/MultiRegions/GlobalLinSysPETScStaticCond.h
index 921e9ea7a8..ef8511df27 100644
--- a/library/MultiRegions/GlobalLinSysPETScStaticCond.h
+++ b/library/MultiRegions/GlobalLinSysPETScStaticCond.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/GlobalLinSysStaticCond.cpp b/library/MultiRegions/GlobalLinSysStaticCond.cpp
index 403a70fa8a..5ac3cb6639 100644
--- a/library/MultiRegions/GlobalLinSysStaticCond.cpp
+++ b/library/MultiRegions/GlobalLinSysStaticCond.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/GlobalLinSysStaticCond.h b/library/MultiRegions/GlobalLinSysStaticCond.h
index 5efae65357..59ce86bc0a 100644
--- a/library/MultiRegions/GlobalLinSysStaticCond.h
+++ b/library/MultiRegions/GlobalLinSysStaticCond.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/GlobalLinSysXxt.cpp b/library/MultiRegions/GlobalLinSysXxt.cpp
index 05bcab7fa7..322d6539dc 100644
--- a/library/MultiRegions/GlobalLinSysXxt.cpp
+++ b/library/MultiRegions/GlobalLinSysXxt.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/GlobalLinSysXxtFull.cpp b/library/MultiRegions/GlobalLinSysXxtFull.cpp
index 67b131678d..9ced17dd8c 100644
--- a/library/MultiRegions/GlobalLinSysXxtFull.cpp
+++ b/library/MultiRegions/GlobalLinSysXxtFull.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/GlobalLinSysXxtFull.h b/library/MultiRegions/GlobalLinSysXxtFull.h
index 33c67bb6e5..7bd6cab175 100644
--- a/library/MultiRegions/GlobalLinSysXxtFull.h
+++ b/library/MultiRegions/GlobalLinSysXxtFull.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/GlobalLinSysXxtStaticCond.cpp b/library/MultiRegions/GlobalLinSysXxtStaticCond.cpp
index 328db6d1a9..0fbd13ffd1 100644
--- a/library/MultiRegions/GlobalLinSysXxtStaticCond.cpp
+++ b/library/MultiRegions/GlobalLinSysXxtStaticCond.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/GlobalLinSysXxtStaticCond.h b/library/MultiRegions/GlobalLinSysXxtStaticCond.h
index f7a9a4ba5f..d899fcc384 100644
--- a/library/MultiRegions/GlobalLinSysXxtStaticCond.h
+++ b/library/MultiRegions/GlobalLinSysXxtStaticCond.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/GlobalMatrix.cpp b/library/MultiRegions/GlobalMatrix.cpp
index 6778efc5a9..ee14ad8210 100644
--- a/library/MultiRegions/GlobalMatrix.cpp
+++ b/library/MultiRegions/GlobalMatrix.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/GlobalMatrix.h b/library/MultiRegions/GlobalMatrix.h
index 94df3febc2..0f947d45a2 100644
--- a/library/MultiRegions/GlobalMatrix.h
+++ b/library/MultiRegions/GlobalMatrix.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/GlobalMatrixKey.cpp b/library/MultiRegions/GlobalMatrixKey.cpp
index 0a2f90ab5d..c7a98842c4 100644
--- a/library/MultiRegions/GlobalMatrixKey.cpp
+++ b/library/MultiRegions/GlobalMatrixKey.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/GlobalMatrixKey.h b/library/MultiRegions/GlobalMatrixKey.h
index 065dc821d8..6d7fe5b0bf 100644
--- a/library/MultiRegions/GlobalMatrixKey.h
+++ b/library/MultiRegions/GlobalMatrixKey.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/GlobalOptimizationParameters.cpp b/library/MultiRegions/GlobalOptimizationParameters.cpp
index 3eb5fd876c..9eb33d7e45 100644
--- a/library/MultiRegions/GlobalOptimizationParameters.cpp
+++ b/library/MultiRegions/GlobalOptimizationParameters.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/GlobalOptimizationParameters.h b/library/MultiRegions/GlobalOptimizationParameters.h
index 187a6eab76..aa5781578f 100644
--- a/library/MultiRegions/GlobalOptimizationParameters.h
+++ b/library/MultiRegions/GlobalOptimizationParameters.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/MultiRegions.hpp b/library/MultiRegions/MultiRegions.hpp
index 6524fcc82c..fd50c5a680 100644
--- a/library/MultiRegions/MultiRegions.hpp
+++ b/library/MultiRegions/MultiRegions.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/MultiRegionsDeclspec.h b/library/MultiRegions/MultiRegionsDeclspec.h
index 75714ed195..acad767d8b 100644
--- a/library/MultiRegions/MultiRegionsDeclspec.h
+++ b/library/MultiRegions/MultiRegionsDeclspec.h
@@ -8,7 +8,6 @@
 // University of Utah (USA) and Department of Aeronautics, Imperial
 // College London (UK).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/Preconditioner.cpp b/library/MultiRegions/Preconditioner.cpp
index 29df417ae4..c6ce52cd10 100644
--- a/library/MultiRegions/Preconditioner.cpp
+++ b/library/MultiRegions/Preconditioner.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/Preconditioner.h b/library/MultiRegions/Preconditioner.h
index 0bc272b968..1b21de2300 100644
--- a/library/MultiRegions/Preconditioner.h
+++ b/library/MultiRegions/Preconditioner.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/PreconditionerBlock.cpp b/library/MultiRegions/PreconditionerBlock.cpp
index e91e077789..c3bfcd9850 100644
--- a/library/MultiRegions/PreconditionerBlock.cpp
+++ b/library/MultiRegions/PreconditionerBlock.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/PreconditionerBlock.h b/library/MultiRegions/PreconditionerBlock.h
index b563b59f6b..f5fa52a1fe 100644
--- a/library/MultiRegions/PreconditionerBlock.h
+++ b/library/MultiRegions/PreconditionerBlock.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/PreconditionerDiagonal.cpp b/library/MultiRegions/PreconditionerDiagonal.cpp
index 0c1f945626..81284bb8b5 100644
--- a/library/MultiRegions/PreconditionerDiagonal.cpp
+++ b/library/MultiRegions/PreconditionerDiagonal.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/PreconditionerDiagonal.h b/library/MultiRegions/PreconditionerDiagonal.h
index b58ba2b56e..6808974dfe 100644
--- a/library/MultiRegions/PreconditionerDiagonal.h
+++ b/library/MultiRegions/PreconditionerDiagonal.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/PreconditionerLinear.cpp b/library/MultiRegions/PreconditionerLinear.cpp
index bb45903280..563e5d8a79 100644
--- a/library/MultiRegions/PreconditionerLinear.cpp
+++ b/library/MultiRegions/PreconditionerLinear.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/PreconditionerLinear.h b/library/MultiRegions/PreconditionerLinear.h
index adb93040f5..16db503248 100644
--- a/library/MultiRegions/PreconditionerLinear.h
+++ b/library/MultiRegions/PreconditionerLinear.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/PreconditionerLinearWithBlock.cpp b/library/MultiRegions/PreconditionerLinearWithBlock.cpp
index f82f0efe71..ded15a4d54 100644
--- a/library/MultiRegions/PreconditionerLinearWithBlock.cpp
+++ b/library/MultiRegions/PreconditionerLinearWithBlock.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/PreconditionerLinearWithBlock.h b/library/MultiRegions/PreconditionerLinearWithBlock.h
index 7e50b85b80..bec1a509a0 100644
--- a/library/MultiRegions/PreconditionerLinearWithBlock.h
+++ b/library/MultiRegions/PreconditionerLinearWithBlock.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/PreconditionerLinearWithDiag.cpp b/library/MultiRegions/PreconditionerLinearWithDiag.cpp
index 3b269ef47c..0d253ab5bc 100644
--- a/library/MultiRegions/PreconditionerLinearWithDiag.cpp
+++ b/library/MultiRegions/PreconditionerLinearWithDiag.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/PreconditionerLinearWithDiag.h b/library/MultiRegions/PreconditionerLinearWithDiag.h
index 6050dbe793..756d320c4f 100644
--- a/library/MultiRegions/PreconditionerLinearWithDiag.h
+++ b/library/MultiRegions/PreconditionerLinearWithDiag.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/PreconditionerLinearWithLowEnergy.cpp b/library/MultiRegions/PreconditionerLinearWithLowEnergy.cpp
index e92e72172e..dd866519f1 100644
--- a/library/MultiRegions/PreconditionerLinearWithLowEnergy.cpp
+++ b/library/MultiRegions/PreconditionerLinearWithLowEnergy.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/PreconditionerLinearWithLowEnergy.h b/library/MultiRegions/PreconditionerLinearWithLowEnergy.h
index 5b2a291089..a43b673042 100644
--- a/library/MultiRegions/PreconditionerLinearWithLowEnergy.h
+++ b/library/MultiRegions/PreconditionerLinearWithLowEnergy.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/PreconditionerLowEnergy.cpp b/library/MultiRegions/PreconditionerLowEnergy.cpp
index 8b8cf83576..1e45d1ffb2 100644
--- a/library/MultiRegions/PreconditionerLowEnergy.cpp
+++ b/library/MultiRegions/PreconditionerLowEnergy.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/PreconditionerLowEnergy.h b/library/MultiRegions/PreconditionerLowEnergy.h
index 32cf0fd664..aae846193e 100644
--- a/library/MultiRegions/PreconditionerLowEnergy.h
+++ b/library/MultiRegions/PreconditionerLowEnergy.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/Python/ContField.cpp b/library/MultiRegions/Python/ContField.cpp
index 4fc2647b93..6a840e7ccc 100644
--- a/library/MultiRegions/Python/ContField.cpp
+++ b/library/MultiRegions/Python/ContField.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/Python/DisContField.cpp b/library/MultiRegions/Python/DisContField.cpp
index e2ae05f42f..2cf984bef7 100644
--- a/library/MultiRegions/Python/DisContField.cpp
+++ b/library/MultiRegions/Python/DisContField.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/Python/ExpList.cpp b/library/MultiRegions/Python/ExpList.cpp
index eca759c12f..b36d431bde 100644
--- a/library/MultiRegions/Python/ExpList.cpp
+++ b/library/MultiRegions/Python/ExpList.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/Python/ExpList2D.cpp b/library/MultiRegions/Python/ExpList2D.cpp
index 4979965e3c..e25d0656cc 100644
--- a/library/MultiRegions/Python/ExpList2D.cpp
+++ b/library/MultiRegions/Python/ExpList2D.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/Python/MultiRegions.cpp b/library/MultiRegions/Python/MultiRegions.cpp
index c7e5171474..9760d0a773 100644
--- a/library/MultiRegions/Python/MultiRegions.cpp
+++ b/library/MultiRegions/Python/MultiRegions.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/SubStructuredGraph.cpp b/library/MultiRegions/SubStructuredGraph.cpp
index 8b0539460c..caa91148eb 100644
--- a/library/MultiRegions/SubStructuredGraph.cpp
+++ b/library/MultiRegions/SubStructuredGraph.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/MultiRegions/SubStructuredGraph.h b/library/MultiRegions/SubStructuredGraph.h
index 905e691f81..742f11783d 100644
--- a/library/MultiRegions/SubStructuredGraph.h
+++ b/library/MultiRegions/SubStructuredGraph.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/2DGenerator/2DGenerator.cpp b/library/NekMeshUtils/2DGenerator/2DGenerator.cpp
index c4f23abc81..5ef6ba66f4 100644
--- a/library/NekMeshUtils/2DGenerator/2DGenerator.cpp
+++ b/library/NekMeshUtils/2DGenerator/2DGenerator.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/2DGenerator/2DGenerator.h b/library/NekMeshUtils/2DGenerator/2DGenerator.h
index ca669f70b3..02733cec43 100644
--- a/library/NekMeshUtils/2DGenerator/2DGenerator.h
+++ b/library/NekMeshUtils/2DGenerator/2DGenerator.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/CADSystem/CADCurve.cpp b/library/NekMeshUtils/CADSystem/CADCurve.cpp
index 6a4f524d8d..c59c843d51 100644
--- a/library/NekMeshUtils/CADSystem/CADCurve.cpp
+++ b/library/NekMeshUtils/CADSystem/CADCurve.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/CADSystem/CADCurve.h b/library/NekMeshUtils/CADSystem/CADCurve.h
index 677789dd3b..4c64100d0f 100644
--- a/library/NekMeshUtils/CADSystem/CADCurve.h
+++ b/library/NekMeshUtils/CADSystem/CADCurve.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/CADSystem/CADObject.h b/library/NekMeshUtils/CADSystem/CADObject.h
index fe6fd1341a..06744ccce4 100644
--- a/library/NekMeshUtils/CADSystem/CADObject.h
+++ b/library/NekMeshUtils/CADSystem/CADObject.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/CADSystem/CADSurf.cpp b/library/NekMeshUtils/CADSystem/CADSurf.cpp
index 8ccf2e7670..3da872fef7 100644
--- a/library/NekMeshUtils/CADSystem/CADSurf.cpp
+++ b/library/NekMeshUtils/CADSystem/CADSurf.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/CADSystem/CADSurf.h b/library/NekMeshUtils/CADSystem/CADSurf.h
index 50d035c232..c7841d8cd9 100644
--- a/library/NekMeshUtils/CADSystem/CADSurf.h
+++ b/library/NekMeshUtils/CADSystem/CADSurf.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/CADSystem/CADSystem.cpp b/library/NekMeshUtils/CADSystem/CADSystem.cpp
index 47b2e3cce9..af0bc2f691 100644
--- a/library/NekMeshUtils/CADSystem/CADSystem.cpp
+++ b/library/NekMeshUtils/CADSystem/CADSystem.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/CADSystem/CADSystem.h b/library/NekMeshUtils/CADSystem/CADSystem.h
index 6bda92122a..4f9d125bd4 100644
--- a/library/NekMeshUtils/CADSystem/CADSystem.h
+++ b/library/NekMeshUtils/CADSystem/CADSystem.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/CADSystem/CADVert.cpp b/library/NekMeshUtils/CADSystem/CADVert.cpp
index 8b9a632e23..6d9376066a 100644
--- a/library/NekMeshUtils/CADSystem/CADVert.cpp
+++ b/library/NekMeshUtils/CADSystem/CADVert.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/CADSystem/CADVert.h b/library/NekMeshUtils/CADSystem/CADVert.h
index 2e65794770..b1d343ad04 100644
--- a/library/NekMeshUtils/CADSystem/CADVert.h
+++ b/library/NekMeshUtils/CADSystem/CADVert.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/CADSystem/CFI/CADCurveCFI.cpp b/library/NekMeshUtils/CADSystem/CFI/CADCurveCFI.cpp
index 70748063ec..32d4d956fb 100644
--- a/library/NekMeshUtils/CADSystem/CFI/CADCurveCFI.cpp
+++ b/library/NekMeshUtils/CADSystem/CFI/CADCurveCFI.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/CADSystem/CFI/CADCurveCFI.h b/library/NekMeshUtils/CADSystem/CFI/CADCurveCFI.h
index a0199c7a1f..44021bfb27 100644
--- a/library/NekMeshUtils/CADSystem/CFI/CADCurveCFI.h
+++ b/library/NekMeshUtils/CADSystem/CFI/CADCurveCFI.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/CADSystem/CFI/CADSurfCFI.cpp b/library/NekMeshUtils/CADSystem/CFI/CADSurfCFI.cpp
index 70ca3507bb..d2c5381eb6 100644
--- a/library/NekMeshUtils/CADSystem/CFI/CADSurfCFI.cpp
+++ b/library/NekMeshUtils/CADSystem/CFI/CADSurfCFI.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/CADSystem/CFI/CADSurfCFI.h b/library/NekMeshUtils/CADSystem/CFI/CADSurfCFI.h
index 09b901c697..bea32e8689 100644
--- a/library/NekMeshUtils/CADSystem/CFI/CADSurfCFI.h
+++ b/library/NekMeshUtils/CADSystem/CFI/CADSurfCFI.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/CADSystem/CFI/CADSystemCFI.cpp b/library/NekMeshUtils/CADSystem/CFI/CADSystemCFI.cpp
index 4c57aa1545..c038130ca8 100644
--- a/library/NekMeshUtils/CADSystem/CFI/CADSystemCFI.cpp
+++ b/library/NekMeshUtils/CADSystem/CFI/CADSystemCFI.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/CADSystem/CFI/CADSystemCFI.h b/library/NekMeshUtils/CADSystem/CFI/CADSystemCFI.h
index 3d68a1f023..83686f547e 100644
--- a/library/NekMeshUtils/CADSystem/CFI/CADSystemCFI.h
+++ b/library/NekMeshUtils/CADSystem/CFI/CADSystemCFI.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/CADSystem/CFI/CADVertCFI.cpp b/library/NekMeshUtils/CADSystem/CFI/CADVertCFI.cpp
index aef53d660f..0b53030712 100644
--- a/library/NekMeshUtils/CADSystem/CFI/CADVertCFI.cpp
+++ b/library/NekMeshUtils/CADSystem/CFI/CADVertCFI.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/CADSystem/CFI/CADVertCFI.h b/library/NekMeshUtils/CADSystem/CFI/CADVertCFI.h
index 3573f3f710..08eb15ac06 100644
--- a/library/NekMeshUtils/CADSystem/CFI/CADVertCFI.h
+++ b/library/NekMeshUtils/CADSystem/CFI/CADVertCFI.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/CADSystem/OCE/CADCurveOCE.cpp b/library/NekMeshUtils/CADSystem/OCE/CADCurveOCE.cpp
index 6aba0a8f48..9407ee089c 100644
--- a/library/NekMeshUtils/CADSystem/OCE/CADCurveOCE.cpp
+++ b/library/NekMeshUtils/CADSystem/OCE/CADCurveOCE.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/CADSystem/OCE/CADCurveOCE.h b/library/NekMeshUtils/CADSystem/OCE/CADCurveOCE.h
index a03499b242..639cf59335 100644
--- a/library/NekMeshUtils/CADSystem/OCE/CADCurveOCE.h
+++ b/library/NekMeshUtils/CADSystem/OCE/CADCurveOCE.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/CADSystem/OCE/CADSurfOCE.cpp b/library/NekMeshUtils/CADSystem/OCE/CADSurfOCE.cpp
index 8b51b44a02..0c45a8a7f7 100644
--- a/library/NekMeshUtils/CADSystem/OCE/CADSurfOCE.cpp
+++ b/library/NekMeshUtils/CADSystem/OCE/CADSurfOCE.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/CADSystem/OCE/CADSurfOCE.h b/library/NekMeshUtils/CADSystem/OCE/CADSurfOCE.h
index a40d3b7ec1..56deb7bc0d 100644
--- a/library/NekMeshUtils/CADSystem/OCE/CADSurfOCE.h
+++ b/library/NekMeshUtils/CADSystem/OCE/CADSurfOCE.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/CADSystem/OCE/CADSystemOCE.cpp b/library/NekMeshUtils/CADSystem/OCE/CADSystemOCE.cpp
index e851119d2c..e4384c5fb4 100644
--- a/library/NekMeshUtils/CADSystem/OCE/CADSystemOCE.cpp
+++ b/library/NekMeshUtils/CADSystem/OCE/CADSystemOCE.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/CADSystem/OCE/CADSystemOCE.h b/library/NekMeshUtils/CADSystem/OCE/CADSystemOCE.h
index ba0eb27e82..94f99d6afe 100644
--- a/library/NekMeshUtils/CADSystem/OCE/CADSystemOCE.h
+++ b/library/NekMeshUtils/CADSystem/OCE/CADSystemOCE.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/CADSystem/OCE/CADVertOCE.cpp b/library/NekMeshUtils/CADSystem/OCE/CADVertOCE.cpp
index 3fc1d09957..a967d302c7 100644
--- a/library/NekMeshUtils/CADSystem/OCE/CADVertOCE.cpp
+++ b/library/NekMeshUtils/CADSystem/OCE/CADVertOCE.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/CADSystem/OCE/CADVertOCE.h b/library/NekMeshUtils/CADSystem/OCE/CADVertOCE.h
index b245fba640..a4ac50f872 100644
--- a/library/NekMeshUtils/CADSystem/OCE/CADVertOCE.h
+++ b/library/NekMeshUtils/CADSystem/OCE/CADVertOCE.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/CADSystem/OCE/OpenCascade.h b/library/NekMeshUtils/CADSystem/OCE/OpenCascade.h
index 3bbdb1b444..f2fcb88d18 100644
--- a/library/NekMeshUtils/CADSystem/OCE/OpenCascade.h
+++ b/library/NekMeshUtils/CADSystem/OCE/OpenCascade.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/CADSystem/ProcessLoadCAD.cpp b/library/NekMeshUtils/CADSystem/ProcessLoadCAD.cpp
index c1992659ab..89c018ac4b 100644
--- a/library/NekMeshUtils/CADSystem/ProcessLoadCAD.cpp
+++ b/library/NekMeshUtils/CADSystem/ProcessLoadCAD.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/CADSystem/ProcessLoadCAD.h b/library/NekMeshUtils/CADSystem/ProcessLoadCAD.h
index 235455e267..ba4ebd307a 100644
--- a/library/NekMeshUtils/CADSystem/ProcessLoadCAD.h
+++ b/library/NekMeshUtils/CADSystem/ProcessLoadCAD.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/CFIMesh/CFIMesh.cpp b/library/NekMeshUtils/CFIMesh/CFIMesh.cpp
index 7aa3885cc2..179fff28f4 100644
--- a/library/NekMeshUtils/CFIMesh/CFIMesh.cpp
+++ b/library/NekMeshUtils/CFIMesh/CFIMesh.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/CFIMesh/CFIMesh.h b/library/NekMeshUtils/CFIMesh/CFIMesh.h
index d9995e0042..0fc24a459b 100644
--- a/library/NekMeshUtils/CFIMesh/CFIMesh.h
+++ b/library/NekMeshUtils/CFIMesh/CFIMesh.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/ExtLibInterface/TetGenInterface.cpp b/library/NekMeshUtils/ExtLibInterface/TetGenInterface.cpp
index 59d0039daa..d8f00534c6 100644
--- a/library/NekMeshUtils/ExtLibInterface/TetGenInterface.cpp
+++ b/library/NekMeshUtils/ExtLibInterface/TetGenInterface.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/ExtLibInterface/TetGenInterface.h b/library/NekMeshUtils/ExtLibInterface/TetGenInterface.h
index be62b109f3..7d43d963a0 100644
--- a/library/NekMeshUtils/ExtLibInterface/TetGenInterface.h
+++ b/library/NekMeshUtils/ExtLibInterface/TetGenInterface.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/ExtLibInterface/TriangleInterface.cpp b/library/NekMeshUtils/ExtLibInterface/TriangleInterface.cpp
index 88dcb8b94f..9590de618a 100644
--- a/library/NekMeshUtils/ExtLibInterface/TriangleInterface.cpp
+++ b/library/NekMeshUtils/ExtLibInterface/TriangleInterface.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/ExtLibInterface/TriangleInterface.h b/library/NekMeshUtils/ExtLibInterface/TriangleInterface.h
index a1451a3e43..2b6c4bca5c 100644
--- a/library/NekMeshUtils/ExtLibInterface/TriangleInterface.h
+++ b/library/NekMeshUtils/ExtLibInterface/TriangleInterface.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/MeshElements/BooleanOperators.cpp b/library/NekMeshUtils/MeshElements/BooleanOperators.cpp
index eb81ce35b5..1baf7fd23f 100644
--- a/library/NekMeshUtils/MeshElements/BooleanOperators.cpp
+++ b/library/NekMeshUtils/MeshElements/BooleanOperators.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/MeshElements/Composite.h b/library/NekMeshUtils/MeshElements/Composite.h
index a53bcf44f5..f78ac907d1 100644
--- a/library/NekMeshUtils/MeshElements/Composite.h
+++ b/library/NekMeshUtils/MeshElements/Composite.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/MeshElements/Edge.cpp b/library/NekMeshUtils/MeshElements/Edge.cpp
index 6d0fdbea1e..6d884994aa 100644
--- a/library/NekMeshUtils/MeshElements/Edge.cpp
+++ b/library/NekMeshUtils/MeshElements/Edge.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/MeshElements/Edge.h b/library/NekMeshUtils/MeshElements/Edge.h
index 4071aa5aab..f83a7be2c1 100644
--- a/library/NekMeshUtils/MeshElements/Edge.h
+++ b/library/NekMeshUtils/MeshElements/Edge.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/MeshElements/Element.cpp b/library/NekMeshUtils/MeshElements/Element.cpp
index 9acc19f604..776339dbbc 100644
--- a/library/NekMeshUtils/MeshElements/Element.cpp
+++ b/library/NekMeshUtils/MeshElements/Element.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/MeshElements/Element.h b/library/NekMeshUtils/MeshElements/Element.h
index db57b4344b..47cce14aab 100644
--- a/library/NekMeshUtils/MeshElements/Element.h
+++ b/library/NekMeshUtils/MeshElements/Element.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/MeshElements/ElementConfig.h b/library/NekMeshUtils/MeshElements/ElementConfig.h
index 4791e8756f..13a2aa3837 100644
--- a/library/NekMeshUtils/MeshElements/ElementConfig.h
+++ b/library/NekMeshUtils/MeshElements/ElementConfig.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/MeshElements/Face.cpp b/library/NekMeshUtils/MeshElements/Face.cpp
index 10ba5502ce..46e6244235 100644
--- a/library/NekMeshUtils/MeshElements/Face.cpp
+++ b/library/NekMeshUtils/MeshElements/Face.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/MeshElements/Face.h b/library/NekMeshUtils/MeshElements/Face.h
index ff8cec2a39..a933964a77 100644
--- a/library/NekMeshUtils/MeshElements/Face.h
+++ b/library/NekMeshUtils/MeshElements/Face.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/MeshElements/HOAlignment.h b/library/NekMeshUtils/MeshElements/HOAlignment.h
index f9702991b5..6b1170062b 100644
--- a/library/NekMeshUtils/MeshElements/HOAlignment.h
+++ b/library/NekMeshUtils/MeshElements/HOAlignment.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/MeshElements/Hexahedron.cpp b/library/NekMeshUtils/MeshElements/Hexahedron.cpp
index 702f44766c..1193aea4bc 100644
--- a/library/NekMeshUtils/MeshElements/Hexahedron.cpp
+++ b/library/NekMeshUtils/MeshElements/Hexahedron.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/MeshElements/Hexahedron.h b/library/NekMeshUtils/MeshElements/Hexahedron.h
index 731dea1814..ec51c09b3a 100644
--- a/library/NekMeshUtils/MeshElements/Hexahedron.h
+++ b/library/NekMeshUtils/MeshElements/Hexahedron.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/MeshElements/Line.cpp b/library/NekMeshUtils/MeshElements/Line.cpp
index 8000e608d2..cc12f0eb18 100644
--- a/library/NekMeshUtils/MeshElements/Line.cpp
+++ b/library/NekMeshUtils/MeshElements/Line.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/MeshElements/Line.h b/library/NekMeshUtils/MeshElements/Line.h
index e15cacee67..9b0a0aebfc 100644
--- a/library/NekMeshUtils/MeshElements/Line.h
+++ b/library/NekMeshUtils/MeshElements/Line.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/MeshElements/Mesh.cpp b/library/NekMeshUtils/MeshElements/Mesh.cpp
index a960b16f61..9c9946ec92 100644
--- a/library/NekMeshUtils/MeshElements/Mesh.cpp
+++ b/library/NekMeshUtils/MeshElements/Mesh.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/MeshElements/Mesh.h b/library/NekMeshUtils/MeshElements/Mesh.h
index 3ec67e23cb..5961d9818c 100644
--- a/library/NekMeshUtils/MeshElements/Mesh.h
+++ b/library/NekMeshUtils/MeshElements/Mesh.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/MeshElements/Node.h b/library/NekMeshUtils/MeshElements/Node.h
index a5646ceba1..98ba82d6f0 100644
--- a/library/NekMeshUtils/MeshElements/Node.h
+++ b/library/NekMeshUtils/MeshElements/Node.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/MeshElements/Point.cpp b/library/NekMeshUtils/MeshElements/Point.cpp
index accfadd8b7..d5d0821e08 100644
--- a/library/NekMeshUtils/MeshElements/Point.cpp
+++ b/library/NekMeshUtils/MeshElements/Point.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/MeshElements/Point.h b/library/NekMeshUtils/MeshElements/Point.h
index d127f2f0ee..d290f4454e 100644
--- a/library/NekMeshUtils/MeshElements/Point.h
+++ b/library/NekMeshUtils/MeshElements/Point.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/MeshElements/Prism.cpp b/library/NekMeshUtils/MeshElements/Prism.cpp
index 518fe3ed2c..0c2aa3ae9e 100644
--- a/library/NekMeshUtils/MeshElements/Prism.cpp
+++ b/library/NekMeshUtils/MeshElements/Prism.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/MeshElements/Prism.h b/library/NekMeshUtils/MeshElements/Prism.h
index 2302ebb74a..2f9fd60a62 100644
--- a/library/NekMeshUtils/MeshElements/Prism.h
+++ b/library/NekMeshUtils/MeshElements/Prism.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/MeshElements/Pyramid.cpp b/library/NekMeshUtils/MeshElements/Pyramid.cpp
index fb49f72640..60a456e0fe 100644
--- a/library/NekMeshUtils/MeshElements/Pyramid.cpp
+++ b/library/NekMeshUtils/MeshElements/Pyramid.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/MeshElements/Pyramid.h b/library/NekMeshUtils/MeshElements/Pyramid.h
index 93bb5aed89..0a497cab03 100644
--- a/library/NekMeshUtils/MeshElements/Pyramid.h
+++ b/library/NekMeshUtils/MeshElements/Pyramid.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/MeshElements/Quadrilateral.cpp b/library/NekMeshUtils/MeshElements/Quadrilateral.cpp
index 51aa298205..7f8e6ecb2e 100644
--- a/library/NekMeshUtils/MeshElements/Quadrilateral.cpp
+++ b/library/NekMeshUtils/MeshElements/Quadrilateral.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/MeshElements/Quadrilateral.h b/library/NekMeshUtils/MeshElements/Quadrilateral.h
index 364a49b945..76f32d1e85 100644
--- a/library/NekMeshUtils/MeshElements/Quadrilateral.h
+++ b/library/NekMeshUtils/MeshElements/Quadrilateral.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/MeshElements/Tetrahedron.cpp b/library/NekMeshUtils/MeshElements/Tetrahedron.cpp
index 9e67207614..d4c32dd17b 100644
--- a/library/NekMeshUtils/MeshElements/Tetrahedron.cpp
+++ b/library/NekMeshUtils/MeshElements/Tetrahedron.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/MeshElements/Tetrahedron.h b/library/NekMeshUtils/MeshElements/Tetrahedron.h
index 0dd3723c64..8a486f0f7a 100644
--- a/library/NekMeshUtils/MeshElements/Tetrahedron.h
+++ b/library/NekMeshUtils/MeshElements/Tetrahedron.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/MeshElements/Triangle.cpp b/library/NekMeshUtils/MeshElements/Triangle.cpp
index 2ba0fad4e9..32dfede414 100644
--- a/library/NekMeshUtils/MeshElements/Triangle.cpp
+++ b/library/NekMeshUtils/MeshElements/Triangle.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/MeshElements/Triangle.h b/library/NekMeshUtils/MeshElements/Triangle.h
index 9c33f5a520..295b6d9f2f 100644
--- a/library/NekMeshUtils/MeshElements/Triangle.h
+++ b/library/NekMeshUtils/MeshElements/Triangle.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/Module/Module.cpp b/library/NekMeshUtils/Module/Module.cpp
index 09ff1cc5a3..221b096065 100644
--- a/library/NekMeshUtils/Module/Module.cpp
+++ b/library/NekMeshUtils/Module/Module.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/Module/Module.h b/library/NekMeshUtils/Module/Module.h
index 585b100235..20061ab4bf 100644
--- a/library/NekMeshUtils/Module/Module.h
+++ b/library/NekMeshUtils/Module/Module.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/NekMeshUtilsDeclspec.h b/library/NekMeshUtils/NekMeshUtilsDeclspec.h
index 24c294d873..250985cbd3 100644
--- a/library/NekMeshUtils/NekMeshUtilsDeclspec.h
+++ b/library/NekMeshUtils/NekMeshUtilsDeclspec.h
@@ -8,7 +8,6 @@
 // University of Utah (USA) and Department of Aeronautics, Imperial
 // College London (UK).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/Octree/Octant.cpp b/library/NekMeshUtils/Octree/Octant.cpp
index 38ff1a9aa2..49f394b591 100644
--- a/library/NekMeshUtils/Octree/Octant.cpp
+++ b/library/NekMeshUtils/Octree/Octant.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/Octree/Octant.h b/library/NekMeshUtils/Octree/Octant.h
index ea65250f7a..8842332c53 100644
--- a/library/NekMeshUtils/Octree/Octant.h
+++ b/library/NekMeshUtils/Octree/Octant.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/Octree/Octree.cpp b/library/NekMeshUtils/Octree/Octree.cpp
index ba804f42a3..ed59bfb4db 100644
--- a/library/NekMeshUtils/Octree/Octree.cpp
+++ b/library/NekMeshUtils/Octree/Octree.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/Octree/Octree.h b/library/NekMeshUtils/Octree/Octree.h
index f302237372..6703d40cdd 100644
--- a/library/NekMeshUtils/Octree/Octree.h
+++ b/library/NekMeshUtils/Octree/Octree.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/Octree/ProcessLoadOctree.cpp b/library/NekMeshUtils/Octree/ProcessLoadOctree.cpp
index 613ddffc4d..3ae6bb8284 100644
--- a/library/NekMeshUtils/Octree/ProcessLoadOctree.cpp
+++ b/library/NekMeshUtils/Octree/ProcessLoadOctree.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/Octree/ProcessLoadOctree.h b/library/NekMeshUtils/Octree/ProcessLoadOctree.h
index 70cc9e6a98..53c1602634 100644
--- a/library/NekMeshUtils/Octree/ProcessLoadOctree.h
+++ b/library/NekMeshUtils/Octree/ProcessLoadOctree.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/Octree/SourcePoint.hpp b/library/NekMeshUtils/Octree/SourcePoint.hpp
index 8c172f7ed8..1a23d73c93 100644
--- a/library/NekMeshUtils/Octree/SourcePoint.hpp
+++ b/library/NekMeshUtils/Octree/SourcePoint.hpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/Optimisation/BGFS-B.cpp b/library/NekMeshUtils/Optimisation/BGFS-B.cpp
index 6f50fd69be..d10b12c690 100644
--- a/library/NekMeshUtils/Optimisation/BGFS-B.cpp
+++ b/library/NekMeshUtils/Optimisation/BGFS-B.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/Optimisation/BGFS-B.h b/library/NekMeshUtils/Optimisation/BGFS-B.h
index 219892dd16..225c11ca77 100644
--- a/library/NekMeshUtils/Optimisation/BGFS-B.h
+++ b/library/NekMeshUtils/Optimisation/BGFS-B.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/Optimisation/OptimiseObj.h b/library/NekMeshUtils/Optimisation/OptimiseObj.h
index 553adb28e0..4869269dd0 100644
--- a/library/NekMeshUtils/Optimisation/OptimiseObj.h
+++ b/library/NekMeshUtils/Optimisation/OptimiseObj.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/SurfaceMeshing/CurveMesh.cpp b/library/NekMeshUtils/SurfaceMeshing/CurveMesh.cpp
index c4e9fe084f..632ab3acee 100644
--- a/library/NekMeshUtils/SurfaceMeshing/CurveMesh.cpp
+++ b/library/NekMeshUtils/SurfaceMeshing/CurveMesh.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/SurfaceMeshing/CurveMesh.h b/library/NekMeshUtils/SurfaceMeshing/CurveMesh.h
index 02ba5b0949..a21b09e49c 100644
--- a/library/NekMeshUtils/SurfaceMeshing/CurveMesh.h
+++ b/library/NekMeshUtils/SurfaceMeshing/CurveMesh.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/SurfaceMeshing/FaceMesh.cpp b/library/NekMeshUtils/SurfaceMeshing/FaceMesh.cpp
index 766e589d6a..93f127e2ae 100644
--- a/library/NekMeshUtils/SurfaceMeshing/FaceMesh.cpp
+++ b/library/NekMeshUtils/SurfaceMeshing/FaceMesh.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/SurfaceMeshing/FaceMesh.h b/library/NekMeshUtils/SurfaceMeshing/FaceMesh.h
index 782a03db46..2fddb68417 100644
--- a/library/NekMeshUtils/SurfaceMeshing/FaceMesh.h
+++ b/library/NekMeshUtils/SurfaceMeshing/FaceMesh.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/SurfaceMeshing/HOSurfaceMesh.cpp b/library/NekMeshUtils/SurfaceMeshing/HOSurfaceMesh.cpp
index 3efd65d7a7..34e71a51d1 100644
--- a/library/NekMeshUtils/SurfaceMeshing/HOSurfaceMesh.cpp
+++ b/library/NekMeshUtils/SurfaceMeshing/HOSurfaceMesh.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/SurfaceMeshing/HOSurfaceMesh.h b/library/NekMeshUtils/SurfaceMeshing/HOSurfaceMesh.h
index fb4e4d4bc1..a555a79a3b 100644
--- a/library/NekMeshUtils/SurfaceMeshing/HOSurfaceMesh.h
+++ b/library/NekMeshUtils/SurfaceMeshing/HOSurfaceMesh.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/SurfaceMeshing/OptimiseFunctions.cpp b/library/NekMeshUtils/SurfaceMeshing/OptimiseFunctions.cpp
index 2803155142..159389b925 100644
--- a/library/NekMeshUtils/SurfaceMeshing/OptimiseFunctions.cpp
+++ b/library/NekMeshUtils/SurfaceMeshing/OptimiseFunctions.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/SurfaceMeshing/OptimiseFunctions.h b/library/NekMeshUtils/SurfaceMeshing/OptimiseFunctions.h
index 0e9c80d715..e63d44315c 100644
--- a/library/NekMeshUtils/SurfaceMeshing/OptimiseFunctions.h
+++ b/library/NekMeshUtils/SurfaceMeshing/OptimiseFunctions.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/SurfaceMeshing/SurfaceMesh.cpp b/library/NekMeshUtils/SurfaceMeshing/SurfaceMesh.cpp
index 0b79636231..51e804c28f 100644
--- a/library/NekMeshUtils/SurfaceMeshing/SurfaceMesh.cpp
+++ b/library/NekMeshUtils/SurfaceMeshing/SurfaceMesh.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/SurfaceMeshing/SurfaceMesh.h b/library/NekMeshUtils/SurfaceMeshing/SurfaceMesh.h
index ffc27c1616..8269cb4d5e 100644
--- a/library/NekMeshUtils/SurfaceMeshing/SurfaceMesh.h
+++ b/library/NekMeshUtils/SurfaceMeshing/SurfaceMesh.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/VolumeMeshing/BLMeshing/BLMesh.cpp b/library/NekMeshUtils/VolumeMeshing/BLMeshing/BLMesh.cpp
index 5a4e16b4e8..b369b1fced 100644
--- a/library/NekMeshUtils/VolumeMeshing/BLMeshing/BLMesh.cpp
+++ b/library/NekMeshUtils/VolumeMeshing/BLMeshing/BLMesh.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/VolumeMeshing/BLMeshing/BLMesh.h b/library/NekMeshUtils/VolumeMeshing/BLMeshing/BLMesh.h
index c6c7863996..6ce4f6b279 100644
--- a/library/NekMeshUtils/VolumeMeshing/BLMeshing/BLMesh.h
+++ b/library/NekMeshUtils/VolumeMeshing/BLMeshing/BLMesh.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/VolumeMeshing/TetMeshing/TetMesh.cpp b/library/NekMeshUtils/VolumeMeshing/TetMeshing/TetMesh.cpp
index 5ce970cca5..cfedd8155b 100644
--- a/library/NekMeshUtils/VolumeMeshing/TetMeshing/TetMesh.cpp
+++ b/library/NekMeshUtils/VolumeMeshing/TetMeshing/TetMesh.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/VolumeMeshing/TetMeshing/TetMesh.h b/library/NekMeshUtils/VolumeMeshing/TetMeshing/TetMesh.h
index 5fd53c5a71..ab06d739ab 100644
--- a/library/NekMeshUtils/VolumeMeshing/TetMeshing/TetMesh.h
+++ b/library/NekMeshUtils/VolumeMeshing/TetMeshing/TetMesh.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/VolumeMeshing/VolumeMesh.cpp b/library/NekMeshUtils/VolumeMeshing/VolumeMesh.cpp
index 995f826d47..0f4d89e638 100644
--- a/library/NekMeshUtils/VolumeMeshing/VolumeMesh.cpp
+++ b/library/NekMeshUtils/VolumeMeshing/VolumeMesh.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/NekMeshUtils/VolumeMeshing/VolumeMesh.h b/library/NekMeshUtils/VolumeMeshing/VolumeMesh.h
index 389ba621cb..e1d08f25b0 100644
--- a/library/NekMeshUtils/VolumeMeshing/VolumeMesh.h
+++ b/library/NekMeshUtils/VolumeMeshing/VolumeMesh.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Advection/Advection.cpp b/library/SolverUtils/Advection/Advection.cpp
index 39fc997948..115a362774 100644
--- a/library/SolverUtils/Advection/Advection.cpp
+++ b/library/SolverUtils/Advection/Advection.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Advection/Advection.h b/library/SolverUtils/Advection/Advection.h
index d330cee5da..10096611e4 100644
--- a/library/SolverUtils/Advection/Advection.h
+++ b/library/SolverUtils/Advection/Advection.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Advection/Advection3DHomogeneous1D.cpp b/library/SolverUtils/Advection/Advection3DHomogeneous1D.cpp
index 0317b0981d..8b9572c781 100644
--- a/library/SolverUtils/Advection/Advection3DHomogeneous1D.cpp
+++ b/library/SolverUtils/Advection/Advection3DHomogeneous1D.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Advection/Advection3DHomogeneous1D.h b/library/SolverUtils/Advection/Advection3DHomogeneous1D.h
index 95a9455334..7e2c5c759b 100644
--- a/library/SolverUtils/Advection/Advection3DHomogeneous1D.h
+++ b/library/SolverUtils/Advection/Advection3DHomogeneous1D.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Advection/AdvectionFR.cpp b/library/SolverUtils/Advection/AdvectionFR.cpp
index 1cd2fda795..f03384562b 100644
--- a/library/SolverUtils/Advection/AdvectionFR.cpp
+++ b/library/SolverUtils/Advection/AdvectionFR.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Advection/AdvectionFR.h b/library/SolverUtils/Advection/AdvectionFR.h
index 6b785cdf7b..f80b0a24f4 100644
--- a/library/SolverUtils/Advection/AdvectionFR.h
+++ b/library/SolverUtils/Advection/AdvectionFR.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Advection/AdvectionNonConservative.cpp b/library/SolverUtils/Advection/AdvectionNonConservative.cpp
index 07a40730ea..1be1189eea 100644
--- a/library/SolverUtils/Advection/AdvectionNonConservative.cpp
+++ b/library/SolverUtils/Advection/AdvectionNonConservative.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Advection/AdvectionNonConservative.h b/library/SolverUtils/Advection/AdvectionNonConservative.h
index 2c25080443..57a02b118a 100644
--- a/library/SolverUtils/Advection/AdvectionNonConservative.h
+++ b/library/SolverUtils/Advection/AdvectionNonConservative.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Advection/AdvectionWeakDG.cpp b/library/SolverUtils/Advection/AdvectionWeakDG.cpp
index cec0edb456..6091632e9f 100644
--- a/library/SolverUtils/Advection/AdvectionWeakDG.cpp
+++ b/library/SolverUtils/Advection/AdvectionWeakDG.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Advection/AdvectionWeakDG.h b/library/SolverUtils/Advection/AdvectionWeakDG.h
index 789e2b729c..fabd896805 100644
--- a/library/SolverUtils/Advection/AdvectionWeakDG.h
+++ b/library/SolverUtils/Advection/AdvectionWeakDG.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Advection/HomogeneousRSScalar.hpp b/library/SolverUtils/Advection/HomogeneousRSScalar.hpp
index 2d5a7e3400..c46af8e08c 100644
--- a/library/SolverUtils/Advection/HomogeneousRSScalar.hpp
+++ b/library/SolverUtils/Advection/HomogeneousRSScalar.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/AdvectionSystem.cpp b/library/SolverUtils/AdvectionSystem.cpp
index cf35e8cbbc..1281eb6208 100644
--- a/library/SolverUtils/AdvectionSystem.cpp
+++ b/library/SolverUtils/AdvectionSystem.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/AdvectionSystem.h b/library/SolverUtils/AdvectionSystem.h
index 26a607d1c4..12e5cc5c0a 100644
--- a/library/SolverUtils/AdvectionSystem.h
+++ b/library/SolverUtils/AdvectionSystem.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Core/Coupling.cpp b/library/SolverUtils/Core/Coupling.cpp
index 58f7035063..fe8ba29e2b 100644
--- a/library/SolverUtils/Core/Coupling.cpp
+++ b/library/SolverUtils/Core/Coupling.cpp
@@ -8,7 +8,6 @@
 //
 // Copyright (c) 2017 Kilian Lackhove
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Core/Coupling.h b/library/SolverUtils/Core/Coupling.h
index ba542df21a..265b5f2908 100644
--- a/library/SolverUtils/Core/Coupling.h
+++ b/library/SolverUtils/Core/Coupling.h
@@ -8,7 +8,6 @@
 //
 // Copyright (c) 2017 Kilian Lackhove
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Core/CouplingCwipi.cpp b/library/SolverUtils/Core/CouplingCwipi.cpp
index d7270c0d31..2f50070dc6 100644
--- a/library/SolverUtils/Core/CouplingCwipi.cpp
+++ b/library/SolverUtils/Core/CouplingCwipi.cpp
@@ -8,7 +8,6 @@
 //
 // Copyright (c) 2017 Kilian Lackhove
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Core/CouplingCwipi.h b/library/SolverUtils/Core/CouplingCwipi.h
index 65b108094f..3ecc125685 100644
--- a/library/SolverUtils/Core/CouplingCwipi.h
+++ b/library/SolverUtils/Core/CouplingCwipi.h
@@ -8,7 +8,6 @@
 //
 // Copyright (c) 2017 Kilian Lackhove
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Core/CouplingFile.cpp b/library/SolverUtils/Core/CouplingFile.cpp
index fe802d2e52..6f3de2cde1 100644
--- a/library/SolverUtils/Core/CouplingFile.cpp
+++ b/library/SolverUtils/Core/CouplingFile.cpp
@@ -8,7 +8,6 @@
 //
 // Copyright (c) 2017 Kilian Lackhove
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Core/CouplingFile.h b/library/SolverUtils/Core/CouplingFile.h
index e0958184d3..20768197a2 100644
--- a/library/SolverUtils/Core/CouplingFile.h
+++ b/library/SolverUtils/Core/CouplingFile.h
@@ -8,7 +8,6 @@
 //
 // Copyright (c) 2017 Kilian Lackhove
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Core/Misc.cpp b/library/SolverUtils/Core/Misc.cpp
index d7c4ca542e..a01e4e793e 100644
--- a/library/SolverUtils/Core/Misc.cpp
+++ b/library/SolverUtils/Core/Misc.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Core/Misc.h b/library/SolverUtils/Core/Misc.h
index ab27508d9e..d5595c24e0 100644
--- a/library/SolverUtils/Core/Misc.h
+++ b/library/SolverUtils/Core/Misc.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Core/SessionFunction.cpp b/library/SolverUtils/Core/SessionFunction.cpp
index 2bb3cd3ef1..d93748434b 100644
--- a/library/SolverUtils/Core/SessionFunction.cpp
+++ b/library/SolverUtils/Core/SessionFunction.cpp
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Core/SessionFunction.h b/library/SolverUtils/Core/SessionFunction.h
index 457091e987..35b40faf53 100644
--- a/library/SolverUtils/Core/SessionFunction.h
+++ b/library/SolverUtils/Core/SessionFunction.h
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Diffusion/Diffusion.cpp b/library/SolverUtils/Diffusion/Diffusion.cpp
index 09f35ccd4b..a0d3bf630d 100644
--- a/library/SolverUtils/Diffusion/Diffusion.cpp
+++ b/library/SolverUtils/Diffusion/Diffusion.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Diffusion/Diffusion.h b/library/SolverUtils/Diffusion/Diffusion.h
index cf973b7ab8..1c75b9d75f 100644
--- a/library/SolverUtils/Diffusion/Diffusion.h
+++ b/library/SolverUtils/Diffusion/Diffusion.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Diffusion/Diffusion3DHomogeneous1D.cpp b/library/SolverUtils/Diffusion/Diffusion3DHomogeneous1D.cpp
index d049bc96a8..3bef7e47bb 100644
--- a/library/SolverUtils/Diffusion/Diffusion3DHomogeneous1D.cpp
+++ b/library/SolverUtils/Diffusion/Diffusion3DHomogeneous1D.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Diffusion/Diffusion3DHomogeneous1D.h b/library/SolverUtils/Diffusion/Diffusion3DHomogeneous1D.h
index d53909078a..183d038537 100644
--- a/library/SolverUtils/Diffusion/Diffusion3DHomogeneous1D.h
+++ b/library/SolverUtils/Diffusion/Diffusion3DHomogeneous1D.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Diffusion/DiffusionLDG.cpp b/library/SolverUtils/Diffusion/DiffusionLDG.cpp
index 2a26f7ab1a..edbdbc49dd 100644
--- a/library/SolverUtils/Diffusion/DiffusionLDG.cpp
+++ b/library/SolverUtils/Diffusion/DiffusionLDG.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Diffusion/DiffusionLDG.h b/library/SolverUtils/Diffusion/DiffusionLDG.h
index ebb41943d1..6b8698661f 100644
--- a/library/SolverUtils/Diffusion/DiffusionLDG.h
+++ b/library/SolverUtils/Diffusion/DiffusionLDG.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Diffusion/DiffusionLFR.cpp b/library/SolverUtils/Diffusion/DiffusionLFR.cpp
index 1a373c39a0..0092c98da3 100644
--- a/library/SolverUtils/Diffusion/DiffusionLFR.cpp
+++ b/library/SolverUtils/Diffusion/DiffusionLFR.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Diffusion/DiffusionLFR.h b/library/SolverUtils/Diffusion/DiffusionLFR.h
index 984f089edf..fb65448da8 100644
--- a/library/SolverUtils/Diffusion/DiffusionLFR.h
+++ b/library/SolverUtils/Diffusion/DiffusionLFR.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Diffusion/DiffusionLFRNS.cpp b/library/SolverUtils/Diffusion/DiffusionLFRNS.cpp
index 8143f5d1a0..cb0a50805b 100644
--- a/library/SolverUtils/Diffusion/DiffusionLFRNS.cpp
+++ b/library/SolverUtils/Diffusion/DiffusionLFRNS.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Diffusion/DiffusionLFRNS.h b/library/SolverUtils/Diffusion/DiffusionLFRNS.h
index 4a4aa08d8d..2a672244f4 100644
--- a/library/SolverUtils/Diffusion/DiffusionLFRNS.h
+++ b/library/SolverUtils/Diffusion/DiffusionLFRNS.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Driver.cpp b/library/SolverUtils/Driver.cpp
index 6c1bf5ae8f..c872d51666 100644
--- a/library/SolverUtils/Driver.cpp
+++ b/library/SolverUtils/Driver.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Driver.h b/library/SolverUtils/Driver.h
index 11f5e74036..e09e3f880c 100644
--- a/library/SolverUtils/Driver.h
+++ b/library/SolverUtils/Driver.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/DriverAdaptive.cpp b/library/SolverUtils/DriverAdaptive.cpp
index 9b98cfacd3..4f6be1ee49 100644
--- a/library/SolverUtils/DriverAdaptive.cpp
+++ b/library/SolverUtils/DriverAdaptive.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/DriverAdaptive.h b/library/SolverUtils/DriverAdaptive.h
index a689b5bea4..5c1a314555 100644
--- a/library/SolverUtils/DriverAdaptive.h
+++ b/library/SolverUtils/DriverAdaptive.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/DriverArnoldi.cpp b/library/SolverUtils/DriverArnoldi.cpp
index 0e64a619d4..8b3ff72b2f 100644
--- a/library/SolverUtils/DriverArnoldi.cpp
+++ b/library/SolverUtils/DriverArnoldi.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/DriverArnoldi.h b/library/SolverUtils/DriverArnoldi.h
index d9794c038d..5c3bfe82dd 100644
--- a/library/SolverUtils/DriverArnoldi.h
+++ b/library/SolverUtils/DriverArnoldi.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/DriverArpack.cpp b/library/SolverUtils/DriverArpack.cpp
index e01fed91ee..9394fbd530 100644
--- a/library/SolverUtils/DriverArpack.cpp
+++ b/library/SolverUtils/DriverArpack.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/DriverArpack.h b/library/SolverUtils/DriverArpack.h
index 7310cd862e..72ec52da2d 100644
--- a/library/SolverUtils/DriverArpack.h
+++ b/library/SolverUtils/DriverArpack.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/DriverModifiedArnoldi.cpp b/library/SolverUtils/DriverModifiedArnoldi.cpp
index f1a54842ff..8ca0d2f5c5 100644
--- a/library/SolverUtils/DriverModifiedArnoldi.cpp
+++ b/library/SolverUtils/DriverModifiedArnoldi.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/DriverModifiedArnoldi.h b/library/SolverUtils/DriverModifiedArnoldi.h
index 7208e37723..2b90c8ec4a 100644
--- a/library/SolverUtils/DriverModifiedArnoldi.h
+++ b/library/SolverUtils/DriverModifiedArnoldi.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/DriverStandard.cpp b/library/SolverUtils/DriverStandard.cpp
index ffb2ae2847..59ddc60e54 100644
--- a/library/SolverUtils/DriverStandard.cpp
+++ b/library/SolverUtils/DriverStandard.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/DriverStandard.h b/library/SolverUtils/DriverStandard.h
index ac278e0b14..13cf9d08a8 100644
--- a/library/SolverUtils/DriverStandard.h
+++ b/library/SolverUtils/DriverStandard.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/DriverSteadyState.cpp b/library/SolverUtils/DriverSteadyState.cpp
index c092eb892b..ada8db9352 100644
--- a/library/SolverUtils/DriverSteadyState.cpp
+++ b/library/SolverUtils/DriverSteadyState.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/DriverSteadyState.h b/library/SolverUtils/DriverSteadyState.h
index 8623f3a252..7d0de60508 100644
--- a/library/SolverUtils/DriverSteadyState.h
+++ b/library/SolverUtils/DriverSteadyState.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/EquationSystem.cpp b/library/SolverUtils/EquationSystem.cpp
index 4dc28509f6..40ae510a57 100644
--- a/library/SolverUtils/EquationSystem.cpp
+++ b/library/SolverUtils/EquationSystem.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/EquationSystem.h b/library/SolverUtils/EquationSystem.h
index 384b07505e..61b6985dbd 100644
--- a/library/SolverUtils/EquationSystem.h
+++ b/library/SolverUtils/EquationSystem.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Filters/Filter.cpp b/library/SolverUtils/Filters/Filter.cpp
index 10f2357662..3eb40888e2 100644
--- a/library/SolverUtils/Filters/Filter.cpp
+++ b/library/SolverUtils/Filters/Filter.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Filters/Filter.h b/library/SolverUtils/Filters/Filter.h
index 7a018cef03..3fa3333a60 100644
--- a/library/SolverUtils/Filters/Filter.h
+++ b/library/SolverUtils/Filters/Filter.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Filters/FilterAeroForces.cpp b/library/SolverUtils/Filters/FilterAeroForces.cpp
index 23771dfa91..bc9569edc4 100644
--- a/library/SolverUtils/Filters/FilterAeroForces.cpp
+++ b/library/SolverUtils/Filters/FilterAeroForces.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Filters/FilterAeroForces.h b/library/SolverUtils/Filters/FilterAeroForces.h
index 11a6c71d16..8cdf992e57 100644
--- a/library/SolverUtils/Filters/FilterAeroForces.h
+++ b/library/SolverUtils/Filters/FilterAeroForces.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Filters/FilterAverageFields.cpp b/library/SolverUtils/Filters/FilterAverageFields.cpp
index 1b05f76897..702e7b0032 100644
--- a/library/SolverUtils/Filters/FilterAverageFields.cpp
+++ b/library/SolverUtils/Filters/FilterAverageFields.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Filters/FilterAverageFields.h b/library/SolverUtils/Filters/FilterAverageFields.h
index 17825bebe1..dedd1ca59e 100644
--- a/library/SolverUtils/Filters/FilterAverageFields.h
+++ b/library/SolverUtils/Filters/FilterAverageFields.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Filters/FilterCheckpoint.cpp b/library/SolverUtils/Filters/FilterCheckpoint.cpp
index a97f5fb43a..90273e06f0 100644
--- a/library/SolverUtils/Filters/FilterCheckpoint.cpp
+++ b/library/SolverUtils/Filters/FilterCheckpoint.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Filters/FilterCheckpoint.h b/library/SolverUtils/Filters/FilterCheckpoint.h
index d11066706d..d998c937e4 100644
--- a/library/SolverUtils/Filters/FilterCheckpoint.h
+++ b/library/SolverUtils/Filters/FilterCheckpoint.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Filters/FilterEnergy.cpp b/library/SolverUtils/Filters/FilterEnergy.cpp
index 0134918da7..846e40bde9 100644
--- a/library/SolverUtils/Filters/FilterEnergy.cpp
+++ b/library/SolverUtils/Filters/FilterEnergy.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Filters/FilterEnergy.h b/library/SolverUtils/Filters/FilterEnergy.h
index 6f96f22159..87414d7bad 100644
--- a/library/SolverUtils/Filters/FilterEnergy.h
+++ b/library/SolverUtils/Filters/FilterEnergy.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Filters/FilterEnergy1D.cpp b/library/SolverUtils/Filters/FilterEnergy1D.cpp
index bbdd1916b2..62e8c6c5dd 100644
--- a/library/SolverUtils/Filters/FilterEnergy1D.cpp
+++ b/library/SolverUtils/Filters/FilterEnergy1D.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Filters/FilterEnergy1D.h b/library/SolverUtils/Filters/FilterEnergy1D.h
index a390620813..91e1712ca3 100644
--- a/library/SolverUtils/Filters/FilterEnergy1D.h
+++ b/library/SolverUtils/Filters/FilterEnergy1D.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Filters/FilterFieldConvert.cpp b/library/SolverUtils/Filters/FilterFieldConvert.cpp
index 5afce6c2be..5a37af17e1 100644
--- a/library/SolverUtils/Filters/FilterFieldConvert.cpp
+++ b/library/SolverUtils/Filters/FilterFieldConvert.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Filters/FilterFieldConvert.h b/library/SolverUtils/Filters/FilterFieldConvert.h
index ee122eb683..57066160a7 100644
--- a/library/SolverUtils/Filters/FilterFieldConvert.h
+++ b/library/SolverUtils/Filters/FilterFieldConvert.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Filters/FilterHistoryPoints.cpp b/library/SolverUtils/Filters/FilterHistoryPoints.cpp
index e313046cd9..e120eba0ae 100644
--- a/library/SolverUtils/Filters/FilterHistoryPoints.cpp
+++ b/library/SolverUtils/Filters/FilterHistoryPoints.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Filters/FilterHistoryPoints.h b/library/SolverUtils/Filters/FilterHistoryPoints.h
index e3b7cfb7c5..427c0b7495 100644
--- a/library/SolverUtils/Filters/FilterHistoryPoints.h
+++ b/library/SolverUtils/Filters/FilterHistoryPoints.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Filters/FilterInterfaces.hpp b/library/SolverUtils/Filters/FilterInterfaces.hpp
index 8686ed7537..77f3b36a8f 100644
--- a/library/SolverUtils/Filters/FilterInterfaces.hpp
+++ b/library/SolverUtils/Filters/FilterInterfaces.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Filters/FilterModalEnergy.cpp b/library/SolverUtils/Filters/FilterModalEnergy.cpp
index 8f97620be1..f9c9630699 100644
--- a/library/SolverUtils/Filters/FilterModalEnergy.cpp
+++ b/library/SolverUtils/Filters/FilterModalEnergy.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Filters/FilterModalEnergy.h b/library/SolverUtils/Filters/FilterModalEnergy.h
index 320956dee3..bdf6e9dfe5 100644
--- a/library/SolverUtils/Filters/FilterModalEnergy.h
+++ b/library/SolverUtils/Filters/FilterModalEnergy.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Filters/FilterMovingAverage.cpp b/library/SolverUtils/Filters/FilterMovingAverage.cpp
index b1ce9a2173..f1e7c39f26 100644
--- a/library/SolverUtils/Filters/FilterMovingAverage.cpp
+++ b/library/SolverUtils/Filters/FilterMovingAverage.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Filters/FilterMovingAverage.h b/library/SolverUtils/Filters/FilterMovingAverage.h
index f4eca6da53..f3aed18fba 100644
--- a/library/SolverUtils/Filters/FilterMovingAverage.h
+++ b/library/SolverUtils/Filters/FilterMovingAverage.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Filters/FilterThresholdMax.cpp b/library/SolverUtils/Filters/FilterThresholdMax.cpp
index f308220a96..ba22fd3be4 100644
--- a/library/SolverUtils/Filters/FilterThresholdMax.cpp
+++ b/library/SolverUtils/Filters/FilterThresholdMax.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Filters/FilterThresholdMax.h b/library/SolverUtils/Filters/FilterThresholdMax.h
index 8a396c9171..7cb7ea6d5a 100644
--- a/library/SolverUtils/Filters/FilterThresholdMax.h
+++ b/library/SolverUtils/Filters/FilterThresholdMax.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Filters/FilterThresholdMin.cpp b/library/SolverUtils/Filters/FilterThresholdMin.cpp
index 2e44e311bc..581a4e5f8c 100644
--- a/library/SolverUtils/Filters/FilterThresholdMin.cpp
+++ b/library/SolverUtils/Filters/FilterThresholdMin.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Filters/FilterThresholdMin.h b/library/SolverUtils/Filters/FilterThresholdMin.h
index 543c615222..ad9232cfd4 100644
--- a/library/SolverUtils/Filters/FilterThresholdMin.h
+++ b/library/SolverUtils/Filters/FilterThresholdMin.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Forcing/Forcing.cpp b/library/SolverUtils/Forcing/Forcing.cpp
index 17459a705d..2160744e24 100644
--- a/library/SolverUtils/Forcing/Forcing.cpp
+++ b/library/SolverUtils/Forcing/Forcing.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Forcing/Forcing.h b/library/SolverUtils/Forcing/Forcing.h
index 719ac0dcd3..214e86bc56 100644
--- a/library/SolverUtils/Forcing/Forcing.h
+++ b/library/SolverUtils/Forcing/Forcing.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Forcing/ForcingAbsorption.cpp b/library/SolverUtils/Forcing/ForcingAbsorption.cpp
index add4eb22c4..8658144a45 100644
--- a/library/SolverUtils/Forcing/ForcingAbsorption.cpp
+++ b/library/SolverUtils/Forcing/ForcingAbsorption.cpp
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Forcing/ForcingAbsorption.h b/library/SolverUtils/Forcing/ForcingAbsorption.h
index f4fb02fb48..fcd264b0c7 100644
--- a/library/SolverUtils/Forcing/ForcingAbsorption.h
+++ b/library/SolverUtils/Forcing/ForcingAbsorption.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Forcing/ForcingBody.cpp b/library/SolverUtils/Forcing/ForcingBody.cpp
index 0c46bcb318..abc3edab3d 100644
--- a/library/SolverUtils/Forcing/ForcingBody.cpp
+++ b/library/SolverUtils/Forcing/ForcingBody.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Forcing/ForcingBody.h b/library/SolverUtils/Forcing/ForcingBody.h
index 8052618e77..7a47ed4c13 100644
--- a/library/SolverUtils/Forcing/ForcingBody.h
+++ b/library/SolverUtils/Forcing/ForcingBody.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Forcing/ForcingMovingReferenceFrame.cpp b/library/SolverUtils/Forcing/ForcingMovingReferenceFrame.cpp
index 35f7eedc3a..46b4cdabbb 100644
--- a/library/SolverUtils/Forcing/ForcingMovingReferenceFrame.cpp
+++ b/library/SolverUtils/Forcing/ForcingMovingReferenceFrame.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Forcing/ForcingMovingReferenceFrame.h b/library/SolverUtils/Forcing/ForcingMovingReferenceFrame.h
index dc117d4767..8bc21c76e5 100644
--- a/library/SolverUtils/Forcing/ForcingMovingReferenceFrame.h
+++ b/library/SolverUtils/Forcing/ForcingMovingReferenceFrame.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Forcing/ForcingNoise.cpp b/library/SolverUtils/Forcing/ForcingNoise.cpp
index 08b898fbb1..5e8c9e1384 100644
--- a/library/SolverUtils/Forcing/ForcingNoise.cpp
+++ b/library/SolverUtils/Forcing/ForcingNoise.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Forcing/ForcingNoise.h b/library/SolverUtils/Forcing/ForcingNoise.h
index 46fb07f3c8..e1313d47bb 100644
--- a/library/SolverUtils/Forcing/ForcingNoise.h
+++ b/library/SolverUtils/Forcing/ForcingNoise.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Forcing/ForcingProgrammatic.cpp b/library/SolverUtils/Forcing/ForcingProgrammatic.cpp
index ebf4398750..2b275156af 100644
--- a/library/SolverUtils/Forcing/ForcingProgrammatic.cpp
+++ b/library/SolverUtils/Forcing/ForcingProgrammatic.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/Forcing/ForcingProgrammatic.h b/library/SolverUtils/Forcing/ForcingProgrammatic.h
index 98b753e31f..438b1ba519 100644
--- a/library/SolverUtils/Forcing/ForcingProgrammatic.h
+++ b/library/SolverUtils/Forcing/ForcingProgrammatic.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/MMFSystem.cpp b/library/SolverUtils/MMFSystem.cpp
index 93295a4f8b..cf2c831899 100644
--- a/library/SolverUtils/MMFSystem.cpp
+++ b/library/SolverUtils/MMFSystem.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/MMFSystem.h b/library/SolverUtils/MMFSystem.h
index ba1b1f4b3c..4dba9f86ef 100644
--- a/library/SolverUtils/MMFSystem.h
+++ b/library/SolverUtils/MMFSystem.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/RiemannSolvers/RiemannSolver.cpp b/library/SolverUtils/RiemannSolvers/RiemannSolver.cpp
index 562143e1a5..d0b8288cc8 100644
--- a/library/SolverUtils/RiemannSolvers/RiemannSolver.cpp
+++ b/library/SolverUtils/RiemannSolvers/RiemannSolver.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/RiemannSolvers/RiemannSolver.h b/library/SolverUtils/RiemannSolvers/RiemannSolver.h
index 0c7603a07f..687c8ec88b 100644
--- a/library/SolverUtils/RiemannSolvers/RiemannSolver.h
+++ b/library/SolverUtils/RiemannSolvers/RiemannSolver.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/RiemannSolvers/UpwindLDGSolver.cpp b/library/SolverUtils/RiemannSolvers/UpwindLDGSolver.cpp
index 7b5fb7257c..f091cd5901 100644
--- a/library/SolverUtils/RiemannSolvers/UpwindLDGSolver.cpp
+++ b/library/SolverUtils/RiemannSolvers/UpwindLDGSolver.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/RiemannSolvers/UpwindLDGSolver.h b/library/SolverUtils/RiemannSolvers/UpwindLDGSolver.h
index 4c93fb420f..06b6669e7d 100644
--- a/library/SolverUtils/RiemannSolvers/UpwindLDGSolver.h
+++ b/library/SolverUtils/RiemannSolvers/UpwindLDGSolver.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/RiemannSolvers/UpwindSolver.cpp b/library/SolverUtils/RiemannSolvers/UpwindSolver.cpp
index 33de142de3..5958401d9f 100644
--- a/library/SolverUtils/RiemannSolvers/UpwindSolver.cpp
+++ b/library/SolverUtils/RiemannSolvers/UpwindSolver.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/RiemannSolvers/UpwindSolver.h b/library/SolverUtils/RiemannSolvers/UpwindSolver.h
index 7e5f2f9eb1..fdabc6e675 100644
--- a/library/SolverUtils/RiemannSolvers/UpwindSolver.h
+++ b/library/SolverUtils/RiemannSolvers/UpwindSolver.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/SolverUtilsDeclspec.h b/library/SolverUtils/SolverUtilsDeclspec.h
index 8d88048e85..8891b182eb 100644
--- a/library/SolverUtils/SolverUtilsDeclspec.h
+++ b/library/SolverUtils/SolverUtilsDeclspec.h
@@ -8,7 +8,6 @@
 // University of Utah (USA) and Department of Aeronautics, Imperial
 // College London (UK).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/UnsteadySystem.cpp b/library/SolverUtils/UnsteadySystem.cpp
index f811752c22..b63c03bfbe 100644
--- a/library/SolverUtils/UnsteadySystem.cpp
+++ b/library/SolverUtils/UnsteadySystem.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SolverUtils/UnsteadySystem.h b/library/SolverUtils/UnsteadySystem.h
index 4a2b161686..5d4dbad699 100644
--- a/library/SolverUtils/UnsteadySystem.h
+++ b/library/SolverUtils/UnsteadySystem.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/Conditions.cpp b/library/SpatialDomains/Conditions.cpp
index e1e96423da..4362c19606 100644
--- a/library/SpatialDomains/Conditions.cpp
+++ b/library/SpatialDomains/Conditions.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/Conditions.h b/library/SpatialDomains/Conditions.h
index dc64291a79..a8a4afbf3d 100644
--- a/library/SpatialDomains/Conditions.h
+++ b/library/SpatialDomains/Conditions.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/Curve.hpp b/library/SpatialDomains/Curve.hpp
index 6aa34bca25..b940b4f7b3 100644
--- a/library/SpatialDomains/Curve.hpp
+++ b/library/SpatialDomains/Curve.hpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/Domain.cpp b/library/SpatialDomains/Domain.cpp
index b977bdd716..f966924053 100644
--- a/library/SpatialDomains/Domain.cpp
+++ b/library/SpatialDomains/Domain.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/Domain.h b/library/SpatialDomains/Domain.h
index 7c6481a255..98f4708c83 100644
--- a/library/SpatialDomains/Domain.h
+++ b/library/SpatialDomains/Domain.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/GeomFactors.cpp b/library/SpatialDomains/GeomFactors.cpp
index d4d9c85eb7..4ec49d4611 100644
--- a/library/SpatialDomains/GeomFactors.cpp
+++ b/library/SpatialDomains/GeomFactors.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/GeomFactors.h b/library/SpatialDomains/GeomFactors.h
index 04109d168a..e455bb4412 100644
--- a/library/SpatialDomains/GeomFactors.h
+++ b/library/SpatialDomains/GeomFactors.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/Geometry.cpp b/library/SpatialDomains/Geometry.cpp
index 7bb392eb20..1ad79e9442 100644
--- a/library/SpatialDomains/Geometry.cpp
+++ b/library/SpatialDomains/Geometry.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/Geometry.h b/library/SpatialDomains/Geometry.h
index 2ce1e7e18b..5a071ed576 100644
--- a/library/SpatialDomains/Geometry.h
+++ b/library/SpatialDomains/Geometry.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/Geometry0D.cpp b/library/SpatialDomains/Geometry0D.cpp
index e2e57f8a76..ee292e3262 100644
--- a/library/SpatialDomains/Geometry0D.cpp
+++ b/library/SpatialDomains/Geometry0D.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/Geometry0D.h b/library/SpatialDomains/Geometry0D.h
index c9346510c8..687bb7faea 100644
--- a/library/SpatialDomains/Geometry0D.h
+++ b/library/SpatialDomains/Geometry0D.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/Geometry1D.cpp b/library/SpatialDomains/Geometry1D.cpp
index edbe58a446..4dcb3954f7 100644
--- a/library/SpatialDomains/Geometry1D.cpp
+++ b/library/SpatialDomains/Geometry1D.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/Geometry1D.h b/library/SpatialDomains/Geometry1D.h
index c22531110e..e6b30fbeb1 100644
--- a/library/SpatialDomains/Geometry1D.h
+++ b/library/SpatialDomains/Geometry1D.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/Geometry2D.cpp b/library/SpatialDomains/Geometry2D.cpp
index 4ebafd9c33..23a78499a0 100644
--- a/library/SpatialDomains/Geometry2D.cpp
+++ b/library/SpatialDomains/Geometry2D.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/Geometry2D.h b/library/SpatialDomains/Geometry2D.h
index cc312f6128..19cba6d7a8 100644
--- a/library/SpatialDomains/Geometry2D.h
+++ b/library/SpatialDomains/Geometry2D.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/Geometry3D.cpp b/library/SpatialDomains/Geometry3D.cpp
index d3b6f14710..3802a09c26 100644
--- a/library/SpatialDomains/Geometry3D.cpp
+++ b/library/SpatialDomains/Geometry3D.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/Geometry3D.h b/library/SpatialDomains/Geometry3D.h
index a99da9a6c9..d29a957d20 100644
--- a/library/SpatialDomains/Geometry3D.h
+++ b/library/SpatialDomains/Geometry3D.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/HexGeom.cpp b/library/SpatialDomains/HexGeom.cpp
index ccc6af9c01..65fa78c06c 100644
--- a/library/SpatialDomains/HexGeom.cpp
+++ b/library/SpatialDomains/HexGeom.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/HexGeom.h b/library/SpatialDomains/HexGeom.h
index 45a19278ad..8e1322c82d 100644
--- a/library/SpatialDomains/HexGeom.h
+++ b/library/SpatialDomains/HexGeom.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/InterfaceComponent.cpp b/library/SpatialDomains/InterfaceComponent.cpp
index 6d711482b0..054c059609 100644
--- a/library/SpatialDomains/InterfaceComponent.cpp
+++ b/library/SpatialDomains/InterfaceComponent.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific 
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/InterfaceComponent.h b/library/SpatialDomains/InterfaceComponent.h
index d435498f70..776f86100a 100644
--- a/library/SpatialDomains/InterfaceComponent.h
+++ b/library/SpatialDomains/InterfaceComponent.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/MeshComponents.cpp b/library/SpatialDomains/MeshComponents.cpp
index 4422b7d1ba..55a4539668 100644
--- a/library/SpatialDomains/MeshComponents.cpp
+++ b/library/SpatialDomains/MeshComponents.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/MeshComponents.h b/library/SpatialDomains/MeshComponents.h
index faca0cd2b0..5acf8eadae 100644
--- a/library/SpatialDomains/MeshComponents.h
+++ b/library/SpatialDomains/MeshComponents.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/MeshEntities.hpp b/library/SpatialDomains/MeshEntities.hpp
index b8f3850c3a..421a6213ea 100644
--- a/library/SpatialDomains/MeshEntities.hpp
+++ b/library/SpatialDomains/MeshEntities.hpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/MeshGraph.cpp b/library/SpatialDomains/MeshGraph.cpp
index edb30d3241..596abc872b 100644
--- a/library/SpatialDomains/MeshGraph.cpp
+++ b/library/SpatialDomains/MeshGraph.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/MeshGraph.h b/library/SpatialDomains/MeshGraph.h
index 179ab7175f..810a3983f2 100644
--- a/library/SpatialDomains/MeshGraph.h
+++ b/library/SpatialDomains/MeshGraph.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/MeshGraphHDF5.cpp b/library/SpatialDomains/MeshGraphHDF5.cpp
index dcbb95dc25..01d2f60429 100644
--- a/library/SpatialDomains/MeshGraphHDF5.cpp
+++ b/library/SpatialDomains/MeshGraphHDF5.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/MeshGraphHDF5.h b/library/SpatialDomains/MeshGraphHDF5.h
index 3a9fab0635..becfd1203c 100644
--- a/library/SpatialDomains/MeshGraphHDF5.h
+++ b/library/SpatialDomains/MeshGraphHDF5.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/MeshGraphXml.cpp b/library/SpatialDomains/MeshGraphXml.cpp
index 30a4802131..4307a14166 100644
--- a/library/SpatialDomains/MeshGraphXml.cpp
+++ b/library/SpatialDomains/MeshGraphXml.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/MeshGraphXml.h b/library/SpatialDomains/MeshGraphXml.h
index db14d8b3ff..1ea7e19b28 100644
--- a/library/SpatialDomains/MeshGraphXml.h
+++ b/library/SpatialDomains/MeshGraphXml.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/MeshGraphXmlCompressed.cpp b/library/SpatialDomains/MeshGraphXmlCompressed.cpp
index e3a5e209e4..eeda08bb46 100644
--- a/library/SpatialDomains/MeshGraphXmlCompressed.cpp
+++ b/library/SpatialDomains/MeshGraphXmlCompressed.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/MeshGraphXmlCompressed.h b/library/SpatialDomains/MeshGraphXmlCompressed.h
index 264dd83acc..4730317bab 100644
--- a/library/SpatialDomains/MeshGraphXmlCompressed.h
+++ b/library/SpatialDomains/MeshGraphXmlCompressed.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/MeshPartition.cpp b/library/SpatialDomains/MeshPartition.cpp
index 800e6fe86b..0af922dcd3 100644
--- a/library/SpatialDomains/MeshPartition.cpp
+++ b/library/SpatialDomains/MeshPartition.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/MeshPartition.h b/library/SpatialDomains/MeshPartition.h
index b370d3ecc6..e564f12392 100644
--- a/library/SpatialDomains/MeshPartition.h
+++ b/library/SpatialDomains/MeshPartition.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/MeshPartitionMetis.cpp b/library/SpatialDomains/MeshPartitionMetis.cpp
index cb8fa03f56..bd8ca50e6d 100644
--- a/library/SpatialDomains/MeshPartitionMetis.cpp
+++ b/library/SpatialDomains/MeshPartitionMetis.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/MeshPartitionMetis.h b/library/SpatialDomains/MeshPartitionMetis.h
index 3e93a6786d..8972de4fc9 100644
--- a/library/SpatialDomains/MeshPartitionMetis.h
+++ b/library/SpatialDomains/MeshPartitionMetis.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/MeshPartitionPtScotch.cpp b/library/SpatialDomains/MeshPartitionPtScotch.cpp
index ebd49247d0..4fc91d5120 100644
--- a/library/SpatialDomains/MeshPartitionPtScotch.cpp
+++ b/library/SpatialDomains/MeshPartitionPtScotch.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/MeshPartitionPtScotch.h b/library/SpatialDomains/MeshPartitionPtScotch.h
index 46e6433e19..30ba71af87 100644
--- a/library/SpatialDomains/MeshPartitionPtScotch.h
+++ b/library/SpatialDomains/MeshPartitionPtScotch.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/MeshPartitionScotch.cpp b/library/SpatialDomains/MeshPartitionScotch.cpp
index cd7101f02d..9ad414e954 100644
--- a/library/SpatialDomains/MeshPartitionScotch.cpp
+++ b/library/SpatialDomains/MeshPartitionScotch.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/MeshPartitionScotch.h b/library/SpatialDomains/MeshPartitionScotch.h
index 46af7cf69d..f783d3362b 100644
--- a/library/SpatialDomains/MeshPartitionScotch.h
+++ b/library/SpatialDomains/MeshPartitionScotch.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/PointGeom.cpp b/library/SpatialDomains/PointGeom.cpp
index 727809f807..d100ea2597 100644
--- a/library/SpatialDomains/PointGeom.cpp
+++ b/library/SpatialDomains/PointGeom.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/PointGeom.h b/library/SpatialDomains/PointGeom.h
index 82afb861df..d6a1e2e600 100644
--- a/library/SpatialDomains/PointGeom.h
+++ b/library/SpatialDomains/PointGeom.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/PrismGeom.cpp b/library/SpatialDomains/PrismGeom.cpp
index d18097098c..608a55588e 100644
--- a/library/SpatialDomains/PrismGeom.cpp
+++ b/library/SpatialDomains/PrismGeom.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/PrismGeom.h b/library/SpatialDomains/PrismGeom.h
index 98932beecc..d77d2064a1 100644
--- a/library/SpatialDomains/PrismGeom.h
+++ b/library/SpatialDomains/PrismGeom.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/PyrGeom.cpp b/library/SpatialDomains/PyrGeom.cpp
index 4177a5df0f..6f55bf2cf8 100644
--- a/library/SpatialDomains/PyrGeom.cpp
+++ b/library/SpatialDomains/PyrGeom.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/PyrGeom.h b/library/SpatialDomains/PyrGeom.h
index 7363de325d..7a96b1c5e0 100644
--- a/library/SpatialDomains/PyrGeom.h
+++ b/library/SpatialDomains/PyrGeom.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/Python/Curve.cpp b/library/SpatialDomains/Python/Curve.cpp
index 481d7d71f8..1de5b4308c 100644
--- a/library/SpatialDomains/Python/Curve.cpp
+++ b/library/SpatialDomains/Python/Curve.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/Python/GeomElements.cpp b/library/SpatialDomains/Python/GeomElements.cpp
index 21f4353988..7b61f55add 100644
--- a/library/SpatialDomains/Python/GeomElements.cpp
+++ b/library/SpatialDomains/Python/GeomElements.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/Python/Geometry.cpp b/library/SpatialDomains/Python/Geometry.cpp
index b19a338685..c1be5013be 100644
--- a/library/SpatialDomains/Python/Geometry.cpp
+++ b/library/SpatialDomains/Python/Geometry.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/Python/MeshGraph.cpp b/library/SpatialDomains/Python/MeshGraph.cpp
index 27af47ca25..c099ab9f47 100644
--- a/library/SpatialDomains/Python/MeshGraph.cpp
+++ b/library/SpatialDomains/Python/MeshGraph.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/Python/SpatialDomains.cpp b/library/SpatialDomains/Python/SpatialDomains.cpp
index 706a17e858..80f96b3b28 100644
--- a/library/SpatialDomains/Python/SpatialDomains.cpp
+++ b/library/SpatialDomains/Python/SpatialDomains.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/QuadGeom.cpp b/library/SpatialDomains/QuadGeom.cpp
index 12adfdec70..f6273073eb 100644
--- a/library/SpatialDomains/QuadGeom.cpp
+++ b/library/SpatialDomains/QuadGeom.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/QuadGeom.h b/library/SpatialDomains/QuadGeom.h
index 60e669a38a..ff2c59488c 100644
--- a/library/SpatialDomains/QuadGeom.h
+++ b/library/SpatialDomains/QuadGeom.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/SegGeom.cpp b/library/SpatialDomains/SegGeom.cpp
index 93763cc29d..7ea460632a 100644
--- a/library/SpatialDomains/SegGeom.cpp
+++ b/library/SpatialDomains/SegGeom.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/SegGeom.h b/library/SpatialDomains/SegGeom.h
index 6d39ed9a08..1446914b8d 100644
--- a/library/SpatialDomains/SegGeom.h
+++ b/library/SpatialDomains/SegGeom.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/SpatialDomains.hpp b/library/SpatialDomains/SpatialDomains.hpp
index 2ff5f7a64d..45318ee83f 100644
--- a/library/SpatialDomains/SpatialDomains.hpp
+++ b/library/SpatialDomains/SpatialDomains.hpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/SpatialDomainsDeclspec.h b/library/SpatialDomains/SpatialDomainsDeclspec.h
index a38812dd17..d10f616ff3 100644
--- a/library/SpatialDomains/SpatialDomainsDeclspec.h
+++ b/library/SpatialDomains/SpatialDomainsDeclspec.h
@@ -8,7 +8,6 @@
 // University of Utah (USA) and Department of Aeronautics, Imperial
 // College London (UK).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/TetGeom.cpp b/library/SpatialDomains/TetGeom.cpp
index 974d7d7e4e..c80caae364 100644
--- a/library/SpatialDomains/TetGeom.cpp
+++ b/library/SpatialDomains/TetGeom.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/TetGeom.h b/library/SpatialDomains/TetGeom.h
index d057115425..3b07c4a475 100644
--- a/library/SpatialDomains/TetGeom.h
+++ b/library/SpatialDomains/TetGeom.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/TriGeom.cpp b/library/SpatialDomains/TriGeom.cpp
index eb250d83a9..0ada29fd3b 100644
--- a/library/SpatialDomains/TriGeom.cpp
+++ b/library/SpatialDomains/TriGeom.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/SpatialDomains/TriGeom.h b/library/SpatialDomains/TriGeom.h
index 972583bda9..afa4233f0a 100644
--- a/library/SpatialDomains/TriGeom.h
+++ b/library/SpatialDomains/TriGeom.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/IndexMapKey.cpp b/library/StdRegions/IndexMapKey.cpp
index e0eca33b43..6cadaa9947 100644
--- a/library/StdRegions/IndexMapKey.cpp
+++ b/library/StdRegions/IndexMapKey.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/IndexMapKey.h b/library/StdRegions/IndexMapKey.h
index e8bf337b31..21746d09f4 100644
--- a/library/StdRegions/IndexMapKey.h
+++ b/library/StdRegions/IndexMapKey.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/LocalRegionsDeclarations.hpp b/library/StdRegions/LocalRegionsDeclarations.hpp
index c0e8dec617..472c10aaf4 100644
--- a/library/StdRegions/LocalRegionsDeclarations.hpp
+++ b/library/StdRegions/LocalRegionsDeclarations.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/Python/StdElements.cpp b/library/StdRegions/Python/StdElements.cpp
index 042a7ad73e..30236a3b27 100644
--- a/library/StdRegions/Python/StdElements.cpp
+++ b/library/StdRegions/Python/StdElements.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/Python/StdExpansion.cpp b/library/StdRegions/Python/StdExpansion.cpp
index 03fb5c8625..75f1bc907c 100644
--- a/library/StdRegions/Python/StdExpansion.cpp
+++ b/library/StdRegions/Python/StdExpansion.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/Python/StdMatrixKey.cpp b/library/StdRegions/Python/StdMatrixKey.cpp
index b1cf9bc0ca..d4b0c1d57b 100644
--- a/library/StdRegions/Python/StdMatrixKey.cpp
+++ b/library/StdRegions/Python/StdMatrixKey.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/Python/StdRegions.cpp b/library/StdRegions/Python/StdRegions.cpp
index 06f3b84768..192cd73414 100644
--- a/library/StdRegions/Python/StdRegions.cpp
+++ b/library/StdRegions/Python/StdRegions.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/SpatialDomainsDeclarations.hpp b/library/StdRegions/SpatialDomainsDeclarations.hpp
index ba3058d9bd..80b375b23e 100644
--- a/library/StdRegions/SpatialDomainsDeclarations.hpp
+++ b/library/StdRegions/SpatialDomainsDeclarations.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdExpUtil.cpp b/library/StdRegions/StdExpUtil.cpp
index 6c7d36f952..4f72a09aa1 100644
--- a/library/StdRegions/StdExpUtil.cpp
+++ b/library/StdRegions/StdExpUtil.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdExpUtil.h b/library/StdRegions/StdExpUtil.h
index 73f6c0f15e..8a1a36fc48 100644
--- a/library/StdRegions/StdExpUtil.h
+++ b/library/StdRegions/StdExpUtil.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdExpansion.cpp b/library/StdRegions/StdExpansion.cpp
index f6ea294675..f32665c7bb 100644
--- a/library/StdRegions/StdExpansion.cpp
+++ b/library/StdRegions/StdExpansion.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdExpansion.h b/library/StdRegions/StdExpansion.h
index e680690397..83b41e4c03 100644
--- a/library/StdRegions/StdExpansion.h
+++ b/library/StdRegions/StdExpansion.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdExpansion0D.cpp b/library/StdRegions/StdExpansion0D.cpp
index 3c924b1008..6efd1426b0 100644
--- a/library/StdRegions/StdExpansion0D.cpp
+++ b/library/StdRegions/StdExpansion0D.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdExpansion0D.h b/library/StdRegions/StdExpansion0D.h
index 63bf97516a..d580b18caf 100644
--- a/library/StdRegions/StdExpansion0D.h
+++ b/library/StdRegions/StdExpansion0D.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdExpansion1D.cpp b/library/StdRegions/StdExpansion1D.cpp
index c7f3699804..062b0b4e11 100644
--- a/library/StdRegions/StdExpansion1D.cpp
+++ b/library/StdRegions/StdExpansion1D.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdExpansion1D.h b/library/StdRegions/StdExpansion1D.h
index 71271d9c7a..3975989145 100644
--- a/library/StdRegions/StdExpansion1D.h
+++ b/library/StdRegions/StdExpansion1D.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdExpansion2D.cpp b/library/StdRegions/StdExpansion2D.cpp
index aef252b1fb..df93ddb373 100644
--- a/library/StdRegions/StdExpansion2D.cpp
+++ b/library/StdRegions/StdExpansion2D.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdExpansion2D.h b/library/StdRegions/StdExpansion2D.h
index 5c1b571acd..6497c5d0b5 100644
--- a/library/StdRegions/StdExpansion2D.h
+++ b/library/StdRegions/StdExpansion2D.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdExpansion3D.cpp b/library/StdRegions/StdExpansion3D.cpp
index a4935143ea..378a36046e 100644
--- a/library/StdRegions/StdExpansion3D.cpp
+++ b/library/StdRegions/StdExpansion3D.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdExpansion3D.h b/library/StdRegions/StdExpansion3D.h
index 66771c5d56..5d214e587e 100644
--- a/library/StdRegions/StdExpansion3D.h
+++ b/library/StdRegions/StdExpansion3D.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdHexExp.cpp b/library/StdRegions/StdHexExp.cpp
index 5fdff10685..e17841ee66 100644
--- a/library/StdRegions/StdHexExp.cpp
+++ b/library/StdRegions/StdHexExp.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdHexExp.h b/library/StdRegions/StdHexExp.h
index 0a80256a78..cce2e48cc5 100644
--- a/library/StdRegions/StdHexExp.h
+++ b/library/StdRegions/StdHexExp.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdLinSysKey.hpp b/library/StdRegions/StdLinSysKey.hpp
index a89fe77789..e5d1fcdba3 100644
--- a/library/StdRegions/StdLinSysKey.hpp
+++ b/library/StdRegions/StdLinSysKey.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdMatrixKey.cpp b/library/StdRegions/StdMatrixKey.cpp
index c81f1e56a2..ac5564a3fc 100644
--- a/library/StdRegions/StdMatrixKey.cpp
+++ b/library/StdRegions/StdMatrixKey.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdMatrixKey.h b/library/StdRegions/StdMatrixKey.h
index a9d8919337..5efbcf3209 100644
--- a/library/StdRegions/StdMatrixKey.h
+++ b/library/StdRegions/StdMatrixKey.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdNodalPrismExp.cpp b/library/StdRegions/StdNodalPrismExp.cpp
index f56c8a6f1b..a5c1337ac9 100644
--- a/library/StdRegions/StdNodalPrismExp.cpp
+++ b/library/StdRegions/StdNodalPrismExp.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdNodalPrismExp.h b/library/StdRegions/StdNodalPrismExp.h
index ff6b8d17b7..06d94f6cfe 100644
--- a/library/StdRegions/StdNodalPrismExp.h
+++ b/library/StdRegions/StdNodalPrismExp.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdNodalTetExp.cpp b/library/StdRegions/StdNodalTetExp.cpp
index 7c33fbb47f..155947212d 100644
--- a/library/StdRegions/StdNodalTetExp.cpp
+++ b/library/StdRegions/StdNodalTetExp.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdNodalTetExp.h b/library/StdRegions/StdNodalTetExp.h
index eb8987be5b..6827cbc643 100644
--- a/library/StdRegions/StdNodalTetExp.h
+++ b/library/StdRegions/StdNodalTetExp.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdNodalTriExp.cpp b/library/StdRegions/StdNodalTriExp.cpp
index 6083ebc189..17fd7b1e14 100644
--- a/library/StdRegions/StdNodalTriExp.cpp
+++ b/library/StdRegions/StdNodalTriExp.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdNodalTriExp.h b/library/StdRegions/StdNodalTriExp.h
index ed380e4547..9879a77c6c 100644
--- a/library/StdRegions/StdNodalTriExp.h
+++ b/library/StdRegions/StdNodalTriExp.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdPointExp.cpp b/library/StdRegions/StdPointExp.cpp
index 6f9143c50c..7042548c3b 100644
--- a/library/StdRegions/StdPointExp.cpp
+++ b/library/StdRegions/StdPointExp.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdPointExp.h b/library/StdRegions/StdPointExp.h
index 19454131f9..f82fa4edf5 100644
--- a/library/StdRegions/StdPointExp.h
+++ b/library/StdRegions/StdPointExp.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdPrismExp.cpp b/library/StdRegions/StdPrismExp.cpp
index 9768a799bc..7cec06b26c 100644
--- a/library/StdRegions/StdPrismExp.cpp
+++ b/library/StdRegions/StdPrismExp.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdPrismExp.h b/library/StdRegions/StdPrismExp.h
index d0760b5926..044084e908 100644
--- a/library/StdRegions/StdPrismExp.h
+++ b/library/StdRegions/StdPrismExp.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdPyrExp.cpp b/library/StdRegions/StdPyrExp.cpp
index 74a892e981..d56ea91c5f 100644
--- a/library/StdRegions/StdPyrExp.cpp
+++ b/library/StdRegions/StdPyrExp.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdPyrExp.h b/library/StdRegions/StdPyrExp.h
index 6e5bc68442..723da1ea06 100644
--- a/library/StdRegions/StdPyrExp.h
+++ b/library/StdRegions/StdPyrExp.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdQuadExp.cpp b/library/StdRegions/StdQuadExp.cpp
index 09ae0d7d91..8c42791ccc 100644
--- a/library/StdRegions/StdQuadExp.cpp
+++ b/library/StdRegions/StdQuadExp.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdQuadExp.h b/library/StdRegions/StdQuadExp.h
index 0fcdfdd21b..5fd8a283bb 100644
--- a/library/StdRegions/StdQuadExp.h
+++ b/library/StdRegions/StdQuadExp.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdRegions.hpp b/library/StdRegions/StdRegions.hpp
index 01d482c836..ca6a856965 100644
--- a/library/StdRegions/StdRegions.hpp
+++ b/library/StdRegions/StdRegions.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdRegionsDeclspec.h b/library/StdRegions/StdRegionsDeclspec.h
index fe46440429..9fbe63bc61 100644
--- a/library/StdRegions/StdRegionsDeclspec.h
+++ b/library/StdRegions/StdRegionsDeclspec.h
@@ -8,7 +8,6 @@
 // University of Utah (USA) and Department of Aeronautics, Imperial
 // College London (UK).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdSegExp.cpp b/library/StdRegions/StdSegExp.cpp
index 0a17f449a8..c07ea92670 100644
--- a/library/StdRegions/StdSegExp.cpp
+++ b/library/StdRegions/StdSegExp.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdSegExp.h b/library/StdRegions/StdSegExp.h
index 527bbf929f..ecc6880099 100644
--- a/library/StdRegions/StdSegExp.h
+++ b/library/StdRegions/StdSegExp.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdTetExp.cpp b/library/StdRegions/StdTetExp.cpp
index 8b7978ec60..77131dbe29 100644
--- a/library/StdRegions/StdTetExp.cpp
+++ b/library/StdRegions/StdTetExp.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdTetExp.h b/library/StdRegions/StdTetExp.h
index 3650221b0a..c59b9a1bc5 100644
--- a/library/StdRegions/StdTetExp.h
+++ b/library/StdRegions/StdTetExp.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdTriExp.cpp b/library/StdRegions/StdTriExp.cpp
index 4211601ba0..410737aa0c 100644
--- a/library/StdRegions/StdTriExp.cpp
+++ b/library/StdRegions/StdTriExp.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/StdRegions/StdTriExp.h b/library/StdRegions/StdTriExp.h
index 73015fee02..bfb060a5ea 100644
--- a/library/StdRegions/StdTriExp.h
+++ b/library/StdRegions/StdTriExp.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/BlockMatrixUnitTests.cpp b/library/UnitTests/BlockMatrixUnitTests.cpp
index 1de8718a20..bcdec5eec9 100644
--- a/library/UnitTests/BlockMatrixUnitTests.cpp
+++ b/library/UnitTests/BlockMatrixUnitTests.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/Collections/TestHexCollection.cpp b/library/UnitTests/Collections/TestHexCollection.cpp
index 7d023c1168..d9c3551ec5 100644
--- a/library/UnitTests/Collections/TestHexCollection.cpp
+++ b/library/UnitTests/Collections/TestHexCollection.cpp
@@ -7,7 +7,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/Collections/TestPrismCollection.cpp b/library/UnitTests/Collections/TestPrismCollection.cpp
index 2e39e91f92..90cea72d6a 100644
--- a/library/UnitTests/Collections/TestPrismCollection.cpp
+++ b/library/UnitTests/Collections/TestPrismCollection.cpp
@@ -7,7 +7,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/Collections/TestPyrCollection.cpp b/library/UnitTests/Collections/TestPyrCollection.cpp
index d82969f584..7fb612af5d 100644
--- a/library/UnitTests/Collections/TestPyrCollection.cpp
+++ b/library/UnitTests/Collections/TestPyrCollection.cpp
@@ -7,7 +7,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/Collections/TestQuadCollection.cpp b/library/UnitTests/Collections/TestQuadCollection.cpp
index 90e08efdd6..9aee05a78f 100644
--- a/library/UnitTests/Collections/TestQuadCollection.cpp
+++ b/library/UnitTests/Collections/TestQuadCollection.cpp
@@ -7,7 +7,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/Collections/TestSegCollection.cpp b/library/UnitTests/Collections/TestSegCollection.cpp
index 3309accd05..d443f331c2 100644
--- a/library/UnitTests/Collections/TestSegCollection.cpp
+++ b/library/UnitTests/Collections/TestSegCollection.cpp
@@ -7,7 +7,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/Collections/TestTetCollection.cpp b/library/UnitTests/Collections/TestTetCollection.cpp
index b3c046307a..65e6be64a4 100644
--- a/library/UnitTests/Collections/TestTetCollection.cpp
+++ b/library/UnitTests/Collections/TestTetCollection.cpp
@@ -7,7 +7,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/Collections/TestTriCollection.cpp b/library/UnitTests/Collections/TestTriCollection.cpp
index 2398b451b8..970d54499c 100644
--- a/library/UnitTests/Collections/TestTriCollection.cpp
+++ b/library/UnitTests/Collections/TestTriCollection.cpp
@@ -7,7 +7,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/Collections/main.cpp b/library/UnitTests/Collections/main.cpp
index 70c27dbcd7..b4329be56c 100644
--- a/library/UnitTests/Collections/main.cpp
+++ b/library/UnitTests/Collections/main.cpp
@@ -7,7 +7,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/CountedObject.h b/library/UnitTests/CountedObject.h
index 144d2774c4..df8950a057 100644
--- a/library/UnitTests/CountedObject.h
+++ b/library/UnitTests/CountedObject.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/LibUtilities/LinearAlgebra/TestBandedMatrixOperations.cpp b/library/UnitTests/LibUtilities/LinearAlgebra/TestBandedMatrixOperations.cpp
index e073baf2e7..f1bcc776ff 100644
--- a/library/UnitTests/LibUtilities/LinearAlgebra/TestBandedMatrixOperations.cpp
+++ b/library/UnitTests/LibUtilities/LinearAlgebra/TestBandedMatrixOperations.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/LibUtilities/LinearAlgebra/TestBandedMatrixStoragePolicy.cpp b/library/UnitTests/LibUtilities/LinearAlgebra/TestBandedMatrixStoragePolicy.cpp
index d11f22d4b6..1e5078311b 100644
--- a/library/UnitTests/LibUtilities/LinearAlgebra/TestBandedMatrixStoragePolicy.cpp
+++ b/library/UnitTests/LibUtilities/LinearAlgebra/TestBandedMatrixStoragePolicy.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/LibUtilities/LinearAlgebra/TestBlockMatrix.cpp b/library/UnitTests/LibUtilities/LinearAlgebra/TestBlockMatrix.cpp
index 3331035a65..48a96b7bc2 100644
--- a/library/UnitTests/LibUtilities/LinearAlgebra/TestBlockMatrix.cpp
+++ b/library/UnitTests/LibUtilities/LinearAlgebra/TestBlockMatrix.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/LibUtilities/LinearAlgebra/TestCanGetRawPtr.cpp b/library/UnitTests/LibUtilities/LinearAlgebra/TestCanGetRawPtr.cpp
index 72d086e305..b7984fe5a5 100644
--- a/library/UnitTests/LibUtilities/LinearAlgebra/TestCanGetRawPtr.cpp
+++ b/library/UnitTests/LibUtilities/LinearAlgebra/TestCanGetRawPtr.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/LibUtilities/LinearAlgebra/TestCombinationRunner.h b/library/UnitTests/LibUtilities/LinearAlgebra/TestCombinationRunner.h
index 0634a6a4b4..3ba5404f80 100644
--- a/library/UnitTests/LibUtilities/LinearAlgebra/TestCombinationRunner.h
+++ b/library/UnitTests/LibUtilities/LinearAlgebra/TestCombinationRunner.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/LibUtilities/LinearAlgebra/TestDgemmOptimizations.cpp b/library/UnitTests/LibUtilities/LinearAlgebra/TestDgemmOptimizations.cpp
index 8278d9b6d7..c587dac8a1 100644
--- a/library/UnitTests/LibUtilities/LinearAlgebra/TestDgemmOptimizations.cpp
+++ b/library/UnitTests/LibUtilities/LinearAlgebra/TestDgemmOptimizations.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/LibUtilities/LinearAlgebra/TestDiagonalMatrixOperations.cpp b/library/UnitTests/LibUtilities/LinearAlgebra/TestDiagonalMatrixOperations.cpp
index bfe8f7a1c7..9f33a44205 100644
--- a/library/UnitTests/LibUtilities/LinearAlgebra/TestDiagonalMatrixOperations.cpp
+++ b/library/UnitTests/LibUtilities/LinearAlgebra/TestDiagonalMatrixOperations.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/LibUtilities/LinearAlgebra/TestDiagonalMatrixStoragePolicy.cpp b/library/UnitTests/LibUtilities/LinearAlgebra/TestDiagonalMatrixStoragePolicy.cpp
index 7da6ce06f6..c8130b0541 100644
--- a/library/UnitTests/LibUtilities/LinearAlgebra/TestDiagonalMatrixStoragePolicy.cpp
+++ b/library/UnitTests/LibUtilities/LinearAlgebra/TestDiagonalMatrixStoragePolicy.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/LibUtilities/LinearAlgebra/TestFullMatrixOperations.cpp b/library/UnitTests/LibUtilities/LinearAlgebra/TestFullMatrixOperations.cpp
index 2fdd44a4d9..2f75d7e46b 100644
--- a/library/UnitTests/LibUtilities/LinearAlgebra/TestFullMatrixOperations.cpp
+++ b/library/UnitTests/LibUtilities/LinearAlgebra/TestFullMatrixOperations.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/LibUtilities/LinearAlgebra/TestFullMatrixStoragePolicy.cpp b/library/UnitTests/LibUtilities/LinearAlgebra/TestFullMatrixStoragePolicy.cpp
index f587c56ffe..157642f275 100644
--- a/library/UnitTests/LibUtilities/LinearAlgebra/TestFullMatrixStoragePolicy.cpp
+++ b/library/UnitTests/LibUtilities/LinearAlgebra/TestFullMatrixStoragePolicy.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/LibUtilities/LinearAlgebra/TestLowerTriangularMatrix.cpp b/library/UnitTests/LibUtilities/LinearAlgebra/TestLowerTriangularMatrix.cpp
index b8186010d7..6cadd14b71 100644
--- a/library/UnitTests/LibUtilities/LinearAlgebra/TestLowerTriangularMatrix.cpp
+++ b/library/UnitTests/LibUtilities/LinearAlgebra/TestLowerTriangularMatrix.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/LibUtilities/LinearAlgebra/TestLowerTriangularMatrixStoragePolicy.cpp b/library/UnitTests/LibUtilities/LinearAlgebra/TestLowerTriangularMatrixStoragePolicy.cpp
index 9d92f98dd5..97f9375960 100644
--- a/library/UnitTests/LibUtilities/LinearAlgebra/TestLowerTriangularMatrixStoragePolicy.cpp
+++ b/library/UnitTests/LibUtilities/LinearAlgebra/TestLowerTriangularMatrixStoragePolicy.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/LibUtilities/LinearAlgebra/TestNekMatrixMultiplication.cpp b/library/UnitTests/LibUtilities/LinearAlgebra/TestNekMatrixMultiplication.cpp
index 9577e70ead..77eab66d48 100644
--- a/library/UnitTests/LibUtilities/LinearAlgebra/TestNekMatrixMultiplication.cpp
+++ b/library/UnitTests/LibUtilities/LinearAlgebra/TestNekMatrixMultiplication.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/LibUtilities/LinearAlgebra/TestNekMatrixOperations.cpp b/library/UnitTests/LibUtilities/LinearAlgebra/TestNekMatrixOperations.cpp
index 7fe69c2dae..6d8b4b4c99 100644
--- a/library/UnitTests/LibUtilities/LinearAlgebra/TestNekMatrixOperations.cpp
+++ b/library/UnitTests/LibUtilities/LinearAlgebra/TestNekMatrixOperations.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/LibUtilities/LinearAlgebra/TestNekVector.cpp b/library/UnitTests/LibUtilities/LinearAlgebra/TestNekVector.cpp
index c0ae985224..e2f56fc6e9 100644
--- a/library/UnitTests/LibUtilities/LinearAlgebra/TestNekVector.cpp
+++ b/library/UnitTests/LibUtilities/LinearAlgebra/TestNekVector.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/LibUtilities/LinearAlgebra/TestScaledBlockMatrixOperations.cpp b/library/UnitTests/LibUtilities/LinearAlgebra/TestScaledBlockMatrixOperations.cpp
index b24cb3a6ff..90158952ce 100644
--- a/library/UnitTests/LibUtilities/LinearAlgebra/TestScaledBlockMatrixOperations.cpp
+++ b/library/UnitTests/LibUtilities/LinearAlgebra/TestScaledBlockMatrixOperations.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/LibUtilities/LinearAlgebra/TestScaledMatrix.cpp b/library/UnitTests/LibUtilities/LinearAlgebra/TestScaledMatrix.cpp
index 23cd62e265..31adc050f5 100644
--- a/library/UnitTests/LibUtilities/LinearAlgebra/TestScaledMatrix.cpp
+++ b/library/UnitTests/LibUtilities/LinearAlgebra/TestScaledMatrix.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/LibUtilities/LinearAlgebra/TestStandardMatrix.cpp b/library/UnitTests/LibUtilities/LinearAlgebra/TestStandardMatrix.cpp
index 26ff408456..bb1de2dabd 100644
--- a/library/UnitTests/LibUtilities/LinearAlgebra/TestStandardMatrix.cpp
+++ b/library/UnitTests/LibUtilities/LinearAlgebra/TestStandardMatrix.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/LibUtilities/LinearAlgebra/TestSymmetricMatrixStoragePolicy.cpp b/library/UnitTests/LibUtilities/LinearAlgebra/TestSymmetricMatrixStoragePolicy.cpp
index ebc3c1512e..fba2c1e960 100644
--- a/library/UnitTests/LibUtilities/LinearAlgebra/TestSymmetricMatrixStoragePolicy.cpp
+++ b/library/UnitTests/LibUtilities/LinearAlgebra/TestSymmetricMatrixStoragePolicy.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/LibUtilities/LinearAlgebra/TestTriangularMatrixOperations.cpp b/library/UnitTests/LibUtilities/LinearAlgebra/TestTriangularMatrixOperations.cpp
index 77875b260e..c9c7d4e442 100644
--- a/library/UnitTests/LibUtilities/LinearAlgebra/TestTriangularMatrixOperations.cpp
+++ b/library/UnitTests/LibUtilities/LinearAlgebra/TestTriangularMatrixOperations.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/LibUtilities/LinearAlgebra/TestUpperTriangularMatrix.cpp b/library/UnitTests/LibUtilities/LinearAlgebra/TestUpperTriangularMatrix.cpp
index bad566354a..5b553134fa 100644
--- a/library/UnitTests/LibUtilities/LinearAlgebra/TestUpperTriangularMatrix.cpp
+++ b/library/UnitTests/LibUtilities/LinearAlgebra/TestUpperTriangularMatrix.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/LibUtilities/LinearAlgebra/TestUpperTriangularMatrixStoragePolicy.cpp b/library/UnitTests/LibUtilities/LinearAlgebra/TestUpperTriangularMatrixStoragePolicy.cpp
index 441d28260e..991b0666a1 100644
--- a/library/UnitTests/LibUtilities/LinearAlgebra/TestUpperTriangularMatrixStoragePolicy.cpp
+++ b/library/UnitTests/LibUtilities/LinearAlgebra/TestUpperTriangularMatrixStoragePolicy.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/LibUtilities/LinearAlgebra/main.cpp b/library/UnitTests/LibUtilities/LinearAlgebra/main.cpp
index fe3455e939..de663568ee 100644
--- a/library/UnitTests/LibUtilities/LinearAlgebra/main.cpp
+++ b/library/UnitTests/LibUtilities/LinearAlgebra/main.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/LibUtilities/TestConsistentObjectAccess.cpp b/library/UnitTests/LibUtilities/TestConsistentObjectAccess.cpp
index d72639bb10..56ad305acd 100644
--- a/library/UnitTests/LibUtilities/TestConsistentObjectAccess.cpp
+++ b/library/UnitTests/LibUtilities/TestConsistentObjectAccess.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/LibUtilities/TestRawType.cpp b/library/UnitTests/LibUtilities/TestRawType.cpp
index 5806a4f8a4..57cbb62a53 100644
--- a/library/UnitTests/LibUtilities/TestRawType.cpp
+++ b/library/UnitTests/LibUtilities/TestRawType.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/LibUtilities/TestSharedArray.cpp b/library/UnitTests/LibUtilities/TestSharedArray.cpp
index ef615966ff..c38ad0a972 100644
--- a/library/UnitTests/LibUtilities/TestSharedArray.cpp
+++ b/library/UnitTests/LibUtilities/TestSharedArray.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/LibUtilities/main.cpp b/library/UnitTests/LibUtilities/main.cpp
index da250b94d1..cb2f23d8df 100644
--- a/library/UnitTests/LibUtilities/main.cpp
+++ b/library/UnitTests/LibUtilities/main.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/LocalRegions/TestGetCoords.cpp b/library/UnitTests/LocalRegions/TestGetCoords.cpp
index 1ff36514ba..b58df0e4d6 100644
--- a/library/UnitTests/LocalRegions/TestGetCoords.cpp
+++ b/library/UnitTests/LocalRegions/TestGetCoords.cpp
@@ -7,7 +7,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/LocalRegions/TestReOrientFacePhysMap.cpp b/library/UnitTests/LocalRegions/TestReOrientFacePhysMap.cpp
index ff12fa2ee6..87d480920e 100644
--- a/library/UnitTests/LocalRegions/TestReOrientFacePhysMap.cpp
+++ b/library/UnitTests/LocalRegions/TestReOrientFacePhysMap.cpp
@@ -7,7 +7,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/LocalRegions/main.cpp b/library/UnitTests/LocalRegions/main.cpp
index 167323139b..05454f223e 100644
--- a/library/UnitTests/LocalRegions/main.cpp
+++ b/library/UnitTests/LocalRegions/main.cpp
@@ -7,7 +7,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/Memory/TestNekMemoryManager.cpp b/library/UnitTests/Memory/TestNekMemoryManager.cpp
index 0cfc886d3a..e6d2c317a5 100644
--- a/library/UnitTests/Memory/TestNekMemoryManager.cpp
+++ b/library/UnitTests/Memory/TestNekMemoryManager.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/ScaledMatrixUnitTests.cpp b/library/UnitTests/ScaledMatrixUnitTests.cpp
index 01e0d7564e..2f7257a6c0 100644
--- a/library/UnitTests/ScaledMatrixUnitTests.cpp
+++ b/library/UnitTests/ScaledMatrixUnitTests.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/main.cpp b/library/UnitTests/main.cpp
index 1a82317425..4056bd9654 100644
--- a/library/UnitTests/main.cpp
+++ b/library/UnitTests/main.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/testLinearSystem.cpp b/library/UnitTests/testLinearSystem.cpp
index 23f3830bf8..6b213816d2 100644
--- a/library/UnitTests/testLinearSystem.cpp
+++ b/library/UnitTests/testLinearSystem.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/testNekLinAlgAlgorithms.cpp b/library/UnitTests/testNekLinAlgAlgorithms.cpp
index a92f7928ea..a87bcd8012 100644
--- a/library/UnitTests/testNekLinAlgAlgorithms.cpp
+++ b/library/UnitTests/testNekLinAlgAlgorithms.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/testNekMatrix.cpp b/library/UnitTests/testNekMatrix.cpp
index ace32f4606..1ab33730bd 100644
--- a/library/UnitTests/testNekMatrix.cpp
+++ b/library/UnitTests/testNekMatrix.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/testNekPoint.cpp b/library/UnitTests/testNekPoint.cpp
index f25720bbf1..2b3e475e66 100644
--- a/library/UnitTests/testNekPoint.cpp
+++ b/library/UnitTests/testNekPoint.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/testNekSharedArray.cpp b/library/UnitTests/testNekSharedArray.cpp
index 4631863c3a..ad135a2f36 100644
--- a/library/UnitTests/testNekSharedArray.cpp
+++ b/library/UnitTests/testNekSharedArray.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/testNekVector.cpp b/library/UnitTests/testNekVector.cpp
index a73d2066e0..3ecc57c3cb 100644
--- a/library/UnitTests/testNekVector.cpp
+++ b/library/UnitTests/testNekVector.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/util.cpp b/library/UnitTests/util.cpp
index c4273a011b..ccced18e23 100644
--- a/library/UnitTests/util.cpp
+++ b/library/UnitTests/util.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/library/UnitTests/util.h b/library/UnitTests/util.h
index d9072cfdb3..ee7d3a49db 100644
--- a/library/UnitTests/util.h
+++ b/library/UnitTests/util.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ADRSolver/ADRSolver.cpp b/solvers/ADRSolver/ADRSolver.cpp
index e2d35168c2..bac15453bb 100644
--- a/solvers/ADRSolver/ADRSolver.cpp
+++ b/solvers/ADRSolver/ADRSolver.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ADRSolver/EquationSystems/CFLtester.cpp b/solvers/ADRSolver/EquationSystems/CFLtester.cpp
index 6a8970c509..5fae5ee8ff 100644
--- a/solvers/ADRSolver/EquationSystems/CFLtester.cpp
+++ b/solvers/ADRSolver/EquationSystems/CFLtester.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ADRSolver/EquationSystems/CFLtester.h b/solvers/ADRSolver/EquationSystems/CFLtester.h
index 477dcec1a2..7f32ec6d2d 100644
--- a/solvers/ADRSolver/EquationSystems/CFLtester.h
+++ b/solvers/ADRSolver/EquationSystems/CFLtester.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ADRSolver/EquationSystems/EigenValuesAdvection.cpp b/solvers/ADRSolver/EquationSystems/EigenValuesAdvection.cpp
index d13bcf7226..514f66b96d 100644
--- a/solvers/ADRSolver/EquationSystems/EigenValuesAdvection.cpp
+++ b/solvers/ADRSolver/EquationSystems/EigenValuesAdvection.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ADRSolver/EquationSystems/EigenValuesAdvection.h b/solvers/ADRSolver/EquationSystems/EigenValuesAdvection.h
index 2175c18e4e..34e914b57d 100644
--- a/solvers/ADRSolver/EquationSystems/EigenValuesAdvection.h
+++ b/solvers/ADRSolver/EquationSystems/EigenValuesAdvection.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ADRSolver/EquationSystems/Helmholtz.cpp b/solvers/ADRSolver/EquationSystems/Helmholtz.cpp
index 7630ed1306..3ed3fcad5f 100644
--- a/solvers/ADRSolver/EquationSystems/Helmholtz.cpp
+++ b/solvers/ADRSolver/EquationSystems/Helmholtz.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ADRSolver/EquationSystems/Helmholtz.h b/solvers/ADRSolver/EquationSystems/Helmholtz.h
index 818d66e9d7..df2d5f3998 100644
--- a/solvers/ADRSolver/EquationSystems/Helmholtz.h
+++ b/solvers/ADRSolver/EquationSystems/Helmholtz.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ADRSolver/EquationSystems/Laplace.cpp b/solvers/ADRSolver/EquationSystems/Laplace.cpp
index b193e4181d..58d0ecc04e 100644
--- a/solvers/ADRSolver/EquationSystems/Laplace.cpp
+++ b/solvers/ADRSolver/EquationSystems/Laplace.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ADRSolver/EquationSystems/Laplace.h b/solvers/ADRSolver/EquationSystems/Laplace.h
index 96e8fe8d96..0a97066379 100644
--- a/solvers/ADRSolver/EquationSystems/Laplace.h
+++ b/solvers/ADRSolver/EquationSystems/Laplace.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ADRSolver/EquationSystems/MMFAdvection.cpp b/solvers/ADRSolver/EquationSystems/MMFAdvection.cpp
index c64183d970..9ac7516ee7 100644
--- a/solvers/ADRSolver/EquationSystems/MMFAdvection.cpp
+++ b/solvers/ADRSolver/EquationSystems/MMFAdvection.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ADRSolver/EquationSystems/MMFAdvection.h b/solvers/ADRSolver/EquationSystems/MMFAdvection.h
index 590c75d1aa..d8fc51200f 100644
--- a/solvers/ADRSolver/EquationSystems/MMFAdvection.h
+++ b/solvers/ADRSolver/EquationSystems/MMFAdvection.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ADRSolver/EquationSystems/Poisson.cpp b/solvers/ADRSolver/EquationSystems/Poisson.cpp
index d3458e494d..55c4ff2f68 100644
--- a/solvers/ADRSolver/EquationSystems/Poisson.cpp
+++ b/solvers/ADRSolver/EquationSystems/Poisson.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ADRSolver/EquationSystems/Poisson.h b/solvers/ADRSolver/EquationSystems/Poisson.h
index 5ad4412df2..e68b2aa4ee 100644
--- a/solvers/ADRSolver/EquationSystems/Poisson.h
+++ b/solvers/ADRSolver/EquationSystems/Poisson.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ADRSolver/EquationSystems/Projection.cpp b/solvers/ADRSolver/EquationSystems/Projection.cpp
index 7c1400e573..352f2b4358 100644
--- a/solvers/ADRSolver/EquationSystems/Projection.cpp
+++ b/solvers/ADRSolver/EquationSystems/Projection.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ADRSolver/EquationSystems/Projection.h b/solvers/ADRSolver/EquationSystems/Projection.h
index d90cd069b4..225bab067e 100644
--- a/solvers/ADRSolver/EquationSystems/Projection.h
+++ b/solvers/ADRSolver/EquationSystems/Projection.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ADRSolver/EquationSystems/SteadyAdvectionDiffusion.cpp b/solvers/ADRSolver/EquationSystems/SteadyAdvectionDiffusion.cpp
index d4b81c098a..b67c221c02 100644
--- a/solvers/ADRSolver/EquationSystems/SteadyAdvectionDiffusion.cpp
+++ b/solvers/ADRSolver/EquationSystems/SteadyAdvectionDiffusion.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ADRSolver/EquationSystems/SteadyAdvectionDiffusion.h b/solvers/ADRSolver/EquationSystems/SteadyAdvectionDiffusion.h
index a85d7daffe..dfc1628be4 100644
--- a/solvers/ADRSolver/EquationSystems/SteadyAdvectionDiffusion.h
+++ b/solvers/ADRSolver/EquationSystems/SteadyAdvectionDiffusion.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ADRSolver/EquationSystems/SteadyAdvectionDiffusionReaction.cpp b/solvers/ADRSolver/EquationSystems/SteadyAdvectionDiffusionReaction.cpp
index 36afb5507c..df992197e1 100644
--- a/solvers/ADRSolver/EquationSystems/SteadyAdvectionDiffusionReaction.cpp
+++ b/solvers/ADRSolver/EquationSystems/SteadyAdvectionDiffusionReaction.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ADRSolver/EquationSystems/SteadyAdvectionDiffusionReaction.h b/solvers/ADRSolver/EquationSystems/SteadyAdvectionDiffusionReaction.h
index c41a1eed3d..36b009d150 100644
--- a/solvers/ADRSolver/EquationSystems/SteadyAdvectionDiffusionReaction.h
+++ b/solvers/ADRSolver/EquationSystems/SteadyAdvectionDiffusionReaction.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ADRSolver/EquationSystems/UnsteadyAdvection.cpp b/solvers/ADRSolver/EquationSystems/UnsteadyAdvection.cpp
index 4ee09a7b3d..cd5edee596 100644
--- a/solvers/ADRSolver/EquationSystems/UnsteadyAdvection.cpp
+++ b/solvers/ADRSolver/EquationSystems/UnsteadyAdvection.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ADRSolver/EquationSystems/UnsteadyAdvection.h b/solvers/ADRSolver/EquationSystems/UnsteadyAdvection.h
index f62d75ab5d..c4d6d46d4c 100644
--- a/solvers/ADRSolver/EquationSystems/UnsteadyAdvection.h
+++ b/solvers/ADRSolver/EquationSystems/UnsteadyAdvection.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ADRSolver/EquationSystems/UnsteadyAdvectionDiffusion.cpp b/solvers/ADRSolver/EquationSystems/UnsteadyAdvectionDiffusion.cpp
index 16ae208e59..b04dece8a0 100644
--- a/solvers/ADRSolver/EquationSystems/UnsteadyAdvectionDiffusion.cpp
+++ b/solvers/ADRSolver/EquationSystems/UnsteadyAdvectionDiffusion.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ADRSolver/EquationSystems/UnsteadyAdvectionDiffusion.h b/solvers/ADRSolver/EquationSystems/UnsteadyAdvectionDiffusion.h
index cd757896ab..5619340d57 100644
--- a/solvers/ADRSolver/EquationSystems/UnsteadyAdvectionDiffusion.h
+++ b/solvers/ADRSolver/EquationSystems/UnsteadyAdvectionDiffusion.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ADRSolver/EquationSystems/UnsteadyDiffusion.cpp b/solvers/ADRSolver/EquationSystems/UnsteadyDiffusion.cpp
index b7acae0264..a2d6ea86f3 100644
--- a/solvers/ADRSolver/EquationSystems/UnsteadyDiffusion.cpp
+++ b/solvers/ADRSolver/EquationSystems/UnsteadyDiffusion.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ADRSolver/EquationSystems/UnsteadyDiffusion.h b/solvers/ADRSolver/EquationSystems/UnsteadyDiffusion.h
index 2ccd0549f9..1a2726f000 100644
--- a/solvers/ADRSolver/EquationSystems/UnsteadyDiffusion.h
+++ b/solvers/ADRSolver/EquationSystems/UnsteadyDiffusion.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ADRSolver/EquationSystems/UnsteadyInviscidBurger.cpp b/solvers/ADRSolver/EquationSystems/UnsteadyInviscidBurger.cpp
index 0799c25ee4..b0dda04612 100644
--- a/solvers/ADRSolver/EquationSystems/UnsteadyInviscidBurger.cpp
+++ b/solvers/ADRSolver/EquationSystems/UnsteadyInviscidBurger.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ADRSolver/EquationSystems/UnsteadyInviscidBurger.h b/solvers/ADRSolver/EquationSystems/UnsteadyInviscidBurger.h
index e81e4efdbd..b03c701c16 100644
--- a/solvers/ADRSolver/EquationSystems/UnsteadyInviscidBurger.h
+++ b/solvers/ADRSolver/EquationSystems/UnsteadyInviscidBurger.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ADRSolver/EquationSystems/UnsteadyViscousBurgers.cpp b/solvers/ADRSolver/EquationSystems/UnsteadyViscousBurgers.cpp
index fac2a7d61d..dc310ea576 100644
--- a/solvers/ADRSolver/EquationSystems/UnsteadyViscousBurgers.cpp
+++ b/solvers/ADRSolver/EquationSystems/UnsteadyViscousBurgers.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ADRSolver/EquationSystems/UnsteadyViscousBurgers.h b/solvers/ADRSolver/EquationSystems/UnsteadyViscousBurgers.h
index 561b20aa07..1c1946d37e 100644
--- a/solvers/ADRSolver/EquationSystems/UnsteadyViscousBurgers.h
+++ b/solvers/ADRSolver/EquationSystems/UnsteadyViscousBurgers.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/AcousticSolver/APESolver.cpp b/solvers/AcousticSolver/APESolver.cpp
index a4aa50b22a..2870038306 100644
--- a/solvers/AcousticSolver/APESolver.cpp
+++ b/solvers/AcousticSolver/APESolver.cpp
@@ -8,7 +8,6 @@
 //
 // Copyright (c) 2018 Kilian Lackhove
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/AcousticSolver/AcousticSolver.cpp b/solvers/AcousticSolver/AcousticSolver.cpp
index 35d98f5a22..ab41f7bd42 100644
--- a/solvers/AcousticSolver/AcousticSolver.cpp
+++ b/solvers/AcousticSolver/AcousticSolver.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/AcousticSolver/EquationSystems/APE.cpp b/solvers/AcousticSolver/EquationSystems/APE.cpp
index 53fc1e5766..c1c011cdd0 100644
--- a/solvers/AcousticSolver/EquationSystems/APE.cpp
+++ b/solvers/AcousticSolver/EquationSystems/APE.cpp
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/AcousticSolver/EquationSystems/APE.h b/solvers/AcousticSolver/EquationSystems/APE.h
index c5b5f91658..22964117f3 100644
--- a/solvers/AcousticSolver/EquationSystems/APE.h
+++ b/solvers/AcousticSolver/EquationSystems/APE.h
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/AcousticSolver/EquationSystems/AcousticSystem.cpp b/solvers/AcousticSolver/EquationSystems/AcousticSystem.cpp
index 634edb09f7..050c5f72bd 100644
--- a/solvers/AcousticSolver/EquationSystems/AcousticSystem.cpp
+++ b/solvers/AcousticSolver/EquationSystems/AcousticSystem.cpp
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/AcousticSolver/EquationSystems/AcousticSystem.h b/solvers/AcousticSolver/EquationSystems/AcousticSystem.h
index ae279e20ea..0c6bca1915 100644
--- a/solvers/AcousticSolver/EquationSystems/AcousticSystem.h
+++ b/solvers/AcousticSolver/EquationSystems/AcousticSystem.h
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/AcousticSolver/EquationSystems/LEE.cpp b/solvers/AcousticSolver/EquationSystems/LEE.cpp
index ab48227f8f..0f564710b2 100644
--- a/solvers/AcousticSolver/EquationSystems/LEE.cpp
+++ b/solvers/AcousticSolver/EquationSystems/LEE.cpp
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/AcousticSolver/EquationSystems/LEE.h b/solvers/AcousticSolver/EquationSystems/LEE.h
index 51bd60fbe1..5ce2aae4dc 100644
--- a/solvers/AcousticSolver/EquationSystems/LEE.h
+++ b/solvers/AcousticSolver/EquationSystems/LEE.h
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/AcousticSolver/RiemannSolvers/APELaxFriedrichsSolver.cpp b/solvers/AcousticSolver/RiemannSolvers/APELaxFriedrichsSolver.cpp
index 0738769d26..8c8714884f 100644
--- a/solvers/AcousticSolver/RiemannSolvers/APELaxFriedrichsSolver.cpp
+++ b/solvers/AcousticSolver/RiemannSolvers/APELaxFriedrichsSolver.cpp
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/AcousticSolver/RiemannSolvers/APELaxFriedrichsSolver.h b/solvers/AcousticSolver/RiemannSolvers/APELaxFriedrichsSolver.h
index 22552c63f1..bda10df893 100644
--- a/solvers/AcousticSolver/RiemannSolvers/APELaxFriedrichsSolver.h
+++ b/solvers/AcousticSolver/RiemannSolvers/APELaxFriedrichsSolver.h
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/AcousticSolver/RiemannSolvers/APEUpwindSolver.cpp b/solvers/AcousticSolver/RiemannSolvers/APEUpwindSolver.cpp
index b3268ed7dd..078f8dcc84 100644
--- a/solvers/AcousticSolver/RiemannSolvers/APEUpwindSolver.cpp
+++ b/solvers/AcousticSolver/RiemannSolvers/APEUpwindSolver.cpp
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/AcousticSolver/RiemannSolvers/APEUpwindSolver.h b/solvers/AcousticSolver/RiemannSolvers/APEUpwindSolver.h
index 0ffbaa9314..d2af5bcf7c 100644
--- a/solvers/AcousticSolver/RiemannSolvers/APEUpwindSolver.h
+++ b/solvers/AcousticSolver/RiemannSolvers/APEUpwindSolver.h
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/AcousticSolver/RiemannSolvers/AcousticSolver.cpp b/solvers/AcousticSolver/RiemannSolvers/AcousticSolver.cpp
index 4c7550943f..5d22479e00 100644
--- a/solvers/AcousticSolver/RiemannSolvers/AcousticSolver.cpp
+++ b/solvers/AcousticSolver/RiemannSolvers/AcousticSolver.cpp
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/AcousticSolver/RiemannSolvers/AcousticSolver.h b/solvers/AcousticSolver/RiemannSolvers/AcousticSolver.h
index 8d70519f44..72831fa350 100644
--- a/solvers/AcousticSolver/RiemannSolvers/AcousticSolver.h
+++ b/solvers/AcousticSolver/RiemannSolvers/AcousticSolver.h
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/AcousticSolver/RiemannSolvers/LEELaxFriedrichsSolver.cpp b/solvers/AcousticSolver/RiemannSolvers/LEELaxFriedrichsSolver.cpp
index 470b95c0d7..6bea9ffd01 100644
--- a/solvers/AcousticSolver/RiemannSolvers/LEELaxFriedrichsSolver.cpp
+++ b/solvers/AcousticSolver/RiemannSolvers/LEELaxFriedrichsSolver.cpp
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/AcousticSolver/RiemannSolvers/LEELaxFriedrichsSolver.h b/solvers/AcousticSolver/RiemannSolvers/LEELaxFriedrichsSolver.h
index 4eeed38d05..90e60e9f37 100644
--- a/solvers/AcousticSolver/RiemannSolvers/LEELaxFriedrichsSolver.h
+++ b/solvers/AcousticSolver/RiemannSolvers/LEELaxFriedrichsSolver.h
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/AcousticSolver/RiemannSolvers/LEESolver.cpp b/solvers/AcousticSolver/RiemannSolvers/LEESolver.cpp
index 15a1e43857..b9e79b2de3 100644
--- a/solvers/AcousticSolver/RiemannSolvers/LEESolver.cpp
+++ b/solvers/AcousticSolver/RiemannSolvers/LEESolver.cpp
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/AcousticSolver/RiemannSolvers/LEESolver.h b/solvers/AcousticSolver/RiemannSolvers/LEESolver.h
index b8444bb66a..293e7822a9 100644
--- a/solvers/AcousticSolver/RiemannSolvers/LEESolver.h
+++ b/solvers/AcousticSolver/RiemannSolvers/LEESolver.h
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/AcousticSolver/RiemannSolvers/LEEUpwindSolver.cpp b/solvers/AcousticSolver/RiemannSolvers/LEEUpwindSolver.cpp
index d40fcbf993..4aa78b96a8 100644
--- a/solvers/AcousticSolver/RiemannSolvers/LEEUpwindSolver.cpp
+++ b/solvers/AcousticSolver/RiemannSolvers/LEEUpwindSolver.cpp
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/AcousticSolver/RiemannSolvers/LEEUpwindSolver.h b/solvers/AcousticSolver/RiemannSolvers/LEEUpwindSolver.h
index 5439848c7e..b491fbf408 100644
--- a/solvers/AcousticSolver/RiemannSolvers/LEEUpwindSolver.h
+++ b/solvers/AcousticSolver/RiemannSolvers/LEEUpwindSolver.h
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/CardiacEPSolver.cpp b/solvers/CardiacEPSolver/CardiacEPSolver.cpp
index de8bd346f6..732ec32787 100644
--- a/solvers/CardiacEPSolver/CardiacEPSolver.cpp
+++ b/solvers/CardiacEPSolver/CardiacEPSolver.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/CellModels/AlievPanfilov.cpp b/solvers/CardiacEPSolver/CellModels/AlievPanfilov.cpp
index 10b083b734..ec06dfe8fb 100644
--- a/solvers/CardiacEPSolver/CellModels/AlievPanfilov.cpp
+++ b/solvers/CardiacEPSolver/CellModels/AlievPanfilov.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/CellModels/AlievPanfilov.h b/solvers/CardiacEPSolver/CellModels/AlievPanfilov.h
index 1f1c7c0044..3b7dde0450 100644
--- a/solvers/CardiacEPSolver/CellModels/AlievPanfilov.h
+++ b/solvers/CardiacEPSolver/CellModels/AlievPanfilov.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/CellModels/CellModel.cpp b/solvers/CardiacEPSolver/CellModels/CellModel.cpp
index 72dea33130..e922c73eff 100644
--- a/solvers/CardiacEPSolver/CellModels/CellModel.cpp
+++ b/solvers/CardiacEPSolver/CellModels/CellModel.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/CellModels/CellModel.h b/solvers/CardiacEPSolver/CellModels/CellModel.h
index dd3b601d50..4d7dd7d18d 100644
--- a/solvers/CardiacEPSolver/CellModels/CellModel.h
+++ b/solvers/CardiacEPSolver/CellModels/CellModel.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/CellModels/CourtemancheRamirezNattel98.cpp b/solvers/CardiacEPSolver/CellModels/CourtemancheRamirezNattel98.cpp
index eb95fab4f8..72294fe45c 100644
--- a/solvers/CardiacEPSolver/CellModels/CourtemancheRamirezNattel98.cpp
+++ b/solvers/CardiacEPSolver/CellModels/CourtemancheRamirezNattel98.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/CellModels/CourtemancheRamirezNattel98.h b/solvers/CardiacEPSolver/CellModels/CourtemancheRamirezNattel98.h
index 5eff7322db..5e8516a89e 100644
--- a/solvers/CardiacEPSolver/CellModels/CourtemancheRamirezNattel98.h
+++ b/solvers/CardiacEPSolver/CellModels/CourtemancheRamirezNattel98.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/CellModels/FentonKarma.cpp b/solvers/CardiacEPSolver/CellModels/FentonKarma.cpp
index dc6f105951..4dc55630c6 100644
--- a/solvers/CardiacEPSolver/CellModels/FentonKarma.cpp
+++ b/solvers/CardiacEPSolver/CellModels/FentonKarma.cpp
@@ -9,7 +9,6 @@
 // Copyright (c) n6 Division of Applied Mathematics, Brown University (USA),
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/CellModels/FentonKarma.h b/solvers/CardiacEPSolver/CellModels/FentonKarma.h
index 9941243c8f..9c1425813b 100644
--- a/solvers/CardiacEPSolver/CellModels/FentonKarma.h
+++ b/solvers/CardiacEPSolver/CellModels/FentonKarma.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/CellModels/FitzhughNagumo.cpp b/solvers/CardiacEPSolver/CellModels/FitzhughNagumo.cpp
index ef220aec52..f4241c5b32 100644
--- a/solvers/CardiacEPSolver/CellModels/FitzhughNagumo.cpp
+++ b/solvers/CardiacEPSolver/CellModels/FitzhughNagumo.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/CellModels/FitzhughNagumo.h b/solvers/CardiacEPSolver/CellModels/FitzhughNagumo.h
index 60c6da01f4..cf7ad82100 100644
--- a/solvers/CardiacEPSolver/CellModels/FitzhughNagumo.h
+++ b/solvers/CardiacEPSolver/CellModels/FitzhughNagumo.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/CellModels/Fox02.cpp b/solvers/CardiacEPSolver/CellModels/Fox02.cpp
index 517647944b..e23eb72d95 100644
--- a/solvers/CardiacEPSolver/CellModels/Fox02.cpp
+++ b/solvers/CardiacEPSolver/CellModels/Fox02.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/CellModels/Fox02.h b/solvers/CardiacEPSolver/CellModels/Fox02.h
index e625d962c9..48521c3e5b 100644
--- a/solvers/CardiacEPSolver/CellModels/Fox02.h
+++ b/solvers/CardiacEPSolver/CellModels/Fox02.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/CellModels/LuoRudy91.h b/solvers/CardiacEPSolver/CellModels/LuoRudy91.h
index 51dd8134de..182a26cf23 100644
--- a/solvers/CardiacEPSolver/CellModels/LuoRudy91.h
+++ b/solvers/CardiacEPSolver/CellModels/LuoRudy91.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/CellModels/PanditGilesDemir03.cpp b/solvers/CardiacEPSolver/CellModels/PanditGilesDemir03.cpp
index 65dc901f30..1bdb41efcb 100644
--- a/solvers/CardiacEPSolver/CellModels/PanditGilesDemir03.cpp
+++ b/solvers/CardiacEPSolver/CellModels/PanditGilesDemir03.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/CellModels/PanditGilesDemir03.h b/solvers/CardiacEPSolver/CellModels/PanditGilesDemir03.h
index 27bb4679cd..9d82d86830 100644
--- a/solvers/CardiacEPSolver/CellModels/PanditGilesDemir03.h
+++ b/solvers/CardiacEPSolver/CellModels/PanditGilesDemir03.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/CellModels/TenTusscher06.cpp b/solvers/CardiacEPSolver/CellModels/TenTusscher06.cpp
index 2b969876b3..d3c9844cd4 100644
--- a/solvers/CardiacEPSolver/CellModels/TenTusscher06.cpp
+++ b/solvers/CardiacEPSolver/CellModels/TenTusscher06.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/CellModels/TenTusscher06.h b/solvers/CardiacEPSolver/CellModels/TenTusscher06.h
index 196ded4510..c77377a52d 100644
--- a/solvers/CardiacEPSolver/CellModels/TenTusscher06.h
+++ b/solvers/CardiacEPSolver/CellModels/TenTusscher06.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/CellModels/Winslow99.cpp b/solvers/CardiacEPSolver/CellModels/Winslow99.cpp
index aeafbf4ca8..13ed412a0c 100644
--- a/solvers/CardiacEPSolver/CellModels/Winslow99.cpp
+++ b/solvers/CardiacEPSolver/CellModels/Winslow99.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/CellModels/Winslow99.h b/solvers/CardiacEPSolver/CellModels/Winslow99.h
index 05ae80d9ba..9bb9e21bd3 100644
--- a/solvers/CardiacEPSolver/CellModels/Winslow99.h
+++ b/solvers/CardiacEPSolver/CellModels/Winslow99.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/EquationSystems/Bidomain.cpp b/solvers/CardiacEPSolver/EquationSystems/Bidomain.cpp
index 397048c6f6..ad79b1a9d9 100644
--- a/solvers/CardiacEPSolver/EquationSystems/Bidomain.cpp
+++ b/solvers/CardiacEPSolver/EquationSystems/Bidomain.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/EquationSystems/Bidomain.h b/solvers/CardiacEPSolver/EquationSystems/Bidomain.h
index 87acbae0c5..7ee9504155 100644
--- a/solvers/CardiacEPSolver/EquationSystems/Bidomain.h
+++ b/solvers/CardiacEPSolver/EquationSystems/Bidomain.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/EquationSystems/BidomainRoth.cpp b/solvers/CardiacEPSolver/EquationSystems/BidomainRoth.cpp
index fb6d5951e6..b17a3ca99f 100644
--- a/solvers/CardiacEPSolver/EquationSystems/BidomainRoth.cpp
+++ b/solvers/CardiacEPSolver/EquationSystems/BidomainRoth.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/EquationSystems/BidomainRoth.h b/solvers/CardiacEPSolver/EquationSystems/BidomainRoth.h
index 716cd6db4c..a98c671470 100644
--- a/solvers/CardiacEPSolver/EquationSystems/BidomainRoth.h
+++ b/solvers/CardiacEPSolver/EquationSystems/BidomainRoth.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/EquationSystems/Monodomain.cpp b/solvers/CardiacEPSolver/EquationSystems/Monodomain.cpp
index fb02ca2d6d..5546302253 100644
--- a/solvers/CardiacEPSolver/EquationSystems/Monodomain.cpp
+++ b/solvers/CardiacEPSolver/EquationSystems/Monodomain.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/EquationSystems/Monodomain.h b/solvers/CardiacEPSolver/EquationSystems/Monodomain.h
index 627703fcdb..db78334237 100644
--- a/solvers/CardiacEPSolver/EquationSystems/Monodomain.h
+++ b/solvers/CardiacEPSolver/EquationSystems/Monodomain.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/Filters/FilterBenchmark.cpp b/solvers/CardiacEPSolver/Filters/FilterBenchmark.cpp
index 403769488c..401898c4c7 100644
--- a/solvers/CardiacEPSolver/Filters/FilterBenchmark.cpp
+++ b/solvers/CardiacEPSolver/Filters/FilterBenchmark.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/Filters/FilterBenchmark.h b/solvers/CardiacEPSolver/Filters/FilterBenchmark.h
index 98a1e8e306..55d610401e 100644
--- a/solvers/CardiacEPSolver/Filters/FilterBenchmark.h
+++ b/solvers/CardiacEPSolver/Filters/FilterBenchmark.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/Filters/FilterCellHistoryPoints.cpp b/solvers/CardiacEPSolver/Filters/FilterCellHistoryPoints.cpp
index 365cae450b..8f673f1056 100644
--- a/solvers/CardiacEPSolver/Filters/FilterCellHistoryPoints.cpp
+++ b/solvers/CardiacEPSolver/Filters/FilterCellHistoryPoints.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/Filters/FilterCellHistoryPoints.h b/solvers/CardiacEPSolver/Filters/FilterCellHistoryPoints.h
index 4efc021839..29a02b9ced 100644
--- a/solvers/CardiacEPSolver/Filters/FilterCellHistoryPoints.h
+++ b/solvers/CardiacEPSolver/Filters/FilterCellHistoryPoints.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/Filters/FilterCheckpointCellModel.cpp b/solvers/CardiacEPSolver/Filters/FilterCheckpointCellModel.cpp
index 9853fec6a6..cd63990dbc 100644
--- a/solvers/CardiacEPSolver/Filters/FilterCheckpointCellModel.cpp
+++ b/solvers/CardiacEPSolver/Filters/FilterCheckpointCellModel.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/Filters/FilterCheckpointCellModel.h b/solvers/CardiacEPSolver/Filters/FilterCheckpointCellModel.h
index 0467bd3106..2ec5cb6267 100644
--- a/solvers/CardiacEPSolver/Filters/FilterCheckpointCellModel.h
+++ b/solvers/CardiacEPSolver/Filters/FilterCheckpointCellModel.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/Filters/FilterElectrogram.cpp b/solvers/CardiacEPSolver/Filters/FilterElectrogram.cpp
index 9a570d4a70..a26f3afbbd 100644
--- a/solvers/CardiacEPSolver/Filters/FilterElectrogram.cpp
+++ b/solvers/CardiacEPSolver/Filters/FilterElectrogram.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/Filters/FilterElectrogram.h b/solvers/CardiacEPSolver/Filters/FilterElectrogram.h
index fcc7249905..ee8d608a4e 100644
--- a/solvers/CardiacEPSolver/Filters/FilterElectrogram.h
+++ b/solvers/CardiacEPSolver/Filters/FilterElectrogram.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/Stimuli/Protocol.cpp b/solvers/CardiacEPSolver/Stimuli/Protocol.cpp
index efdd4fd6a7..cdf1b8dd35 100644
--- a/solvers/CardiacEPSolver/Stimuli/Protocol.cpp
+++ b/solvers/CardiacEPSolver/Stimuli/Protocol.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/Stimuli/Protocol.h b/solvers/CardiacEPSolver/Stimuli/Protocol.h
index 9c65c1aa6c..02d7499bc7 100644
--- a/solvers/CardiacEPSolver/Stimuli/Protocol.h
+++ b/solvers/CardiacEPSolver/Stimuli/Protocol.h
@@ -8,7 +8,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/Stimuli/ProtocolS1.cpp b/solvers/CardiacEPSolver/Stimuli/ProtocolS1.cpp
index 035bf82ea4..0baebacc27 100644
--- a/solvers/CardiacEPSolver/Stimuli/ProtocolS1.cpp
+++ b/solvers/CardiacEPSolver/Stimuli/ProtocolS1.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/Stimuli/ProtocolS1.h b/solvers/CardiacEPSolver/Stimuli/ProtocolS1.h
index f6e025efc9..637d81bebb 100644
--- a/solvers/CardiacEPSolver/Stimuli/ProtocolS1.h
+++ b/solvers/CardiacEPSolver/Stimuli/ProtocolS1.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/Stimuli/ProtocolS1S2.cpp b/solvers/CardiacEPSolver/Stimuli/ProtocolS1S2.cpp
index 267857fed8..56da794653 100644
--- a/solvers/CardiacEPSolver/Stimuli/ProtocolS1S2.cpp
+++ b/solvers/CardiacEPSolver/Stimuli/ProtocolS1S2.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/Stimuli/ProtocolS1S2.h b/solvers/CardiacEPSolver/Stimuli/ProtocolS1S2.h
index a3c137c987..23703fa299 100644
--- a/solvers/CardiacEPSolver/Stimuli/ProtocolS1S2.h
+++ b/solvers/CardiacEPSolver/Stimuli/ProtocolS1S2.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/Stimuli/ProtocolSingle.cpp b/solvers/CardiacEPSolver/Stimuli/ProtocolSingle.cpp
index c55ef73c52..6389408c0a 100644
--- a/solvers/CardiacEPSolver/Stimuli/ProtocolSingle.cpp
+++ b/solvers/CardiacEPSolver/Stimuli/ProtocolSingle.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/Stimuli/ProtocolSingle.h b/solvers/CardiacEPSolver/Stimuli/ProtocolSingle.h
index 3cce4522b7..c498eb269a 100644
--- a/solvers/CardiacEPSolver/Stimuli/ProtocolSingle.h
+++ b/solvers/CardiacEPSolver/Stimuli/ProtocolSingle.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/Stimuli/Stimulus.cpp b/solvers/CardiacEPSolver/Stimuli/Stimulus.cpp
index e980be6bf1..7b5765a9c2 100644
--- a/solvers/CardiacEPSolver/Stimuli/Stimulus.cpp
+++ b/solvers/CardiacEPSolver/Stimuli/Stimulus.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/Stimuli/Stimulus.h b/solvers/CardiacEPSolver/Stimuli/Stimulus.h
index 4ee45c7640..35bc1e08c8 100644
--- a/solvers/CardiacEPSolver/Stimuli/Stimulus.h
+++ b/solvers/CardiacEPSolver/Stimuli/Stimulus.h
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/Stimuli/StimulusCircle.cpp b/solvers/CardiacEPSolver/Stimuli/StimulusCircle.cpp
index 70972af517..5cd1c0a3f4 100644
--- a/solvers/CardiacEPSolver/Stimuli/StimulusCircle.cpp
+++ b/solvers/CardiacEPSolver/Stimuli/StimulusCircle.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/Stimuli/StimulusCircle.h b/solvers/CardiacEPSolver/Stimuli/StimulusCircle.h
index a21126c85a..e474da3e21 100644
--- a/solvers/CardiacEPSolver/Stimuli/StimulusCircle.h
+++ b/solvers/CardiacEPSolver/Stimuli/StimulusCircle.h
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/Stimuli/StimulusPoint.cpp b/solvers/CardiacEPSolver/Stimuli/StimulusPoint.cpp
index 860a49fe90..ae387e9654 100644
--- a/solvers/CardiacEPSolver/Stimuli/StimulusPoint.cpp
+++ b/solvers/CardiacEPSolver/Stimuli/StimulusPoint.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/Stimuli/StimulusPoint.h b/solvers/CardiacEPSolver/Stimuli/StimulusPoint.h
index 8ac5855fd1..c9d0ad1214 100644
--- a/solvers/CardiacEPSolver/Stimuli/StimulusPoint.h
+++ b/solvers/CardiacEPSolver/Stimuli/StimulusPoint.h
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/Stimuli/StimulusRect.cpp b/solvers/CardiacEPSolver/Stimuli/StimulusRect.cpp
index cf4df5e108..a6fde0be70 100644
--- a/solvers/CardiacEPSolver/Stimuli/StimulusRect.cpp
+++ b/solvers/CardiacEPSolver/Stimuli/StimulusRect.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CardiacEPSolver/Stimuli/StimulusRect.h b/solvers/CardiacEPSolver/Stimuli/StimulusRect.h
index cd681db98d..d87a0ba87a 100644
--- a/solvers/CardiacEPSolver/Stimuli/StimulusRect.h
+++ b/solvers/CardiacEPSolver/Stimuli/StimulusRect.h
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/ArtificialDiffusion/ArtificialDiffusion.cpp b/solvers/CompressibleFlowSolver/ArtificialDiffusion/ArtificialDiffusion.cpp
index f64c458d05..010980bb0f 100644
--- a/solvers/CompressibleFlowSolver/ArtificialDiffusion/ArtificialDiffusion.cpp
+++ b/solvers/CompressibleFlowSolver/ArtificialDiffusion/ArtificialDiffusion.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/ArtificialDiffusion/ArtificialDiffusion.h b/solvers/CompressibleFlowSolver/ArtificialDiffusion/ArtificialDiffusion.h
index 9349fa802c..fef1fdf8e7 100644
--- a/solvers/CompressibleFlowSolver/ArtificialDiffusion/ArtificialDiffusion.h
+++ b/solvers/CompressibleFlowSolver/ArtificialDiffusion/ArtificialDiffusion.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/ArtificialDiffusion/NonSmoothShockCapture.cpp b/solvers/CompressibleFlowSolver/ArtificialDiffusion/NonSmoothShockCapture.cpp
index e8e5ee8624..55b3c6738b 100644
--- a/solvers/CompressibleFlowSolver/ArtificialDiffusion/NonSmoothShockCapture.cpp
+++ b/solvers/CompressibleFlowSolver/ArtificialDiffusion/NonSmoothShockCapture.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/ArtificialDiffusion/NonSmoothShockCapture.h b/solvers/CompressibleFlowSolver/ArtificialDiffusion/NonSmoothShockCapture.h
index ceb8a5c444..91c586aeb1 100644
--- a/solvers/CompressibleFlowSolver/ArtificialDiffusion/NonSmoothShockCapture.h
+++ b/solvers/CompressibleFlowSolver/ArtificialDiffusion/NonSmoothShockCapture.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/ArtificialDiffusion/SmoothShockCapture.cpp b/solvers/CompressibleFlowSolver/ArtificialDiffusion/SmoothShockCapture.cpp
index 6150f043c3..a6c456ea1e 100644
--- a/solvers/CompressibleFlowSolver/ArtificialDiffusion/SmoothShockCapture.cpp
+++ b/solvers/CompressibleFlowSolver/ArtificialDiffusion/SmoothShockCapture.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/ArtificialDiffusion/SmoothShockCapture.h b/solvers/CompressibleFlowSolver/ArtificialDiffusion/SmoothShockCapture.h
index bfa1890b37..4883886901 100644
--- a/solvers/CompressibleFlowSolver/ArtificialDiffusion/SmoothShockCapture.h
+++ b/solvers/CompressibleFlowSolver/ArtificialDiffusion/SmoothShockCapture.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/BoundaryConditions/CFSBndCond.cpp b/solvers/CompressibleFlowSolver/BoundaryConditions/CFSBndCond.cpp
index 9c14c58ae9..6335a48ef6 100644
--- a/solvers/CompressibleFlowSolver/BoundaryConditions/CFSBndCond.cpp
+++ b/solvers/CompressibleFlowSolver/BoundaryConditions/CFSBndCond.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/BoundaryConditions/CFSBndCond.h b/solvers/CompressibleFlowSolver/BoundaryConditions/CFSBndCond.h
index b60da27547..ec789844e9 100644
--- a/solvers/CompressibleFlowSolver/BoundaryConditions/CFSBndCond.h
+++ b/solvers/CompressibleFlowSolver/BoundaryConditions/CFSBndCond.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/BoundaryConditions/ExtrapOrder0BC.cpp b/solvers/CompressibleFlowSolver/BoundaryConditions/ExtrapOrder0BC.cpp
index cda4bcdfdb..ed650c5084 100644
--- a/solvers/CompressibleFlowSolver/BoundaryConditions/ExtrapOrder0BC.cpp
+++ b/solvers/CompressibleFlowSolver/BoundaryConditions/ExtrapOrder0BC.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/BoundaryConditions/ExtrapOrder0BC.h b/solvers/CompressibleFlowSolver/BoundaryConditions/ExtrapOrder0BC.h
index ff91fd90f5..19951e24d1 100644
--- a/solvers/CompressibleFlowSolver/BoundaryConditions/ExtrapOrder0BC.h
+++ b/solvers/CompressibleFlowSolver/BoundaryConditions/ExtrapOrder0BC.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/BoundaryConditions/IsentropicVortexBC.cpp b/solvers/CompressibleFlowSolver/BoundaryConditions/IsentropicVortexBC.cpp
index f6911af729..291a29238d 100644
--- a/solvers/CompressibleFlowSolver/BoundaryConditions/IsentropicVortexBC.cpp
+++ b/solvers/CompressibleFlowSolver/BoundaryConditions/IsentropicVortexBC.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/BoundaryConditions/IsentropicVortexBC.h b/solvers/CompressibleFlowSolver/BoundaryConditions/IsentropicVortexBC.h
index c66f537aa8..86e80d4243 100644
--- a/solvers/CompressibleFlowSolver/BoundaryConditions/IsentropicVortexBC.h
+++ b/solvers/CompressibleFlowSolver/BoundaryConditions/IsentropicVortexBC.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/BoundaryConditions/PressureInflowFileBC.cpp b/solvers/CompressibleFlowSolver/BoundaryConditions/PressureInflowFileBC.cpp
index d17dbf1e80..1978eaea4f 100644
--- a/solvers/CompressibleFlowSolver/BoundaryConditions/PressureInflowFileBC.cpp
+++ b/solvers/CompressibleFlowSolver/BoundaryConditions/PressureInflowFileBC.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/BoundaryConditions/PressureInflowFileBC.h b/solvers/CompressibleFlowSolver/BoundaryConditions/PressureInflowFileBC.h
index dc46a41199..e7199c6293 100644
--- a/solvers/CompressibleFlowSolver/BoundaryConditions/PressureInflowFileBC.h
+++ b/solvers/CompressibleFlowSolver/BoundaryConditions/PressureInflowFileBC.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/BoundaryConditions/PressureMachTemperatureBC.cpp b/solvers/CompressibleFlowSolver/BoundaryConditions/PressureMachTemperatureBC.cpp
index 9996b2d7d3..838470a055 100644
--- a/solvers/CompressibleFlowSolver/BoundaryConditions/PressureMachTemperatureBC.cpp
+++ b/solvers/CompressibleFlowSolver/BoundaryConditions/PressureMachTemperatureBC.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/BoundaryConditions/PressureMachTemperatureBC.h b/solvers/CompressibleFlowSolver/BoundaryConditions/PressureMachTemperatureBC.h
index 3bf535b5b3..31b53e95f2 100644
--- a/solvers/CompressibleFlowSolver/BoundaryConditions/PressureMachTemperatureBC.h
+++ b/solvers/CompressibleFlowSolver/BoundaryConditions/PressureMachTemperatureBC.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/BoundaryConditions/PressureOutflowBC.cpp b/solvers/CompressibleFlowSolver/BoundaryConditions/PressureOutflowBC.cpp
index 89332728f9..f1ffa54d52 100644
--- a/solvers/CompressibleFlowSolver/BoundaryConditions/PressureOutflowBC.cpp
+++ b/solvers/CompressibleFlowSolver/BoundaryConditions/PressureOutflowBC.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/BoundaryConditions/PressureOutflowBC.h b/solvers/CompressibleFlowSolver/BoundaryConditions/PressureOutflowBC.h
index 938f90a268..022584c97e 100644
--- a/solvers/CompressibleFlowSolver/BoundaryConditions/PressureOutflowBC.h
+++ b/solvers/CompressibleFlowSolver/BoundaryConditions/PressureOutflowBC.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/BoundaryConditions/PressureOutflowNonReflectiveBC.cpp b/solvers/CompressibleFlowSolver/BoundaryConditions/PressureOutflowNonReflectiveBC.cpp
index bc26250306..c5aba05a9a 100644
--- a/solvers/CompressibleFlowSolver/BoundaryConditions/PressureOutflowNonReflectiveBC.cpp
+++ b/solvers/CompressibleFlowSolver/BoundaryConditions/PressureOutflowNonReflectiveBC.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/BoundaryConditions/PressureOutflowNonReflectiveBC.h b/solvers/CompressibleFlowSolver/BoundaryConditions/PressureOutflowNonReflectiveBC.h
index ecd9f783cc..8f719344e7 100644
--- a/solvers/CompressibleFlowSolver/BoundaryConditions/PressureOutflowNonReflectiveBC.h
+++ b/solvers/CompressibleFlowSolver/BoundaryConditions/PressureOutflowNonReflectiveBC.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/BoundaryConditions/RiemannInvariantBC.cpp b/solvers/CompressibleFlowSolver/BoundaryConditions/RiemannInvariantBC.cpp
index 18f61a4215..8d536da309 100644
--- a/solvers/CompressibleFlowSolver/BoundaryConditions/RiemannInvariantBC.cpp
+++ b/solvers/CompressibleFlowSolver/BoundaryConditions/RiemannInvariantBC.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/BoundaryConditions/RiemannInvariantBC.h b/solvers/CompressibleFlowSolver/BoundaryConditions/RiemannInvariantBC.h
index de5e920506..9b88346b7d 100644
--- a/solvers/CompressibleFlowSolver/BoundaryConditions/RiemannInvariantBC.h
+++ b/solvers/CompressibleFlowSolver/BoundaryConditions/RiemannInvariantBC.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/BoundaryConditions/RinglebFlowBC.cpp b/solvers/CompressibleFlowSolver/BoundaryConditions/RinglebFlowBC.cpp
index 2bad6d3ad8..8e41c1a25a 100644
--- a/solvers/CompressibleFlowSolver/BoundaryConditions/RinglebFlowBC.cpp
+++ b/solvers/CompressibleFlowSolver/BoundaryConditions/RinglebFlowBC.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/BoundaryConditions/RinglebFlowBC.h b/solvers/CompressibleFlowSolver/BoundaryConditions/RinglebFlowBC.h
index db608e58f5..c340cf870f 100644
--- a/solvers/CompressibleFlowSolver/BoundaryConditions/RinglebFlowBC.h
+++ b/solvers/CompressibleFlowSolver/BoundaryConditions/RinglebFlowBC.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/BoundaryConditions/StagnationInflowBC.cpp b/solvers/CompressibleFlowSolver/BoundaryConditions/StagnationInflowBC.cpp
index 9b65894400..44c46b30d4 100644
--- a/solvers/CompressibleFlowSolver/BoundaryConditions/StagnationInflowBC.cpp
+++ b/solvers/CompressibleFlowSolver/BoundaryConditions/StagnationInflowBC.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/BoundaryConditions/StagnationInflowBC.h b/solvers/CompressibleFlowSolver/BoundaryConditions/StagnationInflowBC.h
index 213a6d1b3e..d31e876c98 100644
--- a/solvers/CompressibleFlowSolver/BoundaryConditions/StagnationInflowBC.h
+++ b/solvers/CompressibleFlowSolver/BoundaryConditions/StagnationInflowBC.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/BoundaryConditions/SymmetryBC.cpp b/solvers/CompressibleFlowSolver/BoundaryConditions/SymmetryBC.cpp
index d126cfd7a2..59346a5801 100644
--- a/solvers/CompressibleFlowSolver/BoundaryConditions/SymmetryBC.cpp
+++ b/solvers/CompressibleFlowSolver/BoundaryConditions/SymmetryBC.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/BoundaryConditions/SymmetryBC.h b/solvers/CompressibleFlowSolver/BoundaryConditions/SymmetryBC.h
index 32f95c72ab..373ca991d8 100644
--- a/solvers/CompressibleFlowSolver/BoundaryConditions/SymmetryBC.h
+++ b/solvers/CompressibleFlowSolver/BoundaryConditions/SymmetryBC.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/BoundaryConditions/TimeDependentBC.cpp b/solvers/CompressibleFlowSolver/BoundaryConditions/TimeDependentBC.cpp
index f2185db4bd..2a073cd7aa 100644
--- a/solvers/CompressibleFlowSolver/BoundaryConditions/TimeDependentBC.cpp
+++ b/solvers/CompressibleFlowSolver/BoundaryConditions/TimeDependentBC.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/BoundaryConditions/TimeDependentBC.h b/solvers/CompressibleFlowSolver/BoundaryConditions/TimeDependentBC.h
index 4191c263d3..8479d2b88c 100644
--- a/solvers/CompressibleFlowSolver/BoundaryConditions/TimeDependentBC.h
+++ b/solvers/CompressibleFlowSolver/BoundaryConditions/TimeDependentBC.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/BoundaryConditions/WallBC.cpp b/solvers/CompressibleFlowSolver/BoundaryConditions/WallBC.cpp
index 4e3bec5b17..04cd3f0bbb 100644
--- a/solvers/CompressibleFlowSolver/BoundaryConditions/WallBC.cpp
+++ b/solvers/CompressibleFlowSolver/BoundaryConditions/WallBC.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/BoundaryConditions/WallBC.h b/solvers/CompressibleFlowSolver/BoundaryConditions/WallBC.h
index 925220aa69..e34bd9f876 100644
--- a/solvers/CompressibleFlowSolver/BoundaryConditions/WallBC.h
+++ b/solvers/CompressibleFlowSolver/BoundaryConditions/WallBC.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/BoundaryConditions/WallViscousBC.cpp b/solvers/CompressibleFlowSolver/BoundaryConditions/WallViscousBC.cpp
index 844d9c0efb..d61c723925 100644
--- a/solvers/CompressibleFlowSolver/BoundaryConditions/WallViscousBC.cpp
+++ b/solvers/CompressibleFlowSolver/BoundaryConditions/WallViscousBC.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/BoundaryConditions/WallViscousBC.h b/solvers/CompressibleFlowSolver/BoundaryConditions/WallViscousBC.h
index 3b7e9485c8..19efec91d1 100644
--- a/solvers/CompressibleFlowSolver/BoundaryConditions/WallViscousBC.h
+++ b/solvers/CompressibleFlowSolver/BoundaryConditions/WallViscousBC.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/CompressibleFlowSolver.cpp b/solvers/CompressibleFlowSolver/CompressibleFlowSolver.cpp
index 45f43f5a5a..1c0d0d2adb 100755
--- a/solvers/CompressibleFlowSolver/CompressibleFlowSolver.cpp
+++ b/solvers/CompressibleFlowSolver/CompressibleFlowSolver.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/Diffusion/DiffusionLDGNS.cpp b/solvers/CompressibleFlowSolver/Diffusion/DiffusionLDGNS.cpp
index cb89ec682f..3a7f0d4542 100644
--- a/solvers/CompressibleFlowSolver/Diffusion/DiffusionLDGNS.cpp
+++ b/solvers/CompressibleFlowSolver/Diffusion/DiffusionLDGNS.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/Diffusion/DiffusionLDGNS.h b/solvers/CompressibleFlowSolver/Diffusion/DiffusionLDGNS.h
index ce99c289fa..7d16a7423d 100644
--- a/solvers/CompressibleFlowSolver/Diffusion/DiffusionLDGNS.h
+++ b/solvers/CompressibleFlowSolver/Diffusion/DiffusionLDGNS.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/EquationSystems/CompressibleFlowSystem.cpp b/solvers/CompressibleFlowSolver/EquationSystems/CompressibleFlowSystem.cpp
index 12935ba21e..71dcc13a61 100755
--- a/solvers/CompressibleFlowSolver/EquationSystems/CompressibleFlowSystem.cpp
+++ b/solvers/CompressibleFlowSolver/EquationSystems/CompressibleFlowSystem.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/EquationSystems/CompressibleFlowSystem.h b/solvers/CompressibleFlowSolver/EquationSystems/CompressibleFlowSystem.h
index 55a96176d8..7fda5174a9 100755
--- a/solvers/CompressibleFlowSolver/EquationSystems/CompressibleFlowSystem.h
+++ b/solvers/CompressibleFlowSolver/EquationSystems/CompressibleFlowSystem.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/EquationSystems/EulerCFE.cpp b/solvers/CompressibleFlowSolver/EquationSystems/EulerCFE.cpp
index 6d29e36df4..fc6f45a0b6 100755
--- a/solvers/CompressibleFlowSolver/EquationSystems/EulerCFE.cpp
+++ b/solvers/CompressibleFlowSolver/EquationSystems/EulerCFE.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/EquationSystems/EulerCFE.h b/solvers/CompressibleFlowSolver/EquationSystems/EulerCFE.h
index b20a37c016..d2a578c237 100755
--- a/solvers/CompressibleFlowSolver/EquationSystems/EulerCFE.h
+++ b/solvers/CompressibleFlowSolver/EquationSystems/EulerCFE.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/EquationSystems/IsentropicVortex.cpp b/solvers/CompressibleFlowSolver/EquationSystems/IsentropicVortex.cpp
index 7d349782ed..e563085da8 100755
--- a/solvers/CompressibleFlowSolver/EquationSystems/IsentropicVortex.cpp
+++ b/solvers/CompressibleFlowSolver/EquationSystems/IsentropicVortex.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/EquationSystems/IsentropicVortex.h b/solvers/CompressibleFlowSolver/EquationSystems/IsentropicVortex.h
index f4cdb2eab0..69a3ea96cb 100755
--- a/solvers/CompressibleFlowSolver/EquationSystems/IsentropicVortex.h
+++ b/solvers/CompressibleFlowSolver/EquationSystems/IsentropicVortex.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/EquationSystems/NavierStokesCFE.cpp b/solvers/CompressibleFlowSolver/EquationSystems/NavierStokesCFE.cpp
index 47bb577810..4f57f35985 100755
--- a/solvers/CompressibleFlowSolver/EquationSystems/NavierStokesCFE.cpp
+++ b/solvers/CompressibleFlowSolver/EquationSystems/NavierStokesCFE.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/EquationSystems/NavierStokesCFE.h b/solvers/CompressibleFlowSolver/EquationSystems/NavierStokesCFE.h
index 4988d6670d..6b1b664d00 100755
--- a/solvers/CompressibleFlowSolver/EquationSystems/NavierStokesCFE.h
+++ b/solvers/CompressibleFlowSolver/EquationSystems/NavierStokesCFE.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/EquationSystems/NavierStokesCFEAxisym.cpp b/solvers/CompressibleFlowSolver/EquationSystems/NavierStokesCFEAxisym.cpp
index 6272c4504f..c186d3e45e 100755
--- a/solvers/CompressibleFlowSolver/EquationSystems/NavierStokesCFEAxisym.cpp
+++ b/solvers/CompressibleFlowSolver/EquationSystems/NavierStokesCFEAxisym.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/EquationSystems/NavierStokesCFEAxisym.h b/solvers/CompressibleFlowSolver/EquationSystems/NavierStokesCFEAxisym.h
index f040f14d42..5557744358 100755
--- a/solvers/CompressibleFlowSolver/EquationSystems/NavierStokesCFEAxisym.h
+++ b/solvers/CompressibleFlowSolver/EquationSystems/NavierStokesCFEAxisym.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/EquationSystems/RinglebFlow.cpp b/solvers/CompressibleFlowSolver/EquationSystems/RinglebFlow.cpp
index 23349cffa0..d6434a3201 100755
--- a/solvers/CompressibleFlowSolver/EquationSystems/RinglebFlow.cpp
+++ b/solvers/CompressibleFlowSolver/EquationSystems/RinglebFlow.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/EquationSystems/RinglebFlow.h b/solvers/CompressibleFlowSolver/EquationSystems/RinglebFlow.h
index 2349a317bd..675ced301d 100755
--- a/solvers/CompressibleFlowSolver/EquationSystems/RinglebFlow.h
+++ b/solvers/CompressibleFlowSolver/EquationSystems/RinglebFlow.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/Forcing/ForcingAxiSymmetric.cpp b/solvers/CompressibleFlowSolver/Forcing/ForcingAxiSymmetric.cpp
index dfe2ac8221..77acee9d1f 100644
--- a/solvers/CompressibleFlowSolver/Forcing/ForcingAxiSymmetric.cpp
+++ b/solvers/CompressibleFlowSolver/Forcing/ForcingAxiSymmetric.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/Forcing/ForcingAxiSymmetric.h b/solvers/CompressibleFlowSolver/Forcing/ForcingAxiSymmetric.h
index 5153b476c1..a00c0bc766 100644
--- a/solvers/CompressibleFlowSolver/Forcing/ForcingAxiSymmetric.h
+++ b/solvers/CompressibleFlowSolver/Forcing/ForcingAxiSymmetric.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/Forcing/ForcingQuasi1D.cpp b/solvers/CompressibleFlowSolver/Forcing/ForcingQuasi1D.cpp
index b26e9b858b..7b7cff4308 100644
--- a/solvers/CompressibleFlowSolver/Forcing/ForcingQuasi1D.cpp
+++ b/solvers/CompressibleFlowSolver/Forcing/ForcingQuasi1D.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/Forcing/ForcingQuasi1D.h b/solvers/CompressibleFlowSolver/Forcing/ForcingQuasi1D.h
index fec2241856..fcb545fe3d 100644
--- a/solvers/CompressibleFlowSolver/Forcing/ForcingQuasi1D.h
+++ b/solvers/CompressibleFlowSolver/Forcing/ForcingQuasi1D.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/Misc/EquationOfState.cpp b/solvers/CompressibleFlowSolver/Misc/EquationOfState.cpp
index 43dc41b74f..5fc2b61d84 100644
--- a/solvers/CompressibleFlowSolver/Misc/EquationOfState.cpp
+++ b/solvers/CompressibleFlowSolver/Misc/EquationOfState.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/Misc/EquationOfState.h b/solvers/CompressibleFlowSolver/Misc/EquationOfState.h
index 58d079bd9f..d00d366091 100644
--- a/solvers/CompressibleFlowSolver/Misc/EquationOfState.h
+++ b/solvers/CompressibleFlowSolver/Misc/EquationOfState.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/Misc/IdealGasEoS.cpp b/solvers/CompressibleFlowSolver/Misc/IdealGasEoS.cpp
index 8f7a403e9c..e6d71c7a9d 100644
--- a/solvers/CompressibleFlowSolver/Misc/IdealGasEoS.cpp
+++ b/solvers/CompressibleFlowSolver/Misc/IdealGasEoS.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/Misc/IdealGasEoS.h b/solvers/CompressibleFlowSolver/Misc/IdealGasEoS.h
index 88756c36cf..4a564a3bae 100644
--- a/solvers/CompressibleFlowSolver/Misc/IdealGasEoS.h
+++ b/solvers/CompressibleFlowSolver/Misc/IdealGasEoS.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/Misc/PengRobinsonEoS.cpp b/solvers/CompressibleFlowSolver/Misc/PengRobinsonEoS.cpp
index d5b212c722..5078b3df2c 100644
--- a/solvers/CompressibleFlowSolver/Misc/PengRobinsonEoS.cpp
+++ b/solvers/CompressibleFlowSolver/Misc/PengRobinsonEoS.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/Misc/PengRobinsonEoS.h b/solvers/CompressibleFlowSolver/Misc/PengRobinsonEoS.h
index 9113e1ca0d..628e65e3f6 100644
--- a/solvers/CompressibleFlowSolver/Misc/PengRobinsonEoS.h
+++ b/solvers/CompressibleFlowSolver/Misc/PengRobinsonEoS.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/Misc/RedlichKwongEoS.cpp b/solvers/CompressibleFlowSolver/Misc/RedlichKwongEoS.cpp
index 419863b22c..de8f3b1847 100644
--- a/solvers/CompressibleFlowSolver/Misc/RedlichKwongEoS.cpp
+++ b/solvers/CompressibleFlowSolver/Misc/RedlichKwongEoS.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/Misc/RedlichKwongEoS.h b/solvers/CompressibleFlowSolver/Misc/RedlichKwongEoS.h
index c7e61a2c10..ae26ed1bec 100644
--- a/solvers/CompressibleFlowSolver/Misc/RedlichKwongEoS.h
+++ b/solvers/CompressibleFlowSolver/Misc/RedlichKwongEoS.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/Misc/VanDerWaalsEoS.cpp b/solvers/CompressibleFlowSolver/Misc/VanDerWaalsEoS.cpp
index 65c71a3d94..6ee2ef3a03 100644
--- a/solvers/CompressibleFlowSolver/Misc/VanDerWaalsEoS.cpp
+++ b/solvers/CompressibleFlowSolver/Misc/VanDerWaalsEoS.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/Misc/VanDerWaalsEoS.h b/solvers/CompressibleFlowSolver/Misc/VanDerWaalsEoS.h
index 51c13cbcd4..269e83b72e 100644
--- a/solvers/CompressibleFlowSolver/Misc/VanDerWaalsEoS.h
+++ b/solvers/CompressibleFlowSolver/Misc/VanDerWaalsEoS.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/Misc/VariableConverter.cpp b/solvers/CompressibleFlowSolver/Misc/VariableConverter.cpp
index a545a2ea62..c36c1c4459 100644
--- a/solvers/CompressibleFlowSolver/Misc/VariableConverter.cpp
+++ b/solvers/CompressibleFlowSolver/Misc/VariableConverter.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/Misc/VariableConverter.h b/solvers/CompressibleFlowSolver/Misc/VariableConverter.h
index 6d57e12a67..4cb0db5aa2 100644
--- a/solvers/CompressibleFlowSolver/Misc/VariableConverter.h
+++ b/solvers/CompressibleFlowSolver/Misc/VariableConverter.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/RiemannSolvers/AUSM0Solver.cpp b/solvers/CompressibleFlowSolver/RiemannSolvers/AUSM0Solver.cpp
index ee301c6941..b2672bfee9 100644
--- a/solvers/CompressibleFlowSolver/RiemannSolvers/AUSM0Solver.cpp
+++ b/solvers/CompressibleFlowSolver/RiemannSolvers/AUSM0Solver.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/RiemannSolvers/AUSM0Solver.h b/solvers/CompressibleFlowSolver/RiemannSolvers/AUSM0Solver.h
index cef981d120..0c3261ce98 100644
--- a/solvers/CompressibleFlowSolver/RiemannSolvers/AUSM0Solver.h
+++ b/solvers/CompressibleFlowSolver/RiemannSolvers/AUSM0Solver.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/RiemannSolvers/AUSM1Solver.cpp b/solvers/CompressibleFlowSolver/RiemannSolvers/AUSM1Solver.cpp
index e9068ca6ad..fdce96c65b 100644
--- a/solvers/CompressibleFlowSolver/RiemannSolvers/AUSM1Solver.cpp
+++ b/solvers/CompressibleFlowSolver/RiemannSolvers/AUSM1Solver.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/RiemannSolvers/AUSM1Solver.h b/solvers/CompressibleFlowSolver/RiemannSolvers/AUSM1Solver.h
index d349c9cc49..3ddaf1959e 100644
--- a/solvers/CompressibleFlowSolver/RiemannSolvers/AUSM1Solver.h
+++ b/solvers/CompressibleFlowSolver/RiemannSolvers/AUSM1Solver.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/RiemannSolvers/AUSM2Solver.cpp b/solvers/CompressibleFlowSolver/RiemannSolvers/AUSM2Solver.cpp
index 5cc6ca6b87..ef0ce1d9c9 100644
--- a/solvers/CompressibleFlowSolver/RiemannSolvers/AUSM2Solver.cpp
+++ b/solvers/CompressibleFlowSolver/RiemannSolvers/AUSM2Solver.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/RiemannSolvers/AUSM2Solver.h b/solvers/CompressibleFlowSolver/RiemannSolvers/AUSM2Solver.h
index 00bea9283f..b358cc6847 100644
--- a/solvers/CompressibleFlowSolver/RiemannSolvers/AUSM2Solver.h
+++ b/solvers/CompressibleFlowSolver/RiemannSolvers/AUSM2Solver.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/RiemannSolvers/AUSM3Solver.cpp b/solvers/CompressibleFlowSolver/RiemannSolvers/AUSM3Solver.cpp
index c9ff2be229..07bcb6931a 100644
--- a/solvers/CompressibleFlowSolver/RiemannSolvers/AUSM3Solver.cpp
+++ b/solvers/CompressibleFlowSolver/RiemannSolvers/AUSM3Solver.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/RiemannSolvers/AUSM3Solver.h b/solvers/CompressibleFlowSolver/RiemannSolvers/AUSM3Solver.h
index 7cd8f5e1a2..d46311b1d8 100644
--- a/solvers/CompressibleFlowSolver/RiemannSolvers/AUSM3Solver.h
+++ b/solvers/CompressibleFlowSolver/RiemannSolvers/AUSM3Solver.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/RiemannSolvers/AverageSolver.cpp b/solvers/CompressibleFlowSolver/RiemannSolvers/AverageSolver.cpp
index 1f6a6baf34..4eb104c122 100644
--- a/solvers/CompressibleFlowSolver/RiemannSolvers/AverageSolver.cpp
+++ b/solvers/CompressibleFlowSolver/RiemannSolvers/AverageSolver.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/RiemannSolvers/AverageSolver.h b/solvers/CompressibleFlowSolver/RiemannSolvers/AverageSolver.h
index 3643f12e36..9697f28df1 100644
--- a/solvers/CompressibleFlowSolver/RiemannSolvers/AverageSolver.h
+++ b/solvers/CompressibleFlowSolver/RiemannSolvers/AverageSolver.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/RiemannSolvers/CompressibleSolver.cpp b/solvers/CompressibleFlowSolver/RiemannSolvers/CompressibleSolver.cpp
index ef457129b5..d46cf05380 100644
--- a/solvers/CompressibleFlowSolver/RiemannSolvers/CompressibleSolver.cpp
+++ b/solvers/CompressibleFlowSolver/RiemannSolvers/CompressibleSolver.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/RiemannSolvers/CompressibleSolver.h b/solvers/CompressibleFlowSolver/RiemannSolvers/CompressibleSolver.h
index 8d3314eff3..d9d89e6eff 100644
--- a/solvers/CompressibleFlowSolver/RiemannSolvers/CompressibleSolver.h
+++ b/solvers/CompressibleFlowSolver/RiemannSolvers/CompressibleSolver.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/RiemannSolvers/ExactSolverToro.cpp b/solvers/CompressibleFlowSolver/RiemannSolvers/ExactSolverToro.cpp
index c30fd75477..194ca3c0db 100644
--- a/solvers/CompressibleFlowSolver/RiemannSolvers/ExactSolverToro.cpp
+++ b/solvers/CompressibleFlowSolver/RiemannSolvers/ExactSolverToro.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/RiemannSolvers/ExactSolverToro.h b/solvers/CompressibleFlowSolver/RiemannSolvers/ExactSolverToro.h
index 78ca71ee30..bd48159eb5 100644
--- a/solvers/CompressibleFlowSolver/RiemannSolvers/ExactSolverToro.h
+++ b/solvers/CompressibleFlowSolver/RiemannSolvers/ExactSolverToro.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/RiemannSolvers/HLLCSolver.cpp b/solvers/CompressibleFlowSolver/RiemannSolvers/HLLCSolver.cpp
index 761446fb3d..5035fe78df 100644
--- a/solvers/CompressibleFlowSolver/RiemannSolvers/HLLCSolver.cpp
+++ b/solvers/CompressibleFlowSolver/RiemannSolvers/HLLCSolver.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/RiemannSolvers/HLLCSolver.h b/solvers/CompressibleFlowSolver/RiemannSolvers/HLLCSolver.h
index e0729a3c5a..bbb98efa04 100644
--- a/solvers/CompressibleFlowSolver/RiemannSolvers/HLLCSolver.h
+++ b/solvers/CompressibleFlowSolver/RiemannSolvers/HLLCSolver.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/RiemannSolvers/HLLSolver.cpp b/solvers/CompressibleFlowSolver/RiemannSolvers/HLLSolver.cpp
index b7e22459c7..cc94092c0f 100644
--- a/solvers/CompressibleFlowSolver/RiemannSolvers/HLLSolver.cpp
+++ b/solvers/CompressibleFlowSolver/RiemannSolvers/HLLSolver.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/RiemannSolvers/HLLSolver.h b/solvers/CompressibleFlowSolver/RiemannSolvers/HLLSolver.h
index 4711a60140..1920a2f0ea 100644
--- a/solvers/CompressibleFlowSolver/RiemannSolvers/HLLSolver.h
+++ b/solvers/CompressibleFlowSolver/RiemannSolvers/HLLSolver.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/RiemannSolvers/LaxFriedrichsSolver.cpp b/solvers/CompressibleFlowSolver/RiemannSolvers/LaxFriedrichsSolver.cpp
index 5a6682252c..257b3d3b19 100644
--- a/solvers/CompressibleFlowSolver/RiemannSolvers/LaxFriedrichsSolver.cpp
+++ b/solvers/CompressibleFlowSolver/RiemannSolvers/LaxFriedrichsSolver.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/RiemannSolvers/LaxFriedrichsSolver.h b/solvers/CompressibleFlowSolver/RiemannSolvers/LaxFriedrichsSolver.h
index a70a1804cc..880641bf5b 100644
--- a/solvers/CompressibleFlowSolver/RiemannSolvers/LaxFriedrichsSolver.h
+++ b/solvers/CompressibleFlowSolver/RiemannSolvers/LaxFriedrichsSolver.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/RiemannSolvers/RoeSolver.cpp b/solvers/CompressibleFlowSolver/RiemannSolvers/RoeSolver.cpp
index 271ef68aac..2070786cf8 100644
--- a/solvers/CompressibleFlowSolver/RiemannSolvers/RoeSolver.cpp
+++ b/solvers/CompressibleFlowSolver/RiemannSolvers/RoeSolver.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/RiemannSolvers/RoeSolver.h b/solvers/CompressibleFlowSolver/RiemannSolvers/RoeSolver.h
index d54e6e3ed7..0fda07e069 100644
--- a/solvers/CompressibleFlowSolver/RiemannSolvers/RoeSolver.h
+++ b/solvers/CompressibleFlowSolver/RiemannSolvers/RoeSolver.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/Utilities/CompressibleBL.cpp b/solvers/CompressibleFlowSolver/Utilities/CompressibleBL.cpp
index e15725d3c1..1984a45688 100644
--- a/solvers/CompressibleFlowSolver/Utilities/CompressibleBL.cpp
+++ b/solvers/CompressibleFlowSolver/Utilities/CompressibleBL.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/Utilities/ExtractSurface2DCFS.cpp b/solvers/CompressibleFlowSolver/Utilities/ExtractSurface2DCFS.cpp
index 352e6b8ea4..fb5ac2ba40 100644
--- a/solvers/CompressibleFlowSolver/Utilities/ExtractSurface2DCFS.cpp
+++ b/solvers/CompressibleFlowSolver/Utilities/ExtractSurface2DCFS.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/CompressibleFlowSolver/Utilities/ExtractSurface3DCFS.cpp b/solvers/CompressibleFlowSolver/Utilities/ExtractSurface3DCFS.cpp
index 53ef169a8b..e7c6fe6972 100644
--- a/solvers/CompressibleFlowSolver/Utilities/ExtractSurface3DCFS.cpp
+++ b/solvers/CompressibleFlowSolver/Utilities/ExtractSurface3DCFS.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/DiffusionSolver/DiffusionSolver.cpp b/solvers/DiffusionSolver/DiffusionSolver.cpp
index d289de33b5..ffcb0c82c0 100644
--- a/solvers/DiffusionSolver/DiffusionSolver.cpp
+++ b/solvers/DiffusionSolver/DiffusionSolver.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/DiffusionSolver/DiffusionSolverTimeInt.cpp b/solvers/DiffusionSolver/DiffusionSolverTimeInt.cpp
index ab4569b259..ce74fcae81 100644
--- a/solvers/DiffusionSolver/DiffusionSolverTimeInt.cpp
+++ b/solvers/DiffusionSolver/DiffusionSolverTimeInt.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/DiffusionSolver/EquationSystems/MMFDiffusion.h b/solvers/DiffusionSolver/EquationSystems/MMFDiffusion.h
index 3cde32ae51..f7a8678e7b 100755
--- a/solvers/DiffusionSolver/EquationSystems/MMFDiffusion.h
+++ b/solvers/DiffusionSolver/EquationSystems/MMFDiffusion.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/DiffusionSolver/MMFDiffusion.cpp b/solvers/DiffusionSolver/MMFDiffusion.cpp
index bdc2c89eef..513bb6c72e 100755
--- a/solvers/DiffusionSolver/MMFDiffusion.cpp
+++ b/solvers/DiffusionSolver/MMFDiffusion.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/DummySolver/DummySolver.cpp b/solvers/DummySolver/DummySolver.cpp
index 74ee5b9e20..977a44f226 100644
--- a/solvers/DummySolver/DummySolver.cpp
+++ b/solvers/DummySolver/DummySolver.cpp
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/DummySolver/EquationSystems/Dummy.cpp b/solvers/DummySolver/EquationSystems/Dummy.cpp
index 15115b249e..8643875587 100644
--- a/solvers/DummySolver/EquationSystems/Dummy.cpp
+++ b/solvers/DummySolver/EquationSystems/Dummy.cpp
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/DummySolver/EquationSystems/Dummy.h b/solvers/DummySolver/EquationSystems/Dummy.h
index e348e40b2e..b28694cfc0 100644
--- a/solvers/DummySolver/EquationSystems/Dummy.h
+++ b/solvers/DummySolver/EquationSystems/Dummy.h
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ImageWarpingSolver/EquationSystems/ImageWarpingSystem.cpp b/solvers/ImageWarpingSolver/EquationSystems/ImageWarpingSystem.cpp
index 712494c9de..7f49817bf3 100644
--- a/solvers/ImageWarpingSolver/EquationSystems/ImageWarpingSystem.cpp
+++ b/solvers/ImageWarpingSolver/EquationSystems/ImageWarpingSystem.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ImageWarpingSolver/EquationSystems/ImageWarpingSystem.h b/solvers/ImageWarpingSolver/EquationSystems/ImageWarpingSystem.h
index 7152f5ed05..e7c685627d 100644
--- a/solvers/ImageWarpingSolver/EquationSystems/ImageWarpingSystem.h
+++ b/solvers/ImageWarpingSolver/EquationSystems/ImageWarpingSystem.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ImageWarpingSolver/ImageWarpingSolver.cpp b/solvers/ImageWarpingSolver/ImageWarpingSolver.cpp
index b1069b4c41..90d5f60593 100644
--- a/solvers/ImageWarpingSolver/ImageWarpingSolver.cpp
+++ b/solvers/ImageWarpingSolver/ImageWarpingSolver.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/AdvectionTerms/AdjointAdvection.cpp b/solvers/IncNavierStokesSolver/AdvectionTerms/AdjointAdvection.cpp
index 4b2f5e903d..8815662f36 100644
--- a/solvers/IncNavierStokesSolver/AdvectionTerms/AdjointAdvection.cpp
+++ b/solvers/IncNavierStokesSolver/AdvectionTerms/AdjointAdvection.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/AdvectionTerms/AdjointAdvection.h b/solvers/IncNavierStokesSolver/AdvectionTerms/AdjointAdvection.h
index 33277f876a..e0b019b3c4 100644
--- a/solvers/IncNavierStokesSolver/AdvectionTerms/AdjointAdvection.h
+++ b/solvers/IncNavierStokesSolver/AdvectionTerms/AdjointAdvection.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/AdvectionTerms/AlternateSkewAdvection.cpp b/solvers/IncNavierStokesSolver/AdvectionTerms/AlternateSkewAdvection.cpp
index 4aadbb463a..5327c1e167 100644
--- a/solvers/IncNavierStokesSolver/AdvectionTerms/AlternateSkewAdvection.cpp
+++ b/solvers/IncNavierStokesSolver/AdvectionTerms/AlternateSkewAdvection.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/AdvectionTerms/AlternateSkewAdvection.h b/solvers/IncNavierStokesSolver/AdvectionTerms/AlternateSkewAdvection.h
index e4c5aa4b11..bd80c30ea9 100644
--- a/solvers/IncNavierStokesSolver/AdvectionTerms/AlternateSkewAdvection.h
+++ b/solvers/IncNavierStokesSolver/AdvectionTerms/AlternateSkewAdvection.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/AdvectionTerms/LinearisedAdvection.cpp b/solvers/IncNavierStokesSolver/AdvectionTerms/LinearisedAdvection.cpp
index fba067cd72..4863831d17 100644
--- a/solvers/IncNavierStokesSolver/AdvectionTerms/LinearisedAdvection.cpp
+++ b/solvers/IncNavierStokesSolver/AdvectionTerms/LinearisedAdvection.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/AdvectionTerms/LinearisedAdvection.h b/solvers/IncNavierStokesSolver/AdvectionTerms/LinearisedAdvection.h
index c47f07407a..819459971d 100644
--- a/solvers/IncNavierStokesSolver/AdvectionTerms/LinearisedAdvection.h
+++ b/solvers/IncNavierStokesSolver/AdvectionTerms/LinearisedAdvection.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/AdvectionTerms/NavierStokesAdvection.cpp b/solvers/IncNavierStokesSolver/AdvectionTerms/NavierStokesAdvection.cpp
index d965a3a6db..a8a1ebecd3 100644
--- a/solvers/IncNavierStokesSolver/AdvectionTerms/NavierStokesAdvection.cpp
+++ b/solvers/IncNavierStokesSolver/AdvectionTerms/NavierStokesAdvection.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/AdvectionTerms/NavierStokesAdvection.h b/solvers/IncNavierStokesSolver/AdvectionTerms/NavierStokesAdvection.h
index 9c620b3613..0f25608b45 100644
--- a/solvers/IncNavierStokesSolver/AdvectionTerms/NavierStokesAdvection.h
+++ b/solvers/IncNavierStokesSolver/AdvectionTerms/NavierStokesAdvection.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/AdvectionTerms/NoAdvection.cpp b/solvers/IncNavierStokesSolver/AdvectionTerms/NoAdvection.cpp
index 42f798c149..8dece3151b 100644
--- a/solvers/IncNavierStokesSolver/AdvectionTerms/NoAdvection.cpp
+++ b/solvers/IncNavierStokesSolver/AdvectionTerms/NoAdvection.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/AdvectionTerms/NoAdvection.h b/solvers/IncNavierStokesSolver/AdvectionTerms/NoAdvection.h
index 5c09c1c30e..254c8ed132 100644
--- a/solvers/IncNavierStokesSolver/AdvectionTerms/NoAdvection.h
+++ b/solvers/IncNavierStokesSolver/AdvectionTerms/NoAdvection.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/AdvectionTerms/SkewSymmetricAdvection.cpp b/solvers/IncNavierStokesSolver/AdvectionTerms/SkewSymmetricAdvection.cpp
index 64ef36a1e5..57a13362b8 100644
--- a/solvers/IncNavierStokesSolver/AdvectionTerms/SkewSymmetricAdvection.cpp
+++ b/solvers/IncNavierStokesSolver/AdvectionTerms/SkewSymmetricAdvection.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/AdvectionTerms/SkewSymmetricAdvection.h b/solvers/IncNavierStokesSolver/AdvectionTerms/SkewSymmetricAdvection.h
index cee3c262c6..bbcaabc54e 100644
--- a/solvers/IncNavierStokesSolver/AdvectionTerms/SkewSymmetricAdvection.h
+++ b/solvers/IncNavierStokesSolver/AdvectionTerms/SkewSymmetricAdvection.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/EquationSystems/CoupledLinearNS.cpp b/solvers/IncNavierStokesSolver/EquationSystems/CoupledLinearNS.cpp
index 3366aca895..e02d289285 100644
--- a/solvers/IncNavierStokesSolver/EquationSystems/CoupledLinearNS.cpp
+++ b/solvers/IncNavierStokesSolver/EquationSystems/CoupledLinearNS.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/EquationSystems/CoupledLinearNS.h b/solvers/IncNavierStokesSolver/EquationSystems/CoupledLinearNS.h
index 0b8cdf690f..630f018ab0 100644
--- a/solvers/IncNavierStokesSolver/EquationSystems/CoupledLinearNS.h
+++ b/solvers/IncNavierStokesSolver/EquationSystems/CoupledLinearNS.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/EquationSystems/CoupledLocalToGlobalC0ContMap.cpp b/solvers/IncNavierStokesSolver/EquationSystems/CoupledLocalToGlobalC0ContMap.cpp
index 349d7b3a70..5a7d2892bd 100644
--- a/solvers/IncNavierStokesSolver/EquationSystems/CoupledLocalToGlobalC0ContMap.cpp
+++ b/solvers/IncNavierStokesSolver/EquationSystems/CoupledLocalToGlobalC0ContMap.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/EquationSystems/CoupledLocalToGlobalC0ContMap.h b/solvers/IncNavierStokesSolver/EquationSystems/CoupledLocalToGlobalC0ContMap.h
index 6743b2654b..93c2678183 100644
--- a/solvers/IncNavierStokesSolver/EquationSystems/CoupledLocalToGlobalC0ContMap.h
+++ b/solvers/IncNavierStokesSolver/EquationSystems/CoupledLocalToGlobalC0ContMap.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/EquationSystems/Extrapolate.cpp b/solvers/IncNavierStokesSolver/EquationSystems/Extrapolate.cpp
index db68af07e4..54f01e66bc 100644
--- a/solvers/IncNavierStokesSolver/EquationSystems/Extrapolate.cpp
+++ b/solvers/IncNavierStokesSolver/EquationSystems/Extrapolate.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/EquationSystems/Extrapolate.h b/solvers/IncNavierStokesSolver/EquationSystems/Extrapolate.h
index a000122ed0..d7ab72815e 100644
--- a/solvers/IncNavierStokesSolver/EquationSystems/Extrapolate.h
+++ b/solvers/IncNavierStokesSolver/EquationSystems/Extrapolate.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/EquationSystems/IncNavierStokes.cpp b/solvers/IncNavierStokesSolver/EquationSystems/IncNavierStokes.cpp
index e2f3bc14cf..e83a3989d5 100644
--- a/solvers/IncNavierStokesSolver/EquationSystems/IncNavierStokes.cpp
+++ b/solvers/IncNavierStokesSolver/EquationSystems/IncNavierStokes.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/EquationSystems/IncNavierStokes.h b/solvers/IncNavierStokesSolver/EquationSystems/IncNavierStokes.h
index ad45eeed5e..5b6dc1da82 100644
--- a/solvers/IncNavierStokesSolver/EquationSystems/IncNavierStokes.h
+++ b/solvers/IncNavierStokesSolver/EquationSystems/IncNavierStokes.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/EquationSystems/MappingExtrapolate.cpp b/solvers/IncNavierStokesSolver/EquationSystems/MappingExtrapolate.cpp
index d163d01a08..714b4dd316 100644
--- a/solvers/IncNavierStokesSolver/EquationSystems/MappingExtrapolate.cpp
+++ b/solvers/IncNavierStokesSolver/EquationSystems/MappingExtrapolate.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/EquationSystems/MappingExtrapolate.h b/solvers/IncNavierStokesSolver/EquationSystems/MappingExtrapolate.h
index 4d06e66d6e..df744ae00e 100644
--- a/solvers/IncNavierStokesSolver/EquationSystems/MappingExtrapolate.h
+++ b/solvers/IncNavierStokesSolver/EquationSystems/MappingExtrapolate.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/EquationSystems/StandardExtrapolate.cpp b/solvers/IncNavierStokesSolver/EquationSystems/StandardExtrapolate.cpp
index ca6a9bdb39..68f4b677ae 100644
--- a/solvers/IncNavierStokesSolver/EquationSystems/StandardExtrapolate.cpp
+++ b/solvers/IncNavierStokesSolver/EquationSystems/StandardExtrapolate.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/EquationSystems/StandardExtrapolate.h b/solvers/IncNavierStokesSolver/EquationSystems/StandardExtrapolate.h
index e3b0f17c88..8dffced6d4 100644
--- a/solvers/IncNavierStokesSolver/EquationSystems/StandardExtrapolate.h
+++ b/solvers/IncNavierStokesSolver/EquationSystems/StandardExtrapolate.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/EquationSystems/SubSteppingExtrapolate.cpp b/solvers/IncNavierStokesSolver/EquationSystems/SubSteppingExtrapolate.cpp
index a5f8fd5208..f453cbf3a7 100644
--- a/solvers/IncNavierStokesSolver/EquationSystems/SubSteppingExtrapolate.cpp
+++ b/solvers/IncNavierStokesSolver/EquationSystems/SubSteppingExtrapolate.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/EquationSystems/SubSteppingExtrapolate.h b/solvers/IncNavierStokesSolver/EquationSystems/SubSteppingExtrapolate.h
index c34148c1ba..07f66eea3c 100644
--- a/solvers/IncNavierStokesSolver/EquationSystems/SubSteppingExtrapolate.h
+++ b/solvers/IncNavierStokesSolver/EquationSystems/SubSteppingExtrapolate.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/EquationSystems/SubSteppingExtrapolateWeakPressure.cpp b/solvers/IncNavierStokesSolver/EquationSystems/SubSteppingExtrapolateWeakPressure.cpp
index 5178fd1cd4..977042159c 100644
--- a/solvers/IncNavierStokesSolver/EquationSystems/SubSteppingExtrapolateWeakPressure.cpp
+++ b/solvers/IncNavierStokesSolver/EquationSystems/SubSteppingExtrapolateWeakPressure.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/EquationSystems/SubSteppingExtrapolateWeakPressure.h b/solvers/IncNavierStokesSolver/EquationSystems/SubSteppingExtrapolateWeakPressure.h
index 71a70c1eb4..d21e3276bc 100644
--- a/solvers/IncNavierStokesSolver/EquationSystems/SubSteppingExtrapolateWeakPressure.h
+++ b/solvers/IncNavierStokesSolver/EquationSystems/SubSteppingExtrapolateWeakPressure.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/EquationSystems/VCSMapping.cpp b/solvers/IncNavierStokesSolver/EquationSystems/VCSMapping.cpp
index 288eae7fb3..16f7935e5e 100644
--- a/solvers/IncNavierStokesSolver/EquationSystems/VCSMapping.cpp
+++ b/solvers/IncNavierStokesSolver/EquationSystems/VCSMapping.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/EquationSystems/VCSMapping.h b/solvers/IncNavierStokesSolver/EquationSystems/VCSMapping.h
index 94d47df690..81c221c782 100644
--- a/solvers/IncNavierStokesSolver/EquationSystems/VCSMapping.h
+++ b/solvers/IncNavierStokesSolver/EquationSystems/VCSMapping.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/EquationSystems/VelocityCorrectionScheme.cpp b/solvers/IncNavierStokesSolver/EquationSystems/VelocityCorrectionScheme.cpp
index 4a81d847ee..ebf63b3eb9 100644
--- a/solvers/IncNavierStokesSolver/EquationSystems/VelocityCorrectionScheme.cpp
+++ b/solvers/IncNavierStokesSolver/EquationSystems/VelocityCorrectionScheme.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/EquationSystems/VelocityCorrectionScheme.h b/solvers/IncNavierStokesSolver/EquationSystems/VelocityCorrectionScheme.h
index 1610e36356..8da3415ed9 100644
--- a/solvers/IncNavierStokesSolver/EquationSystems/VelocityCorrectionScheme.h
+++ b/solvers/IncNavierStokesSolver/EquationSystems/VelocityCorrectionScheme.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/EquationSystems/VelocityCorrectionSchemeWeakPressure.cpp b/solvers/IncNavierStokesSolver/EquationSystems/VelocityCorrectionSchemeWeakPressure.cpp
index 596a6175a1..0ec8725fac 100644
--- a/solvers/IncNavierStokesSolver/EquationSystems/VelocityCorrectionSchemeWeakPressure.cpp
+++ b/solvers/IncNavierStokesSolver/EquationSystems/VelocityCorrectionSchemeWeakPressure.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/EquationSystems/VelocityCorrectionSchemeWeakPressure.h b/solvers/IncNavierStokesSolver/EquationSystems/VelocityCorrectionSchemeWeakPressure.h
index a97445878a..7a22e1202b 100644
--- a/solvers/IncNavierStokesSolver/EquationSystems/VelocityCorrectionSchemeWeakPressure.h
+++ b/solvers/IncNavierStokesSolver/EquationSystems/VelocityCorrectionSchemeWeakPressure.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/EquationSystems/WeakPressureExtrapolate.cpp b/solvers/IncNavierStokesSolver/EquationSystems/WeakPressureExtrapolate.cpp
index 06f78b79c4..c4167b55a8 100644
--- a/solvers/IncNavierStokesSolver/EquationSystems/WeakPressureExtrapolate.cpp
+++ b/solvers/IncNavierStokesSolver/EquationSystems/WeakPressureExtrapolate.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/EquationSystems/WeakPressureExtrapolate.h b/solvers/IncNavierStokesSolver/EquationSystems/WeakPressureExtrapolate.h
index 3acdd62a3c..4e31f88f55 100644
--- a/solvers/IncNavierStokesSolver/EquationSystems/WeakPressureExtrapolate.h
+++ b/solvers/IncNavierStokesSolver/EquationSystems/WeakPressureExtrapolate.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/Filters/FilterMovingBody.cpp b/solvers/IncNavierStokesSolver/Filters/FilterMovingBody.cpp
index 2b2e8130ad..97eea9d442 100644
--- a/solvers/IncNavierStokesSolver/Filters/FilterMovingBody.cpp
+++ b/solvers/IncNavierStokesSolver/Filters/FilterMovingBody.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/Filters/FilterMovingBody.h b/solvers/IncNavierStokesSolver/Filters/FilterMovingBody.h
index 5368a68ef1..4d21cce4f6 100644
--- a/solvers/IncNavierStokesSolver/Filters/FilterMovingBody.h
+++ b/solvers/IncNavierStokesSolver/Filters/FilterMovingBody.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/Filters/FilterReynoldsStresses.cpp b/solvers/IncNavierStokesSolver/Filters/FilterReynoldsStresses.cpp
index 8a6440c5f3..81de397907 100644
--- a/solvers/IncNavierStokesSolver/Filters/FilterReynoldsStresses.cpp
+++ b/solvers/IncNavierStokesSolver/Filters/FilterReynoldsStresses.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/Filters/FilterReynoldsStresses.h b/solvers/IncNavierStokesSolver/Filters/FilterReynoldsStresses.h
index fec8a0555f..b81176d976 100644
--- a/solvers/IncNavierStokesSolver/Filters/FilterReynoldsStresses.h
+++ b/solvers/IncNavierStokesSolver/Filters/FilterReynoldsStresses.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/Forcing/ForcingMovingBody.cpp b/solvers/IncNavierStokesSolver/Forcing/ForcingMovingBody.cpp
index 4b3caa7f71..d3bd6abcae 100644
--- a/solvers/IncNavierStokesSolver/Forcing/ForcingMovingBody.cpp
+++ b/solvers/IncNavierStokesSolver/Forcing/ForcingMovingBody.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/Forcing/ForcingMovingBody.h b/solvers/IncNavierStokesSolver/Forcing/ForcingMovingBody.h
index 4f9edba483..0b99d43ebb 100644
--- a/solvers/IncNavierStokesSolver/Forcing/ForcingMovingBody.h
+++ b/solvers/IncNavierStokesSolver/Forcing/ForcingMovingBody.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/Forcing/ForcingStabilityCoupledLNS.cpp b/solvers/IncNavierStokesSolver/Forcing/ForcingStabilityCoupledLNS.cpp
index 3005ea7060..03e4c43520 100644
--- a/solvers/IncNavierStokesSolver/Forcing/ForcingStabilityCoupledLNS.cpp
+++ b/solvers/IncNavierStokesSolver/Forcing/ForcingStabilityCoupledLNS.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/Forcing/ForcingStabilityCoupledLNS.h b/solvers/IncNavierStokesSolver/Forcing/ForcingStabilityCoupledLNS.h
index 24e22f631f..e579f1a269 100644
--- a/solvers/IncNavierStokesSolver/Forcing/ForcingStabilityCoupledLNS.h
+++ b/solvers/IncNavierStokesSolver/Forcing/ForcingStabilityCoupledLNS.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/IncNavierStokesSolver/IncNavierStokesSolver.cpp b/solvers/IncNavierStokesSolver/IncNavierStokesSolver.cpp
index a2e7095703..595e6d4114 100644
--- a/solvers/IncNavierStokesSolver/IncNavierStokesSolver.cpp
+++ b/solvers/IncNavierStokesSolver/IncNavierStokesSolver.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/LinearElasticSolver/EquationSystems/CoupledAssemblyMap.cpp b/solvers/LinearElasticSolver/EquationSystems/CoupledAssemblyMap.cpp
index 288cd720d5..97cf522e1d 100644
--- a/solvers/LinearElasticSolver/EquationSystems/CoupledAssemblyMap.cpp
+++ b/solvers/LinearElasticSolver/EquationSystems/CoupledAssemblyMap.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/LinearElasticSolver/EquationSystems/CoupledAssemblyMap.h b/solvers/LinearElasticSolver/EquationSystems/CoupledAssemblyMap.h
index e31be013fc..b17dee79d6 100644
--- a/solvers/LinearElasticSolver/EquationSystems/CoupledAssemblyMap.h
+++ b/solvers/LinearElasticSolver/EquationSystems/CoupledAssemblyMap.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/LinearElasticSolver/EquationSystems/IterativeElasticSystem.cpp b/solvers/LinearElasticSolver/EquationSystems/IterativeElasticSystem.cpp
index 7581ce8bb9..2774e343b3 100644
--- a/solvers/LinearElasticSolver/EquationSystems/IterativeElasticSystem.cpp
+++ b/solvers/LinearElasticSolver/EquationSystems/IterativeElasticSystem.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/LinearElasticSolver/EquationSystems/IterativeElasticSystem.h b/solvers/LinearElasticSolver/EquationSystems/IterativeElasticSystem.h
index 247223d9af..aa5abc7993 100644
--- a/solvers/LinearElasticSolver/EquationSystems/IterativeElasticSystem.h
+++ b/solvers/LinearElasticSolver/EquationSystems/IterativeElasticSystem.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/LinearElasticSolver/EquationSystems/LinearElasticSystem.cpp b/solvers/LinearElasticSolver/EquationSystems/LinearElasticSystem.cpp
index a3de4318a9..24c156b3df 100644
--- a/solvers/LinearElasticSolver/EquationSystems/LinearElasticSystem.cpp
+++ b/solvers/LinearElasticSolver/EquationSystems/LinearElasticSystem.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/LinearElasticSolver/EquationSystems/LinearElasticSystem.h b/solvers/LinearElasticSolver/EquationSystems/LinearElasticSystem.h
index e00340f3e0..1d5e5a83ec 100644
--- a/solvers/LinearElasticSolver/EquationSystems/LinearElasticSystem.h
+++ b/solvers/LinearElasticSolver/EquationSystems/LinearElasticSystem.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/LinearElasticSolver/LinearElasticSolver.cpp b/solvers/LinearElasticSolver/LinearElasticSolver.cpp
index 7dbf86ce75..218237c263 100644
--- a/solvers/LinearElasticSolver/LinearElasticSolver.cpp
+++ b/solvers/LinearElasticSolver/LinearElasticSolver.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/MMFSolver/EquationSystems/MMFMaxwell.cpp b/solvers/MMFSolver/EquationSystems/MMFMaxwell.cpp
index 1283b05877..9a18fe0564 100644
--- a/solvers/MMFSolver/EquationSystems/MMFMaxwell.cpp
+++ b/solvers/MMFSolver/EquationSystems/MMFMaxwell.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/MMFSolver/EquationSystems/MMFMaxwell.h b/solvers/MMFSolver/EquationSystems/MMFMaxwell.h
index 12ff752394..c9d69934f0 100644
--- a/solvers/MMFSolver/EquationSystems/MMFMaxwell.h
+++ b/solvers/MMFSolver/EquationSystems/MMFMaxwell.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/MMFSolver/MMFSolver.cpp b/solvers/MMFSolver/MMFSolver.cpp
index 5b9c11ccde..de138e2d27 100644
--- a/solvers/MMFSolver/MMFSolver.cpp
+++ b/solvers/MMFSolver/MMFSolver.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/PulseWaveSolver/EquationSystems/AInflow.cpp b/solvers/PulseWaveSolver/EquationSystems/AInflow.cpp
index d90fd389ef..b531ce56f0 100644
--- a/solvers/PulseWaveSolver/EquationSystems/AInflow.cpp
+++ b/solvers/PulseWaveSolver/EquationSystems/AInflow.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/PulseWaveSolver/EquationSystems/AInflow.h b/solvers/PulseWaveSolver/EquationSystems/AInflow.h
index 24ea4f7099..e25e8a6904 100644
--- a/solvers/PulseWaveSolver/EquationSystems/AInflow.h
+++ b/solvers/PulseWaveSolver/EquationSystems/AInflow.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/PulseWaveSolver/EquationSystems/ArterialPressureArea.cpp b/solvers/PulseWaveSolver/EquationSystems/ArterialPressureArea.cpp
index 8868d1c2de..f2d93a737c 100644
--- a/solvers/PulseWaveSolver/EquationSystems/ArterialPressureArea.cpp
+++ b/solvers/PulseWaveSolver/EquationSystems/ArterialPressureArea.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/PulseWaveSolver/EquationSystems/ArterialPressureArea.h b/solvers/PulseWaveSolver/EquationSystems/ArterialPressureArea.h
index 79cb3d08da..ce75c8cb5c 100644
--- a/solvers/PulseWaveSolver/EquationSystems/ArterialPressureArea.h
+++ b/solvers/PulseWaveSolver/EquationSystems/ArterialPressureArea.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/PulseWaveSolver/EquationSystems/LymphaticPressureArea.cpp b/solvers/PulseWaveSolver/EquationSystems/LymphaticPressureArea.cpp
index c4d6c6283a..0febce71b7 100644
--- a/solvers/PulseWaveSolver/EquationSystems/LymphaticPressureArea.cpp
+++ b/solvers/PulseWaveSolver/EquationSystems/LymphaticPressureArea.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/PulseWaveSolver/EquationSystems/LymphaticPressureArea.h b/solvers/PulseWaveSolver/EquationSystems/LymphaticPressureArea.h
index 39a8c1b9bc..52b8d71d34 100644
--- a/solvers/PulseWaveSolver/EquationSystems/LymphaticPressureArea.h
+++ b/solvers/PulseWaveSolver/EquationSystems/LymphaticPressureArea.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/PulseWaveSolver/EquationSystems/PulseWaveBoundary.cpp b/solvers/PulseWaveSolver/EquationSystems/PulseWaveBoundary.cpp
index 65c8111811..485ac4d1ed 100644
--- a/solvers/PulseWaveSolver/EquationSystems/PulseWaveBoundary.cpp
+++ b/solvers/PulseWaveSolver/EquationSystems/PulseWaveBoundary.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/PulseWaveSolver/EquationSystems/PulseWaveBoundary.h b/solvers/PulseWaveSolver/EquationSystems/PulseWaveBoundary.h
index b9aa40239f..8f2a2ade22 100644
--- a/solvers/PulseWaveSolver/EquationSystems/PulseWaveBoundary.h
+++ b/solvers/PulseWaveSolver/EquationSystems/PulseWaveBoundary.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/PulseWaveSolver/EquationSystems/PulseWavePressureArea.cpp b/solvers/PulseWaveSolver/EquationSystems/PulseWavePressureArea.cpp
index fbc585244b..12042e9e20 100644
--- a/solvers/PulseWaveSolver/EquationSystems/PulseWavePressureArea.cpp
+++ b/solvers/PulseWaveSolver/EquationSystems/PulseWavePressureArea.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/PulseWaveSolver/EquationSystems/PulseWavePressureArea.h b/solvers/PulseWaveSolver/EquationSystems/PulseWavePressureArea.h
index 2b9b53cc04..e171fa9756 100644
--- a/solvers/PulseWaveSolver/EquationSystems/PulseWavePressureArea.h
+++ b/solvers/PulseWaveSolver/EquationSystems/PulseWavePressureArea.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/PulseWaveSolver/EquationSystems/PulseWavePropagation.cpp b/solvers/PulseWaveSolver/EquationSystems/PulseWavePropagation.cpp
index 7f344658ef..ca76b206bf 100644
--- a/solvers/PulseWaveSolver/EquationSystems/PulseWavePropagation.cpp
+++ b/solvers/PulseWaveSolver/EquationSystems/PulseWavePropagation.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/PulseWaveSolver/EquationSystems/PulseWavePropagation.h b/solvers/PulseWaveSolver/EquationSystems/PulseWavePropagation.h
index 27971deceb..eb5a6764c7 100644
--- a/solvers/PulseWaveSolver/EquationSystems/PulseWavePropagation.h
+++ b/solvers/PulseWaveSolver/EquationSystems/PulseWavePropagation.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/PulseWaveSolver/EquationSystems/PulseWaveSystem.cpp b/solvers/PulseWaveSolver/EquationSystems/PulseWaveSystem.cpp
index f07443e985..14331cf8e0 100755
--- a/solvers/PulseWaveSolver/EquationSystems/PulseWaveSystem.cpp
+++ b/solvers/PulseWaveSolver/EquationSystems/PulseWaveSystem.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/PulseWaveSolver/EquationSystems/PulseWaveSystem.h b/solvers/PulseWaveSolver/EquationSystems/PulseWaveSystem.h
index 882de6c8e5..ca1133786e 100755
--- a/solvers/PulseWaveSolver/EquationSystems/PulseWaveSystem.h
+++ b/solvers/PulseWaveSolver/EquationSystems/PulseWaveSystem.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/PulseWaveSolver/EquationSystems/QInflow.cpp b/solvers/PulseWaveSolver/EquationSystems/QInflow.cpp
index 399518d3cd..c4d0ac0220 100644
--- a/solvers/PulseWaveSolver/EquationSystems/QInflow.cpp
+++ b/solvers/PulseWaveSolver/EquationSystems/QInflow.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/PulseWaveSolver/EquationSystems/QInflow.h b/solvers/PulseWaveSolver/EquationSystems/QInflow.h
index 1182ac2801..bd76ddd730 100644
--- a/solvers/PulseWaveSolver/EquationSystems/QInflow.h
+++ b/solvers/PulseWaveSolver/EquationSystems/QInflow.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/PulseWaveSolver/EquationSystems/RCROutflow.cpp b/solvers/PulseWaveSolver/EquationSystems/RCROutflow.cpp
index 231262b4cc..cc6f2ac49a 100644
--- a/solvers/PulseWaveSolver/EquationSystems/RCROutflow.cpp
+++ b/solvers/PulseWaveSolver/EquationSystems/RCROutflow.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/PulseWaveSolver/EquationSystems/RCROutflow.h b/solvers/PulseWaveSolver/EquationSystems/RCROutflow.h
index bfc9ee1a57..a785138841 100644
--- a/solvers/PulseWaveSolver/EquationSystems/RCROutflow.h
+++ b/solvers/PulseWaveSolver/EquationSystems/RCROutflow.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/PulseWaveSolver/EquationSystems/ROutflow.cpp b/solvers/PulseWaveSolver/EquationSystems/ROutflow.cpp
index 044947f044..9f8346b8c1 100644
--- a/solvers/PulseWaveSolver/EquationSystems/ROutflow.cpp
+++ b/solvers/PulseWaveSolver/EquationSystems/ROutflow.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/PulseWaveSolver/EquationSystems/ROutflow.h b/solvers/PulseWaveSolver/EquationSystems/ROutflow.h
index 04e9c236c5..fa38e030e8 100644
--- a/solvers/PulseWaveSolver/EquationSystems/ROutflow.h
+++ b/solvers/PulseWaveSolver/EquationSystems/ROutflow.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/PulseWaveSolver/EquationSystems/TerminalOutflow.cpp b/solvers/PulseWaveSolver/EquationSystems/TerminalOutflow.cpp
index ed1f6b5967..9970e392c6 100644
--- a/solvers/PulseWaveSolver/EquationSystems/TerminalOutflow.cpp
+++ b/solvers/PulseWaveSolver/EquationSystems/TerminalOutflow.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/PulseWaveSolver/EquationSystems/TerminalOutflow.h b/solvers/PulseWaveSolver/EquationSystems/TerminalOutflow.h
index 0e1314b6c7..9d6100571e 100644
--- a/solvers/PulseWaveSolver/EquationSystems/TerminalOutflow.h
+++ b/solvers/PulseWaveSolver/EquationSystems/TerminalOutflow.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/PulseWaveSolver/EquationSystems/TimeDependentInflow.cpp b/solvers/PulseWaveSolver/EquationSystems/TimeDependentInflow.cpp
index 0e496f44b2..aca6559341 100644
--- a/solvers/PulseWaveSolver/EquationSystems/TimeDependentInflow.cpp
+++ b/solvers/PulseWaveSolver/EquationSystems/TimeDependentInflow.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/PulseWaveSolver/EquationSystems/TimeDependentInflow.h b/solvers/PulseWaveSolver/EquationSystems/TimeDependentInflow.h
index 41a0d49e6e..c29c3f432d 100644
--- a/solvers/PulseWaveSolver/EquationSystems/TimeDependentInflow.h
+++ b/solvers/PulseWaveSolver/EquationSystems/TimeDependentInflow.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/PulseWaveSolver/EquationSystems/UInflow.cpp b/solvers/PulseWaveSolver/EquationSystems/UInflow.cpp
index 3cc5155ec1..8595fa502f 100644
--- a/solvers/PulseWaveSolver/EquationSystems/UInflow.cpp
+++ b/solvers/PulseWaveSolver/EquationSystems/UInflow.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/PulseWaveSolver/EquationSystems/UInflow.h b/solvers/PulseWaveSolver/EquationSystems/UInflow.h
index 7e730fb0fd..70f0b4998c 100644
--- a/solvers/PulseWaveSolver/EquationSystems/UInflow.h
+++ b/solvers/PulseWaveSolver/EquationSystems/UInflow.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/PulseWaveSolver/EquationSystems/UndefinedInOutflow.cpp b/solvers/PulseWaveSolver/EquationSystems/UndefinedInOutflow.cpp
index 55eb4973c1..c20c1c8c8b 100644
--- a/solvers/PulseWaveSolver/EquationSystems/UndefinedInOutflow.cpp
+++ b/solvers/PulseWaveSolver/EquationSystems/UndefinedInOutflow.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/PulseWaveSolver/EquationSystems/UndefinedInOutflow.h b/solvers/PulseWaveSolver/EquationSystems/UndefinedInOutflow.h
index bb20c5fa62..bdd5fde9e0 100644
--- a/solvers/PulseWaveSolver/EquationSystems/UndefinedInOutflow.h
+++ b/solvers/PulseWaveSolver/EquationSystems/UndefinedInOutflow.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/PulseWaveSolver/PulseWaveSolver.cpp b/solvers/PulseWaveSolver/PulseWaveSolver.cpp
index 5db6004fbc..f85ba50734 100644
--- a/solvers/PulseWaveSolver/PulseWaveSolver.cpp
+++ b/solvers/PulseWaveSolver/PulseWaveSolver.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/PulseWaveSolver/RiemannSolvers/UpwindPulseSolver.cpp b/solvers/PulseWaveSolver/RiemannSolvers/UpwindPulseSolver.cpp
index d1350fe3dc..5118d77c37 100644
--- a/solvers/PulseWaveSolver/RiemannSolvers/UpwindPulseSolver.cpp
+++ b/solvers/PulseWaveSolver/RiemannSolvers/UpwindPulseSolver.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/PulseWaveSolver/RiemannSolvers/UpwindPulseSolver.h b/solvers/PulseWaveSolver/RiemannSolvers/UpwindPulseSolver.h
index 4bfe225f49..5eadb62b84 100644
--- a/solvers/PulseWaveSolver/RiemannSolvers/UpwindPulseSolver.h
+++ b/solvers/PulseWaveSolver/RiemannSolvers/UpwindPulseSolver.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/PulseWaveSolver/Utilities/PulseWaveSystemOutput.cpp b/solvers/PulseWaveSolver/Utilities/PulseWaveSystemOutput.cpp
index 01214c3fbd..208df6099e 100644
--- a/solvers/PulseWaveSolver/Utilities/PulseWaveSystemOutput.cpp
+++ b/solvers/PulseWaveSolver/Utilities/PulseWaveSystemOutput.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/PulseWaveSolver/Utilities/PulseWaveSystemOutput.h b/solvers/PulseWaveSolver/Utilities/PulseWaveSystemOutput.h
index 8cc84e2576..bf04cd4655 100644
--- a/solvers/PulseWaveSolver/Utilities/PulseWaveSystemOutput.h
+++ b/solvers/PulseWaveSolver/Utilities/PulseWaveSystemOutput.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ShallowWaterSolver/EquationSystems/LinearSWE.cpp b/solvers/ShallowWaterSolver/EquationSystems/LinearSWE.cpp
index f32411e12d..8ec884bdd9 100644
--- a/solvers/ShallowWaterSolver/EquationSystems/LinearSWE.cpp
+++ b/solvers/ShallowWaterSolver/EquationSystems/LinearSWE.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ShallowWaterSolver/EquationSystems/LinearSWE.h b/solvers/ShallowWaterSolver/EquationSystems/LinearSWE.h
index c13f4fd04a..4245d4f9cf 100644
--- a/solvers/ShallowWaterSolver/EquationSystems/LinearSWE.h
+++ b/solvers/ShallowWaterSolver/EquationSystems/LinearSWE.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ShallowWaterSolver/EquationSystems/MMFSWE.cpp b/solvers/ShallowWaterSolver/EquationSystems/MMFSWE.cpp
index d52e97eb1b..1c946bbc83 100644
--- a/solvers/ShallowWaterSolver/EquationSystems/MMFSWE.cpp
+++ b/solvers/ShallowWaterSolver/EquationSystems/MMFSWE.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ShallowWaterSolver/EquationSystems/MMFSWE.h b/solvers/ShallowWaterSolver/EquationSystems/MMFSWE.h
index 6f3756f74a..d6b72b9819 100644
--- a/solvers/ShallowWaterSolver/EquationSystems/MMFSWE.h
+++ b/solvers/ShallowWaterSolver/EquationSystems/MMFSWE.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ShallowWaterSolver/EquationSystems/NonlinearPeregrine.cpp b/solvers/ShallowWaterSolver/EquationSystems/NonlinearPeregrine.cpp
index 89ddd72f35..cfb91dd695 100644
--- a/solvers/ShallowWaterSolver/EquationSystems/NonlinearPeregrine.cpp
+++ b/solvers/ShallowWaterSolver/EquationSystems/NonlinearPeregrine.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ShallowWaterSolver/EquationSystems/NonlinearPeregrine.h b/solvers/ShallowWaterSolver/EquationSystems/NonlinearPeregrine.h
index ad210a2161..05ba4d1914 100644
--- a/solvers/ShallowWaterSolver/EquationSystems/NonlinearPeregrine.h
+++ b/solvers/ShallowWaterSolver/EquationSystems/NonlinearPeregrine.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ShallowWaterSolver/EquationSystems/NonlinearSWE.cpp b/solvers/ShallowWaterSolver/EquationSystems/NonlinearSWE.cpp
index 42ddea83fc..9080689926 100644
--- a/solvers/ShallowWaterSolver/EquationSystems/NonlinearSWE.cpp
+++ b/solvers/ShallowWaterSolver/EquationSystems/NonlinearSWE.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ShallowWaterSolver/EquationSystems/NonlinearSWE.h b/solvers/ShallowWaterSolver/EquationSystems/NonlinearSWE.h
index e3937ebfce..a1fa17b554 100644
--- a/solvers/ShallowWaterSolver/EquationSystems/NonlinearSWE.h
+++ b/solvers/ShallowWaterSolver/EquationSystems/NonlinearSWE.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ShallowWaterSolver/EquationSystems/ShallowWaterSystem.cpp b/solvers/ShallowWaterSolver/EquationSystems/ShallowWaterSystem.cpp
index cc7639331c..6740123d59 100644
--- a/solvers/ShallowWaterSolver/EquationSystems/ShallowWaterSystem.cpp
+++ b/solvers/ShallowWaterSolver/EquationSystems/ShallowWaterSystem.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ShallowWaterSolver/EquationSystems/ShallowWaterSystem.h b/solvers/ShallowWaterSolver/EquationSystems/ShallowWaterSystem.h
index bf74f1d02c..adbafe4075 100644
--- a/solvers/ShallowWaterSolver/EquationSystems/ShallowWaterSystem.h
+++ b/solvers/ShallowWaterSolver/EquationSystems/ShallowWaterSystem.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ShallowWaterSolver/RiemannSolvers/AverageSolver.cpp b/solvers/ShallowWaterSolver/RiemannSolvers/AverageSolver.cpp
index 88a092d72b..6cd932eaad 100644
--- a/solvers/ShallowWaterSolver/RiemannSolvers/AverageSolver.cpp
+++ b/solvers/ShallowWaterSolver/RiemannSolvers/AverageSolver.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ShallowWaterSolver/RiemannSolvers/AverageSolver.h b/solvers/ShallowWaterSolver/RiemannSolvers/AverageSolver.h
index 66b4696d7a..d332d609b7 100644
--- a/solvers/ShallowWaterSolver/RiemannSolvers/AverageSolver.h
+++ b/solvers/ShallowWaterSolver/RiemannSolvers/AverageSolver.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ShallowWaterSolver/RiemannSolvers/HLLCSolver.cpp b/solvers/ShallowWaterSolver/RiemannSolvers/HLLCSolver.cpp
index d25a2d8ff2..044929e5a2 100644
--- a/solvers/ShallowWaterSolver/RiemannSolvers/HLLCSolver.cpp
+++ b/solvers/ShallowWaterSolver/RiemannSolvers/HLLCSolver.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ShallowWaterSolver/RiemannSolvers/HLLCSolver.h b/solvers/ShallowWaterSolver/RiemannSolvers/HLLCSolver.h
index 8fcddd5104..2e514704d0 100644
--- a/solvers/ShallowWaterSolver/RiemannSolvers/HLLCSolver.h
+++ b/solvers/ShallowWaterSolver/RiemannSolvers/HLLCSolver.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ShallowWaterSolver/RiemannSolvers/HLLSolver.cpp b/solvers/ShallowWaterSolver/RiemannSolvers/HLLSolver.cpp
index d92b27c34a..a5759c8982 100644
--- a/solvers/ShallowWaterSolver/RiemannSolvers/HLLSolver.cpp
+++ b/solvers/ShallowWaterSolver/RiemannSolvers/HLLSolver.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ShallowWaterSolver/RiemannSolvers/HLLSolver.h b/solvers/ShallowWaterSolver/RiemannSolvers/HLLSolver.h
index dca908d73d..0bedde25a6 100644
--- a/solvers/ShallowWaterSolver/RiemannSolvers/HLLSolver.h
+++ b/solvers/ShallowWaterSolver/RiemannSolvers/HLLSolver.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ShallowWaterSolver/RiemannSolvers/LaxFriedrichsSolver.cpp b/solvers/ShallowWaterSolver/RiemannSolvers/LaxFriedrichsSolver.cpp
index 11d7d4f089..ce4058611b 100644
--- a/solvers/ShallowWaterSolver/RiemannSolvers/LaxFriedrichsSolver.cpp
+++ b/solvers/ShallowWaterSolver/RiemannSolvers/LaxFriedrichsSolver.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ShallowWaterSolver/RiemannSolvers/LaxFriedrichsSolver.h b/solvers/ShallowWaterSolver/RiemannSolvers/LaxFriedrichsSolver.h
index 99892888df..3f4ff6169b 100644
--- a/solvers/ShallowWaterSolver/RiemannSolvers/LaxFriedrichsSolver.h
+++ b/solvers/ShallowWaterSolver/RiemannSolvers/LaxFriedrichsSolver.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ShallowWaterSolver/RiemannSolvers/LinearAverageSolver.cpp b/solvers/ShallowWaterSolver/RiemannSolvers/LinearAverageSolver.cpp
index fc34d0a2c8..fb658499ef 100644
--- a/solvers/ShallowWaterSolver/RiemannSolvers/LinearAverageSolver.cpp
+++ b/solvers/ShallowWaterSolver/RiemannSolvers/LinearAverageSolver.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ShallowWaterSolver/RiemannSolvers/LinearAverageSolver.h b/solvers/ShallowWaterSolver/RiemannSolvers/LinearAverageSolver.h
index 56282b5307..a082d0d46a 100644
--- a/solvers/ShallowWaterSolver/RiemannSolvers/LinearAverageSolver.h
+++ b/solvers/ShallowWaterSolver/RiemannSolvers/LinearAverageSolver.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ShallowWaterSolver/RiemannSolvers/LinearHLLSolver.cpp b/solvers/ShallowWaterSolver/RiemannSolvers/LinearHLLSolver.cpp
index 12e41a6656..f629ce3e4a 100644
--- a/solvers/ShallowWaterSolver/RiemannSolvers/LinearHLLSolver.cpp
+++ b/solvers/ShallowWaterSolver/RiemannSolvers/LinearHLLSolver.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ShallowWaterSolver/RiemannSolvers/LinearHLLSolver.h b/solvers/ShallowWaterSolver/RiemannSolvers/LinearHLLSolver.h
index 99f12ada86..88e4f1787f 100644
--- a/solvers/ShallowWaterSolver/RiemannSolvers/LinearHLLSolver.h
+++ b/solvers/ShallowWaterSolver/RiemannSolvers/LinearHLLSolver.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ShallowWaterSolver/RiemannSolvers/LinearSWESolver.cpp b/solvers/ShallowWaterSolver/RiemannSolvers/LinearSWESolver.cpp
index 72003b7169..6aa22af2bd 100644
--- a/solvers/ShallowWaterSolver/RiemannSolvers/LinearSWESolver.cpp
+++ b/solvers/ShallowWaterSolver/RiemannSolvers/LinearSWESolver.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ShallowWaterSolver/RiemannSolvers/LinearSWESolver.h b/solvers/ShallowWaterSolver/RiemannSolvers/LinearSWESolver.h
index b13fe6f4c9..c838601727 100644
--- a/solvers/ShallowWaterSolver/RiemannSolvers/LinearSWESolver.h
+++ b/solvers/ShallowWaterSolver/RiemannSolvers/LinearSWESolver.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ShallowWaterSolver/RiemannSolvers/NoSolver.cpp b/solvers/ShallowWaterSolver/RiemannSolvers/NoSolver.cpp
index 70cca60430..7c7511679c 100644
--- a/solvers/ShallowWaterSolver/RiemannSolvers/NoSolver.cpp
+++ b/solvers/ShallowWaterSolver/RiemannSolvers/NoSolver.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ShallowWaterSolver/RiemannSolvers/NoSolver.h b/solvers/ShallowWaterSolver/RiemannSolvers/NoSolver.h
index 7f8c555bd1..9df89c9d78 100644
--- a/solvers/ShallowWaterSolver/RiemannSolvers/NoSolver.h
+++ b/solvers/ShallowWaterSolver/RiemannSolvers/NoSolver.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ShallowWaterSolver/RiemannSolvers/NonlinearSWESolver.cpp b/solvers/ShallowWaterSolver/RiemannSolvers/NonlinearSWESolver.cpp
index 1d1320cfe0..4240d86e8c 100644
--- a/solvers/ShallowWaterSolver/RiemannSolvers/NonlinearSWESolver.cpp
+++ b/solvers/ShallowWaterSolver/RiemannSolvers/NonlinearSWESolver.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ShallowWaterSolver/RiemannSolvers/NonlinearSWESolver.h b/solvers/ShallowWaterSolver/RiemannSolvers/NonlinearSWESolver.h
index 32c7aecf97..81c84adcdf 100644
--- a/solvers/ShallowWaterSolver/RiemannSolvers/NonlinearSWESolver.h
+++ b/solvers/ShallowWaterSolver/RiemannSolvers/NonlinearSWESolver.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/ShallowWaterSolver/ShallowWaterSolver.cpp b/solvers/ShallowWaterSolver/ShallowWaterSolver.cpp
index dbd849eb42..91d61b44c5 100644
--- a/solvers/ShallowWaterSolver/ShallowWaterSolver.cpp
+++ b/solvers/ShallowWaterSolver/ShallowWaterSolver.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/VortexWaveInteraction/CalcL2ToLinfPressure.cpp b/solvers/VortexWaveInteraction/CalcL2ToLinfPressure.cpp
index b5b559f34d..2a335c2870 100644
--- a/solvers/VortexWaveInteraction/CalcL2ToLinfPressure.cpp
+++ b/solvers/VortexWaveInteraction/CalcL2ToLinfPressure.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/VortexWaveInteraction/CalcVWIplusPressure.cpp b/solvers/VortexWaveInteraction/CalcVWIplusPressure.cpp
index e97d3b7bd9..8122672ad7 100644
--- a/solvers/VortexWaveInteraction/CalcVWIplusPressure.cpp
+++ b/solvers/VortexWaveInteraction/CalcVWIplusPressure.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/VortexWaveInteraction/ExtractCriticalLayer.cpp b/solvers/VortexWaveInteraction/ExtractCriticalLayer.cpp
index 7a52e760be..4dc11f0a29 100644
--- a/solvers/VortexWaveInteraction/ExtractCriticalLayer.cpp
+++ b/solvers/VortexWaveInteraction/ExtractCriticalLayer.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/VortexWaveInteraction/VortexWaveInteraction.cpp b/solvers/VortexWaveInteraction/VortexWaveInteraction.cpp
index 3159da8216..47d689e7b0 100644
--- a/solvers/VortexWaveInteraction/VortexWaveInteraction.cpp
+++ b/solvers/VortexWaveInteraction/VortexWaveInteraction.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/VortexWaveInteraction/VortexWaveInteraction.h b/solvers/VortexWaveInteraction/VortexWaveInteraction.h
index 6d9caa32d6..5474a4dc64 100644
--- a/solvers/VortexWaveInteraction/VortexWaveInteraction.h
+++ b/solvers/VortexWaveInteraction/VortexWaveInteraction.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/VortexWaveInteraction/VortexWaveInteractionSolver.cpp b/solvers/VortexWaveInteraction/VortexWaveInteractionSolver.cpp
index 9aa8a2db97..bc5e39d7a7 100644
--- a/solvers/VortexWaveInteraction/VortexWaveInteractionSolver.cpp
+++ b/solvers/VortexWaveInteraction/VortexWaveInteractionSolver.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/VortexWaveInteraction/utilities/ExpandMeshByRotation.cpp b/solvers/VortexWaveInteraction/utilities/ExpandMeshByRotation.cpp
index 414ade815b..2184e04cda 100644
--- a/solvers/VortexWaveInteraction/utilities/ExpandMeshByRotation.cpp
+++ b/solvers/VortexWaveInteraction/utilities/ExpandMeshByRotation.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/VortexWaveInteraction/utilities/ExtractCriticalLayer.cpp b/solvers/VortexWaveInteraction/utilities/ExtractCriticalLayer.cpp
index bf92704c34..a900f7d68a 100644
--- a/solvers/VortexWaveInteraction/utilities/ExtractCriticalLayer.cpp
+++ b/solvers/VortexWaveInteraction/utilities/ExtractCriticalLayer.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/VortexWaveInteraction/utilities/ExtractCriticalLayerFunctions.cpp b/solvers/VortexWaveInteraction/utilities/ExtractCriticalLayerFunctions.cpp
index 249ef714aa..7e1d0fdc80 100644
--- a/solvers/VortexWaveInteraction/utilities/ExtractCriticalLayerFunctions.cpp
+++ b/solvers/VortexWaveInteraction/utilities/ExtractCriticalLayerFunctions.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/VortexWaveInteraction/utilities/ExtractCriticalLayerFunctions.h b/solvers/VortexWaveInteraction/utilities/ExtractCriticalLayerFunctions.h
index 0711e7b1ea..2f0b32268b 100644
--- a/solvers/VortexWaveInteraction/utilities/ExtractCriticalLayerFunctions.h
+++ b/solvers/VortexWaveInteraction/utilities/ExtractCriticalLayerFunctions.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/VortexWaveInteraction/utilities/MeshMove.cpp b/solvers/VortexWaveInteraction/utilities/MeshMove.cpp
index 7d3b005ca4..5534489679 100644
--- a/solvers/VortexWaveInteraction/utilities/MeshMove.cpp
+++ b/solvers/VortexWaveInteraction/utilities/MeshMove.cpp
@@ -11,7 +11,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/solvers/VortexWaveInteraction/utilities/MoveMeshToCriticalLayer.cpp b/solvers/VortexWaveInteraction/utilities/MoveMeshToCriticalLayer.cpp
index 5e34b29353..645167d14a 100644
--- a/solvers/VortexWaveInteraction/utilities/MoveMeshToCriticalLayer.cpp
+++ b/solvers/VortexWaveInteraction/utilities/MoveMeshToCriticalLayer.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/templates/executable/EquationSystems/Laplace.cpp b/templates/executable/EquationSystems/Laplace.cpp
index eb2612ecf1..4b1bb23b80 100644
--- a/templates/executable/EquationSystems/Laplace.cpp
+++ b/templates/executable/EquationSystems/Laplace.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/templates/executable/EquationSystems/Laplace.h b/templates/executable/EquationSystems/Laplace.h
index 6f1d92e4f1..14756576e0 100644
--- a/templates/executable/EquationSystems/Laplace.h
+++ b/templates/executable/EquationSystems/Laplace.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/templates/executable/ExampleSolver.cpp b/templates/executable/ExampleSolver.cpp
index b2a7dcbece..a71559200c 100644
--- a/templates/executable/ExampleSolver.cpp
+++ b/templates/executable/ExampleSolver.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/tests/Metric.cpp b/tests/Metric.cpp
index ef201244bb..a9e0341b89 100644
--- a/tests/Metric.cpp
+++ b/tests/Metric.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/tests/Metric.h b/tests/Metric.h
index f184d13e04..fa7b4b4a4e 100644
--- a/tests/Metric.h
+++ b/tests/Metric.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/tests/MetricEigenvalue.cpp b/tests/MetricEigenvalue.cpp
index f4df65bfe1..b2c8c23b8a 100644
--- a/tests/MetricEigenvalue.cpp
+++ b/tests/MetricEigenvalue.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/tests/MetricEigenvalue.h b/tests/MetricEigenvalue.h
index 261ad0c342..68cdaf24d9 100644
--- a/tests/MetricEigenvalue.h
+++ b/tests/MetricEigenvalue.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/tests/MetricFile.cpp b/tests/MetricFile.cpp
index 10c74ff50b..26841503e0 100644
--- a/tests/MetricFile.cpp
+++ b/tests/MetricFile.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/tests/MetricFile.h b/tests/MetricFile.h
index 58a1b89d6d..f311a11da0 100644
--- a/tests/MetricFile.h
+++ b/tests/MetricFile.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/tests/MetricL2.cpp b/tests/MetricL2.cpp
index e4539a3dbc..82c045b96c 100644
--- a/tests/MetricL2.cpp
+++ b/tests/MetricL2.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/tests/MetricL2.h b/tests/MetricL2.h
index 52c2287a46..a34c7a9164 100644
--- a/tests/MetricL2.h
+++ b/tests/MetricL2.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/tests/MetricLInf.cpp b/tests/MetricLInf.cpp
index 00d8d5e9e4..d140d28228 100644
--- a/tests/MetricLInf.cpp
+++ b/tests/MetricLInf.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/tests/MetricLInf.h b/tests/MetricLInf.h
index b2e88f5498..5feab7b38b 100644
--- a/tests/MetricLInf.h
+++ b/tests/MetricLInf.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/tests/MetricPrecon.cpp b/tests/MetricPrecon.cpp
index de433469d8..b5e85d9c18 100644
--- a/tests/MetricPrecon.cpp
+++ b/tests/MetricPrecon.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/tests/MetricPrecon.h b/tests/MetricPrecon.h
index d05c95d50f..1e8f792c9c 100644
--- a/tests/MetricPrecon.h
+++ b/tests/MetricPrecon.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/tests/MetricRegex.cpp b/tests/MetricRegex.cpp
index 129f830de1..656239af71 100644
--- a/tests/MetricRegex.cpp
+++ b/tests/MetricRegex.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/tests/MetricRegex.h b/tests/MetricRegex.h
index 0c3fa6e650..ed6f98bd1e 100644
--- a/tests/MetricRegex.h
+++ b/tests/MetricRegex.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/tests/TestData.cpp b/tests/TestData.cpp
index 29ddb01b04..a93bf4c4a3 100644
--- a/tests/TestData.cpp
+++ b/tests/TestData.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/tests/TestData.h b/tests/TestData.h
index 0cf6336e57..6cdc207ee6 100644
--- a/tests/TestData.h
+++ b/tests/TestData.h
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/tests/TestException.hpp b/tests/TestException.hpp
index 92f3554639..9c129c8005 100644
--- a/tests/TestException.hpp
+++ b/tests/TestException.hpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/tests/Tester.cpp.in b/tests/Tester.cpp.in
index 9543b5e255..9a8303e0d4 100644
--- a/tests/Tester.cpp.in
+++ b/tests/Tester.cpp.in
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/utilities/Extras/VtkToPng.cpp b/utilities/Extras/VtkToPng.cpp
index 3b943d3a9c..3ba54eae7a 100644
--- a/utilities/Extras/VtkToPng.cpp
+++ b/utilities/Extras/VtkToPng.cpp
@@ -10,7 +10,6 @@
 // Department of Aeronautics, Imperial College London (UK), and Scientific
 // Computing and Imaging Institute, University of Utah (USA).
 //
-// License for the specific language governing rights and limitations under
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
 // to deal in the Software without restriction, including without limitation
diff --git a/utilities/FieldConvert/FieldConvert.cpp b/utilities/FieldConvert/FieldConvert.cpp
index d33dc4f838..21375379d2 100644
--- a/utilities/FieldConvert/FieldConvert.cpp
+++ b/utilities/FieldConvert/FieldConvert.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and laimitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/InputModules/InputGmsh.cpp b/utilities/NekMesh/InputModules/InputGmsh.cpp
index b3527bf2c5..059cb47e12 100644
--- a/utilities/NekMesh/InputModules/InputGmsh.cpp
+++ b/utilities/NekMesh/InputModules/InputGmsh.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/InputModules/InputGmsh.h b/utilities/NekMesh/InputModules/InputGmsh.h
index b7cc3e30f2..e4a050b675 100644
--- a/utilities/NekMesh/InputModules/InputGmsh.h
+++ b/utilities/NekMesh/InputModules/InputGmsh.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/InputModules/InputMCF.cpp b/utilities/NekMesh/InputModules/InputMCF.cpp
index 8309bc2c18..82dc9f66e8 100644
--- a/utilities/NekMesh/InputModules/InputMCF.cpp
+++ b/utilities/NekMesh/InputModules/InputMCF.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/InputModules/InputMCF.h b/utilities/NekMesh/InputModules/InputMCF.h
index d6a6f2ee51..65274106cc 100644
--- a/utilities/NekMesh/InputModules/InputMCF.h
+++ b/utilities/NekMesh/InputModules/InputMCF.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/InputModules/InputNek.cpp b/utilities/NekMesh/InputModules/InputNek.cpp
index e2b93b39cb..0c9356140a 100644
--- a/utilities/NekMesh/InputModules/InputNek.cpp
+++ b/utilities/NekMesh/InputModules/InputNek.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/InputModules/InputNek.h b/utilities/NekMesh/InputModules/InputNek.h
index 30c16b1650..5dd9ef0424 100644
--- a/utilities/NekMesh/InputModules/InputNek.h
+++ b/utilities/NekMesh/InputModules/InputNek.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/InputModules/InputNek5000.cpp b/utilities/NekMesh/InputModules/InputNek5000.cpp
index b598b2497e..b28022172a 100644
--- a/utilities/NekMesh/InputModules/InputNek5000.cpp
+++ b/utilities/NekMesh/InputModules/InputNek5000.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/InputModules/InputNek5000.h b/utilities/NekMesh/InputModules/InputNek5000.h
index a714d5f276..255d5f5c9c 100644
--- a/utilities/NekMesh/InputModules/InputNek5000.h
+++ b/utilities/NekMesh/InputModules/InputNek5000.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/InputModules/InputNekpp.cpp b/utilities/NekMesh/InputModules/InputNekpp.cpp
index 99b82b379b..b053f53a8c 100644
--- a/utilities/NekMesh/InputModules/InputNekpp.cpp
+++ b/utilities/NekMesh/InputModules/InputNekpp.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/InputModules/InputNekpp.h b/utilities/NekMesh/InputModules/InputNekpp.h
index 27bdce9513..05d9237d89 100644
--- a/utilities/NekMesh/InputModules/InputNekpp.h
+++ b/utilities/NekMesh/InputModules/InputNekpp.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/InputModules/InputPly.cpp b/utilities/NekMesh/InputModules/InputPly.cpp
index 554a4586e7..e865c1dc41 100644
--- a/utilities/NekMesh/InputModules/InputPly.cpp
+++ b/utilities/NekMesh/InputModules/InputPly.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/InputModules/InputPly.h b/utilities/NekMesh/InputModules/InputPly.h
index d58abf0c23..74aca1ec70 100644
--- a/utilities/NekMesh/InputModules/InputPly.h
+++ b/utilities/NekMesh/InputModules/InputPly.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/InputModules/InputSem.cpp b/utilities/NekMesh/InputModules/InputSem.cpp
index 2f27c7c21c..904fb2fae2 100644
--- a/utilities/NekMesh/InputModules/InputSem.cpp
+++ b/utilities/NekMesh/InputModules/InputSem.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/InputModules/InputSem.h b/utilities/NekMesh/InputModules/InputSem.h
index d70c30f311..9affef3739 100644
--- a/utilities/NekMesh/InputModules/InputSem.h
+++ b/utilities/NekMesh/InputModules/InputSem.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/InputModules/InputStar.cpp b/utilities/NekMesh/InputModules/InputStar.cpp
index 8157684f25..a287bc2754 100644
--- a/utilities/NekMesh/InputModules/InputStar.cpp
+++ b/utilities/NekMesh/InputModules/InputStar.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/InputModules/InputStar.h b/utilities/NekMesh/InputModules/InputStar.h
index f92f5a3550..837942cec2 100644
--- a/utilities/NekMesh/InputModules/InputStar.h
+++ b/utilities/NekMesh/InputModules/InputStar.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/InputModules/InputStarTec.cpp b/utilities/NekMesh/InputModules/InputStarTec.cpp
index 84f214ceea..18847439fa 100644
--- a/utilities/NekMesh/InputModules/InputStarTec.cpp
+++ b/utilities/NekMesh/InputModules/InputStarTec.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/InputModules/InputStarTec.h b/utilities/NekMesh/InputModules/InputStarTec.h
index 430b351c91..410f154ef9 100644
--- a/utilities/NekMesh/InputModules/InputStarTec.h
+++ b/utilities/NekMesh/InputModules/InputStarTec.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/InputModules/InputSwan.cpp b/utilities/NekMesh/InputModules/InputSwan.cpp
index 91f41ae626..c817071a67 100644
--- a/utilities/NekMesh/InputModules/InputSwan.cpp
+++ b/utilities/NekMesh/InputModules/InputSwan.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/InputModules/InputSwan.h b/utilities/NekMesh/InputModules/InputSwan.h
index 5eb2ded9dd..c65db00d66 100644
--- a/utilities/NekMesh/InputModules/InputSwan.h
+++ b/utilities/NekMesh/InputModules/InputSwan.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/InputModules/InputVtk.cpp b/utilities/NekMesh/InputModules/InputVtk.cpp
index 9ae719d353..4cb5f9f03f 100644
--- a/utilities/NekMesh/InputModules/InputVtk.cpp
+++ b/utilities/NekMesh/InputModules/InputVtk.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/InputModules/InputVtk.h b/utilities/NekMesh/InputModules/InputVtk.h
index cfde762f65..9ea6cf7c50 100644
--- a/utilities/NekMesh/InputModules/InputVtk.h
+++ b/utilities/NekMesh/InputModules/InputVtk.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/NekMesh.cpp b/utilities/NekMesh/NekMesh.cpp
index 5842094b16..a32347f23e 100644
--- a/utilities/NekMesh/NekMesh.cpp
+++ b/utilities/NekMesh/NekMesh.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/OutputModules/OutputGmsh.cpp b/utilities/NekMesh/OutputModules/OutputGmsh.cpp
index f8a017ee32..753113425b 100644
--- a/utilities/NekMesh/OutputModules/OutputGmsh.cpp
+++ b/utilities/NekMesh/OutputModules/OutputGmsh.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/OutputModules/OutputGmsh.h b/utilities/NekMesh/OutputModules/OutputGmsh.h
index 7a974281f3..48f2203419 100644
--- a/utilities/NekMesh/OutputModules/OutputGmsh.h
+++ b/utilities/NekMesh/OutputModules/OutputGmsh.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/OutputModules/OutputNekpp.cpp b/utilities/NekMesh/OutputModules/OutputNekpp.cpp
index 4c2e72d2d3..cf94d46d9e 100644
--- a/utilities/NekMesh/OutputModules/OutputNekpp.cpp
+++ b/utilities/NekMesh/OutputModules/OutputNekpp.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/OutputModules/OutputNekpp.h b/utilities/NekMesh/OutputModules/OutputNekpp.h
index 9c60d86141..ca2b19cde2 100644
--- a/utilities/NekMesh/OutputModules/OutputNekpp.h
+++ b/utilities/NekMesh/OutputModules/OutputNekpp.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/OutputModules/OutputSTL.cpp b/utilities/NekMesh/OutputModules/OutputSTL.cpp
index f4a2951130..429206d169 100644
--- a/utilities/NekMesh/OutputModules/OutputSTL.cpp
+++ b/utilities/NekMesh/OutputModules/OutputSTL.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/OutputModules/OutputSTL.h b/utilities/NekMesh/OutputModules/OutputSTL.h
index 2f79748f9b..f9357bf555 100644
--- a/utilities/NekMesh/OutputModules/OutputSTL.h
+++ b/utilities/NekMesh/OutputModules/OutputSTL.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/OutputModules/OutputVtk.cpp b/utilities/NekMesh/OutputModules/OutputVtk.cpp
index 3da6899fd4..ee2ac991ad 100644
--- a/utilities/NekMesh/OutputModules/OutputVtk.cpp
+++ b/utilities/NekMesh/OutputModules/OutputVtk.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/OutputModules/OutputVtk.h b/utilities/NekMesh/OutputModules/OutputVtk.h
index 8c0e963846..42471cf452 100644
--- a/utilities/NekMesh/OutputModules/OutputVtk.h
+++ b/utilities/NekMesh/OutputModules/OutputVtk.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessBL.cpp b/utilities/NekMesh/ProcessModules/ProcessBL.cpp
index 5ccdbf4e02..ffb78fa016 100644
--- a/utilities/NekMesh/ProcessModules/ProcessBL.cpp
+++ b/utilities/NekMesh/ProcessModules/ProcessBL.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessBL.h b/utilities/NekMesh/ProcessModules/ProcessBL.h
index 4368535d20..5e76b8b951 100644
--- a/utilities/NekMesh/ProcessModules/ProcessBL.h
+++ b/utilities/NekMesh/ProcessModules/ProcessBL.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessCurve.cpp b/utilities/NekMesh/ProcessModules/ProcessCurve.cpp
index 98830f76cd..611b445cb4 100644
--- a/utilities/NekMesh/ProcessModules/ProcessCurve.cpp
+++ b/utilities/NekMesh/ProcessModules/ProcessCurve.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessCurve.h b/utilities/NekMesh/ProcessModules/ProcessCurve.h
index 588daca0cc..00b15200b6 100644
--- a/utilities/NekMesh/ProcessModules/ProcessCurve.h
+++ b/utilities/NekMesh/ProcessModules/ProcessCurve.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessCurvedEdges.cpp b/utilities/NekMesh/ProcessModules/ProcessCurvedEdges.cpp
index d55bb43702..7e973493a1 100644
--- a/utilities/NekMesh/ProcessModules/ProcessCurvedEdges.cpp
+++ b/utilities/NekMesh/ProcessModules/ProcessCurvedEdges.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessCurvedEdges.h b/utilities/NekMesh/ProcessModules/ProcessCurvedEdges.h
index b953fd24df..6fcdf07ec2 100644
--- a/utilities/NekMesh/ProcessModules/ProcessCurvedEdges.h
+++ b/utilities/NekMesh/ProcessModules/ProcessCurvedEdges.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessCyl.cpp b/utilities/NekMesh/ProcessModules/ProcessCyl.cpp
index 66ed84effd..2fcf9ff19a 100644
--- a/utilities/NekMesh/ProcessModules/ProcessCyl.cpp
+++ b/utilities/NekMesh/ProcessModules/ProcessCyl.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessCyl.h b/utilities/NekMesh/ProcessModules/ProcessCyl.h
index 79986d6fbe..0a174ddc45 100644
--- a/utilities/NekMesh/ProcessModules/ProcessCyl.h
+++ b/utilities/NekMesh/ProcessModules/ProcessCyl.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessDetectSurf.cpp b/utilities/NekMesh/ProcessModules/ProcessDetectSurf.cpp
index e129636b63..34fda97590 100644
--- a/utilities/NekMesh/ProcessModules/ProcessDetectSurf.cpp
+++ b/utilities/NekMesh/ProcessModules/ProcessDetectSurf.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessDetectSurf.h b/utilities/NekMesh/ProcessModules/ProcessDetectSurf.h
index 91e7821d7b..7e78c87670 100644
--- a/utilities/NekMesh/ProcessModules/ProcessDetectSurf.h
+++ b/utilities/NekMesh/ProcessModules/ProcessDetectSurf.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessExtractSurf.cpp b/utilities/NekMesh/ProcessModules/ProcessExtractSurf.cpp
index 5640579a92..9b5e6dada8 100644
--- a/utilities/NekMesh/ProcessModules/ProcessExtractSurf.cpp
+++ b/utilities/NekMesh/ProcessModules/ProcessExtractSurf.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessExtractSurf.h b/utilities/NekMesh/ProcessModules/ProcessExtractSurf.h
index 404bff331f..b10cd40bb3 100644
--- a/utilities/NekMesh/ProcessModules/ProcessExtractSurf.h
+++ b/utilities/NekMesh/ProcessModules/ProcessExtractSurf.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessExtractTetPrismInterface.cpp b/utilities/NekMesh/ProcessModules/ProcessExtractTetPrismInterface.cpp
index 6c10de7ffc..680ad1343e 100644
--- a/utilities/NekMesh/ProcessModules/ProcessExtractTetPrismInterface.cpp
+++ b/utilities/NekMesh/ProcessModules/ProcessExtractTetPrismInterface.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessExtractTetPrismInterface.h b/utilities/NekMesh/ProcessModules/ProcessExtractTetPrismInterface.h
index df73c1cb5d..bfd016b148 100644
--- a/utilities/NekMesh/ProcessModules/ProcessExtractTetPrismInterface.h
+++ b/utilities/NekMesh/ProcessModules/ProcessExtractTetPrismInterface.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessExtrude.cpp b/utilities/NekMesh/ProcessModules/ProcessExtrude.cpp
index 8c54d24ac7..6cf255a277 100644
--- a/utilities/NekMesh/ProcessModules/ProcessExtrude.cpp
+++ b/utilities/NekMesh/ProcessModules/ProcessExtrude.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessExtrude.h b/utilities/NekMesh/ProcessModules/ProcessExtrude.h
index 000b608d71..45f4ebe5ab 100644
--- a/utilities/NekMesh/ProcessModules/ProcessExtrude.h
+++ b/utilities/NekMesh/ProcessModules/ProcessExtrude.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessInsertSurface.cpp b/utilities/NekMesh/ProcessModules/ProcessInsertSurface.cpp
index 4eb14a63a1..adfe86002b 100644
--- a/utilities/NekMesh/ProcessModules/ProcessInsertSurface.cpp
+++ b/utilities/NekMesh/ProcessModules/ProcessInsertSurface.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessInsertSurface.h b/utilities/NekMesh/ProcessModules/ProcessInsertSurface.h
index ab9ce54c6a..762a17ff82 100644
--- a/utilities/NekMesh/ProcessModules/ProcessInsertSurface.h
+++ b/utilities/NekMesh/ProcessModules/ProcessInsertSurface.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessJac.cpp b/utilities/NekMesh/ProcessModules/ProcessJac.cpp
index 93a50a9fbb..d2e1b960f4 100644
--- a/utilities/NekMesh/ProcessModules/ProcessJac.cpp
+++ b/utilities/NekMesh/ProcessModules/ProcessJac.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessJac.h b/utilities/NekMesh/ProcessModules/ProcessJac.h
index 024a774a2a..f1164d5b59 100644
--- a/utilities/NekMesh/ProcessModules/ProcessJac.h
+++ b/utilities/NekMesh/ProcessModules/ProcessJac.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessLinear.cpp b/utilities/NekMesh/ProcessModules/ProcessLinear.cpp
index b16caaa432..6658edef28 100644
--- a/utilities/NekMesh/ProcessModules/ProcessLinear.cpp
+++ b/utilities/NekMesh/ProcessModules/ProcessLinear.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessLinear.h b/utilities/NekMesh/ProcessModules/ProcessLinear.h
index 5d74ac8309..3787276cb5 100644
--- a/utilities/NekMesh/ProcessModules/ProcessLinear.h
+++ b/utilities/NekMesh/ProcessModules/ProcessLinear.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessLinkCheck.cpp b/utilities/NekMesh/ProcessModules/ProcessLinkCheck.cpp
index 340a417786..9170cd4739 100644
--- a/utilities/NekMesh/ProcessModules/ProcessLinkCheck.cpp
+++ b/utilities/NekMesh/ProcessModules/ProcessLinkCheck.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessLinkCheck.h b/utilities/NekMesh/ProcessModules/ProcessLinkCheck.h
index f943918f0f..cd259500a1 100644
--- a/utilities/NekMesh/ProcessModules/ProcessLinkCheck.h
+++ b/utilities/NekMesh/ProcessModules/ProcessLinkCheck.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessOptiExtract.cpp b/utilities/NekMesh/ProcessModules/ProcessOptiExtract.cpp
index 0cfb338ff9..cef337925e 100644
--- a/utilities/NekMesh/ProcessModules/ProcessOptiExtract.cpp
+++ b/utilities/NekMesh/ProcessModules/ProcessOptiExtract.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessOptiExtract.h b/utilities/NekMesh/ProcessModules/ProcessOptiExtract.h
index 98cad1dc86..0c16639042 100644
--- a/utilities/NekMesh/ProcessModules/ProcessOptiExtract.h
+++ b/utilities/NekMesh/ProcessModules/ProcessOptiExtract.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessPerAlign.cpp b/utilities/NekMesh/ProcessModules/ProcessPerAlign.cpp
index 0bbd9fd0c0..5a63cb3aa7 100644
--- a/utilities/NekMesh/ProcessModules/ProcessPerAlign.cpp
+++ b/utilities/NekMesh/ProcessModules/ProcessPerAlign.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessPerAlign.h b/utilities/NekMesh/ProcessModules/ProcessPerAlign.h
index 9b41cddf6e..cb4cbd493f 100644
--- a/utilities/NekMesh/ProcessModules/ProcessPerAlign.h
+++ b/utilities/NekMesh/ProcessModules/ProcessPerAlign.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessProjectCAD.cpp b/utilities/NekMesh/ProcessModules/ProcessProjectCAD.cpp
index 97ce9138af..3d91f16440 100644
--- a/utilities/NekMesh/ProcessModules/ProcessProjectCAD.cpp
+++ b/utilities/NekMesh/ProcessModules/ProcessProjectCAD.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessProjectCAD.h b/utilities/NekMesh/ProcessModules/ProcessProjectCAD.h
index 28a566596b..2ca68f0967 100644
--- a/utilities/NekMesh/ProcessModules/ProcessProjectCAD.h
+++ b/utilities/NekMesh/ProcessModules/ProcessProjectCAD.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessScalar.cpp b/utilities/NekMesh/ProcessModules/ProcessScalar.cpp
index f09db462bd..f3d86a9253 100644
--- a/utilities/NekMesh/ProcessModules/ProcessScalar.cpp
+++ b/utilities/NekMesh/ProcessModules/ProcessScalar.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessScalar.h b/utilities/NekMesh/ProcessModules/ProcessScalar.h
index 92cfb65102..e626285e89 100644
--- a/utilities/NekMesh/ProcessModules/ProcessScalar.h
+++ b/utilities/NekMesh/ProcessModules/ProcessScalar.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessSpherigon.cpp b/utilities/NekMesh/ProcessModules/ProcessSpherigon.cpp
index 84cb0674a1..d7d104605f 100644
--- a/utilities/NekMesh/ProcessModules/ProcessSpherigon.cpp
+++ b/utilities/NekMesh/ProcessModules/ProcessSpherigon.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessSpherigon.h b/utilities/NekMesh/ProcessModules/ProcessSpherigon.h
index 56a502c0f6..a2b201ce63 100644
--- a/utilities/NekMesh/ProcessModules/ProcessSpherigon.h
+++ b/utilities/NekMesh/ProcessModules/ProcessSpherigon.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessTetSplit.cpp b/utilities/NekMesh/ProcessModules/ProcessTetSplit.cpp
index f08ac739cc..ea96cbb684 100644
--- a/utilities/NekMesh/ProcessModules/ProcessTetSplit.cpp
+++ b/utilities/NekMesh/ProcessModules/ProcessTetSplit.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessTetSplit.h b/utilities/NekMesh/ProcessModules/ProcessTetSplit.h
index 475115dcfe..3bbf863146 100644
--- a/utilities/NekMesh/ProcessModules/ProcessTetSplit.h
+++ b/utilities/NekMesh/ProcessModules/ProcessTetSplit.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessVarOpti/ElUtil.cpp b/utilities/NekMesh/ProcessModules/ProcessVarOpti/ElUtil.cpp
index 7fdf42296f..c6e5d8e7f4 100644
--- a/utilities/NekMesh/ProcessModules/ProcessVarOpti/ElUtil.cpp
+++ b/utilities/NekMesh/ProcessModules/ProcessVarOpti/ElUtil.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessVarOpti/ElUtil.h b/utilities/NekMesh/ProcessModules/ProcessVarOpti/ElUtil.h
index 0cc7badc81..820097ca32 100644
--- a/utilities/NekMesh/ProcessModules/ProcessVarOpti/ElUtil.h
+++ b/utilities/NekMesh/ProcessModules/ProcessVarOpti/ElUtil.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessVarOpti/Evaluator.hxx b/utilities/NekMesh/ProcessModules/ProcessVarOpti/Evaluator.hxx
index 17c2ee6390..03768f596c 100644
--- a/utilities/NekMesh/ProcessModules/ProcessVarOpti/Evaluator.hxx
+++ b/utilities/NekMesh/ProcessModules/ProcessVarOpti/Evaluator.hxx
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessVarOpti/Hessian.hxx b/utilities/NekMesh/ProcessModules/ProcessVarOpti/Hessian.hxx
index 59d36edc52..70ddaa2fdb 100644
--- a/utilities/NekMesh/ProcessModules/ProcessVarOpti/Hessian.hxx
+++ b/utilities/NekMesh/ProcessModules/ProcessVarOpti/Hessian.hxx
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessVarOpti/NodeOpti.cpp b/utilities/NekMesh/ProcessModules/ProcessVarOpti/NodeOpti.cpp
index 9e023dbca1..09dd596aac 100644
--- a/utilities/NekMesh/ProcessModules/ProcessVarOpti/NodeOpti.cpp
+++ b/utilities/NekMesh/ProcessModules/ProcessVarOpti/NodeOpti.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessVarOpti/NodeOpti.h b/utilities/NekMesh/ProcessModules/ProcessVarOpti/NodeOpti.h
index edfb15a0fc..b772e020c8 100644
--- a/utilities/NekMesh/ProcessModules/ProcessVarOpti/NodeOpti.h
+++ b/utilities/NekMesh/ProcessModules/ProcessVarOpti/NodeOpti.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessVarOpti/NodeOptiCAD.cpp b/utilities/NekMesh/ProcessModules/ProcessVarOpti/NodeOptiCAD.cpp
index d8648a1b70..2d16976e26 100644
--- a/utilities/NekMesh/ProcessModules/ProcessVarOpti/NodeOptiCAD.cpp
+++ b/utilities/NekMesh/ProcessModules/ProcessVarOpti/NodeOptiCAD.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessVarOpti/NodeOptiCAD.h b/utilities/NekMesh/ProcessModules/ProcessVarOpti/NodeOptiCAD.h
index bb3141850a..a0e20bdf6d 100644
--- a/utilities/NekMesh/ProcessModules/ProcessVarOpti/NodeOptiCAD.h
+++ b/utilities/NekMesh/ProcessModules/ProcessVarOpti/NodeOptiCAD.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessVarOpti/NodeOptiJob.h b/utilities/NekMesh/ProcessModules/ProcessVarOpti/NodeOptiJob.h
index f3e1228688..f2d502ecee 100644
--- a/utilities/NekMesh/ProcessModules/ProcessVarOpti/NodeOptiJob.h
+++ b/utilities/NekMesh/ProcessModules/ProcessVarOpti/NodeOptiJob.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessVarOpti/PreProcessing.cpp b/utilities/NekMesh/ProcessModules/ProcessVarOpti/PreProcessing.cpp
index cfb5503f4e..38deeee495 100644
--- a/utilities/NekMesh/ProcessModules/ProcessVarOpti/PreProcessing.cpp
+++ b/utilities/NekMesh/ProcessModules/ProcessVarOpti/PreProcessing.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessVarOpti/ProcessVarOpti.cpp b/utilities/NekMesh/ProcessModules/ProcessVarOpti/ProcessVarOpti.cpp
index 3d568c2233..c837dc77dc 100644
--- a/utilities/NekMesh/ProcessModules/ProcessVarOpti/ProcessVarOpti.cpp
+++ b/utilities/NekMesh/ProcessModules/ProcessVarOpti/ProcessVarOpti.cpp
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
diff --git a/utilities/NekMesh/ProcessModules/ProcessVarOpti/ProcessVarOpti.h b/utilities/NekMesh/ProcessModules/ProcessVarOpti/ProcessVarOpti.h
index 571d91fb14..f850aca7c0 100644
--- a/utilities/NekMesh/ProcessModules/ProcessVarOpti/ProcessVarOpti.h
+++ b/utilities/NekMesh/ProcessModules/ProcessVarOpti/ProcessVarOpti.h
@@ -10,7 +10,6 @@
 //  Department of Aeronautics, Imperial College London (UK), and Scientific
 //  Computing and Imaging Institute, University of Utah (USA).
 //
-//  License for the specific language governing rights and limitations under
 //  Permission is hereby granted, free of charge, to any person obtaining a
 //  copy of this software and associated documentation files (the "Software"),
 //  to deal in the Software without restriction, including without limitation
-- 
GitLab