Added public domain license text

This commit is contained in:
Ryan Whitworth 2015-08-01 14:54:57 -04:00
parent 5a7d524fd8
commit 35e2f7e739

View File

@ -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.