Skip to content

Commit e19c6f4

Browse files
committed
Revert LICENSE.md back to LICENSE.
Nobody seems to use md for this, and I bet there are crawlers and whatnot that look specifically for LICENSE. We don't use any formatting, so who cares, stick to the standard. All the other text files, such as CHANGES.md, INSTALL.md, README.md, etc., will stay markdown.
1 parent a4a1621 commit e19c6f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -611,8 +611,8 @@ set (CPACK_PACKAGE_VENDOR "Sony Pictures Imageworks")
611611
set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "OpenShadingLanguage is...")
612612
set (CPACK_PACKAGE_DESCRIPTION_FILE "${PROJECT_SOURCE_DIR}/src/doc/Description.txt")
613613
set (CPACK_PACKAGE_FILE_NAME OSL-${OSL_LIBRARY_VERSION_MAJOR}.${OSL_LIBRARY_VERSION_MINOR}.${OSL_LIBRARY_VERSION_PATCH}-${platform})
614-
file (COPY "${PROJECT_SOURCE_DIR}/LICENSE.md" DESTINATION "${CMAKE_BINARY_DIR}")
615-
file (RENAME "${CMAKE_BINARY_DIR}/LICENSE.md" "${CMAKE_BINARY_DIR}/License.txt")
614+
file (COPY "${PROJECT_SOURCE_DIR}/LICENSE" DESTINATION "${CMAKE_BINARY_DIR}")
615+
file (RENAME "${CMAKE_BINARY_DIR}/LICENSE" "${CMAKE_BINARY_DIR}/License.txt")
616616
set (CPACK_RESOURCE_FILE_LICENSE "${CMAKE_BINARY_DIR}/License.txt")
617617
file (COPY "${PROJECT_SOURCE_DIR}/README.md" DESTINATION "${CMAKE_BINARY_DIR}")
618618
file (RENAME "${CMAKE_BINARY_DIR}/README.md" "${CMAKE_BINARY_DIR}/Readme.txt")

LICENSE.md renamed to LICENSE

File renamed without changes.

0 commit comments

Comments
 (0)