From d412c62003ca70ccd91d01af3388f0ba2e35a178 Mon Sep 17 00:00:00 2001 From: Youngmin Yoo Date: Thu, 9 May 2013 16:59:44 +0900 Subject: [PATCH] modify add license --- src/servo/dom/bindings/domparser.rs | 4 ++-- src/servo/dom/bindings/text.rs | 4 ++-- src/servo/dom/clientrectlist.rs | 4 ++-- src/servo/dom/htmlcollection.rs | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/servo/dom/bindings/domparser.rs b/src/servo/dom/bindings/domparser.rs index 3252b73862f..21744e43eb2 100644 --- a/src/servo/dom/bindings/domparser.rs +++ b/src/servo/dom/bindings/domparser.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/. */ + * 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/. */ use dom::bindings::codegen::DOMParserBinding; use dom::bindings::utils::{CacheableWrapper, WrapperCache}; diff --git a/src/servo/dom/bindings/text.rs b/src/servo/dom/bindings/text.rs index 4dda1f89085..41a4ece1c03 100644 --- a/src/servo/dom/bindings/text.rs +++ b/src/servo/dom/bindings/text.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/. */ + * 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/. */ use dom::bindings::element; use dom::bindings::node::unwrap; diff --git a/src/servo/dom/clientrectlist.rs b/src/servo/dom/clientrectlist.rs index 21a3b0e9907..ff48e6623be 100644 --- a/src/servo/dom/clientrectlist.rs +++ b/src/servo/dom/clientrectlist.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/. */ + * 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/. */ use dom::clientrect::ClientRect; use dom::bindings::utils::WrapperCache; diff --git a/src/servo/dom/htmlcollection.rs b/src/servo/dom/htmlcollection.rs index 4a645c29a67..0641987b341 100644 --- a/src/servo/dom/htmlcollection.rs +++ b/src/servo/dom/htmlcollection.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/. */ + * 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/. */ use dom::bindings::utils::WrapperCache; use dom::bindings::utils::{DOMString, ErrorResult};