浏览代码

Added public domain license text

Ryan Whitworth 10 年之前
父节点
当前提交
f844b2dbd2
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. 5 2
      stb_vorbis.c

+ 5 - 2
stb_vorbis.c

@@ -4,8 +4,11 @@
 // Written by Sean Barrett in 2007, last updated in 2014
 // Sponsored by RAD Game Tools.
 //
-// Placed in the public domain April 2007 by the author: no copyright
-// is claimed, and you may use it for any purpose you like.
+// 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.
 //
 // No warranty for any purpose is expressed or implied by the author (nor
 // by RAD Game Tools). Report bugs and send enhancements to the author.