Skip to content

Commit 941cfe7

Browse files
committed
Rename COPYING.md to COPYING.txt
1 parent 9cd8976 commit 941cfe7

File tree

8 files changed

+7
-7
lines changed

8 files changed

+7
-7
lines changed

COPYING.md renamed to COPYING.txt

File renamed without changes.

camera.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// neighboring rights to this software to the public domain worldwide. This software is distributed
66
// without any warranty.
77
//
8-
// You should have received a copy (see file COPYING.md) of the CC0 Public Domain Dedication along
8+
// You should have received a copy (see file COPYING.txt) of the CC0 Public Domain Dedication along
99
// with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
1010
//==================================================================================================
1111

hitable.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// neighboring rights to this software to the public domain worldwide. This software is distributed
66
// without any warranty.
77
//
8-
// You should have received a copy (see file COPYING.md) of the CC0 Public Domain Dedication along
8+
// You should have received a copy (see file COPYING.txt) of the CC0 Public Domain Dedication along
99
// with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
1010
//==================================================================================================
1111

hitable_list.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// neighboring rights to this software to the public domain worldwide. This software is distributed
66
// without any warranty.
77
//
8-
// You should have received a copy (see file COPYING.md) of the CC0 Public Domain Dedication along
8+
// You should have received a copy (see file COPYING.txt) of the CC0 Public Domain Dedication along
99
// with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
1010
//==================================================================================================
1111

material.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// neighboring rights to this software to the public domain worldwide. This software is distributed
66
// without any warranty.
77
//
8-
// You should have received a copy (see file COPYING.md) of the CC0 Public Domain Dedication along
8+
// You should have received a copy (see file COPYING.txt) of the CC0 Public Domain Dedication along
99
// with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
1010
//==================================================================================================
1111

ray.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// neighboring rights to this software to the public domain worldwide. This software is distributed
66
// without any warranty.
77
//
8-
// You should have received a copy (see file COPYING.md) of the CC0 Public Domain Dedication along
8+
// You should have received a copy (see file COPYING.txt) of the CC0 Public Domain Dedication along
99
// with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
1010
//==================================================================================================
1111

sphere.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// neighboring rights to this software to the public domain worldwide. This software is distributed
66
// without any warranty.
77
//
8-
// You should have received a copy (see file COPYING.md) of the CC0 Public Domain Dedication along
8+
// You should have received a copy (see file COPYING.txt) of the CC0 Public Domain Dedication along
99
// with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
1010
//==================================================================================================
1111

vec3.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// neighboring rights to this software to the public domain worldwide. This software is distributed
66
// without any warranty.
77
//
8-
// You should have received a copy (see file COPYING.md) of the CC0 Public Domain Dedication along
8+
// You should have received a copy (see file COPYING.txt) of the CC0 Public Domain Dedication along
99
// with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
1010
//==================================================================================================
1111

0 commit comments

Comments
 (0)