From f595a43ee710014394b3895f5ecd74a0fb68b019 Mon Sep 17 00:00:00 2001 From: Ghislain Rodrigues Date: Mon, 15 May 2017 13:02:36 +0100 Subject: [PATCH 1/3] Readme updated with font licence --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c21c06a..fa0daf0 100644 --- a/README.md +++ b/README.md @@ -52,4 +52,4 @@ To start the game, run the executable ```floodit```. ## Credits Font ClearSans from -https://01.org/clear-sans/blogs/2013/clear-sans-new-font-optimized-small-screen-readability +https://01.org/clear-sans/blogs/2013/clear-sans-new-font-optimized-small-screen-readability licenced under [Apache License v2.00](https://www.fontsquirrel.com/license/clear-sans) From ddd9ac19f9baf55e3468bc15ef4fad0590a2f3eb Mon Sep 17 00:00:00 2001 From: Ghislain Rodrigues Date: Mon, 15 May 2017 13:03:28 +0100 Subject: [PATCH 2/3] Create LICENCE.md --- LICENCE.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENCE.md diff --git a/LICENCE.md b/LICENCE.md new file mode 100644 index 0000000..25d3219 --- /dev/null +++ b/LICENCE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2017 Ghislain Rodrigues + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From 38d8598d0b90efb8a2a1250abe7c3655055b0099 Mon Sep 17 00:00:00 2001 From: Ghislain Rodrigues Date: Mon, 15 May 2017 13:04:13 +0100 Subject: [PATCH 3/3] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e56716e..33124c5 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ NAME := floodit TARGET := $(NAME) TARGETDIST := $(NAME).opk -DISTFILES := $(TARGET) ClearSans-Medium.ttf resources +DISTFILES := $(TARGET) ClearSans-Medium.ttf LICENCE.md README.md resources OBJS := *.c OPTS := -g -O2 -Wall LIB := -lSDL2 -lSDL2_ttf -lSDL2_net -lSDL2_image