Skip to content

Commit fdeaba8

Browse files
committed
Refine files included in release zips. Update copyright dates.
1 parent a1e2ac4 commit fdeaba8

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
OpenStudio® HPXML Measures, Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC, and other contributors. All rights reserved.
1+
OpenStudio® HPXML Measures, Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC, and other contributors. All rights reserved.
22

33
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
44
following conditions are met:

tasks.rb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5636,14 +5636,16 @@ def display_usage(command_list)
56365636
end
56375637
end
56385638

5639-
files = ['HPXMLtoOpenStudio/measure.*',
5639+
files = ['Changelog.md',
5640+
'LICENSE.md',
5641+
'HPXMLtoOpenStudio/measure.*',
56405642
'HPXMLtoOpenStudio/resources/*.*',
56415643
'SimulationOutputReport/measure.*',
56425644
'SimulationOutputReport/resources/*.*',
56435645
'weather/*.*',
56445646
'workflow/*.*',
56455647
'workflow/sample_files/*.xml',
5646-
'workflow/tests/*.rb',
5648+
'workflow/tests/*test*.rb',
56475649
'workflow/tests/ASHRAE_Standard_140/*.xml',
56485650
'workflow/tests/base_results/*.csv',
56495651
'documentation/index.html',

0 commit comments

Comments
 (0)