From 7fb785fd898a5379944457a399176235fc80d337 Mon Sep 17 00:00:00 2001 From: CodeMaster7000 <95772109+CodeMaster7000@users.noreply.github.com> Date: Tue, 31 Jan 2023 05:36:30 +0000 Subject: [PATCH] Rename LICENSE.txt to LICENSE (#7808) * Update PackageDebian.cmake * Rename LICENSE.txt to LICENSE * Update readme.md --------- Co-authored-by: Derek Bailey --- CMake/PackageDebian.cmake | 2 +- LICENSE.txt => LICENSE | 0 readme.md | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename LICENSE.txt => LICENSE (100%) diff --git a/CMake/PackageDebian.cmake b/CMake/PackageDebian.cmake index 8ed147337..d8692c63d 100644 --- a/CMake/PackageDebian.cmake +++ b/CMake/PackageDebian.cmake @@ -19,7 +19,7 @@ if (UNIX) # Package name 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") endif(UNIX) diff --git a/LICENSE.txt b/LICENSE similarity index 100% rename from LICENSE.txt rename to LICENSE diff --git a/readme.md b/readme.md index 0f38c8eb7..f90c959af 100644 --- a/readme.md +++ b/readme.md @@ -77,4 +77,4 @@ Please see our [Security Policy](SECURITY.md) for reporting vulnerabilities. [FlatBuffers Issues Tracker]: http://github.com/google/flatbuffers/issues [stackoverflow.com]: http://stackoverflow.com/search?q=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