mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-01 19:58:15 +00:00
Rename LICENSE.txt to LICENSE (#7808)
* Update PackageDebian.cmake * Rename LICENSE.txt to LICENSE * Update readme.md --------- Co-authored-by: Derek Bailey <derekbailey@google.com>
This commit is contained in:
@@ -19,7 +19,7 @@ if (UNIX)
|
|||||||
|
|
||||||
# Package name
|
# Package name
|
||||||
SET(CPACK_DEBIAN_PACKAGE_NAME "flatbuffers")
|
SET(CPACK_DEBIAN_PACKAGE_NAME "flatbuffers")
|
||||||
SET(CPACK_RESOURCE_FILE_LICENSE ${CMAKE_SOURCE_DIR}/LICENSE.txt)
|
SET(CPACK_RESOURCE_FILE_LICENSE ${CMAKE_SOURCE_DIR}/LICENSE)
|
||||||
set(CPACK_DEBIAN_FILE_NAME "DEB-DEFAULT")
|
set(CPACK_DEBIAN_FILE_NAME "DEB-DEFAULT")
|
||||||
|
|
||||||
endif(UNIX)
|
endif(UNIX)
|
||||||
|
|||||||
@@ -77,4 +77,4 @@ Please see our [Security Policy](SECURITY.md) for reporting vulnerabilities.
|
|||||||
[FlatBuffers Issues Tracker]: http://github.com/google/flatbuffers/issues
|
[FlatBuffers Issues Tracker]: http://github.com/google/flatbuffers/issues
|
||||||
[stackoverflow.com]: http://stackoverflow.com/search?q=flatbuffers
|
[stackoverflow.com]: http://stackoverflow.com/search?q=flatbuffers
|
||||||
[landing page]: https://google.github.io/flatbuffers
|
[landing page]: https://google.github.io/flatbuffers
|
||||||
[LICENSE]: https://github.com/google/flatbuffers/blob/master/LICENSE.txt
|
[LICENSE]: https://github.com/google/flatbuffers/blob/master/LICENSE
|
||||||
|
|||||||
Reference in New Issue
Block a user