mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
change license
This commit is contained in:
parent
1bbbf81d5b
commit
0be783bd46
4 changed files with 16 additions and 4 deletions
|
@ -1,4 +1,7 @@
|
|||
// xfail-license
|
||||
/* 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/. */
|
||||
|
||||
use dom::bindings::codegen::DOMParserBinding;
|
||||
use dom::bindings::utils::{CacheableWrapper, WrapperCache};
|
||||
use dom::bindings::utils::{BindingObject, DerivedWrapper};
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
// xfail-license
|
||||
/* 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/. */
|
||||
|
||||
use dom::bindings::element;
|
||||
use dom::bindings::node::unwrap;
|
||||
use dom::bindings::utils;
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
// xfail-license
|
||||
/* 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/. */
|
||||
|
||||
use dom::clientrect::ClientRect;
|
||||
use dom::bindings::utils::WrapperCache;
|
||||
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
// xfail-license
|
||||
/* 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/. */
|
||||
|
||||
use dom::bindings::utils::WrapperCache;
|
||||
use dom::bindings::utils::{DOMString, ErrorResult};
|
||||
use dom::node::AbstractNode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue