diff --git a/src/codeedit.cpp b/src/codeedit.cpp index 56ea3592..18426c71 100644 --- a/src/codeedit.cpp +++ b/src/codeedit.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/csv.cpp b/src/csv.cpp index eaabfafe..b4a6d1cf 100644 --- a/src/csv.cpp +++ b/src/csv.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/diurnal.cpp b/src/diurnal.cpp index 46b8998b..dabebaa7 100644 --- a/src/diurnal.cpp +++ b/src/diurnal.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/dview/dvautocolourassigner.cpp b/src/dview/dvautocolourassigner.cpp index ea793cf1..05ce1bc1 100644 --- a/src/dview/dvautocolourassigner.cpp +++ b/src/dview/dvautocolourassigner.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/dview/dvdcctrl.cpp b/src/dview/dvdcctrl.cpp index e8415a2b..8a439524 100644 --- a/src/dview/dvdcctrl.cpp +++ b/src/dview/dvdcctrl.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without @@ -85,7 +85,7 @@ wxDVDCCtrl::~wxDVDCCtrl() { } void wxDVDCCtrl::ReadState(std::string filename) { - wxConfig cfg("DView", "NREL"); + wxConfig cfg("DView", "NLR"); wxString s; bool success; @@ -111,7 +111,7 @@ void wxDVDCCtrl::ReadState(std::string filename) { } void wxDVDCCtrl::WriteState(std::string filename) { - wxConfig cfg("DView", "NREL"); + wxConfig cfg("DView", "NLR"); bool success; bool debugging = false; diff --git a/src/dview/dvdmapctrl.cpp b/src/dview/dvdmapctrl.cpp index 8bd80409..f4d75027 100644 --- a/src/dview/dvdmapctrl.cpp +++ b/src/dview/dvdmapctrl.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without @@ -306,7 +306,7 @@ wxDVDMapCtrl::~wxDVDMapCtrl() { } void wxDVDMapCtrl::ReadState(std::string filename) { - wxConfig cfg("DView", "NREL"); + wxConfig cfg("DView", "NLR"); wxString s; bool success; @@ -384,7 +384,7 @@ void wxDVDMapCtrl::OnTimer(wxTimerEvent &) { } void wxDVDMapCtrl::WriteState(std::string filename) { - wxConfig cfg("DView", "NREL"); + wxConfig cfg("DView", "NLR"); bool success; bool debugging = false; diff --git a/src/dview/dvfilereader.cpp b/src/dview/dvfilereader.cpp index e9055ee5..04bb9491 100644 --- a/src/dview/dvfilereader.cpp +++ b/src/dview/dvfilereader.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without @@ -1409,7 +1409,7 @@ bool wxDVFileReader::IsDate(wxString stringToCheck) { // Conversion factors from Energy+.idd void wxDVFileReader::InitUnitConversions() { // NOTE: tuple format (SI unit string, IP unit string, SI to IP conversion factor) - // See SetupUnitConversions method in https://github.com/NREL/EnergyPlus/blob/develop/src/EnergyPlus/OutputReportTabular.cc + // See SetupUnitConversions method in https://github.com/NatLabRockies/EnergyPlus/blob/develop/src/EnergyPlus/OutputReportTabular.cc m_unitConversions.emplace_back("$/(m3/s)", "$/(ft3/min)", 0.000472000059660808); m_unitConversions.emplace_back("$/(W/K)", "$/(Btu/h-F)", 0.52667614683731); m_unitConversions.emplace_back("$/kW", "$/(kBtuh/h)", 0.293083235638921); diff --git a/src/dview/dvplotctrl.cpp b/src/dview/dvplotctrl.cpp index f8152486..9c382458 100644 --- a/src/dview/dvplotctrl.cpp +++ b/src/dview/dvplotctrl.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/dview/dvplotctrlsettings.cpp b/src/dview/dvplotctrlsettings.cpp index 25185321..13a1cfc2 100644 --- a/src/dview/dvplotctrlsettings.cpp +++ b/src/dview/dvplotctrlsettings.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/dview/dvplothelper.cpp b/src/dview/dvplothelper.cpp index c27d19f6..4cd0c998 100644 --- a/src/dview/dvplothelper.cpp +++ b/src/dview/dvplothelper.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/dview/dvpncdfctrl.cpp b/src/dview/dvpncdfctrl.cpp index 2c164495..ef67d113 100644 --- a/src/dview/dvpncdfctrl.cpp +++ b/src/dview/dvpncdfctrl.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without @@ -200,7 +200,7 @@ wxDVPnCdfCtrl::~wxDVPnCdfCtrl() { } void wxDVPnCdfCtrl::ReadState(std::string filename) { - wxConfig cfg("DView", "NREL"); + wxConfig cfg("DView", "NLR"); wxString s; bool success; @@ -272,7 +272,7 @@ void wxDVPnCdfCtrl::ReadState(std::string filename) { } void wxDVPnCdfCtrl::WriteState(std::string filename) { - wxConfig cfg("DView", "NREL"); + wxConfig cfg("DView", "NLR"); bool success; bool debugging = false; diff --git a/src/dview/dvprofilectrl.cpp b/src/dview/dvprofilectrl.cpp index 498c7faf..542396b9 100644 --- a/src/dview/dvprofilectrl.cpp +++ b/src/dview/dvprofilectrl.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without @@ -202,7 +202,7 @@ wxDVProfileCtrl::wxDVProfileCtrl(wxWindow *parent, wxWindowID id, const wxPoint : wxPanel(parent, id, pos, size, style, name), m_timer(nullptr), m_counter(0) { - //wxFileConfig configFile("DView", "NREL"); + //wxFileConfig configFile("DView", "NLR"); m_srchCtrl = NULL; wxScrolledWindow *monthSelector = new wxScrolledWindow(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxHSCROLL); @@ -279,7 +279,7 @@ wxDVProfileCtrl::~wxDVProfileCtrl() { } void wxDVProfileCtrl::ReadState(std::string filename) { - wxConfig cfg("DView", "NREL"); + wxConfig cfg("DView", "NLR"); wxString s; bool success; @@ -337,7 +337,7 @@ void wxDVProfileCtrl::OnTimer(wxTimerEvent &) { } void wxDVProfileCtrl::WriteState(std::string filename) { - wxConfig cfg("DView", "NREL"); + wxConfig cfg("DView", "NLR"); bool success; bool debugging = false; diff --git a/src/dview/dvscatterplotctrl.cpp b/src/dview/dvscatterplotctrl.cpp index bfc1b187..f6dfd958 100644 --- a/src/dview/dvscatterplotctrl.cpp +++ b/src/dview/dvscatterplotctrl.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without @@ -131,7 +131,7 @@ wxDVScatterPlotCtrl::~wxDVScatterPlotCtrl() { } void wxDVScatterPlotCtrl::ReadState(std::string filename) { - wxConfig cfg("DView", "NREL"); + wxConfig cfg("DView", "NLR"); wxString s; bool success; @@ -182,7 +182,7 @@ void wxDVScatterPlotCtrl::ReadState(std::string filename) { } void wxDVScatterPlotCtrl::WriteState(std::string filename) { - wxConfig cfg("DView", "NREL"); + wxConfig cfg("DView", "NLR"); bool success; bool debugging = false; diff --git a/src/dview/dvselectionlist.cpp b/src/dview/dvselectionlist.cpp index 5d76f4dd..8efc4338 100644 --- a/src/dview/dvselectionlist.cpp +++ b/src/dview/dvselectionlist.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/dview/dvstatisticstablectrl.cpp b/src/dview/dvstatisticstablectrl.cpp index bc6773f3..c9210c65 100644 --- a/src/dview/dvstatisticstablectrl.cpp +++ b/src/dview/dvstatisticstablectrl.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without @@ -452,7 +452,7 @@ wxDVStatisticsTableCtrl::~wxDVStatisticsTableCtrl(void) { } void wxDVStatisticsTableCtrl::ReadState(std::string filename) { - wxConfig cfg("DView", "NREL"); + wxConfig cfg("DView", "NLR"); wxString s; bool success; @@ -470,7 +470,7 @@ void wxDVStatisticsTableCtrl::ReadState(std::string filename) { } void wxDVStatisticsTableCtrl::WriteState(std::string filename) { - wxConfig cfg("DView", "NREL"); + wxConfig cfg("DView", "NLR"); bool success; bool debugging = false; diff --git a/src/dview/dvtimeseriesctrl.cpp b/src/dview/dvtimeseriesctrl.cpp index f64ee474..01c0dbb4 100644 --- a/src/dview/dvtimeseriesctrl.cpp +++ b/src/dview/dvtimeseriesctrl.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without @@ -858,12 +858,12 @@ wxDVTimeSeriesCtrl::~wxDVTimeSeriesCtrl(void) { } void wxDVTimeSeriesCtrl::ReadState(std::string filename) { - wxConfig cfg("DView", "NREL"); + wxConfig cfg("DView", "NLR"); // Note: on Mac, these settings are stored in a plist file, // "DView Preferences" in folder ~/Library/Preferences. // On Windows, these settings are stored in the registry - // in key HKEY_CURRENT_USER/Software/NREL/DView + // in key HKEY_CURRENT_USER/Software/NLR/DView wxString s; bool success; @@ -984,7 +984,7 @@ void wxDVTimeSeriesCtrl::OnTimer(wxTimerEvent &) { } void wxDVTimeSeriesCtrl::WriteState(std::string filename) { - wxConfig cfg("DView", "NREL"); + wxConfig cfg("DView", "NLR"); bool success; bool debugging = false; diff --git a/src/dview/dvtimeseriesdataset.cpp b/src/dview/dvtimeseriesdataset.cpp index 5fbf8cdd..3692c399 100644 --- a/src/dview/dvtimeseriesdataset.cpp +++ b/src/dview/dvtimeseriesdataset.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/easycurl.cpp b/src/easycurl.cpp index 66880613..1cff8682 100644 --- a/src/easycurl.cpp +++ b/src/easycurl.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/extgrid.cpp b/src/extgrid.cpp index b898cadd..03c8e4c7 100644 --- a/src/extgrid.cpp +++ b/src/extgrid.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/exttext.cpp b/src/exttext.cpp index f1c19a66..e4397e75 100644 --- a/src/exttext.cpp +++ b/src/exttext.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/exttextstream.cpp b/src/exttextstream.cpp index b8aa3fc6..93e16906 100644 --- a/src/exttextstream.cpp +++ b/src/exttextstream.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/exttree.cpp b/src/exttree.cpp index 1066a5ae..cc8d8567 100644 --- a/src/exttree.cpp +++ b/src/exttree.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/gleasy.cpp b/src/gleasy.cpp index d5616a2b..8a0d0e96 100644 --- a/src/gleasy.cpp +++ b/src/gleasy.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/label.cpp b/src/label.cpp index 305af4a8..e8e12e1f 100644 --- a/src/label.cpp +++ b/src/label.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/lkscript.cpp b/src/lkscript.cpp index 50d12af4..ab070e48 100644 --- a/src/lkscript.cpp +++ b/src/lkscript.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/metro.cpp b/src/metro.cpp index 357716a8..692fd66d 100644 --- a/src/metro.cpp +++ b/src/metro.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/numeric.cpp b/src/numeric.cpp index d27e63d5..34eea26f 100644 --- a/src/numeric.cpp +++ b/src/numeric.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/pagelayout.cpp b/src/pagelayout.cpp index 9e054ba6..aa96f752 100644 --- a/src/pagelayout.cpp +++ b/src/pagelayout.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/pageobjects.cpp b/src/pageobjects.cpp index c4cb55fa..64fa289d 100644 --- a/src/pageobjects.cpp +++ b/src/pageobjects.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/plot/mplcontour.cpp b/src/plot/mplcontour.cpp index 2aba0256..34d3cbd8 100644 --- a/src/plot/mplcontour.cpp +++ b/src/plot/mplcontour.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/plot/plannotation.cpp b/src/plot/plannotation.cpp index 49df8042..52f30421 100644 --- a/src/plot/plannotation.cpp +++ b/src/plot/plannotation.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/plot/plaxis.cpp b/src/plot/plaxis.cpp index c2f4c4a6..21965839 100644 --- a/src/plot/plaxis.cpp +++ b/src/plot/plaxis.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/plot/plbarplot.cpp b/src/plot/plbarplot.cpp index 1f02fc8a..b54a5b44 100644 --- a/src/plot/plbarplot.cpp +++ b/src/plot/plbarplot.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/plot/plcolourmap.cpp b/src/plot/plcolourmap.cpp index e9f0a82d..7135e0ee 100644 --- a/src/plot/plcolourmap.cpp +++ b/src/plot/plcolourmap.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/plot/plcontourplot.cpp b/src/plot/plcontourplot.cpp index f05ab316..8a4d7453 100644 --- a/src/plot/plcontourplot.cpp +++ b/src/plot/plcontourplot.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/plot/plhistplot.cpp b/src/plot/plhistplot.cpp index 1a179fed..66b54c7c 100644 --- a/src/plot/plhistplot.cpp +++ b/src/plot/plhistplot.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/plot/pllineplot.cpp b/src/plot/pllineplot.cpp index 6086deb6..1c21582b 100644 --- a/src/plot/pllineplot.cpp +++ b/src/plot/pllineplot.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/plot/ploutdev.cpp b/src/plot/ploutdev.cpp index 59a8f728..6a9df29b 100644 --- a/src/plot/ploutdev.cpp +++ b/src/plot/ploutdev.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/plot/plplot.cpp b/src/plot/plplot.cpp index ae3fba66..b26a1a26 100644 --- a/src/plot/plplot.cpp +++ b/src/plot/plplot.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/plot/plplotctrl.cpp b/src/plot/plplotctrl.cpp index 26e09191..4bedb86f 100644 --- a/src/plot/plplotctrl.cpp +++ b/src/plot/plplotctrl.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/plot/plscatterplot.cpp b/src/plot/plscatterplot.cpp index 8969fa9a..69a252f6 100644 --- a/src/plot/plscatterplot.cpp +++ b/src/plot/plscatterplot.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/plot/plsectorplot.cpp b/src/plot/plsectorplot.cpp index a50a737c..a71f7a6f 100644 --- a/src/plot/plsectorplot.cpp +++ b/src/plot/plsectorplot.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/plot/pltext.cpp b/src/plot/pltext.cpp index 09169919..2e96cc73 100644 --- a/src/plot/pltext.cpp +++ b/src/plot/pltext.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/plot/plwindrose.cpp b/src/plot/plwindrose.cpp index 13ba7236..331d1c84 100644 --- a/src/plot/plwindrose.cpp +++ b/src/plot/plwindrose.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/radiochoice.cpp b/src/radiochoice.cpp index d343fd09..ac889a75 100644 --- a/src/radiochoice.cpp +++ b/src/radiochoice.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/registration.cpp b/src/registration.cpp index 0e634903..2e18a7b9 100644 --- a/src/registration.cpp +++ b/src/registration.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without @@ -424,7 +424,7 @@ void wxOnlineRegistration::OnRegister(wxCommandEvent &) { rapidjson::Document reader; if (m_register->GetLabel() == "Resend key") { - // https://developer.nrel.gov/api/sam/v1/tracker/resend_key?api_key=SAMAPIKEY&email=someusersemail@somedomain.com + // https://developer.nlr.gov/api/sam/v1/tracker/resend_key?api_key=SAMAPIKEY&email=someusersemail@somedomain.com wxString url, post; gs_regData->GetApi(wxOnlineRegistrationData::RESEND_KEY, &url, &post); curl.SetPostData(post); diff --git a/src/snaplay.cpp b/src/snaplay.cpp index 0ea56b51..e0dfccf5 100644 --- a/src/snaplay.cpp +++ b/src/snaplay.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/tpdlg.cpp b/src/tpdlg.cpp index 24a50a3e..4e7dd4fb 100644 --- a/src/tpdlg.cpp +++ b/src/tpdlg.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/uiform.cpp b/src/uiform.cpp index be1fce93..daf441b9 100644 --- a/src/uiform.cpp +++ b/src/uiform.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/tools/dview/dview.cpp b/tools/dview/dview.cpp index 6d6cccdf..aeba494e 100644 --- a/tools/dview/dview.cpp +++ b/tools/dview/dview.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without @@ -116,7 +116,7 @@ class DViewFrame : public wxFrame { mPlotCtrl = new wxDVPlotCtrl(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, 0); mPlotCtrl->DisplayTabs(); - wxConfig cfg("DView", "NREL"); + wxConfig cfg("DView", "NLR"); long ct = 0; if (cfg.Read("RecentCount", &ct)) mRecentCount = (int) ct; @@ -262,7 +262,7 @@ class DViewFrame : public wxFrame { long ct = (long) mRecentCount; - wxConfig cfg("DView", "NREL"); + wxConfig cfg("DView", "NLR"); cfg.Write("RecentCount", ct); for (int i = 0; i < mRecentCount; i++) { wxString key; diff --git a/tools/sandbox/sandbox.cpp b/tools/sandbox/sandbox.cpp index 8638a556..3e71e01c 100644 --- a/tools/sandbox/sandbox.cpp +++ b/tools/sandbox/sandbox.cpp @@ -1,7 +1,7 @@ /* BSD 3-Clause License -Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE +Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE All rights reserved. Redistribution and use in source and binary forms, with or without