From ecc8e19273e10427b6724b52668faecfda7e8b77 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Wed, 15 Feb 2017 11:51:42 +0100 Subject: [PATCH] Revert incorrect license changes. --- src/typedarray.rs | 6 +++--- tests/typedarray.rs | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/typedarray.rs b/src/typedarray.rs index 25e5a7b28..ada4a8428 100644 --- a/src/typedarray.rs +++ b/src/typedarray.rs @@ -1,6 +1,6 @@ -// This Source Code Form is subject to the terms of the Mozilla Public -// License, v. 2.0. If a copy of the MPL was not distributed with this -// file, You can obtain one at http://mozilla.org/MPL/2.0/. +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ //! High-level, safe bindings for JS typed array APIs. Allows creating new //! typed arrays or wrapping existing JS reflectors, and prevents reinterpreting diff --git a/tests/typedarray.rs b/tests/typedarray.rs index c40536409..fc945b427 100644 --- a/tests/typedarray.rs +++ b/tests/typedarray.rs @@ -1,6 +1,6 @@ -// This Source Code Form is subject to the terms of the Mozilla Public -// License, v. 2.0. If a copy of the MPL was not distributed with this -// file, You can obtain one at http://mozilla.org/MPL/2.0/. +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #[macro_use] extern crate js;