From c3a6ff79667b50752f6a7503d10ec7be34d94972 Mon Sep 17 00:00:00 2001 From: Dan Macumber Date: Mon, 15 May 2023 13:14:23 -0600 Subject: [PATCH] Update copyrights to 2023 --- LICENSE.md | 2 +- plugin/openstudio.rb | 2 +- plugin/openstudio/lib/AnimationManager.rb | 2 +- plugin/openstudio/lib/CommandManager.rb | 2 +- plugin/openstudio/lib/ConflictManager.rb | 2 +- plugin/openstudio/lib/DialogManager.rb | 2 +- plugin/openstudio/lib/GbXMLImporter.rb | 2 +- plugin/openstudio/lib/IdfImporter.rb | 2 +- plugin/openstudio/lib/MenuManager.rb | 2 +- plugin/openstudio/lib/ModelManager.rb | 2 +- plugin/openstudio/lib/OpenStudioImporter.rb | 2 +- plugin/openstudio/lib/PluginManager.rb | 2 +- plugin/openstudio/lib/PluginUserScript.rb | 2 +- plugin/openstudio/lib/PluginUserScriptRunner.rb | 2 +- plugin/openstudio/lib/SddImporter.rb | 2 +- plugin/openstudio/lib/SimulationManager.rb | 2 +- plugin/openstudio/lib/UpdateManager.rb | 2 +- plugin/openstudio/lib/WorkspaceObject.rb | 2 +- plugin/openstudio/lib/dialogs/AboutDialog.rb | 2 +- plugin/openstudio/lib/dialogs/AboutInterface.rb | 2 +- plugin/openstudio/lib/dialogs/AnimationSettingsDialog.rb | 2 +- plugin/openstudio/lib/dialogs/AnimationSettingsInterface.rb | 2 +- plugin/openstudio/lib/dialogs/ColorScaleDialog.rb | 2 +- plugin/openstudio/lib/dialogs/ColorScaleInterface.rb | 2 +- plugin/openstudio/lib/dialogs/DialogContainers.rb | 2 +- plugin/openstudio/lib/dialogs/DialogInterface.rb | 2 +- plugin/openstudio/lib/dialogs/Dialogs.rb | 2 +- plugin/openstudio/lib/dialogs/LastReportDialog.rb | 2 +- plugin/openstudio/lib/dialogs/LastReportInterface.rb | 2 +- plugin/openstudio/lib/dialogs/LooseGeometryDialog.rb | 2 +- plugin/openstudio/lib/dialogs/LooseGeometryInterface.rb | 2 +- plugin/openstudio/lib/dialogs/PluginInspectorDialog.rb | 2 +- plugin/openstudio/lib/dialogs/PreferencesDialog.rb | 2 +- plugin/openstudio/lib/dialogs/PreferencesInterface.rb | 2 +- plugin/openstudio/lib/dialogs/ProgressDialog.rb | 2 +- plugin/openstudio/lib/dialogs/SpaceAttributesInterface.rb | 2 +- plugin/openstudio/lib/dialogs/SpaceDiagramInterface.rb | 2 +- plugin/openstudio/lib/dialogs/SurfaceMatchingDialog.rb | 2 +- plugin/openstudio/lib/dialogs/SurfaceMatchingInterface.rb | 2 +- plugin/openstudio/lib/dialogs/SurfaceSearchDialog.rb | 2 +- plugin/openstudio/lib/dialogs/SurfaceSearchInterface.rb | 2 +- plugin/openstudio/lib/interfaces/Building.rb | 2 +- plugin/openstudio/lib/interfaces/BuildingStory.rb | 2 +- plugin/openstudio/lib/interfaces/ConstructionBase.rb | 2 +- plugin/openstudio/lib/interfaces/DaylightingControl.rb | 2 +- plugin/openstudio/lib/interfaces/DrawingInterface.rb | 2 +- plugin/openstudio/lib/interfaces/DrawingUtils.rb | 2 +- plugin/openstudio/lib/interfaces/GlareSensor.rb | 2 +- plugin/openstudio/lib/interfaces/IlluminanceMap.rb | 2 +- plugin/openstudio/lib/interfaces/InteriorPartitionSurface.rb | 2 +- .../openstudio/lib/interfaces/InteriorPartitionSurfaceGroup.rb | 2 +- plugin/openstudio/lib/interfaces/Luminaire.rb | 2 +- plugin/openstudio/lib/interfaces/MaterialsInterface.rb | 2 +- plugin/openstudio/lib/interfaces/ModelInterface.rb | 2 +- plugin/openstudio/lib/interfaces/PlanarSurface.rb | 2 +- plugin/openstudio/lib/interfaces/RenderingColor.rb | 2 +- plugin/openstudio/lib/interfaces/ResultsInterface.rb | 2 +- plugin/openstudio/lib/interfaces/SelectionInterface.rb | 2 +- plugin/openstudio/lib/interfaces/ShadingSurface.rb | 2 +- plugin/openstudio/lib/interfaces/ShadingSurfaceGroup.rb | 2 +- plugin/openstudio/lib/interfaces/Site.rb | 2 +- plugin/openstudio/lib/interfaces/Space.rb | 2 +- plugin/openstudio/lib/interfaces/SpaceType.rb | 2 +- plugin/openstudio/lib/interfaces/SubSurface.rb | 2 +- plugin/openstudio/lib/interfaces/Surface.rb | 2 +- plugin/openstudio/lib/interfaces/SurfaceGroup.rb | 2 +- plugin/openstudio/lib/interfaces/ThermalZone.rb | 2 +- plugin/openstudio/lib/observers/AppObserver.rb | 2 +- plugin/openstudio/lib/observers/ComponentObserver.rb | 2 +- plugin/openstudio/lib/observers/EntitiesObserver.rb | 2 +- plugin/openstudio/lib/observers/EntityObserver.rb | 2 +- plugin/openstudio/lib/observers/FaceObserver.rb | 2 +- plugin/openstudio/lib/observers/InstanceObserver.rb | 2 +- plugin/openstudio/lib/observers/MaterialsObserver.rb | 2 +- plugin/openstudio/lib/observers/ModelEntitiesObserver.rb | 2 +- plugin/openstudio/lib/observers/ModelObserver.rb | 2 +- plugin/openstudio/lib/observers/SelectionObserver.rb | 2 +- plugin/openstudio/lib/observers/ShadowInfoObserver.rb | 2 +- plugin/openstudio/lib/observers/SurfaceGroupEntitiesObserver.rb | 2 +- plugin/openstudio/lib/observers/SurfaceGroupObserver.rb | 2 +- plugin/openstudio/lib/tools/InfoTool.rb | 2 +- plugin/openstudio/lib/tools/NewDaylightingControlTool.rb | 2 +- plugin/openstudio/lib/tools/NewGlareSensorTool.rb | 2 +- plugin/openstudio/lib/tools/NewGroupTool.rb | 2 +- plugin/openstudio/lib/tools/NewIlluminanceMapTool.rb | 2 +- .../lib/tools/NewInteriorPartitionSurfaceGroupTool.rb | 2 +- plugin/openstudio/lib/tools/NewLuminaireTool.rb | 2 +- plugin/openstudio/lib/tools/NewShadingSurfaceGroupTool.rb | 2 +- plugin/openstudio/lib/tools/NewSpaceTool.rb | 2 +- plugin/openstudio/lib/tools/Tool.rb | 2 +- plugin/openstudio/lib/watchers/PluginModelObjectWatcher.rb | 2 +- plugin/openstudio/lib/watchers/PluginModelWatcher.rb | 2 +- plugin/openstudio/lib/watchers/PluginPathWatcher.rb | 2 +- plugin/openstudio/lib/watchers/RenderableModelObjectWatcher.rb | 2 +- plugin/openstudio/mainpage.rb | 2 +- plugin/openstudio/sketchup/Geom.rb | 2 +- plugin/openstudio/sketchup/Sketchup.rb | 2 +- plugin/openstudio/sketchup/UI.rb | 2 +- plugin/openstudio/startup.rb | 2 +- plugin/openstudio/test/PluginTemplates_Test.rb | 2 +- .../Add_New_Thermal_Zone_For_Spaces_With_No_Thermal_Zone.rb | 2 +- .../Add_Overhangs_by_Projection_Factor.rb | 2 +- .../Alter or Add Model Elements/Add_Photovoltaics.rb | 2 +- .../Alter or Add Model Elements/Add_Shading_Controls.rb | 2 +- .../Alter or Add Model Elements/Assign_Building_Stories.rb | 2 +- .../Alter or Add Model Elements/Change_Shading_Type.rb | 2 +- .../user_scripts/Alter or Add Model Elements/Cleanup_Origins.rb | 2 +- .../Export_Selected_Space_To_New_File.rb | 2 +- .../Import_Spaces_From_External_File.rb | 2 +- .../Alter or Add Model Elements/Intersect_Space_Geometry.rb | 2 +- .../Make_Selected_Surfaces_Adiabatic.rb | 2 +- .../Move_Selected_Surfaces_To_New_Space.rb | 2 +- .../Remove_Hard_Assigned_Constructions.rb | 2 +- .../Remove_Loads_Directly_Assigned_To_Spaces.rb | 2 +- .../Alter or Add Model Elements/Remove_Orphan_Photovoltaics.rb | 2 +- .../Alter or Add Model Elements/Remove_Orphan_SubSurfaces.rb | 2 +- .../Alter or Add Model Elements/Remove_Photovoltaics.rb | 2 +- .../Alter or Add Model Elements/Remove_Unused_ThermalZones.rb | 2 +- .../Rename_ThermalZones_Based_On_Space_Names.rb | 2 +- .../Set_Interior_Partition_Height_Above_Floor.rb | 2 +- .../Alter or Add Model Elements/Set_Shading_Controls.rb | 2 +- .../Set_WindowProperty_FrameAndDivider.rb | 2 +- .../Alter or Add Model Elements/Set_Window_to_Wall_Ratio.rb | 2 +- .../Building Component Library/Get_BCL_Weather_File.rb | 2 +- .../Create Standard Building Shapes/Set_Courtyard_Floor_Plan.rb | 2 +- .../Create Standard Building Shapes/Set_H-Shape_Floor_Plan.rb | 2 +- .../Create Standard Building Shapes/Set_L-Shape_Floor_Plan.rb | 2 +- .../Set_Rectangular_Floor_Plan.rb | 2 +- .../Create Standard Building Shapes/Set_T-Shape_Floor_Plan.rb | 2 +- .../Create Standard Building Shapes/Set_U-Shape_Floor_Plan.rb | 2 +- .../SpaceTypeAndConstructionSetWizard.rb | 2 +- .../resources/ConstructionSetGenerator.rb | 2 +- .../resources/OsLib_Constructions.rb | 2 +- .../resources/SpaceTypeGenerator.rb | 2 +- plugin/openstudio/user_scripts/Reports/Export_RPX_File.rb | 2 +- plugin/openstudio/user_scripts/Reports/OSM_Diagnostic_Script.rb | 2 +- plugin/openstudio/user_scripts/Reports/SpaceType_Report.rb | 2 +- .../user_scripts/Visualization/Find_Spaces_By_Space_Type.rb | 2 +- .../user_scripts/Visualization/Find_Spaces_By_Thermal_Zone.rb | 2 +- .../user_scripts/Visualization/Hide_Manifold_Solid_Spaces.rb | 2 +- .../Visualization/Hide_Spaces_Included_In_Building_Area.rb | 2 +- .../Make_SketchUp_Scene_For_Each_Building_Story_Floorplan.rb | 2 +- 142 files changed, 142 insertions(+), 142 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index bb493b2..ed18a91 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -OpenStudio(R), Copyright (c) 2008-2020, OpenStudio Coalition and other contributors. All rights reserved. +OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/plugin/openstudio.rb b/plugin/openstudio.rb index aee848b..6c3e7af 100644 --- a/plugin/openstudio.rb +++ b/plugin/openstudio.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/AnimationManager.rb b/plugin/openstudio/lib/AnimationManager.rb index 09d7a42..aa9f0c2 100644 --- a/plugin/openstudio/lib/AnimationManager.rb +++ b/plugin/openstudio/lib/AnimationManager.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/CommandManager.rb b/plugin/openstudio/lib/CommandManager.rb index 61d10c2..741d21a 100644 --- a/plugin/openstudio/lib/CommandManager.rb +++ b/plugin/openstudio/lib/CommandManager.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/ConflictManager.rb b/plugin/openstudio/lib/ConflictManager.rb index 1108178..75767cd 100644 --- a/plugin/openstudio/lib/ConflictManager.rb +++ b/plugin/openstudio/lib/ConflictManager.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/DialogManager.rb b/plugin/openstudio/lib/DialogManager.rb index 51947e7..5a73ef8 100644 --- a/plugin/openstudio/lib/DialogManager.rb +++ b/plugin/openstudio/lib/DialogManager.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/GbXMLImporter.rb b/plugin/openstudio/lib/GbXMLImporter.rb index d77e798..0075cfb 100644 --- a/plugin/openstudio/lib/GbXMLImporter.rb +++ b/plugin/openstudio/lib/GbXMLImporter.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/IdfImporter.rb b/plugin/openstudio/lib/IdfImporter.rb index 204a9ab..76eda0c 100644 --- a/plugin/openstudio/lib/IdfImporter.rb +++ b/plugin/openstudio/lib/IdfImporter.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/MenuManager.rb b/plugin/openstudio/lib/MenuManager.rb index b041fed..3681ab0 100644 --- a/plugin/openstudio/lib/MenuManager.rb +++ b/plugin/openstudio/lib/MenuManager.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/ModelManager.rb b/plugin/openstudio/lib/ModelManager.rb index 1a025c1..1d2c5cf 100644 --- a/plugin/openstudio/lib/ModelManager.rb +++ b/plugin/openstudio/lib/ModelManager.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/OpenStudioImporter.rb b/plugin/openstudio/lib/OpenStudioImporter.rb index b4eaa5b..6066537 100644 --- a/plugin/openstudio/lib/OpenStudioImporter.rb +++ b/plugin/openstudio/lib/OpenStudioImporter.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/PluginManager.rb b/plugin/openstudio/lib/PluginManager.rb index 75e5f90..84724c6 100644 --- a/plugin/openstudio/lib/PluginManager.rb +++ b/plugin/openstudio/lib/PluginManager.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/PluginUserScript.rb b/plugin/openstudio/lib/PluginUserScript.rb index ed8fb8c..465f989 100644 --- a/plugin/openstudio/lib/PluginUserScript.rb +++ b/plugin/openstudio/lib/PluginUserScript.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/PluginUserScriptRunner.rb b/plugin/openstudio/lib/PluginUserScriptRunner.rb index 130647b..510fbb7 100644 --- a/plugin/openstudio/lib/PluginUserScriptRunner.rb +++ b/plugin/openstudio/lib/PluginUserScriptRunner.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/SddImporter.rb b/plugin/openstudio/lib/SddImporter.rb index f1f9ca5..534a119 100644 --- a/plugin/openstudio/lib/SddImporter.rb +++ b/plugin/openstudio/lib/SddImporter.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/SimulationManager.rb b/plugin/openstudio/lib/SimulationManager.rb index 6b085ca..2775e75 100644 --- a/plugin/openstudio/lib/SimulationManager.rb +++ b/plugin/openstudio/lib/SimulationManager.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/UpdateManager.rb b/plugin/openstudio/lib/UpdateManager.rb index 11c55c2..8267d5f 100644 --- a/plugin/openstudio/lib/UpdateManager.rb +++ b/plugin/openstudio/lib/UpdateManager.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/WorkspaceObject.rb b/plugin/openstudio/lib/WorkspaceObject.rb index fa37f19..69f91fb 100644 --- a/plugin/openstudio/lib/WorkspaceObject.rb +++ b/plugin/openstudio/lib/WorkspaceObject.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/dialogs/AboutDialog.rb b/plugin/openstudio/lib/dialogs/AboutDialog.rb index ea50a25..048cf08 100644 --- a/plugin/openstudio/lib/dialogs/AboutDialog.rb +++ b/plugin/openstudio/lib/dialogs/AboutDialog.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/dialogs/AboutInterface.rb b/plugin/openstudio/lib/dialogs/AboutInterface.rb index 78a9f0d..6b5d799 100644 --- a/plugin/openstudio/lib/dialogs/AboutInterface.rb +++ b/plugin/openstudio/lib/dialogs/AboutInterface.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/dialogs/AnimationSettingsDialog.rb b/plugin/openstudio/lib/dialogs/AnimationSettingsDialog.rb index 4706454..f9346a0 100644 --- a/plugin/openstudio/lib/dialogs/AnimationSettingsDialog.rb +++ b/plugin/openstudio/lib/dialogs/AnimationSettingsDialog.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/dialogs/AnimationSettingsInterface.rb b/plugin/openstudio/lib/dialogs/AnimationSettingsInterface.rb index 9fb60cb..6f594c6 100644 --- a/plugin/openstudio/lib/dialogs/AnimationSettingsInterface.rb +++ b/plugin/openstudio/lib/dialogs/AnimationSettingsInterface.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/dialogs/ColorScaleDialog.rb b/plugin/openstudio/lib/dialogs/ColorScaleDialog.rb index 475e84b..1d0f782 100644 --- a/plugin/openstudio/lib/dialogs/ColorScaleDialog.rb +++ b/plugin/openstudio/lib/dialogs/ColorScaleDialog.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/dialogs/ColorScaleInterface.rb b/plugin/openstudio/lib/dialogs/ColorScaleInterface.rb index 5966ac7..e4a68c6 100644 --- a/plugin/openstudio/lib/dialogs/ColorScaleInterface.rb +++ b/plugin/openstudio/lib/dialogs/ColorScaleInterface.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/dialogs/DialogContainers.rb b/plugin/openstudio/lib/dialogs/DialogContainers.rb index 2d20197..02518fa 100644 --- a/plugin/openstudio/lib/dialogs/DialogContainers.rb +++ b/plugin/openstudio/lib/dialogs/DialogContainers.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/dialogs/DialogInterface.rb b/plugin/openstudio/lib/dialogs/DialogInterface.rb index 61dbccb..ad00de0 100644 --- a/plugin/openstudio/lib/dialogs/DialogInterface.rb +++ b/plugin/openstudio/lib/dialogs/DialogInterface.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/dialogs/Dialogs.rb b/plugin/openstudio/lib/dialogs/Dialogs.rb index a2ad9b2..74c6b11 100644 --- a/plugin/openstudio/lib/dialogs/Dialogs.rb +++ b/plugin/openstudio/lib/dialogs/Dialogs.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/dialogs/LastReportDialog.rb b/plugin/openstudio/lib/dialogs/LastReportDialog.rb index 5f2add0..6dc12ad 100644 --- a/plugin/openstudio/lib/dialogs/LastReportDialog.rb +++ b/plugin/openstudio/lib/dialogs/LastReportDialog.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/dialogs/LastReportInterface.rb b/plugin/openstudio/lib/dialogs/LastReportInterface.rb index a6e0acb..c95be86 100644 --- a/plugin/openstudio/lib/dialogs/LastReportInterface.rb +++ b/plugin/openstudio/lib/dialogs/LastReportInterface.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/dialogs/LooseGeometryDialog.rb b/plugin/openstudio/lib/dialogs/LooseGeometryDialog.rb index 1d83b9b..b9d911d 100644 --- a/plugin/openstudio/lib/dialogs/LooseGeometryDialog.rb +++ b/plugin/openstudio/lib/dialogs/LooseGeometryDialog.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/dialogs/LooseGeometryInterface.rb b/plugin/openstudio/lib/dialogs/LooseGeometryInterface.rb index e1bbd21..4259a95 100644 --- a/plugin/openstudio/lib/dialogs/LooseGeometryInterface.rb +++ b/plugin/openstudio/lib/dialogs/LooseGeometryInterface.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/dialogs/PluginInspectorDialog.rb b/plugin/openstudio/lib/dialogs/PluginInspectorDialog.rb index 9eba716..0c2a897 100644 --- a/plugin/openstudio/lib/dialogs/PluginInspectorDialog.rb +++ b/plugin/openstudio/lib/dialogs/PluginInspectorDialog.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/dialogs/PreferencesDialog.rb b/plugin/openstudio/lib/dialogs/PreferencesDialog.rb index 88f144c..3afacaa 100644 --- a/plugin/openstudio/lib/dialogs/PreferencesDialog.rb +++ b/plugin/openstudio/lib/dialogs/PreferencesDialog.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/dialogs/PreferencesInterface.rb b/plugin/openstudio/lib/dialogs/PreferencesInterface.rb index 8d2b741..442c949 100644 --- a/plugin/openstudio/lib/dialogs/PreferencesInterface.rb +++ b/plugin/openstudio/lib/dialogs/PreferencesInterface.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/dialogs/ProgressDialog.rb b/plugin/openstudio/lib/dialogs/ProgressDialog.rb index ea7f38e..0885881 100644 --- a/plugin/openstudio/lib/dialogs/ProgressDialog.rb +++ b/plugin/openstudio/lib/dialogs/ProgressDialog.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/dialogs/SpaceAttributesInterface.rb b/plugin/openstudio/lib/dialogs/SpaceAttributesInterface.rb index ad9c8a2..78ec60e 100644 --- a/plugin/openstudio/lib/dialogs/SpaceAttributesInterface.rb +++ b/plugin/openstudio/lib/dialogs/SpaceAttributesInterface.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/dialogs/SpaceDiagramInterface.rb b/plugin/openstudio/lib/dialogs/SpaceDiagramInterface.rb index bf2ef94..9d92441 100644 --- a/plugin/openstudio/lib/dialogs/SpaceDiagramInterface.rb +++ b/plugin/openstudio/lib/dialogs/SpaceDiagramInterface.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/dialogs/SurfaceMatchingDialog.rb b/plugin/openstudio/lib/dialogs/SurfaceMatchingDialog.rb index 9e0e29e..5008558 100644 --- a/plugin/openstudio/lib/dialogs/SurfaceMatchingDialog.rb +++ b/plugin/openstudio/lib/dialogs/SurfaceMatchingDialog.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/dialogs/SurfaceMatchingInterface.rb b/plugin/openstudio/lib/dialogs/SurfaceMatchingInterface.rb index f296a51..0e6ff72 100644 --- a/plugin/openstudio/lib/dialogs/SurfaceMatchingInterface.rb +++ b/plugin/openstudio/lib/dialogs/SurfaceMatchingInterface.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/dialogs/SurfaceSearchDialog.rb b/plugin/openstudio/lib/dialogs/SurfaceSearchDialog.rb index 5152cc7..ea5cad4 100644 --- a/plugin/openstudio/lib/dialogs/SurfaceSearchDialog.rb +++ b/plugin/openstudio/lib/dialogs/SurfaceSearchDialog.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/dialogs/SurfaceSearchInterface.rb b/plugin/openstudio/lib/dialogs/SurfaceSearchInterface.rb index 0085c40..5d0f71c 100644 --- a/plugin/openstudio/lib/dialogs/SurfaceSearchInterface.rb +++ b/plugin/openstudio/lib/dialogs/SurfaceSearchInterface.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/interfaces/Building.rb b/plugin/openstudio/lib/interfaces/Building.rb index f7db70c..2e91c4a 100644 --- a/plugin/openstudio/lib/interfaces/Building.rb +++ b/plugin/openstudio/lib/interfaces/Building.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/interfaces/BuildingStory.rb b/plugin/openstudio/lib/interfaces/BuildingStory.rb index 3421501..cc8f925 100644 --- a/plugin/openstudio/lib/interfaces/BuildingStory.rb +++ b/plugin/openstudio/lib/interfaces/BuildingStory.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/interfaces/ConstructionBase.rb b/plugin/openstudio/lib/interfaces/ConstructionBase.rb index aa4dacc..0eff41a 100644 --- a/plugin/openstudio/lib/interfaces/ConstructionBase.rb +++ b/plugin/openstudio/lib/interfaces/ConstructionBase.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/interfaces/DaylightingControl.rb b/plugin/openstudio/lib/interfaces/DaylightingControl.rb index 4ae621c..8551123 100644 --- a/plugin/openstudio/lib/interfaces/DaylightingControl.rb +++ b/plugin/openstudio/lib/interfaces/DaylightingControl.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/interfaces/DrawingInterface.rb b/plugin/openstudio/lib/interfaces/DrawingInterface.rb index f398ed1..d604d7c 100644 --- a/plugin/openstudio/lib/interfaces/DrawingInterface.rb +++ b/plugin/openstudio/lib/interfaces/DrawingInterface.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/interfaces/DrawingUtils.rb b/plugin/openstudio/lib/interfaces/DrawingUtils.rb index f21fb7d..ee16f4b 100644 --- a/plugin/openstudio/lib/interfaces/DrawingUtils.rb +++ b/plugin/openstudio/lib/interfaces/DrawingUtils.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/interfaces/GlareSensor.rb b/plugin/openstudio/lib/interfaces/GlareSensor.rb index b458426..7462fcf 100644 --- a/plugin/openstudio/lib/interfaces/GlareSensor.rb +++ b/plugin/openstudio/lib/interfaces/GlareSensor.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/interfaces/IlluminanceMap.rb b/plugin/openstudio/lib/interfaces/IlluminanceMap.rb index 0ceaa85..97011e5 100644 --- a/plugin/openstudio/lib/interfaces/IlluminanceMap.rb +++ b/plugin/openstudio/lib/interfaces/IlluminanceMap.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/interfaces/InteriorPartitionSurface.rb b/plugin/openstudio/lib/interfaces/InteriorPartitionSurface.rb index 262725a..8d69c4e 100644 --- a/plugin/openstudio/lib/interfaces/InteriorPartitionSurface.rb +++ b/plugin/openstudio/lib/interfaces/InteriorPartitionSurface.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/interfaces/InteriorPartitionSurfaceGroup.rb b/plugin/openstudio/lib/interfaces/InteriorPartitionSurfaceGroup.rb index 646b998..cefae3c 100644 --- a/plugin/openstudio/lib/interfaces/InteriorPartitionSurfaceGroup.rb +++ b/plugin/openstudio/lib/interfaces/InteriorPartitionSurfaceGroup.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/interfaces/Luminaire.rb b/plugin/openstudio/lib/interfaces/Luminaire.rb index 3214124..66719e5 100644 --- a/plugin/openstudio/lib/interfaces/Luminaire.rb +++ b/plugin/openstudio/lib/interfaces/Luminaire.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/interfaces/MaterialsInterface.rb b/plugin/openstudio/lib/interfaces/MaterialsInterface.rb index f3175d2..d9424e5 100644 --- a/plugin/openstudio/lib/interfaces/MaterialsInterface.rb +++ b/plugin/openstudio/lib/interfaces/MaterialsInterface.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/interfaces/ModelInterface.rb b/plugin/openstudio/lib/interfaces/ModelInterface.rb index 764e2d4..e1ad224 100644 --- a/plugin/openstudio/lib/interfaces/ModelInterface.rb +++ b/plugin/openstudio/lib/interfaces/ModelInterface.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/interfaces/PlanarSurface.rb b/plugin/openstudio/lib/interfaces/PlanarSurface.rb index 825b884..b1e224b 100644 --- a/plugin/openstudio/lib/interfaces/PlanarSurface.rb +++ b/plugin/openstudio/lib/interfaces/PlanarSurface.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/interfaces/RenderingColor.rb b/plugin/openstudio/lib/interfaces/RenderingColor.rb index 050a98d..ae60827 100644 --- a/plugin/openstudio/lib/interfaces/RenderingColor.rb +++ b/plugin/openstudio/lib/interfaces/RenderingColor.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/interfaces/ResultsInterface.rb b/plugin/openstudio/lib/interfaces/ResultsInterface.rb index 4628846..aa629a2 100644 --- a/plugin/openstudio/lib/interfaces/ResultsInterface.rb +++ b/plugin/openstudio/lib/interfaces/ResultsInterface.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/interfaces/SelectionInterface.rb b/plugin/openstudio/lib/interfaces/SelectionInterface.rb index 790d663..a3c0a77 100644 --- a/plugin/openstudio/lib/interfaces/SelectionInterface.rb +++ b/plugin/openstudio/lib/interfaces/SelectionInterface.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/interfaces/ShadingSurface.rb b/plugin/openstudio/lib/interfaces/ShadingSurface.rb index eabcb8f..d760118 100644 --- a/plugin/openstudio/lib/interfaces/ShadingSurface.rb +++ b/plugin/openstudio/lib/interfaces/ShadingSurface.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/interfaces/ShadingSurfaceGroup.rb b/plugin/openstudio/lib/interfaces/ShadingSurfaceGroup.rb index ae4b3be..0a963f7 100644 --- a/plugin/openstudio/lib/interfaces/ShadingSurfaceGroup.rb +++ b/plugin/openstudio/lib/interfaces/ShadingSurfaceGroup.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/interfaces/Site.rb b/plugin/openstudio/lib/interfaces/Site.rb index 87526cb..5bbe673 100644 --- a/plugin/openstudio/lib/interfaces/Site.rb +++ b/plugin/openstudio/lib/interfaces/Site.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/interfaces/Space.rb b/plugin/openstudio/lib/interfaces/Space.rb index 7f95118..5aefb20 100644 --- a/plugin/openstudio/lib/interfaces/Space.rb +++ b/plugin/openstudio/lib/interfaces/Space.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/interfaces/SpaceType.rb b/plugin/openstudio/lib/interfaces/SpaceType.rb index 5be7a14..fe07217 100644 --- a/plugin/openstudio/lib/interfaces/SpaceType.rb +++ b/plugin/openstudio/lib/interfaces/SpaceType.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/interfaces/SubSurface.rb b/plugin/openstudio/lib/interfaces/SubSurface.rb index a240b8e..7630d1b 100644 --- a/plugin/openstudio/lib/interfaces/SubSurface.rb +++ b/plugin/openstudio/lib/interfaces/SubSurface.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/interfaces/Surface.rb b/plugin/openstudio/lib/interfaces/Surface.rb index b75772a..5b34817 100644 --- a/plugin/openstudio/lib/interfaces/Surface.rb +++ b/plugin/openstudio/lib/interfaces/Surface.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/interfaces/SurfaceGroup.rb b/plugin/openstudio/lib/interfaces/SurfaceGroup.rb index a86c044..f6f28e6 100644 --- a/plugin/openstudio/lib/interfaces/SurfaceGroup.rb +++ b/plugin/openstudio/lib/interfaces/SurfaceGroup.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/interfaces/ThermalZone.rb b/plugin/openstudio/lib/interfaces/ThermalZone.rb index 4da505d..9568294 100644 --- a/plugin/openstudio/lib/interfaces/ThermalZone.rb +++ b/plugin/openstudio/lib/interfaces/ThermalZone.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/observers/AppObserver.rb b/plugin/openstudio/lib/observers/AppObserver.rb index 23b24c5..47f3aa2 100644 --- a/plugin/openstudio/lib/observers/AppObserver.rb +++ b/plugin/openstudio/lib/observers/AppObserver.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/observers/ComponentObserver.rb b/plugin/openstudio/lib/observers/ComponentObserver.rb index 42bf567..6872c8a 100644 --- a/plugin/openstudio/lib/observers/ComponentObserver.rb +++ b/plugin/openstudio/lib/observers/ComponentObserver.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/observers/EntitiesObserver.rb b/plugin/openstudio/lib/observers/EntitiesObserver.rb index bc2a949..d8bda00 100644 --- a/plugin/openstudio/lib/observers/EntitiesObserver.rb +++ b/plugin/openstudio/lib/observers/EntitiesObserver.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/observers/EntityObserver.rb b/plugin/openstudio/lib/observers/EntityObserver.rb index 8e59ce4..718db7e 100644 --- a/plugin/openstudio/lib/observers/EntityObserver.rb +++ b/plugin/openstudio/lib/observers/EntityObserver.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/observers/FaceObserver.rb b/plugin/openstudio/lib/observers/FaceObserver.rb index 21ca422..23f60c6 100644 --- a/plugin/openstudio/lib/observers/FaceObserver.rb +++ b/plugin/openstudio/lib/observers/FaceObserver.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/observers/InstanceObserver.rb b/plugin/openstudio/lib/observers/InstanceObserver.rb index c34249e..9314fc2 100644 --- a/plugin/openstudio/lib/observers/InstanceObserver.rb +++ b/plugin/openstudio/lib/observers/InstanceObserver.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/observers/MaterialsObserver.rb b/plugin/openstudio/lib/observers/MaterialsObserver.rb index cb1ba20..840eb8a 100644 --- a/plugin/openstudio/lib/observers/MaterialsObserver.rb +++ b/plugin/openstudio/lib/observers/MaterialsObserver.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/observers/ModelEntitiesObserver.rb b/plugin/openstudio/lib/observers/ModelEntitiesObserver.rb index 12240f5..0d3d446 100644 --- a/plugin/openstudio/lib/observers/ModelEntitiesObserver.rb +++ b/plugin/openstudio/lib/observers/ModelEntitiesObserver.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/observers/ModelObserver.rb b/plugin/openstudio/lib/observers/ModelObserver.rb index 0178636..8b82429 100644 --- a/plugin/openstudio/lib/observers/ModelObserver.rb +++ b/plugin/openstudio/lib/observers/ModelObserver.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/observers/SelectionObserver.rb b/plugin/openstudio/lib/observers/SelectionObserver.rb index ec91d0f..f358bd0 100644 --- a/plugin/openstudio/lib/observers/SelectionObserver.rb +++ b/plugin/openstudio/lib/observers/SelectionObserver.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/observers/ShadowInfoObserver.rb b/plugin/openstudio/lib/observers/ShadowInfoObserver.rb index 9f645a4..9717286 100644 --- a/plugin/openstudio/lib/observers/ShadowInfoObserver.rb +++ b/plugin/openstudio/lib/observers/ShadowInfoObserver.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/observers/SurfaceGroupEntitiesObserver.rb b/plugin/openstudio/lib/observers/SurfaceGroupEntitiesObserver.rb index 5aee4fb..9d0f817 100644 --- a/plugin/openstudio/lib/observers/SurfaceGroupEntitiesObserver.rb +++ b/plugin/openstudio/lib/observers/SurfaceGroupEntitiesObserver.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/observers/SurfaceGroupObserver.rb b/plugin/openstudio/lib/observers/SurfaceGroupObserver.rb index 0fa786e..4406aaf 100644 --- a/plugin/openstudio/lib/observers/SurfaceGroupObserver.rb +++ b/plugin/openstudio/lib/observers/SurfaceGroupObserver.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/tools/InfoTool.rb b/plugin/openstudio/lib/tools/InfoTool.rb index b916bc1..dbb0cf5 100644 --- a/plugin/openstudio/lib/tools/InfoTool.rb +++ b/plugin/openstudio/lib/tools/InfoTool.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/tools/NewDaylightingControlTool.rb b/plugin/openstudio/lib/tools/NewDaylightingControlTool.rb index 06471fe..7f4fe6c 100644 --- a/plugin/openstudio/lib/tools/NewDaylightingControlTool.rb +++ b/plugin/openstudio/lib/tools/NewDaylightingControlTool.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/tools/NewGlareSensorTool.rb b/plugin/openstudio/lib/tools/NewGlareSensorTool.rb index 9e5d856..84152ab 100644 --- a/plugin/openstudio/lib/tools/NewGlareSensorTool.rb +++ b/plugin/openstudio/lib/tools/NewGlareSensorTool.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/tools/NewGroupTool.rb b/plugin/openstudio/lib/tools/NewGroupTool.rb index 40b9898..1e9842d 100644 --- a/plugin/openstudio/lib/tools/NewGroupTool.rb +++ b/plugin/openstudio/lib/tools/NewGroupTool.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/tools/NewIlluminanceMapTool.rb b/plugin/openstudio/lib/tools/NewIlluminanceMapTool.rb index f097b90..e25f3b0 100644 --- a/plugin/openstudio/lib/tools/NewIlluminanceMapTool.rb +++ b/plugin/openstudio/lib/tools/NewIlluminanceMapTool.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/tools/NewInteriorPartitionSurfaceGroupTool.rb b/plugin/openstudio/lib/tools/NewInteriorPartitionSurfaceGroupTool.rb index 750ce58..09eda53 100644 --- a/plugin/openstudio/lib/tools/NewInteriorPartitionSurfaceGroupTool.rb +++ b/plugin/openstudio/lib/tools/NewInteriorPartitionSurfaceGroupTool.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/tools/NewLuminaireTool.rb b/plugin/openstudio/lib/tools/NewLuminaireTool.rb index 8b1b154..fdfdf18 100644 --- a/plugin/openstudio/lib/tools/NewLuminaireTool.rb +++ b/plugin/openstudio/lib/tools/NewLuminaireTool.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/tools/NewShadingSurfaceGroupTool.rb b/plugin/openstudio/lib/tools/NewShadingSurfaceGroupTool.rb index d256f28..749a61c 100644 --- a/plugin/openstudio/lib/tools/NewShadingSurfaceGroupTool.rb +++ b/plugin/openstudio/lib/tools/NewShadingSurfaceGroupTool.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/tools/NewSpaceTool.rb b/plugin/openstudio/lib/tools/NewSpaceTool.rb index 1b62ea2..f311c89 100644 --- a/plugin/openstudio/lib/tools/NewSpaceTool.rb +++ b/plugin/openstudio/lib/tools/NewSpaceTool.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/tools/Tool.rb b/plugin/openstudio/lib/tools/Tool.rb index 81ed477..d6f98b1 100644 --- a/plugin/openstudio/lib/tools/Tool.rb +++ b/plugin/openstudio/lib/tools/Tool.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/watchers/PluginModelObjectWatcher.rb b/plugin/openstudio/lib/watchers/PluginModelObjectWatcher.rb index 3890b28..0aa6f0d 100644 --- a/plugin/openstudio/lib/watchers/PluginModelObjectWatcher.rb +++ b/plugin/openstudio/lib/watchers/PluginModelObjectWatcher.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/watchers/PluginModelWatcher.rb b/plugin/openstudio/lib/watchers/PluginModelWatcher.rb index 1ab4345..d566249 100644 --- a/plugin/openstudio/lib/watchers/PluginModelWatcher.rb +++ b/plugin/openstudio/lib/watchers/PluginModelWatcher.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/watchers/PluginPathWatcher.rb b/plugin/openstudio/lib/watchers/PluginPathWatcher.rb index 2539e0e..4ff7bf6 100644 --- a/plugin/openstudio/lib/watchers/PluginPathWatcher.rb +++ b/plugin/openstudio/lib/watchers/PluginPathWatcher.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/lib/watchers/RenderableModelObjectWatcher.rb b/plugin/openstudio/lib/watchers/RenderableModelObjectWatcher.rb index 55411ce..10f3654 100644 --- a/plugin/openstudio/lib/watchers/RenderableModelObjectWatcher.rb +++ b/plugin/openstudio/lib/watchers/RenderableModelObjectWatcher.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/mainpage.rb b/plugin/openstudio/mainpage.rb index 1cd37cc..046ddac 100644 --- a/plugin/openstudio/mainpage.rb +++ b/plugin/openstudio/mainpage.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/sketchup/Geom.rb b/plugin/openstudio/sketchup/Geom.rb index 017f247..8fb13b3 100644 --- a/plugin/openstudio/sketchup/Geom.rb +++ b/plugin/openstudio/sketchup/Geom.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/sketchup/Sketchup.rb b/plugin/openstudio/sketchup/Sketchup.rb index 855754f..d54393f 100644 --- a/plugin/openstudio/sketchup/Sketchup.rb +++ b/plugin/openstudio/sketchup/Sketchup.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/sketchup/UI.rb b/plugin/openstudio/sketchup/UI.rb index 9092d78..33996b8 100644 --- a/plugin/openstudio/sketchup/UI.rb +++ b/plugin/openstudio/sketchup/UI.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/startup.rb b/plugin/openstudio/startup.rb index 44fdeb8..26688e6 100644 --- a/plugin/openstudio/startup.rb +++ b/plugin/openstudio/startup.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/test/PluginTemplates_Test.rb b/plugin/openstudio/test/PluginTemplates_Test.rb index 33c26c6..ed84845 100644 --- a/plugin/openstudio/test/PluginTemplates_Test.rb +++ b/plugin/openstudio/test/PluginTemplates_Test.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Add_New_Thermal_Zone_For_Spaces_With_No_Thermal_Zone.rb b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Add_New_Thermal_Zone_For_Spaces_With_No_Thermal_Zone.rb index 4ad88ac..77b75e1 100644 --- a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Add_New_Thermal_Zone_For_Spaces_With_No_Thermal_Zone.rb +++ b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Add_New_Thermal_Zone_For_Spaces_With_No_Thermal_Zone.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Add_Overhangs_by_Projection_Factor.rb b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Add_Overhangs_by_Projection_Factor.rb index 624d10d..9e45cb5 100644 --- a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Add_Overhangs_by_Projection_Factor.rb +++ b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Add_Overhangs_by_Projection_Factor.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Add_Photovoltaics.rb b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Add_Photovoltaics.rb index 65af852..4fb5280 100644 --- a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Add_Photovoltaics.rb +++ b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Add_Photovoltaics.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Add_Shading_Controls.rb b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Add_Shading_Controls.rb index c5b450d..5e9dc73 100644 --- a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Add_Shading_Controls.rb +++ b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Add_Shading_Controls.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Assign_Building_Stories.rb b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Assign_Building_Stories.rb index 54f790f..6b9467d 100644 --- a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Assign_Building_Stories.rb +++ b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Assign_Building_Stories.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Change_Shading_Type.rb b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Change_Shading_Type.rb index d67f1ec..46044fc 100644 --- a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Change_Shading_Type.rb +++ b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Change_Shading_Type.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Cleanup_Origins.rb b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Cleanup_Origins.rb index 5372157..9048a55 100644 --- a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Cleanup_Origins.rb +++ b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Cleanup_Origins.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Export_Selected_Space_To_New_File.rb b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Export_Selected_Space_To_New_File.rb index 6af8ab2..17f5dfc 100644 --- a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Export_Selected_Space_To_New_File.rb +++ b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Export_Selected_Space_To_New_File.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Import_Spaces_From_External_File.rb b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Import_Spaces_From_External_File.rb index 76091d8..fcfd271 100644 --- a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Import_Spaces_From_External_File.rb +++ b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Import_Spaces_From_External_File.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Intersect_Space_Geometry.rb b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Intersect_Space_Geometry.rb index 6e20b48..48cf2c4 100644 --- a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Intersect_Space_Geometry.rb +++ b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Intersect_Space_Geometry.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Make_Selected_Surfaces_Adiabatic.rb b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Make_Selected_Surfaces_Adiabatic.rb index db56eff..161b2a2 100644 --- a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Make_Selected_Surfaces_Adiabatic.rb +++ b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Make_Selected_Surfaces_Adiabatic.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Move_Selected_Surfaces_To_New_Space.rb b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Move_Selected_Surfaces_To_New_Space.rb index 1b5a2af..636282a 100644 --- a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Move_Selected_Surfaces_To_New_Space.rb +++ b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Move_Selected_Surfaces_To_New_Space.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Remove_Hard_Assigned_Constructions.rb b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Remove_Hard_Assigned_Constructions.rb index 5a0894d..82fde5a 100644 --- a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Remove_Hard_Assigned_Constructions.rb +++ b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Remove_Hard_Assigned_Constructions.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Remove_Loads_Directly_Assigned_To_Spaces.rb b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Remove_Loads_Directly_Assigned_To_Spaces.rb index 182b8c4..07c90b7 100644 --- a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Remove_Loads_Directly_Assigned_To_Spaces.rb +++ b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Remove_Loads_Directly_Assigned_To_Spaces.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Remove_Orphan_Photovoltaics.rb b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Remove_Orphan_Photovoltaics.rb index bffb29e..26f46ad 100644 --- a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Remove_Orphan_Photovoltaics.rb +++ b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Remove_Orphan_Photovoltaics.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Remove_Orphan_SubSurfaces.rb b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Remove_Orphan_SubSurfaces.rb index 017a430..b73d438 100644 --- a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Remove_Orphan_SubSurfaces.rb +++ b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Remove_Orphan_SubSurfaces.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Remove_Photovoltaics.rb b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Remove_Photovoltaics.rb index b274c4d..a8f7156 100644 --- a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Remove_Photovoltaics.rb +++ b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Remove_Photovoltaics.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Remove_Unused_ThermalZones.rb b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Remove_Unused_ThermalZones.rb index 1816b06..d8e5373 100644 --- a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Remove_Unused_ThermalZones.rb +++ b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Remove_Unused_ThermalZones.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Rename_ThermalZones_Based_On_Space_Names.rb b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Rename_ThermalZones_Based_On_Space_Names.rb index 6fcb0a7..5f8210d 100644 --- a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Rename_ThermalZones_Based_On_Space_Names.rb +++ b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Rename_ThermalZones_Based_On_Space_Names.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Set_Interior_Partition_Height_Above_Floor.rb b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Set_Interior_Partition_Height_Above_Floor.rb index ec9084d..ee45980 100644 --- a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Set_Interior_Partition_Height_Above_Floor.rb +++ b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Set_Interior_Partition_Height_Above_Floor.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Set_Shading_Controls.rb b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Set_Shading_Controls.rb index c604fd2..151b0c1 100644 --- a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Set_Shading_Controls.rb +++ b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Set_Shading_Controls.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Set_WindowProperty_FrameAndDivider.rb b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Set_WindowProperty_FrameAndDivider.rb index 4c24dfd..3571583 100644 --- a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Set_WindowProperty_FrameAndDivider.rb +++ b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Set_WindowProperty_FrameAndDivider.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Set_Window_to_Wall_Ratio.rb b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Set_Window_to_Wall_Ratio.rb index 4b03ccb..315e624 100644 --- a/plugin/openstudio/user_scripts/Alter or Add Model Elements/Set_Window_to_Wall_Ratio.rb +++ b/plugin/openstudio/user_scripts/Alter or Add Model Elements/Set_Window_to_Wall_Ratio.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/Building Component Library/Get_BCL_Weather_File.rb b/plugin/openstudio/user_scripts/Building Component Library/Get_BCL_Weather_File.rb index dabf528..3778189 100644 --- a/plugin/openstudio/user_scripts/Building Component Library/Get_BCL_Weather_File.rb +++ b/plugin/openstudio/user_scripts/Building Component Library/Get_BCL_Weather_File.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/Create Standard Building Shapes/Set_Courtyard_Floor_Plan.rb b/plugin/openstudio/user_scripts/Create Standard Building Shapes/Set_Courtyard_Floor_Plan.rb index 6830ce6..c93bf64 100644 --- a/plugin/openstudio/user_scripts/Create Standard Building Shapes/Set_Courtyard_Floor_Plan.rb +++ b/plugin/openstudio/user_scripts/Create Standard Building Shapes/Set_Courtyard_Floor_Plan.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/Create Standard Building Shapes/Set_H-Shape_Floor_Plan.rb b/plugin/openstudio/user_scripts/Create Standard Building Shapes/Set_H-Shape_Floor_Plan.rb index ac306ed..9af7412 100644 --- a/plugin/openstudio/user_scripts/Create Standard Building Shapes/Set_H-Shape_Floor_Plan.rb +++ b/plugin/openstudio/user_scripts/Create Standard Building Shapes/Set_H-Shape_Floor_Plan.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/Create Standard Building Shapes/Set_L-Shape_Floor_Plan.rb b/plugin/openstudio/user_scripts/Create Standard Building Shapes/Set_L-Shape_Floor_Plan.rb index 8f0f44c..b22ec2b 100644 --- a/plugin/openstudio/user_scripts/Create Standard Building Shapes/Set_L-Shape_Floor_Plan.rb +++ b/plugin/openstudio/user_scripts/Create Standard Building Shapes/Set_L-Shape_Floor_Plan.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/Create Standard Building Shapes/Set_Rectangular_Floor_Plan.rb b/plugin/openstudio/user_scripts/Create Standard Building Shapes/Set_Rectangular_Floor_Plan.rb index e83c695..d47a45a 100644 --- a/plugin/openstudio/user_scripts/Create Standard Building Shapes/Set_Rectangular_Floor_Plan.rb +++ b/plugin/openstudio/user_scripts/Create Standard Building Shapes/Set_Rectangular_Floor_Plan.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/Create Standard Building Shapes/Set_T-Shape_Floor_Plan.rb b/plugin/openstudio/user_scripts/Create Standard Building Shapes/Set_T-Shape_Floor_Plan.rb index 81883fd..769ce61 100644 --- a/plugin/openstudio/user_scripts/Create Standard Building Shapes/Set_T-Shape_Floor_Plan.rb +++ b/plugin/openstudio/user_scripts/Create Standard Building Shapes/Set_T-Shape_Floor_Plan.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/Create Standard Building Shapes/Set_U-Shape_Floor_Plan.rb b/plugin/openstudio/user_scripts/Create Standard Building Shapes/Set_U-Shape_Floor_Plan.rb index 9c173e6..b0ed2c5 100644 --- a/plugin/openstudio/user_scripts/Create Standard Building Shapes/Set_U-Shape_Floor_Plan.rb +++ b/plugin/openstudio/user_scripts/Create Standard Building Shapes/Set_U-Shape_Floor_Plan.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/On Demand Template Generators/SpaceTypeAndConstructionSetWizard.rb b/plugin/openstudio/user_scripts/On Demand Template Generators/SpaceTypeAndConstructionSetWizard.rb index 55635bb..dd4ba53 100644 --- a/plugin/openstudio/user_scripts/On Demand Template Generators/SpaceTypeAndConstructionSetWizard.rb +++ b/plugin/openstudio/user_scripts/On Demand Template Generators/SpaceTypeAndConstructionSetWizard.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/On Demand Template Generators/resources/ConstructionSetGenerator.rb b/plugin/openstudio/user_scripts/On Demand Template Generators/resources/ConstructionSetGenerator.rb index a4e7df2..e7e3fdf 100644 --- a/plugin/openstudio/user_scripts/On Demand Template Generators/resources/ConstructionSetGenerator.rb +++ b/plugin/openstudio/user_scripts/On Demand Template Generators/resources/ConstructionSetGenerator.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/On Demand Template Generators/resources/OsLib_Constructions.rb b/plugin/openstudio/user_scripts/On Demand Template Generators/resources/OsLib_Constructions.rb index d35bf57..c0452fe 100644 --- a/plugin/openstudio/user_scripts/On Demand Template Generators/resources/OsLib_Constructions.rb +++ b/plugin/openstudio/user_scripts/On Demand Template Generators/resources/OsLib_Constructions.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/On Demand Template Generators/resources/SpaceTypeGenerator.rb b/plugin/openstudio/user_scripts/On Demand Template Generators/resources/SpaceTypeGenerator.rb index 5a0277b..dcc9407 100644 --- a/plugin/openstudio/user_scripts/On Demand Template Generators/resources/SpaceTypeGenerator.rb +++ b/plugin/openstudio/user_scripts/On Demand Template Generators/resources/SpaceTypeGenerator.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/Reports/Export_RPX_File.rb b/plugin/openstudio/user_scripts/Reports/Export_RPX_File.rb index 02dc708..8f48c7d 100644 --- a/plugin/openstudio/user_scripts/Reports/Export_RPX_File.rb +++ b/plugin/openstudio/user_scripts/Reports/Export_RPX_File.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/Reports/OSM_Diagnostic_Script.rb b/plugin/openstudio/user_scripts/Reports/OSM_Diagnostic_Script.rb index 075ce97..bdea9f0 100644 --- a/plugin/openstudio/user_scripts/Reports/OSM_Diagnostic_Script.rb +++ b/plugin/openstudio/user_scripts/Reports/OSM_Diagnostic_Script.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/Reports/SpaceType_Report.rb b/plugin/openstudio/user_scripts/Reports/SpaceType_Report.rb index d3e4c03..3ffd0ea 100644 --- a/plugin/openstudio/user_scripts/Reports/SpaceType_Report.rb +++ b/plugin/openstudio/user_scripts/Reports/SpaceType_Report.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/Visualization/Find_Spaces_By_Space_Type.rb b/plugin/openstudio/user_scripts/Visualization/Find_Spaces_By_Space_Type.rb index 581b83c..33f45c7 100644 --- a/plugin/openstudio/user_scripts/Visualization/Find_Spaces_By_Space_Type.rb +++ b/plugin/openstudio/user_scripts/Visualization/Find_Spaces_By_Space_Type.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/Visualization/Find_Spaces_By_Thermal_Zone.rb b/plugin/openstudio/user_scripts/Visualization/Find_Spaces_By_Thermal_Zone.rb index 383b15d..54ae7c6 100644 --- a/plugin/openstudio/user_scripts/Visualization/Find_Spaces_By_Thermal_Zone.rb +++ b/plugin/openstudio/user_scripts/Visualization/Find_Spaces_By_Thermal_Zone.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/Visualization/Hide_Manifold_Solid_Spaces.rb b/plugin/openstudio/user_scripts/Visualization/Hide_Manifold_Solid_Spaces.rb index fd7fac2..69cb19c 100644 --- a/plugin/openstudio/user_scripts/Visualization/Hide_Manifold_Solid_Spaces.rb +++ b/plugin/openstudio/user_scripts/Visualization/Hide_Manifold_Solid_Spaces.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/Visualization/Hide_Spaces_Included_In_Building_Area.rb b/plugin/openstudio/user_scripts/Visualization/Hide_Spaces_Included_In_Building_Area.rb index c856a87..a89563b 100644 --- a/plugin/openstudio/user_scripts/Visualization/Hide_Spaces_Included_In_Building_Area.rb +++ b/plugin/openstudio/user_scripts/Visualization/Hide_Spaces_Included_In_Building_Area.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: diff --git a/plugin/openstudio/user_scripts/Visualization/Make_SketchUp_Scene_For_Each_Building_Story_Floorplan.rb b/plugin/openstudio/user_scripts/Visualization/Make_SketchUp_Scene_For_Each_Building_Story_Floorplan.rb index d54e41f..1be3fad 100644 --- a/plugin/openstudio/user_scripts/Visualization/Make_SketchUp_Scene_For_Each_Building_Story_Floorplan.rb +++ b/plugin/openstudio/user_scripts/Visualization/Make_SketchUp_Scene_For_Each_Building_Story_Floorplan.rb @@ -1,5 +1,5 @@ ######################################################################################################################## -# OpenStudio(R), Copyright (c) 2008-2022, OpenStudio Coalition and other contributors. All rights reserved. +# OpenStudio(R), Copyright (c) 2008-2023, OpenStudio Coalition and other contributors. All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the # following conditions are met: