From 3c9040f2a0645612f69ea336bbbabeca9496f59b Mon Sep 17 00:00:00 2001 From: Casey Icenhour Date: Tue, 13 Sep 2022 13:22:52 -0600 Subject: [PATCH] Update copyright statement to include 2022 (#8) --- README.md | 2 +- include/auxkernels/EmptySitesAux.h | 14 +++++++------- include/base/TMAPApp.h | 14 +++++++------- include/bcs/BinaryRecombinationBC.h | 14 +++++++------- include/bcs/DissociationFluxBC.h | 14 +++++++------- include/bcs/EquilibriumBC.h | 14 +++++++------- include/bcs/UnaryRecombinationBC.h | 14 +++++++------- include/kernels/ADMatReactionFlexible.h | 15 +++++++-------- include/kernels/BodyForceLM.h | 14 +++++++------- include/kernels/CoupledForceLM.h | 14 +++++++------- include/kernels/LMDiffusion.h | 14 +++++++------- include/kernels/LMKernel.h | 14 +++++++------- include/kernels/LMTimeKernel.h | 14 +++++++------- include/kernels/ScaledCoupledTimeDerivative.h | 14 +++++++------- include/kernels/TimeDerivativeLM.h | 14 +++++++------- include/nodal_kernels/ReleasingNodalKernel.h | 14 +++++++------- include/nodal_kernels/TrappingNodalKernel.h | 14 +++++++------- .../postprocessors/PressureReleaseFluxIntegral.h | 14 +++++++------- .../scalar_kernels/EnclosureSinkScalarKernel.h | 14 +++++++------- src/auxkernels/EmptySitesAux.C | 14 +++++++------- src/base/TMAPApp.C | 14 +++++++------- src/bcs/BinaryRecombinationBC.C | 14 +++++++------- src/bcs/DissociationFluxBC.C | 14 +++++++------- src/bcs/EquilibriumBC.C | 14 +++++++------- src/bcs/UnaryRecombinationBC.C | 14 +++++++------- src/kernels/ADMatReactionFlexible.C | 15 +++++++-------- src/kernels/BodyForceLM.C | 14 +++++++------- src/kernels/CoupledForceLM.C | 14 +++++++------- src/kernels/LMDiffusion.C | 14 +++++++------- src/kernels/LMKernel.C | 14 +++++++------- src/kernels/LMTimeKernel.C | 14 +++++++------- src/kernels/ScaledCoupledTimeDerivative.C | 14 +++++++------- src/kernels/TimeDerivativeLM.C | 14 +++++++------- src/main.C | 15 +++++++-------- src/nodal_kernels/ReleasingNodalKernel.C | 14 +++++++------- src/nodal_kernels/TrappingNodalKernel.C | 14 +++++++------- src/postprocessors/PressureReleaseFluxIntegral.C | 14 +++++++------- src/scalar_kernels/EnclosureSinkScalarKernel.C | 14 +++++++------- test/include/base/TMAPTestApp.h | 14 +++++++------- test/src/base/TMAPTestApp.C | 14 +++++++------- unit/src/SampleTest.C | 14 +++++++------- unit/src/main.C | 14 +++++++------- 42 files changed, 288 insertions(+), 291 deletions(-) diff --git a/README.md b/README.md index d4b15a1b..5ac78e56 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Idaho National Laboratory is a cutting edge research facility which is constantl ### License -Copyright 2021 Battelle Energy Alliance, LLC +Copyright 2021 - 2022 Battelle Energy Alliance, LLC Licensed under the LGPL v2.1 License. you may not use this file except in compliance with the License. diff --git a/include/auxkernels/EmptySitesAux.h b/include/auxkernels/EmptySitesAux.h index a7c1742b..fb45dbff 100644 --- a/include/auxkernels/EmptySitesAux.h +++ b/include/auxkernels/EmptySitesAux.h @@ -1,10 +1,10 @@ -/********************************************************/ -/* DO NOT MODIFY THIS HEADER */ -/* TMAP8: Tritium Migration Analysis Program, Version 8 */ -/* */ -/* Copyright 2021 Battelle Energy Alliance, LLC */ -/* ALL RIGHTS RESERVED */ -/********************************************************/ +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #pragma once diff --git a/include/base/TMAPApp.h b/include/base/TMAPApp.h index 8e84c428..5ae44c99 100644 --- a/include/base/TMAPApp.h +++ b/include/base/TMAPApp.h @@ -1,10 +1,10 @@ -/********************************************************/ -/* DO NOT MODIFY THIS HEADER */ -/* TMAP8: Tritium Migration Analysis Program, Version 8 */ -/* */ -/* Copyright 2021 Battelle Energy Alliance, LLC */ -/* ALL RIGHTS RESERVED */ -/********************************************************/ +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #pragma once diff --git a/include/bcs/BinaryRecombinationBC.h b/include/bcs/BinaryRecombinationBC.h index a8d714e8..e382c1c2 100644 --- a/include/bcs/BinaryRecombinationBC.h +++ b/include/bcs/BinaryRecombinationBC.h @@ -1,10 +1,10 @@ -/********************************************************/ -/* DO NOT MODIFY THIS HEADER */ -/* TMAP8: Tritium Migration Analysis Program, Version 8 */ -/* */ -/* Copyright 2021 Battelle Energy Alliance, LLC */ -/* ALL RIGHTS RESERVED */ -/********************************************************/ +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #pragma once diff --git a/include/bcs/DissociationFluxBC.h b/include/bcs/DissociationFluxBC.h index 1d6e1d55..01542aab 100644 --- a/include/bcs/DissociationFluxBC.h +++ b/include/bcs/DissociationFluxBC.h @@ -1,10 +1,10 @@ -/********************************************************/ -/* DO NOT MODIFY THIS HEADER */ -/* TMAP8: Tritium Migration Analysis Program, Version 8 */ -/* */ -/* Copyright 2021 Battelle Energy Alliance, LLC */ -/* ALL RIGHTS RESERVED */ -/********************************************************/ +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #pragma once diff --git a/include/bcs/EquilibriumBC.h b/include/bcs/EquilibriumBC.h index 020fd755..7f87be08 100644 --- a/include/bcs/EquilibriumBC.h +++ b/include/bcs/EquilibriumBC.h @@ -1,10 +1,10 @@ -/********************************************************/ -/* DO NOT MODIFY THIS HEADER */ -/* TMAP8: Tritium Migration Analysis Program, Version 8 */ -/* */ -/* Copyright 2021 Battelle Energy Alliance, LLC */ -/* ALL RIGHTS RESERVED */ -/********************************************************/ +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #pragma once diff --git a/include/bcs/UnaryRecombinationBC.h b/include/bcs/UnaryRecombinationBC.h index 6ea637a7..771b3da4 100644 --- a/include/bcs/UnaryRecombinationBC.h +++ b/include/bcs/UnaryRecombinationBC.h @@ -1,10 +1,10 @@ -/********************************************************/ -/* DO NOT MODIFY THIS HEADER */ -/* TMAP8: Tritium Migration Analysis Program, Version 8 */ -/* */ -/* Copyright 2021 Battelle Energy Alliance, LLC */ -/* ALL RIGHTS RESERVED */ -/********************************************************/ +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #pragma once diff --git a/include/kernels/ADMatReactionFlexible.h b/include/kernels/ADMatReactionFlexible.h index eb312961..b49b92b4 100755 --- a/include/kernels/ADMatReactionFlexible.h +++ b/include/kernels/ADMatReactionFlexible.h @@ -1,11 +1,10 @@ -//* This file is part of the MOOSE framework -//* https://www.mooseframework.org -//* -//* All rights reserved, see COPYRIGHT for full restrictions -//* https://github.com/idaholab/moose/blob/master/COPYRIGHT -//* -//* Licensed under LGPL 2.1, please see LICENSE for details -//* https://www.gnu.org/licenses/lgpl-2.1.html +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #pragma once diff --git a/include/kernels/BodyForceLM.h b/include/kernels/BodyForceLM.h index 92259304..af39e8fb 100644 --- a/include/kernels/BodyForceLM.h +++ b/include/kernels/BodyForceLM.h @@ -1,10 +1,10 @@ -/********************************************************/ -/* DO NOT MODIFY THIS HEADER */ -/* TMAP8: Tritium Migration Analysis Program, Version 8 */ -/* */ -/* Copyright 2021 Battelle Energy Alliance, LLC */ -/* ALL RIGHTS RESERVED */ -/********************************************************/ +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #pragma once diff --git a/include/kernels/CoupledForceLM.h b/include/kernels/CoupledForceLM.h index 980c38e0..0ec0363c 100644 --- a/include/kernels/CoupledForceLM.h +++ b/include/kernels/CoupledForceLM.h @@ -1,10 +1,10 @@ -/********************************************************/ -/* DO NOT MODIFY THIS HEADER */ -/* TMAP8: Tritium Migration Analysis Program, Version 8 */ -/* */ -/* Copyright 2021 Battelle Energy Alliance, LLC */ -/* ALL RIGHTS RESERVED */ -/********************************************************/ +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #pragma once diff --git a/include/kernels/LMDiffusion.h b/include/kernels/LMDiffusion.h index 6fa5c111..3b275766 100644 --- a/include/kernels/LMDiffusion.h +++ b/include/kernels/LMDiffusion.h @@ -1,10 +1,10 @@ -/********************************************************/ -/* DO NOT MODIFY THIS HEADER */ -/* TMAP8: Tritium Migration Analysis Program, Version 8 */ -/* */ -/* Copyright 2021 Battelle Energy Alliance, LLC */ -/* ALL RIGHTS RESERVED */ -/********************************************************/ +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #pragma once diff --git a/include/kernels/LMKernel.h b/include/kernels/LMKernel.h index a0af6848..f0d0491e 100644 --- a/include/kernels/LMKernel.h +++ b/include/kernels/LMKernel.h @@ -1,10 +1,10 @@ -/********************************************************/ -/* DO NOT MODIFY THIS HEADER */ -/* TMAP8: Tritium Migration Analysis Program, Version 8 */ -/* */ -/* Copyright 2021 Battelle Energy Alliance, LLC */ -/* ALL RIGHTS RESERVED */ -/********************************************************/ +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #pragma once diff --git a/include/kernels/LMTimeKernel.h b/include/kernels/LMTimeKernel.h index 2eaa620c..e05ac9ea 100644 --- a/include/kernels/LMTimeKernel.h +++ b/include/kernels/LMTimeKernel.h @@ -1,10 +1,10 @@ -/********************************************************/ -/* DO NOT MODIFY THIS HEADER */ -/* TMAP8: Tritium Migration Analysis Program, Version 8 */ -/* */ -/* Copyright 2021 Battelle Energy Alliance, LLC */ -/* ALL RIGHTS RESERVED */ -/********************************************************/ +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #pragma once diff --git a/include/kernels/ScaledCoupledTimeDerivative.h b/include/kernels/ScaledCoupledTimeDerivative.h index 178e7d17..12d0716b 100644 --- a/include/kernels/ScaledCoupledTimeDerivative.h +++ b/include/kernels/ScaledCoupledTimeDerivative.h @@ -1,10 +1,10 @@ -/********************************************************/ -/* DO NOT MODIFY THIS HEADER */ -/* TMAP8: Tritium Migration Analysis Program, Version 8 */ -/* */ -/* Copyright 2021 Battelle Energy Alliance, LLC */ -/* ALL RIGHTS RESERVED */ -/********************************************************/ +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #pragma once diff --git a/include/kernels/TimeDerivativeLM.h b/include/kernels/TimeDerivativeLM.h index 33e944d2..44bc2ed9 100644 --- a/include/kernels/TimeDerivativeLM.h +++ b/include/kernels/TimeDerivativeLM.h @@ -1,10 +1,10 @@ -/********************************************************/ -/* DO NOT MODIFY THIS HEADER */ -/* TMAP8: Tritium Migration Analysis Program, Version 8 */ -/* */ -/* Copyright 2021 Battelle Energy Alliance, LLC */ -/* ALL RIGHTS RESERVED */ -/********************************************************/ +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #pragma once diff --git a/include/nodal_kernels/ReleasingNodalKernel.h b/include/nodal_kernels/ReleasingNodalKernel.h index 794a76cf..dec91680 100644 --- a/include/nodal_kernels/ReleasingNodalKernel.h +++ b/include/nodal_kernels/ReleasingNodalKernel.h @@ -1,10 +1,10 @@ -/********************************************************/ -/* DO NOT MODIFY THIS HEADER */ -/* TMAP8: Tritium Migration Analysis Program, Version 8 */ -/* */ -/* Copyright 2021 Battelle Energy Alliance, LLC */ -/* ALL RIGHTS RESERVED */ -/********************************************************/ +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #pragma once diff --git a/include/nodal_kernels/TrappingNodalKernel.h b/include/nodal_kernels/TrappingNodalKernel.h index a63b1c6f..0a3ed513 100644 --- a/include/nodal_kernels/TrappingNodalKernel.h +++ b/include/nodal_kernels/TrappingNodalKernel.h @@ -1,10 +1,10 @@ -/********************************************************/ -/* DO NOT MODIFY THIS HEADER */ -/* TMAP8: Tritium Migration Analysis Program, Version 8 */ -/* */ -/* Copyright 2021 Battelle Energy Alliance, LLC */ -/* ALL RIGHTS RESERVED */ -/********************************************************/ +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #pragma once diff --git a/include/postprocessors/PressureReleaseFluxIntegral.h b/include/postprocessors/PressureReleaseFluxIntegral.h index fe4b71c4..0477504e 100644 --- a/include/postprocessors/PressureReleaseFluxIntegral.h +++ b/include/postprocessors/PressureReleaseFluxIntegral.h @@ -1,10 +1,10 @@ -/********************************************************/ -/* DO NOT MODIFY THIS HEADER */ -/* TMAP8: Tritium Migration Analysis Program, Version 8 */ -/* */ -/* Copyright 2021 Battelle Energy Alliance, LLC */ -/* ALL RIGHTS RESERVED */ -/********************************************************/ +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #pragma once diff --git a/include/scalar_kernels/EnclosureSinkScalarKernel.h b/include/scalar_kernels/EnclosureSinkScalarKernel.h index 3ecd75fc..63cdc056 100644 --- a/include/scalar_kernels/EnclosureSinkScalarKernel.h +++ b/include/scalar_kernels/EnclosureSinkScalarKernel.h @@ -1,10 +1,10 @@ -/********************************************************/ -/* DO NOT MODIFY THIS HEADER */ -/* TMAP8: Tritium Migration Analysis Program, Version 8 */ -/* */ -/* Copyright 2021 Battelle Energy Alliance, LLC */ -/* ALL RIGHTS RESERVED */ -/********************************************************/ +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #pragma once diff --git a/src/auxkernels/EmptySitesAux.C b/src/auxkernels/EmptySitesAux.C index b96b1de0..b8305c52 100644 --- a/src/auxkernels/EmptySitesAux.C +++ b/src/auxkernels/EmptySitesAux.C @@ -1,10 +1,10 @@ -/********************************************************/ -/* DO NOT MODIFY THIS HEADER */ -/* TMAP8: Tritium Migration Analysis Program, Version 8 */ -/* */ -/* Copyright 2021 Battelle Energy Alliance, LLC */ -/* ALL RIGHTS RESERVED */ -/********************************************************/ +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #include "EmptySitesAux.h" diff --git a/src/base/TMAPApp.C b/src/base/TMAPApp.C index 7cc94ad7..23baf765 100644 --- a/src/base/TMAPApp.C +++ b/src/base/TMAPApp.C @@ -1,10 +1,10 @@ -/********************************************************/ -/* DO NOT MODIFY THIS HEADER */ -/* TMAP8: Tritium Migration Analysis Program, Version 8 */ -/* */ -/* Copyright 2021 Battelle Energy Alliance, LLC */ -/* ALL RIGHTS RESERVED */ -/********************************************************/ +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #include "TMAPApp.h" #include "Moose.h" diff --git a/src/bcs/BinaryRecombinationBC.C b/src/bcs/BinaryRecombinationBC.C index 4ec6f600..91088971 100644 --- a/src/bcs/BinaryRecombinationBC.C +++ b/src/bcs/BinaryRecombinationBC.C @@ -1,10 +1,10 @@ -/********************************************************/ -/* DO NOT MODIFY THIS HEADER */ -/* TMAP8: Tritium Migration Analysis Program, Version 8 */ -/* */ -/* Copyright 2021 Battelle Energy Alliance, LLC */ -/* ALL RIGHTS RESERVED */ -/********************************************************/ +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #include "BinaryRecombinationBC.h" diff --git a/src/bcs/DissociationFluxBC.C b/src/bcs/DissociationFluxBC.C index a0ed0d58..70244efc 100644 --- a/src/bcs/DissociationFluxBC.C +++ b/src/bcs/DissociationFluxBC.C @@ -1,10 +1,10 @@ -/********************************************************/ -/* DO NOT MODIFY THIS HEADER */ -/* TMAP8: Tritium Migration Analysis Program, Version 8 */ -/* */ -/* Copyright 2021 Battelle Energy Alliance, LLC */ -/* ALL RIGHTS RESERVED */ -/********************************************************/ +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #include "DissociationFluxBC.h" diff --git a/src/bcs/EquilibriumBC.C b/src/bcs/EquilibriumBC.C index 21a7fa2c..599595a4 100644 --- a/src/bcs/EquilibriumBC.C +++ b/src/bcs/EquilibriumBC.C @@ -1,10 +1,10 @@ -/********************************************************/ -/* DO NOT MODIFY THIS HEADER */ -/* TMAP8: Tritium Migration Analysis Program, Version 8 */ -/* */ -/* Copyright 2021 Battelle Energy Alliance, LLC */ -/* ALL RIGHTS RESERVED */ -/********************************************************/ +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #include "EquilibriumBC.h" diff --git a/src/bcs/UnaryRecombinationBC.C b/src/bcs/UnaryRecombinationBC.C index 21344af2..2c09aacb 100644 --- a/src/bcs/UnaryRecombinationBC.C +++ b/src/bcs/UnaryRecombinationBC.C @@ -1,10 +1,10 @@ -/********************************************************/ -/* DO NOT MODIFY THIS HEADER */ -/* TMAP8: Tritium Migration Analysis Program, Version 8 */ -/* */ -/* Copyright 2021 Battelle Energy Alliance, LLC */ -/* ALL RIGHTS RESERVED */ -/********************************************************/ +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #include "UnaryRecombinationBC.h" diff --git a/src/kernels/ADMatReactionFlexible.C b/src/kernels/ADMatReactionFlexible.C index 81478359..f02d665f 100755 --- a/src/kernels/ADMatReactionFlexible.C +++ b/src/kernels/ADMatReactionFlexible.C @@ -1,11 +1,10 @@ -//* This file is part of the MOOSE framework -//* https://www.mooseframework.org -//* -//* All rights reserved, see COPYRIGHT for full restrictions -//* https://github.com/idaholab/moose/blob/master/COPYRIGHT -//* -//* Licensed under LGPL 2.1, please see LICENSE for details -//* https://www.gnu.org/licenses/lgpl-2.1.html +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #include "ADMatReactionFlexible.h" diff --git a/src/kernels/BodyForceLM.C b/src/kernels/BodyForceLM.C index 51d929d7..5fcc5555 100644 --- a/src/kernels/BodyForceLM.C +++ b/src/kernels/BodyForceLM.C @@ -1,10 +1,10 @@ -/********************************************************/ -/* DO NOT MODIFY THIS HEADER */ -/* TMAP8: Tritium Migration Analysis Program, Version 8 */ -/* */ -/* Copyright 2021 Battelle Energy Alliance, LLC */ -/* ALL RIGHTS RESERVED */ -/********************************************************/ +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #include "BodyForceLM.h" diff --git a/src/kernels/CoupledForceLM.C b/src/kernels/CoupledForceLM.C index 060451a8..85bb96ca 100644 --- a/src/kernels/CoupledForceLM.C +++ b/src/kernels/CoupledForceLM.C @@ -1,10 +1,10 @@ -/********************************************************/ -/* DO NOT MODIFY THIS HEADER */ -/* TMAP8: Tritium Migration Analysis Program, Version 8 */ -/* */ -/* Copyright 2021 Battelle Energy Alliance, LLC */ -/* ALL RIGHTS RESERVED */ -/********************************************************/ +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #include "CoupledForceLM.h" diff --git a/src/kernels/LMDiffusion.C b/src/kernels/LMDiffusion.C index 90f7756c..c4c42237 100644 --- a/src/kernels/LMDiffusion.C +++ b/src/kernels/LMDiffusion.C @@ -1,10 +1,10 @@ -/********************************************************/ -/* DO NOT MODIFY THIS HEADER */ -/* TMAP8: Tritium Migration Analysis Program, Version 8 */ -/* */ -/* Copyright 2021 Battelle Energy Alliance, LLC */ -/* ALL RIGHTS RESERVED */ -/********************************************************/ +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #include "LMDiffusion.h" diff --git a/src/kernels/LMKernel.C b/src/kernels/LMKernel.C index ff7f7e6f..046dd1f4 100644 --- a/src/kernels/LMKernel.C +++ b/src/kernels/LMKernel.C @@ -1,10 +1,10 @@ -/********************************************************/ -/* DO NOT MODIFY THIS HEADER */ -/* TMAP8: Tritium Migration Analysis Program, Version 8 */ -/* */ -/* Copyright 2021 Battelle Energy Alliance, LLC */ -/* ALL RIGHTS RESERVED */ -/********************************************************/ +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #include "LMKernel.h" #include "Assembly.h" diff --git a/src/kernels/LMTimeKernel.C b/src/kernels/LMTimeKernel.C index 2413bf56..0853aedb 100644 --- a/src/kernels/LMTimeKernel.C +++ b/src/kernels/LMTimeKernel.C @@ -1,10 +1,10 @@ -/********************************************************/ -/* DO NOT MODIFY THIS HEADER */ -/* TMAP8: Tritium Migration Analysis Program, Version 8 */ -/* */ -/* Copyright 2021 Battelle Energy Alliance, LLC */ -/* ALL RIGHTS RESERVED */ -/********************************************************/ +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #include "LMTimeKernel.h" #include "MooseVariableFE.h" diff --git a/src/kernels/ScaledCoupledTimeDerivative.C b/src/kernels/ScaledCoupledTimeDerivative.C index 3f999998..4709871e 100644 --- a/src/kernels/ScaledCoupledTimeDerivative.C +++ b/src/kernels/ScaledCoupledTimeDerivative.C @@ -1,10 +1,10 @@ -/********************************************************/ -/* DO NOT MODIFY THIS HEADER */ -/* TMAP8: Tritium Migration Analysis Program, Version 8 */ -/* */ -/* Copyright 2021 Battelle Energy Alliance, LLC */ -/* ALL RIGHTS RESERVED */ -/********************************************************/ +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #include "ScaledCoupledTimeDerivative.h" diff --git a/src/kernels/TimeDerivativeLM.C b/src/kernels/TimeDerivativeLM.C index b62f652a..b9669e2f 100644 --- a/src/kernels/TimeDerivativeLM.C +++ b/src/kernels/TimeDerivativeLM.C @@ -1,10 +1,10 @@ -/********************************************************/ -/* DO NOT MODIFY THIS HEADER */ -/* TMAP8: Tritium Migration Analysis Program, Version 8 */ -/* */ -/* Copyright 2021 Battelle Energy Alliance, LLC */ -/* ALL RIGHTS RESERVED */ -/********************************************************/ +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #include "TimeDerivativeLM.h" #include "Function.h" diff --git a/src/main.C b/src/main.C index 20ecf77d..cdbb76a7 100644 --- a/src/main.C +++ b/src/main.C @@ -1,11 +1,10 @@ -//* This file is part of the MOOSE framework -//* https://www.mooseframework.org -//* -//* All rights reserved, see COPYRIGHT for full restrictions -//* https://github.com/idaholab/moose/blob/master/COPYRIGHT -//* -//* Licensed under LGPL 2.1, please see LICENSE for details -//* https://www.gnu.org/licenses/lgpl-2.1.html +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #include "TMAPTestApp.h" #include "MooseInit.h" diff --git a/src/nodal_kernels/ReleasingNodalKernel.C b/src/nodal_kernels/ReleasingNodalKernel.C index 6a18bd46..ebf3f5b2 100644 --- a/src/nodal_kernels/ReleasingNodalKernel.C +++ b/src/nodal_kernels/ReleasingNodalKernel.C @@ -1,10 +1,10 @@ -/********************************************************/ -/* DO NOT MODIFY THIS HEADER */ -/* TMAP8: Tritium Migration Analysis Program, Version 8 */ -/* */ -/* Copyright 2021 Battelle Energy Alliance, LLC */ -/* ALL RIGHTS RESERVED */ -/********************************************************/ +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #include "ReleasingNodalKernel.h" diff --git a/src/nodal_kernels/TrappingNodalKernel.C b/src/nodal_kernels/TrappingNodalKernel.C index 2925ad71..49c9f31d 100644 --- a/src/nodal_kernels/TrappingNodalKernel.C +++ b/src/nodal_kernels/TrappingNodalKernel.C @@ -1,10 +1,10 @@ -/********************************************************/ -/* DO NOT MODIFY THIS HEADER */ -/* TMAP8: Tritium Migration Analysis Program, Version 8 */ -/* */ -/* Copyright 2021 Battelle Energy Alliance, LLC */ -/* ALL RIGHTS RESERVED */ -/********************************************************/ +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #include "TrappingNodalKernel.h" diff --git a/src/postprocessors/PressureReleaseFluxIntegral.C b/src/postprocessors/PressureReleaseFluxIntegral.C index 4495fd65..47ff968b 100644 --- a/src/postprocessors/PressureReleaseFluxIntegral.C +++ b/src/postprocessors/PressureReleaseFluxIntegral.C @@ -1,10 +1,10 @@ -/********************************************************/ -/* DO NOT MODIFY THIS HEADER */ -/* TMAP8: Tritium Migration Analysis Program, Version 8 */ -/* */ -/* Copyright 2021 Battelle Energy Alliance, LLC */ -/* ALL RIGHTS RESERVED */ -/********************************************************/ +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #include "PressureReleaseFluxIntegral.h" diff --git a/src/scalar_kernels/EnclosureSinkScalarKernel.C b/src/scalar_kernels/EnclosureSinkScalarKernel.C index 69b91897..a92bef7b 100644 --- a/src/scalar_kernels/EnclosureSinkScalarKernel.C +++ b/src/scalar_kernels/EnclosureSinkScalarKernel.C @@ -1,10 +1,10 @@ -/********************************************************/ -/* DO NOT MODIFY THIS HEADER */ -/* TMAP8: Tritium Migration Analysis Program, Version 8 */ -/* */ -/* Copyright 2021 Battelle Energy Alliance, LLC */ -/* ALL RIGHTS RESERVED */ -/********************************************************/ +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #include "EnclosureSinkScalarKernel.h" diff --git a/test/include/base/TMAPTestApp.h b/test/include/base/TMAPTestApp.h index 7d5630b5..cc98da76 100644 --- a/test/include/base/TMAPTestApp.h +++ b/test/include/base/TMAPTestApp.h @@ -1,10 +1,10 @@ -/********************************************************/ -/* DO NOT MODIFY THIS HEADER */ -/* TMAP8: Tritium Migration Analysis Program, Version 8 */ -/* */ -/* Copyright 2021 Battelle Energy Alliance, LLC */ -/* ALL RIGHTS RESERVED */ -/********************************************************/ +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #pragma once diff --git a/test/src/base/TMAPTestApp.C b/test/src/base/TMAPTestApp.C index 2a2d1da5..7e73d410 100644 --- a/test/src/base/TMAPTestApp.C +++ b/test/src/base/TMAPTestApp.C @@ -1,10 +1,10 @@ -/********************************************************/ -/* DO NOT MODIFY THIS HEADER */ -/* TMAP8: Tritium Migration Analysis Program, Version 8 */ -/* */ -/* Copyright 2021 Battelle Energy Alliance, LLC */ -/* ALL RIGHTS RESERVED */ -/********************************************************/ +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #include "TMAPTestApp.h" #include "TMAPApp.h" diff --git a/unit/src/SampleTest.C b/unit/src/SampleTest.C index 5fd2b69a..7d50ab9c 100644 --- a/unit/src/SampleTest.C +++ b/unit/src/SampleTest.C @@ -1,10 +1,10 @@ -/********************************************************/ -/* DO NOT MODIFY THIS HEADER */ -/* TMAP8: Tritium Migration Analysis Program, Version 8 */ -/* */ -/* Copyright 2021 Battelle Energy Alliance, LLC */ -/* ALL RIGHTS RESERVED */ -/********************************************************/ +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #include "gtest/gtest.h" diff --git a/unit/src/main.C b/unit/src/main.C index 4020f4c8..d532e5f6 100644 --- a/unit/src/main.C +++ b/unit/src/main.C @@ -1,10 +1,10 @@ -/********************************************************/ -/* DO NOT MODIFY THIS HEADER */ -/* TMAP8: Tritium Migration Analysis Program, Version 8 */ -/* */ -/* Copyright 2021 Battelle Energy Alliance, LLC */ -/* ALL RIGHTS RESERVED */ -/********************************************************/ +/************************************************************/ +/* DO NOT MODIFY THIS HEADER */ +/* TMAP8: Tritium Migration Analysis Program, Version 8 */ +/* */ +/* Copyright 2021 - 2022 Battelle Energy Alliance, LLC */ +/* ALL RIGHTS RESERVED */ +/************************************************************/ #include "TMAPApp.h" #include "gtest/gtest.h"