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;