Commit: 8e4d0f1457ef72ba9568d858e8c0ea65fefb2d08
Parent: d8164ab949eeca69b8633a4c25dd7f6231ce369e
Author: Randy Palamar
Date: Fri, 7 Jun 2024 21:29:22 -0600
add LICENSE
Diffstat:
4 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/LICENSE b/LICENSE
@@ -0,0 +1,13 @@
+© 2024 Randy Palamar <randy@rnpnr.xyz>
+
+Permission to use, copy, modify, and distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
diff --git a/colourpicker.c b/colourpicker.c
@@ -1,3 +1,4 @@
+/* See LICENSE for copyright details */
#include <raylib.h>
#include "util.c"
diff --git a/main.c b/main.c
@@ -1,3 +1,4 @@
+/* See LICENSE for copyright details */
#include <dlfcn.h>
#include <fcntl.h>
#include <raylib.h>
diff --git a/util.c b/util.c
@@ -1,3 +1,4 @@
+/* See LICENSE for copyright details */
#include <stddef.h>
#include <stdint.h>