From fa464b33acda9d81b44b0b2c1cc470209b520f4d Mon Sep 17 00:00:00 2001 From: Ryan Whitworth Date: Sat, 1 Aug 2015 14:49:15 -0400 Subject: [PATCH] Added public domain license text --- stb_easy_font.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/stb_easy_font.h b/stb_easy_font.h index daa0c3e..b83061b 100644 --- a/stb_easy_font.h +++ b/stb_easy_font.h @@ -68,6 +68,12 @@ // Here's sample code for old OpenGL; it's a lot more complicated // to make work on modern APIs, and that's your problem. // +// LICENSE +// +// This software is in the public domain. Where that dedication is not +// recognized, you are granted a perpetual, irrevocable license to copy, +// distribute, and modify this file as you see fit. +// #if 0 void print_string(float x, float y, char *text, float r, float g, float b) {