Skip to content

Commit 69147ea

Browse files
Amend copyright notice
Co-Authored-By: Alice Cecile <alice.i.cecile@gmail.com>
1 parent e5e4126 commit 69147ea

File tree

6 files changed

+20
-0
lines changed

6 files changed

+20
-0
lines changed

src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@
126126
//!
127127
//! # Copyright
128128
//!
129+
//! This code is a Rust reimplementation of https://github.com/mmikk/MikkTSpace.
130+
//! The copyright notice below reflects that history, and should not be removed.
131+
//!
129132
//! > Copyright (C) 2011 by Morten S. Mikkelsen
130133
//! >
131134
//! > This software is provided 'as-is', without any express or implied
@@ -144,6 +147,8 @@
144147
//! > misrepresented as being the original software.
145148
//! > 3. This notice may not be removed or altered from any source distribution.
146149
//!
150+
//! The above notice will also be included in any derivative source files.
151+
//!
147152
//! # Advice
148153
//!
149154
//! To avoid visual errors (distortions/unwanted hard edges in lighting), when

src/math.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
//! # Copyright
22
//!
3+
//! This code is a Rust reimplementation of https://github.com/mmikk/MikkTSpace.
4+
//! The copyright notice below reflects that history, and should not be removed.
5+
//!
36
//! > Copyright (C) 2011 by Morten S. Mikkelsen
47
//! >
58
//! > This software is provided 'as-is', without any express or implied

src/mikktspace.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
//! # Copyright
22
//!
3+
//! This code is a Rust reimplementation of https://github.com/mmikk/MikkTSpace.
4+
//! The copyright notice below reflects that history, and should not be removed.
5+
//!
36
//! > Copyright (C) 2011 by Morten S. Mikkelsen
47
//! >
58
//! > This software is provided 'as-is', without any express or implied

src/mikktspace/quick_sort_legacy.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
//!
99
//! # Copyright
1010
//!
11+
//! This code is a Rust reimplementation of https://github.com/mmikk/MikkTSpace.
12+
//! The copyright notice below reflects that history, and should not be removed.
13+
//!
1114
//! > Copyright (C) 2011 by Morten S. Mikkelsen
1215
//! >
1316
//! > This software is provided 'as-is', without any express or implied

src/mikktspace/raw_tangent_space.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
//! # Copyright
22
//!
3+
//! This code is a Rust reimplementation of https://github.com/mmikk/MikkTSpace.
4+
//! The copyright notice below reflects that history, and should not be removed.
5+
//!
36
//! > Copyright (C) 2011 by Morten S. Mikkelsen
47
//! >
58
//! > This software is provided 'as-is', without any express or implied

src/mikktspace/weld_vertices_legacy.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
//!
66
//! # Copyright
77
//!
8+
//! This code is a Rust reimplementation of https://github.com/mmikk/MikkTSpace.
9+
//! The copyright notice below reflects that history, and should not be removed.
10+
//!
811
//! > Copyright (C) 2011 by Morten S. Mikkelsen
912
//! >
1013
//! > This software is provided 'as-is', without any express or implied

0 commit comments

Comments
 (0)