diff --git a/docs/stb_howto.txt b/docs/stb_howto.txt index d0e8ec8..021cd08 100644 --- a/docs/stb_howto.txt +++ b/docs/stb_howto.txt @@ -165,8 +165,8 @@ public domain declarations aren't necessary recognized in the USA and some other locations. For that reason, I recommend a declaration along these lines: -// This software is in the public domain. Where that dedication is not -// recognized, you are granted a perpetual, irrevocable license to copy +// This software is dual-licensed to the public domain and under the following +// license. You are granted a perpetual, irrevocable license to copy // and modify this file as you see fit. I typically place this declaration at the end of the initial diff --git a/docs/why_public_domain.md b/docs/why_public_domain.md index 8636921..af8b199 100644 --- a/docs/why_public_domain.md +++ b/docs/why_public_domain.md @@ -95,8 +95,8 @@ public domain declarations aren't necessary recognized in the USA and some other locations. For that reason, I recommend a declaration along these lines: -// This software is in the public domain. Where that dedication is not -// recognized, you are granted a perpetual, irrevocable license to copy +// This software is dual-licensed to the public domain and under the following +// license. You are granted a perpetual, irrevocable license to copy // and modify this file as you see fit. I typically place this declaration at the end of the initial diff --git a/stb.h b/stb.h index 4b28ae1..00121df 100644 --- a/stb.h +++ b/stb.h @@ -171,8 +171,8 @@ Parenthesized items have since been removed. LICENSE -This software is in the public domain. Where that dedication is not -recognized, you are granted a perpetual, irrevocable license to copy, +This software is dual-licensed to the public domain and under the following +license. You are granted a perpetual, irrevocable license to copy, distribute, and modify this file as you see fit. CREDITS diff --git a/stb_c_lexer.h b/stb_c_lexer.h index f6a0035..a4a61c7 100644 --- a/stb_c_lexer.h +++ b/stb_c_lexer.h @@ -32,8 +32,8 @@ // // LICENSE // -// This software is in the public domain. Where that dedication is not -// recognized, you are granted a perpetual, irrevocable license to copy, +// This software is dual-licensed to the public domain and under the following +// license. You are granted a perpetual, irrevocable license to copy, // distribute, and modify this file as you see fit. #ifndef STB_C_LEXER_DEFINITIONS diff --git a/stb_divide.h b/stb_divide.h index 4e35abe..f5322ee 100644 --- a/stb_divide.h +++ b/stb_divide.h @@ -78,8 +78,8 @@ // // LICENSE // -// This software is in the public domain. Where that dedication is not -// recognized, you are granted a perpetual, irrevocable license to copy, +// This software is dual-licensed to the public domain and under the following +// license. You are granted a perpetual, irrevocable license to copy, // distribute, and modify this file as you see fit. diff --git a/stb_dxt.h b/stb_dxt.h index 418ba65..ba42d3e 100644 --- a/stb_dxt.h +++ b/stb_dxt.h @@ -19,8 +19,8 @@ // // LICENSE // -// This software is in the public domain. Where that dedication is not -// recognized, you are granted a perpetual, irrevocable license to copy, +// This software is dual-licensed to the public domain and under the following +// license. You are granted a perpetual, irrevocable license to copy, // distribute, and modify this file as you see fit. #ifndef STB_INCLUDE_STB_DXT_H diff --git a/stb_easy_font.h b/stb_easy_font.h index 2fad91f..63025eb 100644 --- a/stb_easy_font.h +++ b/stb_easy_font.h @@ -67,8 +67,8 @@ // // LICENSE // -// This software is in the public domain. Where that dedication is not -// recognized, you are granted a perpetual, irrevocable license to copy, +// This software is dual-licensed to the public domain and under the following +// license. You are granted a perpetual, irrevocable license to copy, // distribute, and modify this file as you see fit. // // VERSION HISTORY diff --git a/stb_herringbone_wang_tile.h b/stb_herringbone_wang_tile.h index de7fb20..678e1dc 100644 --- a/stb_herringbone_wang_tile.h +++ b/stb_herringbone_wang_tile.h @@ -3,8 +3,8 @@ == LICENSE ============================== -This software is in the public domain. Where that dedication is not -recognized, you are granted a perpetual, irrevocable license to copy, +This software is dual-licensed to the public domain and under the following +license. You are granted a perpetual, irrevocable license to copy, distribute, and modify this file as you see fit. == WHAT IT IS =========================== diff --git a/stb_image.h b/stb_image.h index e06f7a1..c577f04 100644 --- a/stb_image.h +++ b/stb_image.h @@ -209,8 +209,8 @@ LICENSE -This software is in the public domain. Where that dedication is not -recognized, you are granted a perpetual, irrevocable license to copy, +This software is dual-licensed to the public domain and under the following +license. You are granted a perpetual, irrevocable license to copy, distribute, and modify this file as you see fit. */ diff --git a/stb_image_resize.h b/stb_image_resize.h index 4ce7ddb..6128f58 100644 --- a/stb_image_resize.h +++ b/stb_image_resize.h @@ -160,8 +160,8 @@ LICENSE - This software is in the public domain. Where that dedication is not - recognized, you are granted a perpetual, irrevocable license to copy, + This software is dual-licensed to the public domain and under the following + license. You are granted a perpetual, irrevocable license to copy, distribute, and modify this file as you see fit. TODO diff --git a/stb_image_write.h b/stb_image_write.h index 98fa410..4a1fac9 100644 --- a/stb_image_write.h +++ b/stb_image_write.h @@ -105,8 +105,8 @@ CREDITS: LICENSE -This software is in the public domain. Where that dedication is not -recognized, you are granted a perpetual, irrevocable license to copy, +This software is dual-licensed to the public domain and under the following +license. You are granted a perpetual, irrevocable license to copy, distribute, and modify this file as you see fit. */ diff --git a/stb_leakcheck.h b/stb_leakcheck.h index 7e49fc9..33dfabb 100644 --- a/stb_leakcheck.h +++ b/stb_leakcheck.h @@ -1,8 +1,8 @@ // stb_leakcheck.h - v0.2 - quick & dirty malloc leak-checking - public domain // LICENSE // -// This software is in the public domain. Where that dedication is not -// recognized, you are granted a perpetual, irrevocable license to copy, +// This software is dual-licensed to the public domain and under the following +// license. You are granted a perpetual, irrevocable license to copy, // distribute, and modify this file as you see fit. #ifdef STB_LEAKCHECK_IMPLEMENTATION diff --git a/stb_perlin.h b/stb_perlin.h index 399e438..cd21dc0 100644 --- a/stb_perlin.h +++ b/stb_perlin.h @@ -3,8 +3,8 @@ // // LICENSE // -// This software is in the public domain. Where that dedication is not -// recognized, you are granted a perpetual, irrevocable license to copy, +// This software is dual-licensed to the public domain and under the following +// license. You are granted a perpetual, irrevocable license to copy, // distribute, and modify this file as you see fit. // // diff --git a/stb_rect_pack.h b/stb_rect_pack.h index c61de89..af2c00a 100644 --- a/stb_rect_pack.h +++ b/stb_rect_pack.h @@ -41,8 +41,8 @@ // // LICENSE // -// This software is in the public domain. Where that dedication is not -// recognized, you are granted a perpetual, irrevocable license to copy, +// This software is dual-licensed to the public domain and under the following +// license. You are granted a perpetual, irrevocable license to copy, // distribute, and modify this file as you see fit. ////////////////////////////////////////////////////////////////////////////// diff --git a/stb_textedit.h b/stb_textedit.h index 6740b91..3884dd1 100644 --- a/stb_textedit.h +++ b/stb_textedit.h @@ -17,8 +17,8 @@ // // LICENSE // -// This software is in the public domain. Where that dedication is not -// recognized, you are granted a perpetual, irrevocable license to copy, +// This software is dual-licensed to the public domain and under the following +// license. You are granted a perpetual, irrevocable license to copy, // distribute, and modify this file as you see fit. // // diff --git a/stb_tilemap_editor.h b/stb_tilemap_editor.h index b244c9d..a769205 100644 --- a/stb_tilemap_editor.h +++ b/stb_tilemap_editor.h @@ -316,8 +316,8 @@ // // LICENSE // -// This software is in the public domain. Where that dedication is not -// recognized, you are granted a perpetual, irrevocable license to copy, +// This software is dual-licensed to the public domain and under the following +// license. You are granted a perpetual, irrevocable license to copy, // distribute, and modify this file as you see fit. diff --git a/stb_truetype.h b/stb_truetype.h index bfb1841..eae5ad6 100644 --- a/stb_truetype.h +++ b/stb_truetype.h @@ -68,8 +68,8 @@ // // LICENSE // -// This software is in the public domain. Where that dedication is not -// recognized, you are granted a perpetual, irrevocable license to copy, +// This software is dual-licensed to the public domain and under the following +// license. You are granted a perpetual, irrevocable license to copy, // distribute, and modify this file as you see fit. // // USAGE diff --git a/stb_vorbis.c b/stb_vorbis.c index d54087f..ff8a006 100644 --- a/stb_vorbis.c +++ b/stb_vorbis.c @@ -9,8 +9,8 @@ // // LICENSE // -// This software is in the public domain. Where that dedication is not -// recognized, you are granted a perpetual, irrevocable license to copy, +// This software is dual-licensed to the public domain and under the following +// license. 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 diff --git a/stb_voxel_render.h b/stb_voxel_render.h index 29f6fb7..91247cc 100644 --- a/stb_voxel_render.h +++ b/stb_voxel_render.h @@ -215,8 +215,8 @@ // // LICENSE // -// This software is in the public domain. Where that dedication is not -// recognized, you are granted a perpetual, irrevocable license to copy, +// This software is dual-licensed to the public domain and under the following +// license. You are granted a perpetual, irrevocable license to copy, // distribute, and modify this file as you see fit. #ifndef INCLUDE_STB_VOXEL_RENDER_H diff --git a/stretchy_buffer.h b/stretchy_buffer.h index b99c685..7f8734c 100644 --- a/stretchy_buffer.h +++ b/stretchy_buffer.h @@ -164,8 +164,8 @@ // // LICENSE // -// This software is in the public domain. Where that dedication is not -// recognized, you are granted a perpetual, irrevocable license to copy, +// This software is dual-licensed to the public domain and under the following +// license. You are granted a perpetual, irrevocable license to copy, // distribute, and modify this file as you see fit. #ifndef STB_STRETCHY_BUFFER_H_INCLUDED