From a08508f6a4b317089c1dbedf03cba8198f491c32 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 7 Jan 2020 16:45:17 +0100 Subject: [PATCH] Renamed LICENSE.md to LICENSE --- CONTRIBUTING.md | 2 +- README.md | 2 +- src/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9a5de49b3..acae19f52 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,7 +25,7 @@ Use your best judgement, and feel free to propose changes to this document in a - [raylib history](HISTORY.md) - [raylib architecture](https://github.com/raysan5/raylib/wiki/raylib-architecture) - - [raylib license](LICENSE.md) + - [raylib license](LICENSE) - [raylib roadmap](ROADMAP.md) [raylib Wiki](https://github.com/raysan5/raylib/wiki) contains some information about the library and is open to anyone for edit. diff --git a/README.md b/README.md index c8a3ac47f..93f233d3b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Ready to learn? Jump to [code examples!](http://www.raylib.com/examples.html) [![Build Status](https://travis-ci.org/raysan5/raylib.svg?branch=master)](https://travis-ci.org/raysan5/raylib) [![https://ci.appveyor.com/api/projects/status/github/raysan5/raylib?svg=true](https://ci.appveyor.com/api/projects/status/github/raysan5/raylib?svg=true)](https://ci.appveyor.com/project/raysan5/raylib) [![Chat on Discord](https://img.shields.io/discord/426912293134270465.svg?logo=discord)](https://discord.gg/VkzNHUE) -[![License](https://img.shields.io/badge/license-zlib%2Flibpng-blue.svg)](LICENSE.md) +[![License](https://img.shields.io/badge/license-zlib%2Flibpng-blue.svg)](LICENSE) [![Twitter URL](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Follow)](https://twitter.com/raysan5) features diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9e381493d..c1d4a4198 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -276,7 +276,7 @@ SET(CPACK_PACKAGE_VERSION_MINOR "${PROJECT_VERSION_MINOR}") SET(CPACK_PACKAGE_VERSION_PATCH "${PROJECT_VERSION_PATCH}") SET(CPACK_PACKAGE_DESCRIPTION_FILE "${PROJECT_SOURCE_DIR}/../README.md") SET(CPACK_RESOURCE_FILE_WELCOME "${PROJECT_SOURCE_DIR}/../README.md") -SET(CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/../LICENSE.md") +SET(CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/../LICENSE") SET(CPACK_PACKAGE_FILE_NAME "raylib-${PROJECT_VERSION}$ENV{RAYLIB_PACKAGE_SUFFIX}") SET(CPACK_GENERATOR "ZIP;TGZ") # Remove this, if you want the NSIS installer on Windows include(CPack)