diff --git a/api/api_autogen/builder_C_API.cpp b/api/api_autogen/builder_C_API.cpp index 888c4e7e0..f9b0e0a22 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 7c7d70841..e119c1043 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 288a8f9c4..a4d97fe29 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 @@ -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"}, @@ -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 3e07b0780..cbd2767f9 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 31afb0a02..a4a6d9860 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 3ccd64e5d..52bbb97e7 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 770ca61c6..8b9e78c7d 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 7a5f2982a..97fd11d26 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 15fc6e8cd..511346bfd 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 bb28a584f..e09889f0f 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 12b6b7276..f44b845f6 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 f6a2623c0..690dc12fe 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 8534a8d70..3fc52164e 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 df6dcca64..eeb60afaf 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 183886e1c..8c96dfa55 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 b55fe5729..82e7574da 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 1a181bb84..db285de80 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 9629dbb47..f3e9e892b 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 08ed82b31..0f6c587c3 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 519771bc5..4796c24a9 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 88e723c54..f6ef6b6c0 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 802af0dbd..b64172cf0 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 6b21a864d..cdcbe1137 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 67d326208..5f10e2960 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 cd00bc46d..f3c1c1b61 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 06129f1b4..4a7b3ae1b 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 596f24858..c19522aca 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 73bc85acc..1cb2e9957 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 0798af60b..9ea50e369 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 1671ad561..0422b788a 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 0f96fa7c8..41bb8080f 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 6ebd26af2..a6c26ef69 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 f6a6fc853..cb4a2d34e 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 52f09011f..324bef9a1 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 806de6226..4f5ff556a 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 18d6a8cc9..5fdc79010 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