Skip to content

Commit

Permalink
Merge pull request #3078 from NREL/install_license
Browse files Browse the repository at this point in the history
Update to add "and other contributors" to the copyright, install lice…
  • Loading branch information
evanweaver authored Mar 28, 2018
2 parents 2fd3b4e + afa7811 commit ec6cd49
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OpenStudio(R), Copyright (c) 2008-2018, Alliance for Sustainable Energy, LLC. All rights reserved.
OpenStudio(R), Copyright (c) 2008-2018, Alliance for Sustainable Energy, LLC, 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:
Expand Down
2 changes: 1 addition & 1 deletion copyright.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OpenStudio(R), Copyright (c) 2008-2018, Alliance for Sustainable Energy, LLC. All rights reserved.
OpenStudio(R), Copyright (c) 2008-2018, Alliance for Sustainable Energy, LLC, 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:
Expand Down
3 changes: 3 additions & 0 deletions openstudiocore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1533,6 +1533,9 @@ endif()

# Install additional Documents, such as release notes
install(FILES "${CMAKE_SOURCE_DIR}/../doc/ReleaseNotes/OpenStudio_Release_Notes_2_5_0_20180330.pdf" DESTINATION .)
install(FILES "${CMAKE_SOURCE_DIR}/../LICENSE.md" DESTINATION .)
install(FILES "${CMAKE_SOURCE_DIR}/../CHANGELOG.md" DESTINATION .)
install(FILES "${CMAKE_SOURCE_DIR}/../copyright.txt" DESTINATION .)

###############################################################################

Expand Down

0 comments on commit ec6cd49

Please sign in to comment.