From 594502e5fabe1081f9df6e33ece157104c80145f Mon Sep 17 00:00:00 2001 From: Ryan Whitworth Date: Sat, 1 Aug 2015 14:59:39 -0400 Subject: [PATCH] Added public domain license text --- stretchy_buffer.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/stretchy_buffer.h b/stretchy_buffer.h index a89be09..b99c685 100644 --- a/stretchy_buffer.h +++ b/stretchy_buffer.h @@ -161,6 +161,12 @@ // The details are trivial and implementation is straightforward; // the main trick is in realizing in the first place that it's // possible to do this in a generic, type-safe way in C. +// +// 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. #ifndef STB_STRETCHY_BUFFER_H_INCLUDED #define STB_STRETCHY_BUFFER_H_INCLUDED