From 183b821c3db2c8ba7db749c1ecbd73cdcc16c4bd Mon Sep 17 00:00:00 2001 From: Paul Gilman Date: Wed, 22 Jul 2026 16:14:52 -0700 Subject: [PATCH 1/2] NREL to NLR links to GitHub license for export_config --- api/api_autogen/builder_C_API.cpp | 2 +- api/api_autogen/builder_C_API.h | 2 +- api/api_autogen/builder_PySAM.cpp | 4 ++-- api/api_autogen/builder_PySAM.h | 2 +- api/api_autogen/builder_generator.cpp | 2 +- api/api_autogen/builder_generator.h | 2 +- api/api_autogen/builder_generator_helper.cpp | 2 +- api/api_autogen/builder_generator_helper.h | 2 +- api/api_autogen/callback_extractor.cpp | 2 +- api/api_autogen/callback_extractor.h | 2 +- api/api_autogen/config_extractor.cpp | 2 +- api/api_autogen/config_extractor.h | 2 +- api/api_autogen/data_structures.cpp | 2 +- api/api_autogen/data_structures.h | 2 +- api/api_autogen/equation_extractor.cpp | 2 +- api/api_autogen/equation_extractor.h | 2 +- api/api_autogen/export_config.cpp | 2 +- api/api_autogen/export_config.h | 2 +- api/api_autogen/library_extractor.cpp | 2 +- api/api_autogen/library_extractor.h | 2 +- api/api_autogen/lk_env.h | 2 +- api/api_autogen/lk_eval.cpp | 2 +- api/api_autogen/lk_eval.h | 2 +- api/api_autogen/startup_extractor.cpp | 2 +- api/api_autogen/startup_extractor.h | 2 +- api/api_autogen/test.cpp | 2 +- api/api_autogen/test.h | 2 +- api/api_autogen/ui_form_extractor.cpp | 2 +- api/api_autogen/ui_form_extractor.h | 2 +- api/api_autogen/variable_graph.cpp | 2 +- api/api_autogen/variable_graph.h | 2 +- api/src/ErrorHandler.cpp | 2 +- api/src/SAM_AdjustmentFactors.cpp | 2 +- api/src/SAM_api.cpp | 2 +- api/src/SAM_eqns.cpp | 2 +- api/src/visibility.h | 2 +- 36 files changed, 37 insertions(+), 37 deletions(-) diff --git a/api/api_autogen/builder_C_API.cpp b/api/api_autogen/builder_C_API.cpp index 888c4e7e08..f9b0e0a227 100644 --- a/api/api_autogen/builder_C_API.cpp +++ b/api/api_autogen/builder_C_API.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/SAM/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/SAM/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/api/api_autogen/builder_C_API.h b/api/api_autogen/builder_C_API.h index 7c7d708415..e119c1043a 100644 --- a/api/api_autogen/builder_C_API.h +++ b/api/api_autogen/builder_C_API.h @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/SAM/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/SAM/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/api/api_autogen/builder_PySAM.cpp b/api/api_autogen/builder_PySAM.cpp index 288a8f9c47..83583e90d3 100644 --- a/api/api_autogen/builder_PySAM.cpp +++ b/api/api_autogen/builder_PySAM.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/SAM/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/SAM/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without @@ -988,7 +988,7 @@ void builder_PySAM::create_PySAM_files(const std::string &cmod, const std::strin fx_file << "\t:members:\n\n"; std::string cmod_doc = tech_symbol + " is a wrapper for the SSC compute module `cmod_" + cmod; - cmod_doc += ".cpp `_\n\n"; + cmod_doc += ".cpp `_\n\n"; fx_file << cmod_doc; diff --git a/api/api_autogen/builder_PySAM.h b/api/api_autogen/builder_PySAM.h index 3e07b0780a..cbd2767f98 100644 --- a/api/api_autogen/builder_PySAM.h +++ b/api/api_autogen/builder_PySAM.h @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/SAM/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/SAM/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/api/api_autogen/builder_generator.cpp b/api/api_autogen/builder_generator.cpp index 31afb0a029..a4a6d98605 100644 --- a/api/api_autogen/builder_generator.cpp +++ b/api/api_autogen/builder_generator.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/SAM/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/SAM/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/api/api_autogen/builder_generator.h b/api/api_autogen/builder_generator.h index 3ccd64e5d1..52bbb97e76 100644 --- a/api/api_autogen/builder_generator.h +++ b/api/api_autogen/builder_generator.h @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/SAM/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/SAM/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/api/api_autogen/builder_generator_helper.cpp b/api/api_autogen/builder_generator_helper.cpp index 770ca61c69..8b9e78c7d9 100644 --- a/api/api_autogen/builder_generator_helper.cpp +++ b/api/api_autogen/builder_generator_helper.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/SAM/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/SAM/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/api/api_autogen/builder_generator_helper.h b/api/api_autogen/builder_generator_helper.h index 7a5f2982a0..97fd11d26b 100644 --- a/api/api_autogen/builder_generator_helper.h +++ b/api/api_autogen/builder_generator_helper.h @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/SAM/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/SAM/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/api/api_autogen/callback_extractor.cpp b/api/api_autogen/callback_extractor.cpp index 15fc6e8cd6..511346bfdb 100644 --- a/api/api_autogen/callback_extractor.cpp +++ b/api/api_autogen/callback_extractor.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/SAM/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/SAM/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/api/api_autogen/callback_extractor.h b/api/api_autogen/callback_extractor.h index bb28a584f8..e09889f0f5 100644 --- a/api/api_autogen/callback_extractor.h +++ b/api/api_autogen/callback_extractor.h @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/SAM/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/SAM/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/api/api_autogen/config_extractor.cpp b/api/api_autogen/config_extractor.cpp index 12b6b7276a..f44b845f69 100644 --- a/api/api_autogen/config_extractor.cpp +++ b/api/api_autogen/config_extractor.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/SAM/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/SAM/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/api/api_autogen/config_extractor.h b/api/api_autogen/config_extractor.h index f6a2623c06..690dc12fe5 100644 --- a/api/api_autogen/config_extractor.h +++ b/api/api_autogen/config_extractor.h @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/SAM/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/SAM/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/api/api_autogen/data_structures.cpp b/api/api_autogen/data_structures.cpp index 8534a8d700..3fc52164ea 100644 --- a/api/api_autogen/data_structures.cpp +++ b/api/api_autogen/data_structures.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/SAM/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/SAM/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/api/api_autogen/data_structures.h b/api/api_autogen/data_structures.h index df6dcca640..eeb60afaf8 100644 --- a/api/api_autogen/data_structures.h +++ b/api/api_autogen/data_structures.h @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/SAM/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/SAM/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/api/api_autogen/equation_extractor.cpp b/api/api_autogen/equation_extractor.cpp index 183886e1c7..8c96dfa550 100644 --- a/api/api_autogen/equation_extractor.cpp +++ b/api/api_autogen/equation_extractor.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/SAM/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/SAM/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/api/api_autogen/equation_extractor.h b/api/api_autogen/equation_extractor.h index b55fe57290..82e7574daa 100644 --- a/api/api_autogen/equation_extractor.h +++ b/api/api_autogen/equation_extractor.h @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/SAM/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/SAM/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/api/api_autogen/export_config.cpp b/api/api_autogen/export_config.cpp index 1a181bb841..db285de803 100644 --- a/api/api_autogen/export_config.cpp +++ b/api/api_autogen/export_config.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/SAM/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/SAM/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/api/api_autogen/export_config.h b/api/api_autogen/export_config.h index 9629dbb471..f3e9e892b8 100644 --- a/api/api_autogen/export_config.h +++ b/api/api_autogen/export_config.h @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/SAM/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/SAM/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/api/api_autogen/library_extractor.cpp b/api/api_autogen/library_extractor.cpp index 08ed82b316..0f6c587c37 100644 --- a/api/api_autogen/library_extractor.cpp +++ b/api/api_autogen/library_extractor.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/SAM/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/SAM/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/api/api_autogen/library_extractor.h b/api/api_autogen/library_extractor.h index 519771bc5f..4796c24a98 100644 --- a/api/api_autogen/library_extractor.h +++ b/api/api_autogen/library_extractor.h @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/SAM/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/SAM/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/api/api_autogen/lk_env.h b/api/api_autogen/lk_env.h index 88e723c549..f6ef6b6c0a 100644 --- a/api/api_autogen/lk_env.h +++ b/api/api_autogen/lk_env.h @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/SAM/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/SAM/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/api/api_autogen/lk_eval.cpp b/api/api_autogen/lk_eval.cpp index 802af0dbd5..b64172cf06 100644 --- a/api/api_autogen/lk_eval.cpp +++ b/api/api_autogen/lk_eval.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/SAM/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/SAM/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/api/api_autogen/lk_eval.h b/api/api_autogen/lk_eval.h index 6b21a864d7..cdcbe1137b 100644 --- a/api/api_autogen/lk_eval.h +++ b/api/api_autogen/lk_eval.h @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/SAM/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/SAM/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/api/api_autogen/startup_extractor.cpp b/api/api_autogen/startup_extractor.cpp index 67d326208c..5f10e29602 100644 --- a/api/api_autogen/startup_extractor.cpp +++ b/api/api_autogen/startup_extractor.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/SAM/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/SAM/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/api/api_autogen/startup_extractor.h b/api/api_autogen/startup_extractor.h index cd00bc46d1..f3c1c1b61c 100644 --- a/api/api_autogen/startup_extractor.h +++ b/api/api_autogen/startup_extractor.h @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/SAM/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/SAM/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/api/api_autogen/test.cpp b/api/api_autogen/test.cpp index 06129f1b4e..4a7b3ae1b3 100644 --- a/api/api_autogen/test.cpp +++ b/api/api_autogen/test.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/SAM/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/SAM/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/api/api_autogen/test.h b/api/api_autogen/test.h index 596f24858c..c19522aca1 100644 --- a/api/api_autogen/test.h +++ b/api/api_autogen/test.h @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/SAM/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/SAM/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/api/api_autogen/ui_form_extractor.cpp b/api/api_autogen/ui_form_extractor.cpp index 73bc85acc9..1cb2e9957d 100644 --- a/api/api_autogen/ui_form_extractor.cpp +++ b/api/api_autogen/ui_form_extractor.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/SAM/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/SAM/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/api/api_autogen/ui_form_extractor.h b/api/api_autogen/ui_form_extractor.h index 0798af60ba..9ea50e369c 100644 --- a/api/api_autogen/ui_form_extractor.h +++ b/api/api_autogen/ui_form_extractor.h @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/SAM/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/SAM/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/api/api_autogen/variable_graph.cpp b/api/api_autogen/variable_graph.cpp index 1671ad5613..0422b788af 100644 --- a/api/api_autogen/variable_graph.cpp +++ b/api/api_autogen/variable_graph.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/SAM/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/SAM/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/api/api_autogen/variable_graph.h b/api/api_autogen/variable_graph.h index 0f96fa7c89..41bb8080fc 100644 --- a/api/api_autogen/variable_graph.h +++ b/api/api_autogen/variable_graph.h @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/SAM/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/SAM/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/api/src/ErrorHandler.cpp b/api/src/ErrorHandler.cpp index 6ebd26af29..a6c26ef69a 100644 --- a/api/src/ErrorHandler.cpp +++ b/api/src/ErrorHandler.cpp @@ -2,7 +2,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/SAM/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/SAM/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/api/src/SAM_AdjustmentFactors.cpp b/api/src/SAM_AdjustmentFactors.cpp index f6a6fc853d..cb4a2d34e3 100644 --- a/api/src/SAM_AdjustmentFactors.cpp +++ b/api/src/SAM_AdjustmentFactors.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/SAM/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/SAM/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/api/src/SAM_api.cpp b/api/src/SAM_api.cpp index 52f09011fd..324bef9a1c 100644 --- a/api/src/SAM_api.cpp +++ b/api/src/SAM_api.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/SAM/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/SAM/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/api/src/SAM_eqns.cpp b/api/src/SAM_eqns.cpp index 806de62264..4f5ff556a6 100644 --- a/api/src/SAM_eqns.cpp +++ b/api/src/SAM_eqns.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/SAM/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/SAM/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/api/src/visibility.h b/api/src/visibility.h index 18d6a8cc9b..5fdc79010f 100644 --- a/api/src/visibility.h +++ b/api/src/visibility.h @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/SAM/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/SAM/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without From 269ff8b029365eea628a4062fbed40f8776c9cca Mon Sep 17 00:00:00 2001 From: Paul Gilman Date: Wed, 22 Jul 2026 16:23:16 -0700 Subject: [PATCH 2/2] NREL to NLR in PySAM PVWatts description --- api/api_autogen/builder_PySAM.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/api_autogen/builder_PySAM.cpp b/api/api_autogen/builder_PySAM.cpp index 83583e90d3..a4d97fe299 100644 --- a/api/api_autogen/builder_PySAM.cpp +++ b/api/api_autogen/builder_PySAM.cpp @@ -72,7 +72,7 @@ std::string module_doc(const std::string& tech_symbol){ {"Pvsamv1", "Detailed photovoltaic system model with separate components for module and inverter"}, {"Pvwattsv5", "PVWatts photovoltaic system model with simple inputs"}, {"Pvwattsv5Lifetime", "PVWatts photovoltaic system model for multi-year lifetime analysis"}, - {"Pvwattsv8", "Photovoltaic system using basic NREL PVWatts V8 algorithm. Does not do detailed degradation or loss modeling. If those are important, please use pvsamv1."}, + {"Pvwattsv8", "Photovoltaic system using basic NLR PVWatts V8 algorithm. Does not do detailed degradation or loss modeling. If those are important, please use pvsamv1."}, {"Saleleaseback", "PPA sale leaseback partnership financial model"}, {"Sco2AirCooler", "Supercritical CO2 Power Cycle Air Cooler"}, {"Sco2CspSystem", "Supercritical CO2 Power Cycle Design and Off-Design Simulation"},