diff --git a/.pylint/foqus_transform.py b/.pylint/foqus_transform.py index 21b154263..c876127a8 100644 --- a/.pylint/foqus_transform.py +++ b/.pylint/foqus_transform.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/.typos.toml b/.typos.toml index e9d20e7a1..e0075f9fe 100644 --- a/.typos.toml +++ b/.typos.toml @@ -45,3 +45,4 @@ simin_nam = "simin_nam" simout_nam = "simout_nam" displayAvailablityWarning = "displayAvailablityWarning" indx = "indx" +COmponent = "COmponent" # Used in defining ACOSSO acronym diff --git a/LICENSE.md b/LICENSE.md index 8b4e8e502..c01febc9f 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,13 +1,13 @@ Copyright and License ===================== -Copyright (c) 2012 - 2025 +Copyright (c) 2012 - 2026 Copyright Notice ---------------- Foqus was produced under the DOE Carbon Capture Simulation Initiative (CCSI), and is copyright (c) -2012 - 2025 by the software owners: Oak Ridge Institute for Science and Education (ORISE), TRIAD +2012 - 2026 by the software owners: Oak Ridge Institute for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence Livermore National Security, LLC., The Regents of the University of California, through Lawrence Berkeley National Laboratory, Battelle Memorial Institute, Pacific Northwest Division through Pacific Northwest National Laboratory, Carnegie Mellon University, West @@ -23,7 +23,7 @@ publicly and display publicly, and to permit other to do so. License Agreement ----------------- -Foqus Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute for Science and +Foqus Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence Livermore National Security, LLC., The Regents of the University of California, through Lawrence Berkeley National Laboratory, Battelle Memorial Institute, Pacific Northwest Division through Pacific Northwest National Laboratory, diff --git a/cloud/aws/cloudformation/FOQUS_SLM_instance_in_subnet.py b/cloud/aws/cloudformation/FOQUS_SLM_instance_in_subnet.py index e622454fa..3f16f7bcc 100644 --- a/cloud/aws/cloudformation/FOQUS_SLM_instance_in_subnet.py +++ b/cloud/aws/cloudformation/FOQUS_SLM_instance_in_subnet.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/cloud/aws/foqus_service.py b/cloud/aws/foqus_service.py index d5b1ad630..2d46c490b 100644 --- a/cloud/aws/foqus_service.py +++ b/cloud/aws/foqus_service.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/cloud/aws/sdoe/lambda/lambda_function.py b/cloud/aws/sdoe/lambda/lambda_function.py index fc541f205..4cdc31ca3 100644 --- a/cloud/aws/sdoe/lambda/lambda_function.py +++ b/cloud/aws/sdoe/lambda/lambda_function.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/docs/source/_repopath.py b/docs/source/_repopath.py index e1556e1a0..697e0b52a 100644 --- a/docs/source/_repopath.py +++ b/docs/source/_repopath.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/docs/source/conf.py b/docs/source/conf.py index 4c998677f..20c7f5972 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial @@ -86,7 +86,7 @@ # General information about the project. project = "FOQUS" -copyright = "2012 - 2025 by CCSI Team All rights reserved." +copyright = "2012 - 2026 by CCSI Team All rights reserved." author = "CCSI" # The version info for the project you're documenting, acts as replacement for diff --git a/docs/source/index.rst b/docs/source/index.rst index 10e9c1051..b370d63c1 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -78,7 +78,7 @@ Modules 8. The Sequential Design of Experiments (SDOE) module currently provides a way to construct flexible space-filling designs based on a user-provided candidate set of input points. The method allows for new designs to be constructed as well as augmenting existing data to strategically select - input combintions that minimizes the distance between points. Development of this module is + input combinations that minimizes the distance between points. Development of this module is continuing and will soon include other options for design construction. Application Based Examples diff --git a/examples/2020-shmtg/CompDemo/Flowsheet-UQ-SM/MEA_SSM_Part2_files/Ensemble_201008152339/Analysis_201009204103/alamo_surrogate_uq.py b/examples/2020-shmtg/CompDemo/Flowsheet-UQ-SM/MEA_SSM_Part2_files/Ensemble_201008152339/Analysis_201009204103/alamo_surrogate_uq.py index 28b43f1ca..250f6df41 100644 --- a/examples/2020-shmtg/CompDemo/Flowsheet-UQ-SM/MEA_SSM_Part2_files/Ensemble_201008152339/Analysis_201009204103/alamo_surrogate_uq.py +++ b/examples/2020-shmtg/CompDemo/Flowsheet-UQ-SM/MEA_SSM_Part2_files/Ensemble_201008152339/Analysis_201009204103/alamo_surrogate_uq.py @@ -1,6 +1,6 @@ #!/usr/bin/python ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/2020-shmtg/CompDemo/Flowsheet-UQ-SM/MEA_SSM_Part2_files/Ensemble_201008152339/Analysis_201009204306/alamo_surrogate_uq.py b/examples/2020-shmtg/CompDemo/Flowsheet-UQ-SM/MEA_SSM_Part2_files/Ensemble_201008152339/Analysis_201009204306/alamo_surrogate_uq.py index 28b43f1ca..250f6df41 100644 --- a/examples/2020-shmtg/CompDemo/Flowsheet-UQ-SM/MEA_SSM_Part2_files/Ensemble_201008152339/Analysis_201009204306/alamo_surrogate_uq.py +++ b/examples/2020-shmtg/CompDemo/Flowsheet-UQ-SM/MEA_SSM_Part2_files/Ensemble_201008152339/Analysis_201009204306/alamo_surrogate_uq.py @@ -1,6 +1,6 @@ #!/usr/bin/python ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/other_files/ML_AI_Plugin/Other_MLAI_Models/generate_gradient_data.py b/examples/other_files/ML_AI_Plugin/Other_MLAI_Models/generate_gradient_data.py index 830b9799e..b81c371e5 100644 --- a/examples/other_files/ML_AI_Plugin/Other_MLAI_Models/generate_gradient_data.py +++ b/examples/other_files/ML_AI_Plugin/Other_MLAI_Models/generate_gradient_data.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/other_files/ML_AI_Plugin/Other_MLAI_Models/mea_column_model_training_customnormform_pytorch.py b/examples/other_files/ML_AI_Plugin/Other_MLAI_Models/mea_column_model_training_customnormform_pytorch.py index b15a82ce2..32667b62d 100644 --- a/examples/other_files/ML_AI_Plugin/Other_MLAI_Models/mea_column_model_training_customnormform_pytorch.py +++ b/examples/other_files/ML_AI_Plugin/Other_MLAI_Models/mea_column_model_training_customnormform_pytorch.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/other_files/ML_AI_Plugin/Other_MLAI_Models/mea_column_model_training_customnormform_scikitlearn.py b/examples/other_files/ML_AI_Plugin/Other_MLAI_Models/mea_column_model_training_customnormform_scikitlearn.py index a72e3a697..155f7cf3f 100644 --- a/examples/other_files/ML_AI_Plugin/Other_MLAI_Models/mea_column_model_training_customnormform_scikitlearn.py +++ b/examples/other_files/ML_AI_Plugin/Other_MLAI_Models/mea_column_model_training_customnormform_scikitlearn.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/other_files/ML_AI_Plugin/Other_MLAI_Models/mea_column_model_training_jenn.py b/examples/other_files/ML_AI_Plugin/Other_MLAI_Models/mea_column_model_training_jenn.py index ab7259111..5c3db9941 100644 --- a/examples/other_files/ML_AI_Plugin/Other_MLAI_Models/mea_column_model_training_jenn.py +++ b/examples/other_files/ML_AI_Plugin/Other_MLAI_Models/mea_column_model_training_jenn.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/other_files/ML_AI_Plugin/Other_MLAI_Models/mea_column_model_training_smtgenn.py b/examples/other_files/ML_AI_Plugin/Other_MLAI_Models/mea_column_model_training_smtgenn.py index f92d971ff..7a662faad 100644 --- a/examples/other_files/ML_AI_Plugin/Other_MLAI_Models/mea_column_model_training_smtgenn.py +++ b/examples/other_files/ML_AI_Plugin/Other_MLAI_Models/mea_column_model_training_smtgenn.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/other_files/ML_AI_Plugin/Supported_Keras_Models/mea_column_model.py b/examples/other_files/ML_AI_Plugin/Supported_Keras_Models/mea_column_model.py index 6d3ba295f..42c61a46c 100644 --- a/examples/other_files/ML_AI_Plugin/Supported_Keras_Models/mea_column_model.py +++ b/examples/other_files/ML_AI_Plugin/Supported_Keras_Models/mea_column_model.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/other_files/ML_AI_Plugin/Supported_Keras_Models/mea_column_model_customnormform.py b/examples/other_files/ML_AI_Plugin/Supported_Keras_Models/mea_column_model_customnormform.py index 25bdc260d..ebb1ba055 100644 --- a/examples/other_files/ML_AI_Plugin/Supported_Keras_Models/mea_column_model_customnormform.py +++ b/examples/other_files/ML_AI_Plugin/Supported_Keras_Models/mea_column_model_customnormform.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/other_files/ML_AI_Plugin/Supported_Keras_Models/mea_column_model_customnormform_json.py b/examples/other_files/ML_AI_Plugin/Supported_Keras_Models/mea_column_model_customnormform_json.py index 4e58b07c0..0cbcdcd74 100644 --- a/examples/other_files/ML_AI_Plugin/Supported_Keras_Models/mea_column_model_customnormform_json.py +++ b/examples/other_files/ML_AI_Plugin/Supported_Keras_Models/mea_column_model_customnormform_json.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/other_files/ML_AI_Plugin/Supported_Keras_Models/mea_column_model_customnormform_savedmodel.py b/examples/other_files/ML_AI_Plugin/Supported_Keras_Models/mea_column_model_customnormform_savedmodel.py index e6f27af5d..e97fd9fb4 100644 --- a/examples/other_files/ML_AI_Plugin/Supported_Keras_Models/mea_column_model_customnormform_savedmodel.py +++ b/examples/other_files/ML_AI_Plugin/Supported_Keras_Models/mea_column_model_customnormform_savedmodel.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/other_files/ML_AI_Plugin/Supported_Keras_Models/mea_column_model_nocustomlayer_training.py b/examples/other_files/ML_AI_Plugin/Supported_Keras_Models/mea_column_model_nocustomlayer_training.py index e80bda056..03eda9c68 100644 --- a/examples/other_files/ML_AI_Plugin/Supported_Keras_Models/mea_column_model_nocustomlayer_training.py +++ b/examples/other_files/ML_AI_Plugin/Supported_Keras_Models/mea_column_model_nocustomlayer_training.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/other_files/ML_AI_Plugin/Supported_Keras_Models/mea_column_model_training.py b/examples/other_files/ML_AI_Plugin/Supported_Keras_Models/mea_column_model_training.py index aa9790974..c01181c7f 100644 --- a/examples/other_files/ML_AI_Plugin/Supported_Keras_Models/mea_column_model_training.py +++ b/examples/other_files/ML_AI_Plugin/Supported_Keras_Models/mea_column_model_training.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/other_files/ML_AI_Plugin/Supported_Keras_Models/mea_column_model_training_customnormform.py b/examples/other_files/ML_AI_Plugin/Supported_Keras_Models/mea_column_model_training_customnormform.py index 2a25647dc..020b0049d 100644 --- a/examples/other_files/ML_AI_Plugin/Supported_Keras_Models/mea_column_model_training_customnormform.py +++ b/examples/other_files/ML_AI_Plugin/Supported_Keras_Models/mea_column_model_training_customnormform.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/other_files/ML_AI_Plugin/Supported_Keras_Models/mea_column_model_training_customnormform_json.py b/examples/other_files/ML_AI_Plugin/Supported_Keras_Models/mea_column_model_training_customnormform_json.py index e24c7c581..8018b6d24 100644 --- a/examples/other_files/ML_AI_Plugin/Supported_Keras_Models/mea_column_model_training_customnormform_json.py +++ b/examples/other_files/ML_AI_Plugin/Supported_Keras_Models/mea_column_model_training_customnormform_json.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/other_files/ML_AI_Plugin/Supported_Keras_Models/mea_column_model_training_customnormform_savedmodel.py b/examples/other_files/ML_AI_Plugin/Supported_Keras_Models/mea_column_model_training_customnormform_savedmodel.py index 977a41168..41dc93d86 100644 --- a/examples/other_files/ML_AI_Plugin/Supported_Keras_Models/mea_column_model_training_customnormform_savedmodel.py +++ b/examples/other_files/ML_AI_Plugin/Supported_Keras_Models/mea_column_model_training_customnormform_savedmodel.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/other_files/ML_AI_Plugin/deprecated_keras_h5/mea_column_model.py b/examples/other_files/ML_AI_Plugin/deprecated_keras_h5/mea_column_model.py index 6d3ba295f..42c61a46c 100644 --- a/examples/other_files/ML_AI_Plugin/deprecated_keras_h5/mea_column_model.py +++ b/examples/other_files/ML_AI_Plugin/deprecated_keras_h5/mea_column_model.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/other_files/ML_AI_Plugin/deprecated_keras_h5/mea_column_model_customnormform.py b/examples/other_files/ML_AI_Plugin/deprecated_keras_h5/mea_column_model_customnormform.py index 25bdc260d..ebb1ba055 100644 --- a/examples/other_files/ML_AI_Plugin/deprecated_keras_h5/mea_column_model_customnormform.py +++ b/examples/other_files/ML_AI_Plugin/deprecated_keras_h5/mea_column_model_customnormform.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/other_files/ML_AI_Plugin/deprecated_keras_h5/mea_column_model_customnormform_json.py b/examples/other_files/ML_AI_Plugin/deprecated_keras_h5/mea_column_model_customnormform_json.py index 4e58b07c0..0cbcdcd74 100644 --- a/examples/other_files/ML_AI_Plugin/deprecated_keras_h5/mea_column_model_customnormform_json.py +++ b/examples/other_files/ML_AI_Plugin/deprecated_keras_h5/mea_column_model_customnormform_json.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/other_files/ML_AI_Plugin/deprecated_keras_h5/mea_column_model_customnormform_savedmodel.py b/examples/other_files/ML_AI_Plugin/deprecated_keras_h5/mea_column_model_customnormform_savedmodel.py index e6f27af5d..e97fd9fb4 100644 --- a/examples/other_files/ML_AI_Plugin/deprecated_keras_h5/mea_column_model_customnormform_savedmodel.py +++ b/examples/other_files/ML_AI_Plugin/deprecated_keras_h5/mea_column_model_customnormform_savedmodel.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/other_files/ML_AI_Plugin/deprecated_keras_h5/mea_column_model_training.py b/examples/other_files/ML_AI_Plugin/deprecated_keras_h5/mea_column_model_training.py index 1eb967310..8243e2e96 100644 --- a/examples/other_files/ML_AI_Plugin/deprecated_keras_h5/mea_column_model_training.py +++ b/examples/other_files/ML_AI_Plugin/deprecated_keras_h5/mea_column_model_training.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/other_files/ML_AI_Plugin/deprecated_keras_h5/mea_column_model_training_customnormform.py b/examples/other_files/ML_AI_Plugin/deprecated_keras_h5/mea_column_model_training_customnormform.py index 7b2f2c9f7..4b0874b20 100644 --- a/examples/other_files/ML_AI_Plugin/deprecated_keras_h5/mea_column_model_training_customnormform.py +++ b/examples/other_files/ML_AI_Plugin/deprecated_keras_h5/mea_column_model_training_customnormform.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/other_files/ML_AI_Plugin/deprecated_keras_h5/mea_column_model_training_customnormform_json.py b/examples/other_files/ML_AI_Plugin/deprecated_keras_h5/mea_column_model_training_customnormform_json.py index 8c124c454..057b54df4 100644 --- a/examples/other_files/ML_AI_Plugin/deprecated_keras_h5/mea_column_model_training_customnormform_json.py +++ b/examples/other_files/ML_AI_Plugin/deprecated_keras_h5/mea_column_model_training_customnormform_json.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/other_files/ML_AI_Plugin/deprecated_keras_h5/mea_column_model_training_customnormform_savedmodel.py b/examples/other_files/ML_AI_Plugin/deprecated_keras_h5/mea_column_model_training_customnormform_savedmodel.py index 42bd7aeec..734c2f464 100644 --- a/examples/other_files/ML_AI_Plugin/deprecated_keras_h5/mea_column_model_training_customnormform_savedmodel.py +++ b/examples/other_files/ML_AI_Plugin/deprecated_keras_h5/mea_column_model_training_customnormform_savedmodel.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/test_files/Smoke_Tests/fs_smoke_test.py b/examples/test_files/Smoke_Tests/fs_smoke_test.py index 356f8657c..cb547f783 100644 --- a/examples/test_files/Smoke_Tests/fs_smoke_test.py +++ b/examples/test_files/Smoke_Tests/fs_smoke_test.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/test_files/Smoke_Tests/optimization_smoke_test.py b/examples/test_files/Smoke_Tests/optimization_smoke_test.py index 866baf23c..53355f161 100644 --- a/examples/test_files/Smoke_Tests/optimization_smoke_test.py +++ b/examples/test_files/Smoke_Tests/optimization_smoke_test.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/test_files/Smoke_Tests/optimization_smoke_test_BFGS.py b/examples/test_files/Smoke_Tests/optimization_smoke_test_BFGS.py index ec0a2a434..9ce1b7786 100644 --- a/examples/test_files/Smoke_Tests/optimization_smoke_test_BFGS.py +++ b/examples/test_files/Smoke_Tests/optimization_smoke_test_BFGS.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/test_files/Smoke_Tests/optimization_smoke_test_COBYLA.py b/examples/test_files/Smoke_Tests/optimization_smoke_test_COBYLA.py index 050183842..8735f544f 100644 --- a/examples/test_files/Smoke_Tests/optimization_smoke_test_COBYLA.py +++ b/examples/test_files/Smoke_Tests/optimization_smoke_test_COBYLA.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/test_files/Smoke_Tests/optimization_smoke_test_CRS2.py b/examples/test_files/Smoke_Tests/optimization_smoke_test_CRS2.py index d3513a6d2..0b6deb198 100644 --- a/examples/test_files/Smoke_Tests/optimization_smoke_test_CRS2.py +++ b/examples/test_files/Smoke_Tests/optimization_smoke_test_CRS2.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/test_files/Smoke_Tests/optimization_smoke_test_DIRECT-L-RAND.py b/examples/test_files/Smoke_Tests/optimization_smoke_test_DIRECT-L-RAND.py index a383b7ee4..b4d31748d 100644 --- a/examples/test_files/Smoke_Tests/optimization_smoke_test_DIRECT-L-RAND.py +++ b/examples/test_files/Smoke_Tests/optimization_smoke_test_DIRECT-L-RAND.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/test_files/Smoke_Tests/optimization_smoke_test_DIRECT-L.py b/examples/test_files/Smoke_Tests/optimization_smoke_test_DIRECT-L.py index 8c15874ae..8b7175411 100644 --- a/examples/test_files/Smoke_Tests/optimization_smoke_test_DIRECT-L.py +++ b/examples/test_files/Smoke_Tests/optimization_smoke_test_DIRECT-L.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/test_files/Smoke_Tests/optimization_smoke_test_DIRECT.py b/examples/test_files/Smoke_Tests/optimization_smoke_test_DIRECT.py index 7ee3e1453..c5611b14c 100644 --- a/examples/test_files/Smoke_Tests/optimization_smoke_test_DIRECT.py +++ b/examples/test_files/Smoke_Tests/optimization_smoke_test_DIRECT.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/test_files/Smoke_Tests/optimization_smoke_test_ESCH.py b/examples/test_files/Smoke_Tests/optimization_smoke_test_ESCH.py index a715cd1f4..cd95b388f 100644 --- a/examples/test_files/Smoke_Tests/optimization_smoke_test_ESCH.py +++ b/examples/test_files/Smoke_Tests/optimization_smoke_test_ESCH.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/test_files/Smoke_Tests/optimization_smoke_test_ISRES.py b/examples/test_files/Smoke_Tests/optimization_smoke_test_ISRES.py index 5466efb0b..4de909672 100644 --- a/examples/test_files/Smoke_Tests/optimization_smoke_test_ISRES.py +++ b/examples/test_files/Smoke_Tests/optimization_smoke_test_ISRES.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/test_files/Smoke_Tests/optimization_smoke_test_NEWUOA.py b/examples/test_files/Smoke_Tests/optimization_smoke_test_NEWUOA.py index 83b203a19..f62b75e56 100644 --- a/examples/test_files/Smoke_Tests/optimization_smoke_test_NEWUOA.py +++ b/examples/test_files/Smoke_Tests/optimization_smoke_test_NEWUOA.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/test_files/Smoke_Tests/optimization_smoke_test_Nelder-Mead.py b/examples/test_files/Smoke_Tests/optimization_smoke_test_Nelder-Mead.py index 88c8617cc..20b30fa81 100644 --- a/examples/test_files/Smoke_Tests/optimization_smoke_test_Nelder-Mead.py +++ b/examples/test_files/Smoke_Tests/optimization_smoke_test_Nelder-Mead.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/test_files/Smoke_Tests/optimization_smoke_test_OptCMA.py b/examples/test_files/Smoke_Tests/optimization_smoke_test_OptCMA.py index ec86c6249..cef2f164f 100644 --- a/examples/test_files/Smoke_Tests/optimization_smoke_test_OptCMA.py +++ b/examples/test_files/Smoke_Tests/optimization_smoke_test_OptCMA.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/test_files/Smoke_Tests/optimization_smoke_test_PE.py b/examples/test_files/Smoke_Tests/optimization_smoke_test_PE.py index 4fb54cac6..0c13f83ef 100644 --- a/examples/test_files/Smoke_Tests/optimization_smoke_test_PE.py +++ b/examples/test_files/Smoke_Tests/optimization_smoke_test_PE.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/test_files/Smoke_Tests/optimization_smoke_test_PRAXIS.py b/examples/test_files/Smoke_Tests/optimization_smoke_test_PRAXIS.py index 7656e1bae..f88af09ce 100644 --- a/examples/test_files/Smoke_Tests/optimization_smoke_test_PRAXIS.py +++ b/examples/test_files/Smoke_Tests/optimization_smoke_test_PRAXIS.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/test_files/Smoke_Tests/optimization_smoke_test_PSUADE.py b/examples/test_files/Smoke_Tests/optimization_smoke_test_PSUADE.py index 46a2d5c5d..c303f59df 100644 --- a/examples/test_files/Smoke_Tests/optimization_smoke_test_PSUADE.py +++ b/examples/test_files/Smoke_Tests/optimization_smoke_test_PSUADE.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/test_files/Smoke_Tests/optimization_smoke_test_SLSQP.py b/examples/test_files/Smoke_Tests/optimization_smoke_test_SLSQP.py index 615af3c9a..bef2e2db8 100644 --- a/examples/test_files/Smoke_Tests/optimization_smoke_test_SLSQP.py +++ b/examples/test_files/Smoke_Tests/optimization_smoke_test_SLSQP.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/test_files/Smoke_Tests/optimization_smoke_test_Sbplx.py b/examples/test_files/Smoke_Tests/optimization_smoke_test_Sbplx.py index 08159ba54..1af267566 100644 --- a/examples/test_files/Smoke_Tests/optimization_smoke_test_Sbplx.py +++ b/examples/test_files/Smoke_Tests/optimization_smoke_test_Sbplx.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/test_files/Smoke_Tests/optimization_smoke_test_constraint.py b/examples/test_files/Smoke_Tests/optimization_smoke_test_constraint.py index 73714cf4b..2ea11adf7 100644 --- a/examples/test_files/Smoke_Tests/optimization_smoke_test_constraint.py +++ b/examples/test_files/Smoke_Tests/optimization_smoke_test_constraint.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/test_files/Smoke_Tests/ouu_smoke_test.py b/examples/test_files/Smoke_Tests/ouu_smoke_test.py index 6cb5f28ee..a8ff72653 100644 --- a/examples/test_files/Smoke_Tests/ouu_smoke_test.py +++ b/examples/test_files/Smoke_Tests/ouu_smoke_test.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/test_files/Smoke_Tests/ouu_smoke_test_ex_1.py b/examples/test_files/Smoke_Tests/ouu_smoke_test_ex_1.py index 51ab5bca4..aa58775a0 100644 --- a/examples/test_files/Smoke_Tests/ouu_smoke_test_ex_1.py +++ b/examples/test_files/Smoke_Tests/ouu_smoke_test_ex_1.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/test_files/Smoke_Tests/ouu_smoke_test_ex_2.py b/examples/test_files/Smoke_Tests/ouu_smoke_test_ex_2.py index 8437c2f50..115be7508 100644 --- a/examples/test_files/Smoke_Tests/ouu_smoke_test_ex_2.py +++ b/examples/test_files/Smoke_Tests/ouu_smoke_test_ex_2.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/test_files/Smoke_Tests/ouu_smoke_test_ex_3.py b/examples/test_files/Smoke_Tests/ouu_smoke_test_ex_3.py index 87593eee5..1de7ae71f 100644 --- a/examples/test_files/Smoke_Tests/ouu_smoke_test_ex_3.py +++ b/examples/test_files/Smoke_Tests/ouu_smoke_test_ex_3.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/test_files/Smoke_Tests/ouu_smoke_test_ex_4.py b/examples/test_files/Smoke_Tests/ouu_smoke_test_ex_4.py index 38fc71b3f..4539841b0 100644 --- a/examples/test_files/Smoke_Tests/ouu_smoke_test_ex_4.py +++ b/examples/test_files/Smoke_Tests/ouu_smoke_test_ex_4.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/test_files/Smoke_Tests/ouu_smoke_test_ex_5.py b/examples/test_files/Smoke_Tests/ouu_smoke_test_ex_5.py index cc835df16..005da2c0c 100644 --- a/examples/test_files/Smoke_Tests/ouu_smoke_test_ex_5.py +++ b/examples/test_files/Smoke_Tests/ouu_smoke_test_ex_5.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/test_files/Smoke_Tests/ouu_smoke_test_ex_6.py b/examples/test_files/Smoke_Tests/ouu_smoke_test_ex_6.py index 60223b2bc..9b3808b2d 100644 --- a/examples/test_files/Smoke_Tests/ouu_smoke_test_ex_6.py +++ b/examples/test_files/Smoke_Tests/ouu_smoke_test_ex_6.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/test_files/Smoke_Tests/ouu_smoke_test_ex_7.py b/examples/test_files/Smoke_Tests/ouu_smoke_test_ex_7.py index 26d10da8d..899bcef3a 100644 --- a/examples/test_files/Smoke_Tests/ouu_smoke_test_ex_7.py +++ b/examples/test_files/Smoke_Tests/ouu_smoke_test_ex_7.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/test_files/Smoke_Tests/smoke_test_01 - Full.py b/examples/test_files/Smoke_Tests/smoke_test_01 - Full.py index 1861f8a34..7f762740f 100644 --- a/examples/test_files/Smoke_Tests/smoke_test_01 - Full.py +++ b/examples/test_files/Smoke_Tests/smoke_test_01 - Full.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/test_files/Smoke_Tests/smoke_test_01.py b/examples/test_files/Smoke_Tests/smoke_test_01.py index 5f4dcb99f..6fed3514d 100644 --- a/examples/test_files/Smoke_Tests/smoke_test_01.py +++ b/examples/test_files/Smoke_Tests/smoke_test_01.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/test_files/Smoke_Tests/uq_smoke_test_data_analysis.py b/examples/test_files/Smoke_Tests/uq_smoke_test_data_analysis.py index 9818c7103..6a139d42b 100644 --- a/examples/test_files/Smoke_Tests/uq_smoke_test_data_analysis.py +++ b/examples/test_files/Smoke_Tests/uq_smoke_test_data_analysis.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/test_files/Smoke_Tests/uq_smoke_test_data_visualization.py b/examples/test_files/Smoke_Tests/uq_smoke_test_data_visualization.py index d38f24b2f..72053b6a7 100644 --- a/examples/test_files/Smoke_Tests/uq_smoke_test_data_visualization.py +++ b/examples/test_files/Smoke_Tests/uq_smoke_test_data_visualization.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/test_files/Smoke_Tests/uq_smoke_test_inference.py b/examples/test_files/Smoke_Tests/uq_smoke_test_inference.py index 40a671761..a8be43816 100644 --- a/examples/test_files/Smoke_Tests/uq_smoke_test_inference.py +++ b/examples/test_files/Smoke_Tests/uq_smoke_test_inference.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/test_files/Smoke_Tests/uq_smoke_test_input_importance.py b/examples/test_files/Smoke_Tests/uq_smoke_test_input_importance.py index 6241ffd05..1af48c47e 100644 --- a/examples/test_files/Smoke_Tests/uq_smoke_test_input_importance.py +++ b/examples/test_files/Smoke_Tests/uq_smoke_test_input_importance.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/test_files/Smoke_Tests/uq_smoke_test_polynomial.py b/examples/test_files/Smoke_Tests/uq_smoke_test_polynomial.py index df2b55093..a27541ce9 100644 --- a/examples/test_files/Smoke_Tests/uq_smoke_test_polynomial.py +++ b/examples/test_files/Smoke_Tests/uq_smoke_test_polynomial.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/test_files/Smoke_Tests/uq_smoke_test_response_surface_validation.py b/examples/test_files/Smoke_Tests/uq_smoke_test_response_surface_validation.py index 776ebeaa3..728ac03db 100644 --- a/examples/test_files/Smoke_Tests/uq_smoke_test_response_surface_validation.py +++ b/examples/test_files/Smoke_Tests/uq_smoke_test_response_surface_validation.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/test_files/Smoke_Tests/uq_smoke_test_response_surface_visualization.py b/examples/test_files/Smoke_Tests/uq_smoke_test_response_surface_visualization.py index 465e0cb26..96e42c726 100644 --- a/examples/test_files/Smoke_Tests/uq_smoke_test_response_surface_visualization.py +++ b/examples/test_files/Smoke_Tests/uq_smoke_test_response_surface_visualization.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/examples/test_files/Smoke_Tests/uq_smoke_test_response_uq_analysis.py b/examples/test_files/Smoke_Tests/uq_smoke_test_response_uq_analysis.py index 382b0e0ed..c38652886 100644 --- a/examples/test_files/Smoke_Tests/uq_smoke_test_response_uq_analysis.py +++ b/examples/test_files/Smoke_Tests/uq_smoke_test_response_uq_analysis.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/conftest.py b/foqus_lib/conftest.py index c10f687e0..c7822a4b4 100644 --- a/foqus_lib/conftest.py +++ b/foqus_lib/conftest.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/core.py b/foqus_lib/core.py index 568834b8d..1a76e4d87 100644 --- a/foqus_lib/core.py +++ b/foqus_lib/core.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/foqus.py b/foqus_lib/foqus.py index c947cac7b..6c92c0b24 100644 --- a/foqus_lib/foqus.py +++ b/foqus_lib/foqus.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/at_dict/at_dict.py b/foqus_lib/framework/at_dict/at_dict.py index f8700cbfb..610216a30 100644 --- a/foqus_lib/framework/at_dict/at_dict.py +++ b/foqus_lib/framework/at_dict/at_dict.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/foqusException/foqusException.py b/foqus_lib/framework/foqusException/foqusException.py index 8cd3c7183..8dffdf26c 100644 --- a/foqus_lib/framework/foqusException/foqusException.py +++ b/foqus_lib/framework/foqusException/foqusException.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/foqusOptions/option.py b/foqus_lib/framework/foqusOptions/option.py index 422448449..154f26bd1 100644 --- a/foqus_lib/framework/foqusOptions/option.py +++ b/foqus_lib/framework/foqusOptions/option.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/foqusOptions/optionList.py b/foqus_lib/framework/foqusOptions/optionList.py index 0912f1eb9..9dae528c7 100644 --- a/foqus_lib/framework/foqusOptions/optionList.py +++ b/foqus_lib/framework/foqusOptions/optionList.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/graph/OptGraphOptim.py b/foqus_lib/framework/graph/OptGraphOptim.py index b638835e3..1a0ae2b16 100644 --- a/foqus_lib/framework/graph/OptGraphOptim.py +++ b/foqus_lib/framework/graph/OptGraphOptim.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/graph/edge.py b/foqus_lib/framework/graph/edge.py index 8d0f1a27d..09c286e5a 100644 --- a/foqus_lib/framework/graph/edge.py +++ b/foqus_lib/framework/graph/edge.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/graph/graph.py b/foqus_lib/framework/graph/graph.py index 034423180..7b603def5 100644 --- a/foqus_lib/framework/graph/graph.py +++ b/foqus_lib/framework/graph/graph.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/graph/heatIntegration.py b/foqus_lib/framework/graph/heatIntegration.py index 6ae616725..32704298f 100644 --- a/foqus_lib/framework/graph/heatIntegration.py +++ b/foqus_lib/framework/graph/heatIntegration.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/graph/node.py b/foqus_lib/framework/graph/node.py index af9d16517..10b811f5f 100644 --- a/foqus_lib/framework/graph/node.py +++ b/foqus_lib/framework/graph/node.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/graph/nodeModelTypes.py b/foqus_lib/framework/graph/nodeModelTypes.py index 010fb68ea..95ed5d3fd 100644 --- a/foqus_lib/framework/graph/nodeModelTypes.py +++ b/foqus_lib/framework/graph/nodeModelTypes.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/graph/nodeVars.py b/foqus_lib/framework/graph/nodeVars.py index 20e3b9409..6da685b43 100644 --- a/foqus_lib/framework/graph/nodeVars.py +++ b/foqus_lib/framework/graph/nodeVars.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/listen/listen.py b/foqus_lib/framework/listen/listen.py index e1f850587..66b4acc71 100644 --- a/foqus_lib/framework/listen/listen.py +++ b/foqus_lib/framework/listen/listen.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/ml_ai_models/mlaiSearch.py b/foqus_lib/framework/ml_ai_models/mlaiSearch.py index 146734d23..e017a4e63 100644 --- a/foqus_lib/framework/ml_ai_models/mlaiSearch.py +++ b/foqus_lib/framework/ml_ai_models/mlaiSearch.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/optimizer/BFGS.py b/foqus_lib/framework/optimizer/BFGS.py index 459ab95a8..e9378d8c8 100644 --- a/foqus_lib/framework/optimizer/BFGS.py +++ b/foqus_lib/framework/optimizer/BFGS.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/optimizer/NLopt.py b/foqus_lib/framework/optimizer/NLopt.py index f8b88a6cd..6011c2aa9 100644 --- a/foqus_lib/framework/optimizer/NLopt.py +++ b/foqus_lib/framework/optimizer/NLopt.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/optimizer/OptCMA.py b/foqus_lib/framework/optimizer/OptCMA.py index f14bce4de..789199065 100644 --- a/foqus_lib/framework/optimizer/OptCMA.py +++ b/foqus_lib/framework/optimizer/OptCMA.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/optimizer/OptSNOBFIT.py b/foqus_lib/framework/optimizer/OptSNOBFIT.py index 337aa8cfc..17f60314b 100644 --- a/foqus_lib/framework/optimizer/OptSNOBFIT.py +++ b/foqus_lib/framework/optimizer/OptSNOBFIT.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/optimizer/PSUADE.py b/foqus_lib/framework/optimizer/PSUADE.py index 067428801..254f13ff5 100644 --- a/foqus_lib/framework/optimizer/PSUADE.py +++ b/foqus_lib/framework/optimizer/PSUADE.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/optimizer/SLSQP.py b/foqus_lib/framework/optimizer/SLSQP.py index b019d3b30..24ca086ff 100644 --- a/foqus_lib/framework/optimizer/SLSQP.py +++ b/foqus_lib/framework/optimizer/SLSQP.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/optimizer/SM_Optimizer.py b/foqus_lib/framework/optimizer/SM_Optimizer.py index 413d91feb..a00d00954 100644 --- a/foqus_lib/framework/optimizer/SM_Optimizer.py +++ b/foqus_lib/framework/optimizer/SM_Optimizer.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/optimizer/Sample.py b/foqus_lib/framework/optimizer/Sample.py index 99816896a..b963786c8 100644 --- a/foqus_lib/framework/optimizer/Sample.py +++ b/foqus_lib/framework/optimizer/Sample.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/optimizer/Snobfit.py b/foqus_lib/framework/optimizer/Snobfit.py index cbfc9073b..9afad14b4 100644 --- a/foqus_lib/framework/optimizer/Snobfit.py +++ b/foqus_lib/framework/optimizer/Snobfit.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/optimizer/optimization.py b/foqus_lib/framework/optimizer/optimization.py index 23b1cae0f..e8fa33101 100644 --- a/foqus_lib/framework/optimizer/optimization.py +++ b/foqus_lib/framework/optimizer/optimization.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/optimizer/problem.py b/foqus_lib/framework/optimizer/problem.py index 3b44150c3..a089ad447 100644 --- a/foqus_lib/framework/optimizer/problem.py +++ b/foqus_lib/framework/optimizer/problem.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/ouu/OUU.py b/foqus_lib/framework/ouu/OUU.py index 7f6824580..f440ec3a5 100644 --- a/foqus_lib/framework/ouu/OUU.py +++ b/foqus_lib/framework/ouu/OUU.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/plugins/pluginSearch.py b/foqus_lib/framework/plugins/pluginSearch.py index 812cd22c8..f0ccaea34 100644 --- a/foqus_lib/framework/plugins/pluginSearch.py +++ b/foqus_lib/framework/plugins/pluginSearch.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/pymodel/heat_integration.py b/foqus_lib/framework/pymodel/heat_integration.py index 75e0e77a3..7bdceab6a 100644 --- a/foqus_lib/framework/pymodel/heat_integration.py +++ b/foqus_lib/framework/pymodel/heat_integration.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial @@ -35,7 +35,7 @@ def checkAvailable(): class pymodel_pg(pymodel): """ This is a plugin model for a supercritical power plant using - some simple coorelations. + some simple correlations. """ def __init__(self): diff --git a/foqus_lib/framework/pymodel/matlab_fs.py b/foqus_lib/framework/pymodel/matlab_fs.py index 88e026ddb..e53b378bb 100644 --- a/foqus_lib/framework/pymodel/matlab_fs.py +++ b/foqus_lib/framework/pymodel/matlab_fs.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/pymodel/pymodel.py b/foqus_lib/framework/pymodel/pymodel.py index 1c6b4585f..207d0f319 100644 --- a/foqus_lib/framework/pymodel/pymodel.py +++ b/foqus_lib/framework/pymodel/pymodel.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/pymodel/pymodel_test.py b/foqus_lib/framework/pymodel/pymodel_test.py index f05d6cf80..6c4fb47f5 100644 --- a/foqus_lib/framework/pymodel/pymodel_test.py +++ b/foqus_lib/framework/pymodel/pymodel_test.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/pymodel/steam_cycle.py b/foqus_lib/framework/pymodel/steam_cycle.py index 3127046c3..a488a5903 100644 --- a/foqus_lib/framework/pymodel/steam_cycle.py +++ b/foqus_lib/framework/pymodel/steam_cycle.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial @@ -33,7 +33,7 @@ def checkAvailable(): class pymodel_pg(pymodel): """ This is a plugin model for a supercritical power plant using - some simple coorelations. + some simple correlations. """ def __init__(self): diff --git a/foqus_lib/framework/sampleResults/results.py b/foqus_lib/framework/sampleResults/results.py index 05b85c892..2c9404090 100644 --- a/foqus_lib/framework/sampleResults/results.py +++ b/foqus_lib/framework/sampleResults/results.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/sampleResults/test/results_s3_test.py b/foqus_lib/framework/sampleResults/test/results_s3_test.py index 65d684f8a..69f272ca2 100644 --- a/foqus_lib/framework/sampleResults/test/results_s3_test.py +++ b/foqus_lib/framework/sampleResults/test/results_s3_test.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/sdoe/df_utils.py b/foqus_lib/framework/sdoe/df_utils.py index 1acdcabd5..942221946 100644 --- a/foqus_lib/framework/sdoe/df_utils.py +++ b/foqus_lib/framework/sdoe/df_utils.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/sdoe/distance.py b/foqus_lib/framework/sdoe/distance.py index c4fcb2baf..52ce539f9 100644 --- a/foqus_lib/framework/sdoe/distance.py +++ b/foqus_lib/framework/sdoe/distance.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/sdoe/irsf.py b/foqus_lib/framework/sdoe/irsf.py index b6a2de675..d50639761 100644 --- a/foqus_lib/framework/sdoe/irsf.py +++ b/foqus_lib/framework/sdoe/irsf.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/sdoe/maxpro.py b/foqus_lib/framework/sdoe/maxpro.py index d3a7fe15d..eea4d1917 100644 --- a/foqus_lib/framework/sdoe/maxpro.py +++ b/foqus_lib/framework/sdoe/maxpro.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/sdoe/nusf.py b/foqus_lib/framework/sdoe/nusf.py index e17f2d7a9..a18a24b4c 100644 --- a/foqus_lib/framework/sdoe/nusf.py +++ b/foqus_lib/framework/sdoe/nusf.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/sdoe/nusf_dask.py b/foqus_lib/framework/sdoe/nusf_dask.py index 144e58019..428b8bd8b 100644 --- a/foqus_lib/framework/sdoe/nusf_dask.py +++ b/foqus_lib/framework/sdoe/nusf_dask.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/sdoe/odoeu.py b/foqus_lib/framework/sdoe/odoeu.py index 4cf088b7b..458dcfa4b 100644 --- a/foqus_lib/framework/sdoe/odoeu.py +++ b/foqus_lib/framework/sdoe/odoeu.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/sdoe/plot_utils.py b/foqus_lib/framework/sdoe/plot_utils.py index 37eed2632..1c422fe78 100644 --- a/foqus_lib/framework/sdoe/plot_utils.py +++ b/foqus_lib/framework/sdoe/plot_utils.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/sdoe/sdoe.py b/foqus_lib/framework/sdoe/sdoe.py index 877634f85..d98efc650 100644 --- a/foqus_lib/framework/sdoe/sdoe.py +++ b/foqus_lib/framework/sdoe/sdoe.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/sdoe/test/nusf_benchmark.py b/foqus_lib/framework/sdoe/test/nusf_benchmark.py index b3bb5f2c8..2df4cf91b 100644 --- a/foqus_lib/framework/sdoe/test/nusf_benchmark.py +++ b/foqus_lib/framework/sdoe/test/nusf_benchmark.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/sdoe/test/test_df_utils.py b/foqus_lib/framework/sdoe/test/test_df_utils.py index f0f30c221..771f70caf 100644 --- a/foqus_lib/framework/sdoe/test/test_df_utils.py +++ b/foqus_lib/framework/sdoe/test/test_df_utils.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/sdoe/test/test_distance.py b/foqus_lib/framework/sdoe/test/test_distance.py index cbdaecbbf..6c1abc204 100644 --- a/foqus_lib/framework/sdoe/test/test_distance.py +++ b/foqus_lib/framework/sdoe/test/test_distance.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/sdoe/test/test_irsf.py b/foqus_lib/framework/sdoe/test/test_irsf.py index 0c640805a..4908d72bf 100644 --- a/foqus_lib/framework/sdoe/test/test_irsf.py +++ b/foqus_lib/framework/sdoe/test/test_irsf.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/sdoe/test/test_maxpro.py b/foqus_lib/framework/sdoe/test/test_maxpro.py index c0e6d266b..57e5e0562 100644 --- a/foqus_lib/framework/sdoe/test/test_maxpro.py +++ b/foqus_lib/framework/sdoe/test/test_maxpro.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/sdoe/test/test_maxpro_augment.py b/foqus_lib/framework/sdoe/test/test_maxpro_augment.py index 77cbd856c..67facc111 100644 --- a/foqus_lib/framework/sdoe/test/test_maxpro_augment.py +++ b/foqus_lib/framework/sdoe/test/test_maxpro_augment.py @@ -1,3 +1,17 @@ +################################################################################# +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute +# for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence +# Livermore National Security, LLC., The Regents of the University of +# California, through Lawrence Berkeley National Laboratory, Battelle Memorial +# Institute, Pacific Northwest Division through Pacific Northwest National +# Laboratory, Carnegie Mellon University, West Virginia University, Boston +# University, the Trustees of Princeton University, The University of Texas at +# Austin, URS Energy & Construction, Inc., et al. All rights reserved. +# +# Please see the file LICENSE.md for full copyright and license information, +# respectively. This file is also available online at the URL +# "https://github.com/CCSI-Toolset/FOQUS". +################################################################################# import numpy as np import pytest from unittest.mock import patch diff --git a/foqus_lib/framework/sdoe/test/test_maxpro_func.py b/foqus_lib/framework/sdoe/test/test_maxpro_func.py index d2f50abac..4113174d6 100644 --- a/foqus_lib/framework/sdoe/test/test_maxpro_func.py +++ b/foqus_lib/framework/sdoe/test/test_maxpro_func.py @@ -1,3 +1,17 @@ +################################################################################# +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute +# for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence +# Livermore National Security, LLC., The Regents of the University of +# California, through Lawrence Berkeley National Laboratory, Battelle Memorial +# Institute, Pacific Northwest Division through Pacific Northwest National +# Laboratory, Carnegie Mellon University, West Virginia University, Boston +# University, the Trustees of Princeton University, The University of Texas at +# Austin, URS Energy & Construction, Inc., et al. All rights reserved. +# +# Please see the file LICENSE.md for full copyright and license information, +# respectively. This file is also available online at the URL +# "https://github.com/CCSI-Toolset/FOQUS". +################################################################################# import unittest import numpy as np from unittest.mock import patch diff --git a/foqus_lib/framework/sdoe/test/test_maxpro_lhd.py b/foqus_lib/framework/sdoe/test/test_maxpro_lhd.py index 0a5370f40..e84bd4e5f 100644 --- a/foqus_lib/framework/sdoe/test/test_maxpro_lhd.py +++ b/foqus_lib/framework/sdoe/test/test_maxpro_lhd.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/sdoe/test/test_nusf.py b/foqus_lib/framework/sdoe/test/test_nusf.py index 9257a5625..02588b8ab 100644 --- a/foqus_lib/framework/sdoe/test/test_nusf.py +++ b/foqus_lib/framework/sdoe/test/test_nusf.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/sdoe/test/test_nusf_dask.py b/foqus_lib/framework/sdoe/test/test_nusf_dask.py index 84968cf52..0d32c8d30 100644 --- a/foqus_lib/framework/sdoe/test/test_nusf_dask.py +++ b/foqus_lib/framework/sdoe/test/test_nusf_dask.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/sdoe/test/test_order.py b/foqus_lib/framework/sdoe/test/test_order.py index 730919089..84b91d028 100644 --- a/foqus_lib/framework/sdoe/test/test_order.py +++ b/foqus_lib/framework/sdoe/test/test_order.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/sdoe/test/test_plot_utils.py b/foqus_lib/framework/sdoe/test/test_plot_utils.py index b2c83048c..2e3870b7a 100644 --- a/foqus_lib/framework/sdoe/test/test_plot_utils.py +++ b/foqus_lib/framework/sdoe/test/test_plot_utils.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/sdoe/test/test_sdoe.py b/foqus_lib/framework/sdoe/test/test_sdoe.py index a3c7ed785..7ce3ecc21 100644 --- a/foqus_lib/framework/sdoe/test/test_sdoe.py +++ b/foqus_lib/framework/sdoe/test/test_sdoe.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/sdoe/test/test_usf.py b/foqus_lib/framework/sdoe/test/test_usf.py index 3fd923e2e..f28e18475 100644 --- a/foqus_lib/framework/sdoe/test/test_usf.py +++ b/foqus_lib/framework/sdoe/test/test_usf.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/sdoe/test/test_usf_dask.py b/foqus_lib/framework/sdoe/test/test_usf_dask.py index 9cd963b6a..0d728bcd0 100644 --- a/foqus_lib/framework/sdoe/test/test_usf_dask.py +++ b/foqus_lib/framework/sdoe/test/test_usf_dask.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/sdoe/test/usf_benchmark.py b/foqus_lib/framework/sdoe/test/usf_benchmark.py index 542c0e4ac..309e86838 100644 --- a/foqus_lib/framework/sdoe/test/usf_benchmark.py +++ b/foqus_lib/framework/sdoe/test/usf_benchmark.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/sdoe/usf.py b/foqus_lib/framework/sdoe/usf.py index 6ebd9ed33..72a3b8803 100644 --- a/foqus_lib/framework/sdoe/usf.py +++ b/foqus_lib/framework/sdoe/usf.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/sdoe/usf_dask.py b/foqus_lib/framework/sdoe/usf_dask.py index 3b0f67f93..72a40f5bb 100644 --- a/foqus_lib/framework/sdoe/usf_dask.py +++ b/foqus_lib/framework/sdoe/usf_dask.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/session/hhmmss.py b/foqus_lib/framework/session/hhmmss.py index 0234dfee0..cc79bb31c 100644 --- a/foqus_lib/framework/session/hhmmss.py +++ b/foqus_lib/framework/session/hhmmss.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/session/session.py b/foqus_lib/framework/session/session.py index f512304b4..16d29b5d7 100644 --- a/foqus_lib/framework/session/session.py +++ b/foqus_lib/framework/session/session.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/sim/process_management.py b/foqus_lib/framework/sim/process_management.py index 50516f30c..a26a5ba02 100644 --- a/foqus_lib/framework/sim/process_management.py +++ b/foqus_lib/framework/sim/process_management.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/sim/turbineConfiguration.py b/foqus_lib/framework/sim/turbineConfiguration.py index 3d52c9fd9..baaf7abd4 100644 --- a/foqus_lib/framework/sim/turbineConfiguration.py +++ b/foqus_lib/framework/sim/turbineConfiguration.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/sim/turbineLiteDB.py b/foqus_lib/framework/sim/turbineLiteDB.py index 1e7b6d2c3..8e6868984 100644 --- a/foqus_lib/framework/sim/turbineLiteDB.py +++ b/foqus_lib/framework/sim/turbineLiteDB.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/sintervectorize/SinterFileVectorize.py b/foqus_lib/framework/sintervectorize/SinterFileVectorize.py index 6b75b6267..7ec3b110f 100644 --- a/foqus_lib/framework/sintervectorize/SinterFileVectorize.py +++ b/foqus_lib/framework/sintervectorize/SinterFileVectorize.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/solventfit/SolventFit.py b/foqus_lib/framework/solventfit/SolventFit.py index 61a73e476..157e934f8 100644 --- a/foqus_lib/framework/solventfit/SolventFit.py +++ b/foqus_lib/framework/solventfit/SolventFit.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/solventfit/SolventFit_testing.py b/foqus_lib/framework/solventfit/SolventFit_testing.py index 2f95d49a3..eb0f792ac 100644 --- a/foqus_lib/framework/solventfit/SolventFit_testing.py +++ b/foqus_lib/framework/solventfit/SolventFit_testing.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/solventfit/solvfit_calibfit.py b/foqus_lib/framework/solventfit/solvfit_calibfit.py index a046d0540..eb9b2f9db 100644 --- a/foqus_lib/framework/solventfit/solvfit_calibfit.py +++ b/foqus_lib/framework/solventfit/solvfit_calibfit.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/solventfit/solvfit_calibpred.py b/foqus_lib/framework/solventfit/solvfit_calibpred.py index 08a9def5d..419dd2202 100644 --- a/foqus_lib/framework/solventfit/solvfit_calibpred.py +++ b/foqus_lib/framework/solventfit/solvfit_calibpred.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/solventfit/solvfit_emulfit.py b/foqus_lib/framework/solventfit/solvfit_emulfit.py index 63c58183b..3c425643d 100644 --- a/foqus_lib/framework/solventfit/solvfit_emulfit.py +++ b/foqus_lib/framework/solventfit/solvfit_emulfit.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/solventfit/solvfit_emulpred.py b/foqus_lib/framework/solventfit/solvfit_emulpred.py index d49197eb1..7d1447fb5 100644 --- a/foqus_lib/framework/solventfit/solvfit_emulpred.py +++ b/foqus_lib/framework/solventfit/solvfit_emulpred.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/solventfit/test_solventfit.py b/foqus_lib/framework/solventfit/test_solventfit.py index c0188e1a4..b7b994abd 100644 --- a/foqus_lib/framework/solventfit/test_solventfit.py +++ b/foqus_lib/framework/solventfit/test_solventfit.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/surrogate/ACOSSO.py b/foqus_lib/framework/surrogate/ACOSSO.py index 7e2ea26ed..e9dc4c888 100644 --- a/foqus_lib/framework/surrogate/ACOSSO.py +++ b/foqus_lib/framework/surrogate/ACOSSO.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/surrogate/ALAMO.py b/foqus_lib/framework/surrogate/ALAMO.py index c3b0a5473..1926aa044 100644 --- a/foqus_lib/framework/surrogate/ALAMO.py +++ b/foqus_lib/framework/surrogate/ALAMO.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/surrogate/BSS-ANOVA.py b/foqus_lib/framework/surrogate/BSS-ANOVA.py index 4d0a05054..abe264d0d 100644 --- a/foqus_lib/framework/surrogate/BSS-ANOVA.py +++ b/foqus_lib/framework/surrogate/BSS-ANOVA.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/surrogate/acosso/acosso_fit.py b/foqus_lib/framework/surrogate/acosso/acosso_fit.py index 629b958c0..783064d82 100644 --- a/foqus_lib/framework/surrogate/acosso/acosso_fit.py +++ b/foqus_lib/framework/surrogate/acosso/acosso_fit.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/surrogate/bssanova/bssanova_fit.py b/foqus_lib/framework/surrogate/bssanova/bssanova_fit.py index c0d82f36d..093cafde2 100644 --- a/foqus_lib/framework/surrogate/bssanova/bssanova_fit.py +++ b/foqus_lib/framework/surrogate/bssanova/bssanova_fit.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/surrogate/foqusALAMOClient.py b/foqus_lib/framework/surrogate/foqusALAMOClient.py index 8f0db8944..5d1cf0464 100644 --- a/foqus_lib/framework/surrogate/foqusALAMOClient.py +++ b/foqus_lib/framework/surrogate/foqusALAMOClient.py @@ -1,6 +1,6 @@ #!/usr/bin/env python ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/surrogate/keras_nn.py b/foqus_lib/framework/surrogate/keras_nn.py index 2a3e7a57c..26cc37fcf 100644 --- a/foqus_lib/framework/surrogate/keras_nn.py +++ b/foqus_lib/framework/surrogate/keras_nn.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/surrogate/pytorch_nn.py b/foqus_lib/framework/surrogate/pytorch_nn.py index a5251a832..15429d39b 100644 --- a/foqus_lib/framework/surrogate/pytorch_nn.py +++ b/foqus_lib/framework/surrogate/pytorch_nn.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/surrogate/scikit_nn.py b/foqus_lib/framework/surrogate/scikit_nn.py index 9b170e2ae..2800dbdfb 100644 --- a/foqus_lib/framework/surrogate/scikit_nn.py +++ b/foqus_lib/framework/surrogate/scikit_nn.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/surrogate/surrogate.py b/foqus_lib/framework/surrogate/surrogate.py index f3b02d84c..d65e50e5d 100644 --- a/foqus_lib/framework/surrogate/surrogate.py +++ b/foqus_lib/framework/surrogate/surrogate.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/Common.py b/foqus_lib/framework/uq/Common.py index b521ad5ce..145178d0e 100644 --- a/foqus_lib/framework/uq/Common.py +++ b/foqus_lib/framework/uq/Common.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/CorrelationAnalysis.py b/foqus_lib/framework/uq/CorrelationAnalysis.py index 1651c7f21..bafee6248 100644 --- a/foqus_lib/framework/uq/CorrelationAnalysis.py +++ b/foqus_lib/framework/uq/CorrelationAnalysis.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/DataProcessor.py b/foqus_lib/framework/uq/DataProcessor.py index 5d713954c..b93160a94 100644 --- a/foqus_lib/framework/uq/DataProcessor.py +++ b/foqus_lib/framework/uq/DataProcessor.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/Distribution.py b/foqus_lib/framework/uq/Distribution.py index b89e584e6..cb2713d16 100644 --- a/foqus_lib/framework/uq/Distribution.py +++ b/foqus_lib/framework/uq/Distribution.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/ExperimentalDesign.py b/foqus_lib/framework/uq/ExperimentalDesign.py index ca6fac70e..4a0d09610 100644 --- a/foqus_lib/framework/uq/ExperimentalDesign.py +++ b/foqus_lib/framework/uq/ExperimentalDesign.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/LocalExecutionModule.py b/foqus_lib/framework/uq/LocalExecutionModule.py index 93a05a778..13d6c4522 100644 --- a/foqus_lib/framework/uq/LocalExecutionModule.py +++ b/foqus_lib/framework/uq/LocalExecutionModule.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/Model.py b/foqus_lib/framework/uq/Model.py index c09d08c10..899040157 100644 --- a/foqus_lib/framework/uq/Model.py +++ b/foqus_lib/framework/uq/Model.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/ParameterScreening.py b/foqus_lib/framework/uq/ParameterScreening.py index 09b6621d4..82934c8c0 100644 --- a/foqus_lib/framework/uq/ParameterScreening.py +++ b/foqus_lib/framework/uq/ParameterScreening.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/Plotter.py b/foqus_lib/framework/uq/Plotter.py index a246d6b45..1623b617a 100644 --- a/foqus_lib/framework/uq/Plotter.py +++ b/foqus_lib/framework/uq/Plotter.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/RSAnalyzer.py b/foqus_lib/framework/uq/RSAnalyzer.py index cb5784a09..dabc7b854 100644 --- a/foqus_lib/framework/uq/RSAnalyzer.py +++ b/foqus_lib/framework/uq/RSAnalyzer.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/RSInference.py b/foqus_lib/framework/uq/RSInference.py index ff047b9e0..8541ce88d 100644 --- a/foqus_lib/framework/uq/RSInference.py +++ b/foqus_lib/framework/uq/RSInference.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/RSSensitivityAnalysis.py b/foqus_lib/framework/uq/RSSensitivityAnalysis.py index 0adf1ab77..4b5f24e90 100644 --- a/foqus_lib/framework/uq/RSSensitivityAnalysis.py +++ b/foqus_lib/framework/uq/RSSensitivityAnalysis.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/RSUncertaintyAnalysis.py b/foqus_lib/framework/uq/RSUncertaintyAnalysis.py index 44936f559..97f9f3955 100644 --- a/foqus_lib/framework/uq/RSUncertaintyAnalysis.py +++ b/foqus_lib/framework/uq/RSUncertaintyAnalysis.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/RSValidation.py b/foqus_lib/framework/uq/RSValidation.py index 48f8b10db..3f798fb6c 100644 --- a/foqus_lib/framework/uq/RSValidation.py +++ b/foqus_lib/framework/uq/RSValidation.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/RSVisualization.py b/foqus_lib/framework/uq/RSVisualization.py index c981e3a7e..d5280337d 100644 --- a/foqus_lib/framework/uq/RSVisualization.py +++ b/foqus_lib/framework/uq/RSVisualization.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/RawDataAnalyzer.py b/foqus_lib/framework/uq/RawDataAnalyzer.py index 8dfde478b..3471f2091 100644 --- a/foqus_lib/framework/uq/RawDataAnalyzer.py +++ b/foqus_lib/framework/uq/RawDataAnalyzer.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/ResponseSurfaces.py b/foqus_lib/framework/uq/ResponseSurfaces.py index e2c3ee318..356a9174d 100644 --- a/foqus_lib/framework/uq/ResponseSurfaces.py +++ b/foqus_lib/framework/uq/ResponseSurfaces.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/SampleData.py b/foqus_lib/framework/uq/SampleData.py index f94d0b36a..fc2898b83 100644 --- a/foqus_lib/framework/uq/SampleData.py +++ b/foqus_lib/framework/uq/SampleData.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/SampleRefiner.py b/foqus_lib/framework/uq/SampleRefiner.py index c8f741d79..9347f1f1e 100644 --- a/foqus_lib/framework/uq/SampleRefiner.py +++ b/foqus_lib/framework/uq/SampleRefiner.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/SamplingMethods.py b/foqus_lib/framework/uq/SamplingMethods.py index 379d00b96..0444fe47f 100644 --- a/foqus_lib/framework/uq/SamplingMethods.py +++ b/foqus_lib/framework/uq/SamplingMethods.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/SensitivityAnalysis.py b/foqus_lib/framework/uq/SensitivityAnalysis.py index e2d5407b2..fe5df71e6 100644 --- a/foqus_lib/framework/uq/SensitivityAnalysis.py +++ b/foqus_lib/framework/uq/SensitivityAnalysis.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/SurrogateParser.py b/foqus_lib/framework/uq/SurrogateParser.py index 2f02904f1..a9bd1be71 100644 --- a/foqus_lib/framework/uq/SurrogateParser.py +++ b/foqus_lib/framework/uq/SurrogateParser.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/UQAnalysis.py b/foqus_lib/framework/uq/UQAnalysis.py index 3782ed701..4655f7186 100644 --- a/foqus_lib/framework/uq/UQAnalysis.py +++ b/foqus_lib/framework/uq/UQAnalysis.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/UQRSAnalysis.py b/foqus_lib/framework/uq/UQRSAnalysis.py index d3207294d..c8e5c1988 100644 --- a/foqus_lib/framework/uq/UQRSAnalysis.py +++ b/foqus_lib/framework/uq/UQRSAnalysis.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/UncertaintyAnalysis.py b/foqus_lib/framework/uq/UncertaintyAnalysis.py index 6388a7719..1b01fe0bb 100644 --- a/foqus_lib/framework/uq/UncertaintyAnalysis.py +++ b/foqus_lib/framework/uq/UncertaintyAnalysis.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/Visualization.py b/foqus_lib/framework/uq/Visualization.py index 615ecdbdf..eca9b454c 100644 --- a/foqus_lib/framework/uq/Visualization.py +++ b/foqus_lib/framework/uq/Visualization.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/Visualizer.py b/foqus_lib/framework/uq/Visualizer.py index 106b84498..99fc2b0d2 100644 --- a/foqus_lib/framework/uq/Visualizer.py +++ b/foqus_lib/framework/uq/Visualizer.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/flowsheetToUQModel.py b/foqus_lib/framework/uq/flowsheetToUQModel.py index 7672d2040..bfab46dc3 100644 --- a/foqus_lib/framework/uq/flowsheetToUQModel.py +++ b/foqus_lib/framework/uq/flowsheetToUQModel.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/test/test_common.py b/foqus_lib/framework/uq/test/test_common.py index df82c1aac..8d7bd7512 100644 --- a/foqus_lib/framework/uq/test/test_common.py +++ b/foqus_lib/framework/uq/test/test_common.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/test/test_correlation_analysis.py b/foqus_lib/framework/uq/test/test_correlation_analysis.py index 9abcdc439..994f324e6 100644 --- a/foqus_lib/framework/uq/test/test_correlation_analysis.py +++ b/foqus_lib/framework/uq/test/test_correlation_analysis.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/test/test_distribution.py b/foqus_lib/framework/uq/test/test_distribution.py index 406c6f591..6a5c4c901 100644 --- a/foqus_lib/framework/uq/test/test_distribution.py +++ b/foqus_lib/framework/uq/test/test_distribution.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/test/test_experimental_design.py b/foqus_lib/framework/uq/test/test_experimental_design.py index 1a29ff484..e20c10b86 100644 --- a/foqus_lib/framework/uq/test/test_experimental_design.py +++ b/foqus_lib/framework/uq/test/test_experimental_design.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/test/test_flowsheet_to_uq_model.py b/foqus_lib/framework/uq/test/test_flowsheet_to_uq_model.py index bdfcaa67b..23be1463f 100644 --- a/foqus_lib/framework/uq/test/test_flowsheet_to_uq_model.py +++ b/foqus_lib/framework/uq/test/test_flowsheet_to_uq_model.py @@ -1,3 +1,17 @@ +################################################################################# +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute +# for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence +# Livermore National Security, LLC., The Regents of the University of +# California, through Lawrence Berkeley National Laboratory, Battelle Memorial +# Institute, Pacific Northwest Division through Pacific Northwest National +# Laboratory, Carnegie Mellon University, West Virginia University, Boston +# University, the Trustees of Princeton University, The University of Texas at +# Austin, URS Energy & Construction, Inc., et al. All rights reserved. +# +# Please see the file LICENSE.md for full copyright and license information, +# respectively. This file is also available online at the URL +# "https://github.com/CCSI-Toolset/FOQUS". +################################################################################# # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial # Institute, Pacific Northwest Division through Pacific Northwest National diff --git a/foqus_lib/framework/uq/test/test_local_execution_module.py b/foqus_lib/framework/uq/test/test_local_execution_module.py index 6d14af77b..0d676e9f6 100644 --- a/foqus_lib/framework/uq/test/test_local_execution_module.py +++ b/foqus_lib/framework/uq/test/test_local_execution_module.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/test/test_model.py b/foqus_lib/framework/uq/test/test_model.py index 4b5059455..a7da2a56e 100644 --- a/foqus_lib/framework/uq/test/test_model.py +++ b/foqus_lib/framework/uq/test/test_model.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/test/test_parameter_screening.py b/foqus_lib/framework/uq/test/test_parameter_screening.py index 8a9e64fb3..5abdac535 100644 --- a/foqus_lib/framework/uq/test/test_parameter_screening.py +++ b/foqus_lib/framework/uq/test/test_parameter_screening.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/test/test_plotter.py b/foqus_lib/framework/uq/test/test_plotter.py index 97c44a2f2..614821219 100644 --- a/foqus_lib/framework/uq/test/test_plotter.py +++ b/foqus_lib/framework/uq/test/test_plotter.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/test/test_response_surfaces.py b/foqus_lib/framework/uq/test/test_response_surfaces.py index cfd0bf264..7904339d6 100644 --- a/foqus_lib/framework/uq/test/test_response_surfaces.py +++ b/foqus_lib/framework/uq/test/test_response_surfaces.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/test/test_rs_analyzer.py b/foqus_lib/framework/uq/test/test_rs_analyzer.py index 966ad60e3..e311b4041 100644 --- a/foqus_lib/framework/uq/test/test_rs_analyzer.py +++ b/foqus_lib/framework/uq/test/test_rs_analyzer.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/test/test_rs_inference.py b/foqus_lib/framework/uq/test/test_rs_inference.py index 1956633da..b014cc090 100644 --- a/foqus_lib/framework/uq/test/test_rs_inference.py +++ b/foqus_lib/framework/uq/test/test_rs_inference.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/test/test_rs_sensitivity_analysis.py b/foqus_lib/framework/uq/test/test_rs_sensitivity_analysis.py index abf0dca64..36f43db9a 100644 --- a/foqus_lib/framework/uq/test/test_rs_sensitivity_analysis.py +++ b/foqus_lib/framework/uq/test/test_rs_sensitivity_analysis.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/test/test_rs_uncertainty_analysis.py b/foqus_lib/framework/uq/test/test_rs_uncertainty_analysis.py index 666cefad1..26f12e2c3 100644 --- a/foqus_lib/framework/uq/test/test_rs_uncertainty_analysis.py +++ b/foqus_lib/framework/uq/test/test_rs_uncertainty_analysis.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/test/test_sample_data.py b/foqus_lib/framework/uq/test/test_sample_data.py index 9fa01d093..729eea09b 100644 --- a/foqus_lib/framework/uq/test/test_sample_data.py +++ b/foqus_lib/framework/uq/test/test_sample_data.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/test/test_sampling_methods.py b/foqus_lib/framework/uq/test/test_sampling_methods.py index c91d951e0..733e8972a 100644 --- a/foqus_lib/framework/uq/test/test_sampling_methods.py +++ b/foqus_lib/framework/uq/test/test_sampling_methods.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/test/test_uq_analysis.py b/foqus_lib/framework/uq/test/test_uq_analysis.py index 04392dedc..d0f708b43 100644 --- a/foqus_lib/framework/uq/test/test_uq_analysis.py +++ b/foqus_lib/framework/uq/test/test_uq_analysis.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/test/test_uq_rs_analysis.py b/foqus_lib/framework/uq/test/test_uq_rs_analysis.py index 997164721..ecbf42db9 100644 --- a/foqus_lib/framework/uq/test/test_uq_rs_analysis.py +++ b/foqus_lib/framework/uq/test/test_uq_rs_analysis.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/framework/uq/test/test_visualization.py b/foqus_lib/framework/uq/test/test_visualization.py index df5893a2c..251f6a5de 100644 --- a/foqus_lib/framework/uq/test/test_visualization.py +++ b/foqus_lib/framework/uq/test/test_visualization.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/basic_data/basicDataFrame.py b/foqus_lib/gui/basic_data/basicDataFrame.py index d093618b3..74ddd722f 100644 --- a/foqus_lib/gui/basic_data/basicDataFrame.py +++ b/foqus_lib/gui/basic_data/basicDataFrame.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/basic_data/basicDataParentFrame.py b/foqus_lib/gui/basic_data/basicDataParentFrame.py index a67ba79ed..84f0c6884 100644 --- a/foqus_lib/gui/basic_data/basicDataParentFrame.py +++ b/foqus_lib/gui/basic_data/basicDataParentFrame.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/common/InferenceInputsTable.py b/foqus_lib/gui/common/InferenceInputsTable.py index 21481b485..933b4d44d 100644 --- a/foqus_lib/gui/common/InferenceInputsTable.py +++ b/foqus_lib/gui/common/InferenceInputsTable.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/common/InputPriorTable.py b/foqus_lib/gui/common/InputPriorTable.py index 8163b4105..d75a72390 100644 --- a/foqus_lib/gui/common/InputPriorTable.py +++ b/foqus_lib/gui/common/InputPriorTable.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/dialogs/tagSelectDialog.py b/foqus_lib/gui/dialogs/tagSelectDialog.py index fa3727f73..1cc497a1a 100644 --- a/foqus_lib/gui/dialogs/tagSelectDialog.py +++ b/foqus_lib/gui/dialogs/tagSelectDialog.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/dialogs/variableBrowser.py b/foqus_lib/gui/dialogs/variableBrowser.py index f54d92f24..3b7542ace 100644 --- a/foqus_lib/gui/dialogs/variableBrowser.py +++ b/foqus_lib/gui/dialogs/variableBrowser.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/flowsheet/calculatedColumns.py b/foqus_lib/gui/flowsheet/calculatedColumns.py index 76483a47c..2aea1d1a8 100644 --- a/foqus_lib/gui/flowsheet/calculatedColumns.py +++ b/foqus_lib/gui/flowsheet/calculatedColumns.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/flowsheet/columns.py b/foqus_lib/gui/flowsheet/columns.py index 6868dd87d..9eeb47694 100644 --- a/foqus_lib/gui/flowsheet/columns.py +++ b/foqus_lib/gui/flowsheet/columns.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/flowsheet/dataBrowserDialog.py b/foqus_lib/gui/flowsheet/dataBrowserDialog.py index fc1d5739e..02415e74c 100644 --- a/foqus_lib/gui/flowsheet/dataBrowserDialog.py +++ b/foqus_lib/gui/flowsheet/dataBrowserDialog.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/flowsheet/dataBrowserFrame.py b/foqus_lib/gui/flowsheet/dataBrowserFrame.py index 20e76b1f2..3e2566634 100644 --- a/foqus_lib/gui/flowsheet/dataBrowserFrame.py +++ b/foqus_lib/gui/flowsheet/dataBrowserFrame.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/flowsheet/dataFilterDialog.py b/foqus_lib/gui/flowsheet/dataFilterDialog.py index 471d9c76d..ec6eb652b 100644 --- a/foqus_lib/gui/flowsheet/dataFilterDialog.py +++ b/foqus_lib/gui/flowsheet/dataFilterDialog.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/flowsheet/dataModel.py b/foqus_lib/gui/flowsheet/dataModel.py index 34d78f483..86f25bf65 100644 --- a/foqus_lib/gui/flowsheet/dataModel.py +++ b/foqus_lib/gui/flowsheet/dataModel.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/flowsheet/drawFlowsheet.py b/foqus_lib/gui/flowsheet/drawFlowsheet.py index 8b43ed2eb..ae6860200 100644 --- a/foqus_lib/gui/flowsheet/drawFlowsheet.py +++ b/foqus_lib/gui/flowsheet/drawFlowsheet.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/flowsheet/edgePanel.py b/foqus_lib/gui/flowsheet/edgePanel.py index def5a3a6f..2346ecc2f 100644 --- a/foqus_lib/gui/flowsheet/edgePanel.py +++ b/foqus_lib/gui/flowsheet/edgePanel.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/flowsheet/flowsheetSettingsDialog.py b/foqus_lib/gui/flowsheet/flowsheetSettingsDialog.py index a9087e8bb..bf09302d2 100644 --- a/foqus_lib/gui/flowsheet/flowsheetSettingsDialog.py +++ b/foqus_lib/gui/flowsheet/flowsheetSettingsDialog.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/flowsheet/nodePanel.py b/foqus_lib/gui/flowsheet/nodePanel.py index 36de51c6d..0d213673c 100644 --- a/foqus_lib/gui/flowsheet/nodePanel.py +++ b/foqus_lib/gui/flowsheet/nodePanel.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/flowsheet/runRowsDialog.py b/foqus_lib/gui/flowsheet/runRowsDialog.py index 2705908f1..9133205dc 100644 --- a/foqus_lib/gui/flowsheet/runRowsDialog.py +++ b/foqus_lib/gui/flowsheet/runRowsDialog.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/heatIntegration/heatIntegrationFrame.py b/foqus_lib/gui/heatIntegration/heatIntegrationFrame.py index 9c01b8a70..a684253b7 100644 --- a/foqus_lib/gui/heatIntegration/heatIntegrationFrame.py +++ b/foqus_lib/gui/heatIntegration/heatIntegrationFrame.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/help/helpBrowser.py b/foqus_lib/gui/help/helpBrowser.py index e24786cd1..9cd1817a1 100644 --- a/foqus_lib/gui/help/helpBrowser.py +++ b/foqus_lib/gui/help/helpBrowser.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/helpers/guiHelpers.py b/foqus_lib/gui/helpers/guiHelpers.py index 04a71b8fd..04fa07171 100644 --- a/foqus_lib/gui/helpers/guiHelpers.py +++ b/foqus_lib/gui/helpers/guiHelpers.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/icons_rc.py b/foqus_lib/gui/icons_rc.py index 976cf777d..79ffd6eee 100644 --- a/foqus_lib/gui/icons_rc.py +++ b/foqus_lib/gui/icons_rc.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/main/Dash.py b/foqus_lib/gui/main/Dash.py index 09252a2a4..67ba5d8ce 100644 --- a/foqus_lib/gui/main/Dash.py +++ b/foqus_lib/gui/main/Dash.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/main/mainWindow.py b/foqus_lib/gui/main/mainWindow.py index 92979016d..c2563bd5f 100644 --- a/foqus_lib/gui/main/mainWindow.py +++ b/foqus_lib/gui/main/mainWindow.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/main/saveMetadataDialog.py b/foqus_lib/gui/main/saveMetadataDialog.py index a551c61a9..97baf211b 100644 --- a/foqus_lib/gui/main/saveMetadataDialog.py +++ b/foqus_lib/gui/main/saveMetadataDialog.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/main/sessionDescriptionEdit.py b/foqus_lib/gui/main/sessionDescriptionEdit.py index bdb8d3fc5..700ede2f1 100644 --- a/foqus_lib/gui/main/sessionDescriptionEdit.py +++ b/foqus_lib/gui/main/sessionDescriptionEdit.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/main/settingsFrame.py b/foqus_lib/gui/main/settingsFrame.py index 65773188f..b3573f39a 100644 --- a/foqus_lib/gui/main/settingsFrame.py +++ b/foqus_lib/gui/main/settingsFrame.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/main/turbineConfig.py b/foqus_lib/gui/main/turbineConfig.py index 010a35ca1..9ecae0b01 100644 --- a/foqus_lib/gui/main/turbineConfig.py +++ b/foqus_lib/gui/main/turbineConfig.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/make_shortcut.py b/foqus_lib/gui/make_shortcut.py index afdc336bd..a915dc6c6 100644 --- a/foqus_lib/gui/make_shortcut.py +++ b/foqus_lib/gui/make_shortcut.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/model/dmfUploadDialog.py b/foqus_lib/gui/model/dmfUploadDialog.py index 156d7a2cd..2602ea03c 100644 --- a/foqus_lib/gui/model/dmfUploadDialog.py +++ b/foqus_lib/gui/model/dmfUploadDialog.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/model/gatewayUploadDialog.py b/foqus_lib/gui/model/gatewayUploadDialog.py index 3ca0d1388..5a4a49476 100644 --- a/foqus_lib/gui/model/gatewayUploadDialog.py +++ b/foqus_lib/gui/model/gatewayUploadDialog.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/optimization/optMessageWindow.py b/foqus_lib/gui/optimization/optMessageWindow.py index afbef73ca..0f3c41e07 100644 --- a/foqus_lib/gui/optimization/optMessageWindow.py +++ b/foqus_lib/gui/optimization/optMessageWindow.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/optimization/optMonitor.py b/foqus_lib/gui/optimization/optMonitor.py index 4612fec07..f4b304e90 100644 --- a/foqus_lib/gui/optimization/optMonitor.py +++ b/foqus_lib/gui/optimization/optMonitor.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/optimization/optSampleGenDialog.py b/foqus_lib/gui/optimization/optSampleGenDialog.py index 9395d9510..213bfd3f5 100644 --- a/foqus_lib/gui/optimization/optSampleGenDialog.py +++ b/foqus_lib/gui/optimization/optSampleGenDialog.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/optimization/optSetupFrame.py b/foqus_lib/gui/optimization/optSetupFrame.py index 00cfc33e8..327a2a295 100644 --- a/foqus_lib/gui/optimization/optSetupFrame.py +++ b/foqus_lib/gui/optimization/optSetupFrame.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/ouu/OUUInputsTable.py b/foqus_lib/gui/ouu/OUUInputsTable.py index 237f8fa18..fc25ed6bb 100644 --- a/foqus_lib/gui/ouu/OUUInputsTable.py +++ b/foqus_lib/gui/ouu/OUUInputsTable.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/ouu/foqusPSUADEClient.py b/foqus_lib/gui/ouu/foqusPSUADEClient.py index 1f53803a0..5db097602 100644 --- a/foqus_lib/gui/ouu/foqusPSUADEClient.py +++ b/foqus_lib/gui/ouu/foqusPSUADEClient.py @@ -1,6 +1,6 @@ #!/usr/bin/env python ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/ouu/nodeToUQModel.py b/foqus_lib/gui/ouu/nodeToUQModel.py index 621ccec0d..9c29baa5f 100644 --- a/foqus_lib/gui/ouu/nodeToUQModel.py +++ b/foqus_lib/gui/ouu/nodeToUQModel.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/ouu/ouuSetupFrame.py b/foqus_lib/gui/ouu/ouuSetupFrame.py index b7e201435..809bfe88f 100644 --- a/foqus_lib/gui/ouu/ouuSetupFrame.py +++ b/foqus_lib/gui/ouu/ouuSetupFrame.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/pysyntax_hl/pysyntax_hl.py b/foqus_lib/gui/pysyntax_hl/pysyntax_hl.py index b0354445b..d987fa0d5 100644 --- a/foqus_lib/gui/pysyntax_hl/pysyntax_hl.py +++ b/foqus_lib/gui/pysyntax_hl/pysyntax_hl.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/sdoe/odoeSimSetup.py b/foqus_lib/gui/sdoe/odoeSimSetup.py index d872d7889..409c28497 100644 --- a/foqus_lib/gui/sdoe/odoeSimSetup.py +++ b/foqus_lib/gui/sdoe/odoeSimSetup.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/sdoe/sdoeAnalysisDialog.py b/foqus_lib/gui/sdoe/sdoeAnalysisDialog.py index cc669b7a1..00ec0dbc8 100644 --- a/foqus_lib/gui/sdoe/sdoeAnalysisDialog.py +++ b/foqus_lib/gui/sdoe/sdoeAnalysisDialog.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/sdoe/sdoePreview.py b/foqus_lib/gui/sdoe/sdoePreview.py index 173298f44..ac56e2055 100644 --- a/foqus_lib/gui/sdoe/sdoePreview.py +++ b/foqus_lib/gui/sdoe/sdoePreview.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/sdoe/sdoeSetupFrame.py b/foqus_lib/gui/sdoe/sdoeSetupFrame.py index df9816e35..4990042ca 100644 --- a/foqus_lib/gui/sdoe/sdoeSetupFrame.py +++ b/foqus_lib/gui/sdoe/sdoeSetupFrame.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/sdoe/sdoeSimSetup.py b/foqus_lib/gui/sdoe/sdoeSimSetup.py index b7b7839c2..7b741befb 100644 --- a/foqus_lib/gui/sdoe/sdoeSimSetup.py +++ b/foqus_lib/gui/sdoe/sdoeSimSetup.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/sdoe/updateSDOEModelDialog.py b/foqus_lib/gui/sdoe/updateSDOEModelDialog.py index 8fc7bb1b3..8db32175e 100644 --- a/foqus_lib/gui/sdoe/updateSDOEModelDialog.py +++ b/foqus_lib/gui/sdoe/updateSDOEModelDialog.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/sinter/__init__.py b/foqus_lib/gui/sinter/__init__.py index b2a6aa740..c43ccbce7 100644 --- a/foqus_lib/gui/sinter/__init__.py +++ b/foqus_lib/gui/sinter/__init__.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/sinter/sinter_config.py b/foqus_lib/gui/sinter/sinter_config.py index 655f4247c..517fb4c38 100644 --- a/foqus_lib/gui/sinter/sinter_config.py +++ b/foqus_lib/gui/sinter/sinter_config.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/sintervectorize/SinterVectorizeDialog.py b/foqus_lib/gui/sintervectorize/SinterVectorizeDialog.py index ce795922b..a9f98a0f1 100644 --- a/foqus_lib/gui/sintervectorize/SinterVectorizeDialog.py +++ b/foqus_lib/gui/sintervectorize/SinterVectorizeDialog.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/solventfit/SolventFitInputsTable.py b/foqus_lib/gui/solventfit/SolventFitInputsTable.py index e73f8dbaf..04b52b61c 100644 --- a/foqus_lib/gui/solventfit/SolventFitInputsTable.py +++ b/foqus_lib/gui/solventfit/SolventFitInputsTable.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/solventfit/solventFitSetupFrame.py b/foqus_lib/gui/solventfit/solventFitSetupFrame.py index dab493cff..fd7874a89 100644 --- a/foqus_lib/gui/solventfit/solventFitSetupFrame.py +++ b/foqus_lib/gui/solventfit/solventFitSetupFrame.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/surrogate/surrogateFrame.py b/foqus_lib/gui/surrogate/surrogateFrame.py index 58a367ac1..5ba8ae891 100644 --- a/foqus_lib/gui/surrogate/surrogateFrame.py +++ b/foqus_lib/gui/surrogate/surrogateFrame.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/tests/conftest.py b/foqus_lib/gui/tests/conftest.py index 7dbdc7278..673759f6a 100644 --- a/foqus_lib/gui/tests/conftest.py +++ b/foqus_lib/gui/tests/conftest.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/tests/test_main_window.py b/foqus_lib/gui/tests/test_main_window.py index d166c472c..f5e211fd6 100644 --- a/foqus_lib/gui/tests/test_main_window.py +++ b/foqus_lib/gui/tests/test_main_window.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/tests/test_ml_ai.py b/foqus_lib/gui/tests/test_ml_ai.py index c4eb3651b..bcbea4d23 100644 --- a/foqus_lib/gui/tests/test_ml_ai.py +++ b/foqus_lib/gui/tests/test_ml_ai.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/tests/test_ouu.py b/foqus_lib/gui/tests/test_ouu.py index 29a923057..55a49c39b 100644 --- a/foqus_lib/gui/tests/test_ouu.py +++ b/foqus_lib/gui/tests/test_ouu.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/tests/test_plugins.py b/foqus_lib/gui/tests/test_plugins.py index 8187d8724..ffde5e602 100644 --- a/foqus_lib/gui/tests/test_plugins.py +++ b/foqus_lib/gui/tests/test_plugins.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/tests/test_sdoe.py b/foqus_lib/gui/tests/test_sdoe.py index 9b359cea3..8ec834686 100644 --- a/foqus_lib/gui/tests/test_sdoe.py +++ b/foqus_lib/gui/tests/test_sdoe.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/tests/test_surrogate.py b/foqus_lib/gui/tests/test_surrogate.py index accbabc07..e82e2a6be 100644 --- a/foqus_lib/gui/tests/test_surrogate.py +++ b/foqus_lib/gui/tests/test_surrogate.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/tests/test_uq.py b/foqus_lib/gui/tests/test_uq.py index 9e73584a0..80dce4638 100644 --- a/foqus_lib/gui/tests/test_uq.py +++ b/foqus_lib/gui/tests/test_uq.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/uq/AnalysisDialog.py b/foqus_lib/gui/uq/AnalysisDialog.py index 8dcd76b09..ba90710e3 100644 --- a/foqus_lib/gui/uq/AnalysisDialog.py +++ b/foqus_lib/gui/uq/AnalysisDialog.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/uq/AnalysisInfoDialog.py b/foqus_lib/gui/uq/AnalysisInfoDialog.py index 413fb03f7..9c17284d2 100644 --- a/foqus_lib/gui/uq/AnalysisInfoDialog.py +++ b/foqus_lib/gui/uq/AnalysisInfoDialog.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/uq/AnalysisInputsTable.py b/foqus_lib/gui/uq/AnalysisInputsTable.py index d7971e9a7..4475d7207 100644 --- a/foqus_lib/gui/uq/AnalysisInputsTable.py +++ b/foqus_lib/gui/uq/AnalysisInputsTable.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/uq/InferenceDialog.py b/foqus_lib/gui/uq/InferenceDialog.py index 4b62b9af7..2ae071b65 100644 --- a/foqus_lib/gui/uq/InferenceDialog.py +++ b/foqus_lib/gui/uq/InferenceDialog.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/uq/Preview.py b/foqus_lib/gui/uq/Preview.py index c4c429539..d538b3b38 100644 --- a/foqus_lib/gui/uq/Preview.py +++ b/foqus_lib/gui/uq/Preview.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/uq/RSCombos.py b/foqus_lib/gui/uq/RSCombos.py index 794569c48..0562769d2 100644 --- a/foqus_lib/gui/uq/RSCombos.py +++ b/foqus_lib/gui/uq/RSCombos.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/uq/SimSetup.py b/foqus_lib/gui/uq/SimSetup.py index e400fab44..a0e12bcde 100644 --- a/foqus_lib/gui/uq/SimSetup.py +++ b/foqus_lib/gui/uq/SimSetup.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/uq/SimSetupInputsTable.py b/foqus_lib/gui/uq/SimSetupInputsTable.py index 3a7e11292..3858c13a4 100644 --- a/foqus_lib/gui/uq/SimSetupInputsTable.py +++ b/foqus_lib/gui/uq/SimSetupInputsTable.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/uq/dialogTest.py b/foqus_lib/gui/uq/dialogTest.py index 8591cd350..182e9891f 100644 --- a/foqus_lib/gui/uq/dialogTest.py +++ b/foqus_lib/gui/uq/dialogTest.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/uq/stopEnsembleDialog.py b/foqus_lib/gui/uq/stopEnsembleDialog.py index f06a37966..01c4afdbc 100644 --- a/foqus_lib/gui/uq/stopEnsembleDialog.py +++ b/foqus_lib/gui/uq/stopEnsembleDialog.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/uq/updateUQModelDialog.py b/foqus_lib/gui/uq/updateUQModelDialog.py index 1080c034b..b73072238 100644 --- a/foqus_lib/gui/uq/updateUQModelDialog.py +++ b/foqus_lib/gui/uq/updateUQModelDialog.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/uq/uqDataBrowserFrame.py b/foqus_lib/gui/uq/uqDataBrowserFrame.py index ea6b7cfe4..8f20a97e8 100644 --- a/foqus_lib/gui/uq/uqDataBrowserFrame.py +++ b/foqus_lib/gui/uq/uqDataBrowserFrame.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/gui/uq/uqSetupFrame.py b/foqus_lib/gui/uq/uqSetupFrame.py index 9ee0fc53d..fe7f9b4c7 100644 --- a/foqus_lib/gui/uq/uqSetupFrame.py +++ b/foqus_lib/gui/uq/uqSetupFrame.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/help/helpPath.py b/foqus_lib/help/helpPath.py index 093253a66..1bd4bfaf7 100644 --- a/foqus_lib/help/helpPath.py +++ b/foqus_lib/help/helpPath.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/help/writeCCSILicenseHelpFiles.py b/foqus_lib/help/writeCCSILicenseHelpFiles.py index 3fd9dadf5..49613242b 100644 --- a/foqus_lib/help/writeCCSILicenseHelpFiles.py +++ b/foqus_lib/help/writeCCSILicenseHelpFiles.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/service/flowsheet.py b/foqus_lib/service/flowsheet.py index 3170552a8..a910bae80 100644 --- a/foqus_lib/service/flowsheet.py +++ b/foqus_lib/service/flowsheet.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/service/test/flowsheet_control_test.py b/foqus_lib/service/test/flowsheet_control_test.py index b5a15d929..ee51c4b95 100644 --- a/foqus_lib/service/test/flowsheet_control_test.py +++ b/foqus_lib/service/test/flowsheet_control_test.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/tests/test_foqus_main.py b/foqus_lib/tests/test_foqus_main.py index b80699920..54789ead4 100644 --- a/foqus_lib/tests/test_foqus_main.py +++ b/foqus_lib/tests/test_foqus_main.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/unit_test/massBalance_test.py b/foqus_lib/unit_test/massBalance_test.py index d09280ae8..b52a9d958 100644 --- a/foqus_lib/unit_test/massBalance_test.py +++ b/foqus_lib/unit_test/massBalance_test.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/unit_test/nodeVarList_test.py b/foqus_lib/unit_test/nodeVarList_test.py index 72ff20caa..c92c7c671 100644 --- a/foqus_lib/unit_test/nodeVarList_test.py +++ b/foqus_lib/unit_test/nodeVarList_test.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/unit_test/nodeVars_test.py b/foqus_lib/unit_test/nodeVars_test.py index 7502d0b15..b74a7159f 100644 --- a/foqus_lib/unit_test/nodeVars_test.py +++ b/foqus_lib/unit_test/nodeVars_test.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/unit_test/node_test.py b/foqus_lib/unit_test/node_test.py index 3365d95e3..5e77cb699 100644 --- a/foqus_lib/unit_test/node_test.py +++ b/foqus_lib/unit_test/node_test.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/unit_test/turbineLite_test.py b/foqus_lib/unit_test/turbineLite_test.py index d4f0d0c62..9e4dccfac 100644 --- a/foqus_lib/unit_test/turbineLite_test.py +++ b/foqus_lib/unit_test/turbineLite_test.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/foqus_lib/version/version.template b/foqus_lib/version/version.template index 4089af142..3a16fcc1a 100644 --- a/foqus_lib/version/version.template +++ b/foqus_lib/version/version.template @@ -6,7 +6,7 @@ version = "{VERSION}" copyright = \ """Foqus was produced under the DOE Carbon Capture Simulation Initiative (CCSI), -and is copyright (c) 2012 - 2025 by the software owners: Oak Ridge Institute for +and is copyright (c) 2012 - 2026 by the software owners: Oak Ridge Institute for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence Livermore National Security, LLC., The Regents of the University of California, through Lawrence Berkeley National Laboratory, Battelle Memorial Institute, Pacific diff --git a/foqus_sinter_configure.py b/foqus_sinter_configure.py index cc802e321..ea8fa1da4 100644 --- a/foqus_sinter_configure.py +++ b/foqus_sinter_configure.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/header_text.txt b/header_text.txt index 0a4882a41..e8b85acee 100644 --- a/header_text.txt +++ b/header_text.txt @@ -1,4 +1,4 @@ -FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence Livermore National Security, LLC., The Regents of the University of California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/pytest_qt_extras.py b/pytest_qt_extras.py index 650dba404..6b8bda301 100644 --- a/pytest_qt_extras.py +++ b/pytest_qt_extras.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/requirements-dev.txt b/requirements-dev.txt index df9c2e398..68cea6b6c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -14,7 +14,7 @@ pytest<8.1 coverage pytest-cov black==24.3.0 -addheader==0.3.2 +addheader # pytest-qt-extras pytest-qt diff --git a/setup.py b/setup.py index 407aabce4..b48d4beb7 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/test/system_test/foqusTest.py b/test/system_test/foqusTest.py index 07fcd94a4..ab281b1ca 100644 --- a/test/system_test/foqusTest.py +++ b/test/system_test/foqusTest.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/test/system_test/ui_test_01.py b/test/system_test/ui_test_01.py index e82a94b78..476a00a5d 100644 --- a/test/system_test/ui_test_01.py +++ b/test/system_test/ui_test_01.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/test/unit_test/foqusOUUTest.py b/test/unit_test/foqusOUUTest.py index 860dfafe9..ed8ee79f7 100644 --- a/test/unit_test/foqusOUUTest.py +++ b/test/unit_test/foqusOUUTest.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/test/unit_test/foqusUQDensity.py b/test/unit_test/foqusUQDensity.py index 03c068e00..e7dc65156 100644 --- a/test/unit_test/foqusUQDensity.py +++ b/test/unit_test/foqusUQDensity.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/test/unit_test/foqusUQPhoenix.py b/test/unit_test/foqusUQPhoenix.py index bd1ce364d..6f50135bd 100644 --- a/test/unit_test/foqusUQPhoenix.py +++ b/test/unit_test/foqusUQPhoenix.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/test/unit_test/foqusUQST.py b/test/unit_test/foqusUQST.py index d57cbf193..f9a449a69 100644 --- a/test/unit_test/foqusUQST.py +++ b/test/unit_test/foqusUQST.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/test/unit_test/foqusUQTest1.py b/test/unit_test/foqusUQTest1.py index f2e8f163d..18734b0ac 100644 --- a/test/unit_test/foqusUQTest1.py +++ b/test/unit_test/foqusUQTest1.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/test/unit_test/foqusUQTest2.py b/test/unit_test/foqusUQTest2.py index 10a7b7883..93dd1cbbd 100644 --- a/test/unit_test/foqusUQTest2.py +++ b/test/unit_test/foqusUQTest2.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/test/unit_test/foqusUQVLE.py b/test/unit_test/foqusUQVLE.py index 84dd0623e..52b5e5ba6 100644 --- a/test/unit_test/foqusUQVLE.py +++ b/test/unit_test/foqusUQVLE.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial diff --git a/test/unit_test/foqusUQViscosity.py b/test/unit_test/foqusUQViscosity.py index df31dc5e4..62324aa31 100644 --- a/test/unit_test/foqusUQViscosity.py +++ b/test/unit_test/foqusUQViscosity.py @@ -1,5 +1,5 @@ ################################################################################# -# FOQUS Copyright (c) 2012 - 2025, by the software owners: Oak Ridge Institute +# FOQUS Copyright (c) 2012 - 2026, by the software owners: Oak Ridge Institute # for Science and Education (ORISE), TRIAD National Security, LLC., Lawrence # Livermore National Security, LLC., The Regents of the University of # California, through Lawrence Berkeley National Laboratory, Battelle Memorial