Skip to content

Commit 3c5a13b

Browse files
DavidGoldwasserjmarrecanchapin
authored
Org rename pre 311 (#5576)
* Updating full name of National Renewable Energy Laboratory Only changed md for 311 release notes, not release notes for prior versions of OpenStudio. Did change xsd for BCL. * [chore] Org and copyright year updates for OS 311 addresses #5542 * add to .git-blame-ignore-revs --------- Co-authored-by: Julien Marrec <[email protected]> Co-authored-by: Alex Chapin <[email protected]>
1 parent 06abc8c commit 3c5a13b

File tree

4,043 files changed

+4060
-4057
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,043 files changed

+4060
-4057
lines changed

.git-blame-ignore-revs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,3 +157,6 @@ b3d2e94e3ae1160f447af2035a1ffabaec4b3423
157157

158158
# [chore] Copyright cleanup [Julien Marrec, 2025-01-14]
159159
ae602de89105983bf762cf1e6afd33d63d81b4a6
160+
161+
# [chore] Org and copyright year updates for OS 311 [David Goldwasser, 2026-01-05]
162+
7a409fb41f6b0602ef2a6a018c9b3d33934571af

LICENSE.md

Lines changed: 1 addition & 1 deletion

OpenStudio.hxx.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/***********************************************************************************************************************
2-
* OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC.
2+
* OpenStudio(R), Copyright (c) Alliance for Energy Innovation, LLC.
33
* See also https://openstudio.net/license
44
***********************************************************************************************************************/
55

copyright.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
OpenStudio(R), Copyright (c) 2008-2025, Alliance for Sustainable Energy, LLC.
1+
OpenStudio(R), Copyright (c) 2008-2026, Alliance for Energy Innovation, LLC.
22

33
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
44
following conditions are met:
@@ -66,7 +66,7 @@ DEALINGS IN THE SOFTWARE.
6666

6767

6868
*** EnergyPlus ****************************************************************
69-
EnergyPlus, Copyright (c) 1996-2025, The Board of Trustees of the University of Illinois, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All rights reserved.
69+
EnergyPlus, Copyright (c) 1996-2025, The Board of Trustees of the University of Illinois, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other contributors. All rights reserved.
7070

7171
NOTICE: This Software was developed under funding from the U.S. Department of Energy and the U.S. Government consequently retains certain rights. As such, the U.S. Government has been granted for itself and others acting on its behalf a paid-up, nonexclusive, irrevocable, worldwide license in the Software to reproduce, distribute copies to the public, prepare derivative works, and perform publicly and display publicly, and to permit others to do so.
7272

csharp/CSharpAPI.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/***********************************************************************************************************************
2-
* OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC.
2+
* OpenStudio(R), Copyright (c) Alliance for Energy Innovation, LLC.
33
* See also https://openstudio.net/license
44
***********************************************************************************************************************/
55

csharp/developer/OpenStudio/OpenStudio.csproj.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!-- NuGet metadata properties -->
2121
<Product>OpenStudio</Product>
2222
<Version>${CSHARP_ASSEMBLY_VERSION}</Version>
23-
<Copyright>Copyright (c) 2008-2025, Alliance for Sustainable Energy, LLC, and other contributors. All rights reserved.</Copyright>
23+
<Copyright>Copyright (c) 2008-2026, Alliance for Energy Innovation, LLC, and other contributors. All rights reserved.</Copyright>
2424
<Description>OpenStudio C# bindings for whole building energy simulation</Description>
2525
<RepositoryUrl>https://github.com/NREL/OpenStudio</RepositoryUrl>
2626
<RepositoryType>git</RepositoryType>

csharp/openstudio_csharp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/***********************************************************************************************************************
2-
* OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC.
2+
* OpenStudio(R), Copyright (c) Alliance for Energy Innovation, LLC.
33
* See also https://openstudio.net/license
44
***********************************************************************************************************************/
55

csharp/openstudio_csharp.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/***********************************************************************************************************************
2-
* OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC.
2+
* OpenStudio(R), Copyright (c) Alliance for Energy Innovation, LLC.
33
* See also https://openstudio.net/license
44
***********************************************************************************************************************/
55

developer/ruby/ApplyCopyright.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
license_lines = File.readlines(LICENSE_PATH)
1515
# Now with short version
1616
license_lines = [
17-
"OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC.\n",
17+
"OpenStudio(R), Copyright (c) Alliance for Energy Innovation, LLC.\n",
1818
"See also https://openstudio.net/license\n"
1919
]
2020

developer/ruby/GenerateClass.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
########################################################################################################################
2-
# OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC.
2+
# OpenStudio(R), Copyright (c) Alliance for Energy Innovation, LLC.
33
# See also https://openstudio.net/license
44
########################################################################################################################
55

0 commit comments

Comments
 (0)