From 35e2f7e7399104696c52189b59b2c7bf975fa622 Mon Sep 17 00:00:00 2001 From: Ryan Whitworth Date: Sat, 1 Aug 2015 14:54:57 -0400 Subject: [PATCH] Added public domain license text --- stb_perlin.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/stb_perlin.h b/stb_perlin.h index 8ff7419..399e438 100644 --- a/stb_perlin.h +++ b/stb_perlin.h @@ -1,6 +1,13 @@ // stb_perlin.h - v0.2 - perlin noise // public domain single-file C implementation by Sean Barrett // +// 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. +// +// // to create the implementation, // #define STB_PERLIN_IMPLEMENTATION // in *one* C/CPP file that includes this file.