Skip to content
This repository was archived by the owner on Nov 12, 2022. It is now read-only.

Commit b391ec6

Browse files
author
bors-servo
authored
Auto merge of #338 - servo:license, r=Ms2ger
Revert incorrect license changes. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-mozjs/338) <!-- Reviewable:end -->
2 parents 901b1b5 + ecc8e19 commit b391ec6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/typedarray.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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/.
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/. */
44

55
//! High-level, safe bindings for JS typed array APIs. Allows creating new
66
//! typed arrays or wrapping existing JS reflectors, and prevents reinterpreting

tests/typedarray.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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/.
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/. */
44

55
#[macro_use]
66
extern crate js;

0 commit comments

Comments
 (0)