Skip to content

Commit 9fa603e

Browse files
committed
Add missing MPL2 license headers.
1 parent f23eba5 commit 9fa603e

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

color.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/* This Source Code Form is subject to the terms of the Mozilla Public
2+
* License, v. 2.0. If a copy of the MPL was not distributed with this
3+
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4+
15
use std::libc::c_float;
26
use std::ascii::to_ascii_lower;
37

make_color_data.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# This Source Code Form is subject to the terms of the Mozilla Public
2+
# License, v. 2.0. If a copy of the MPL was not distributed with this
3+
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
4+
15
COLORS = sorted([
26
('transparent', (0, 0, 0, 0)),
37

nth.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/* This Source Code Form is subject to the terms of the Mozilla Public
2+
* License, v. 2.0. If a copy of the MPL was not distributed with this
3+
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4+
15
use std::i32;
26
use std::ascii::to_ascii_lower;
37
use ast::*;

0 commit comments

Comments
 (0)