Skip to content

Commit 0eb9373

Browse files
committed
Add copyright header to rtw_stb_image.h
1 parent e6ac95a commit 0eb9373

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

src/InOneWeekend/rtw_stb_image.h

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
#ifndef RTW_STB_IMAGE_H
22
#define RTW_STB_IMAGE_H
3-
3+
//==============================================================================================
4+
// Originally written in 2016 by Peter Shirley <[email protected]>
5+
//
6+
// To the extent possible under law, the author(s) have dedicated all copyright and related and
7+
// neighboring rights to this software to the public domain worldwide. This software is
8+
// distributed without any warranty.
9+
//
10+
// You should have received a copy (see file COPYING.txt) of the CC0 Public Domain Dedication
11+
// along with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
12+
//==============================================================================================
413

514
// Disable strict warnings for this header from the Microsoft Visual C++ compiler.
615
#ifdef _MSC_VER

src/TheNextWeek/rtw_stb_image.h

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
#ifndef RTW_STB_IMAGE_H
22
#define RTW_STB_IMAGE_H
3-
3+
//==============================================================================================
4+
// Originally written in 2016 by Peter Shirley <[email protected]>
5+
//
6+
// To the extent possible under law, the author(s) have dedicated all copyright and related and
7+
// neighboring rights to this software to the public domain worldwide. This software is
8+
// distributed without any warranty.
9+
//
10+
// You should have received a copy (see file COPYING.txt) of the CC0 Public Domain Dedication
11+
// along with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
12+
//==============================================================================================
413

514
// Disable strict warnings for this header from the Microsoft Visual C++ compiler.
615
#ifdef _MSC_VER

src/TheRestOfYourLife/rtw_stb_image.h

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
#ifndef RTW_STB_IMAGE_H
22
#define RTW_STB_IMAGE_H
3-
3+
//==============================================================================================
4+
// Originally written in 2016 by Peter Shirley <[email protected]>
5+
//
6+
// To the extent possible under law, the author(s) have dedicated all copyright and related and
7+
// neighboring rights to this software to the public domain worldwide. This software is
8+
// distributed without any warranty.
9+
//
10+
// You should have received a copy (see file COPYING.txt) of the CC0 Public Domain Dedication
11+
// along with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
12+
//==============================================================================================
413

514
// Disable strict warnings for this header from the Microsoft Visual C++ compiler.
615
#ifdef _MSC_VER

0 commit comments

Comments
 (0)