mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Use the correct license header.
This commit is contained in:
parent
9199c4f478
commit
84e5f1e85b
17 changed files with 51 additions and 136 deletions
|
@ -1,11 +1,6 @@
|
|||
// Copyright 2013 The Servo Project Developers. See the COPYRIGHT
|
||||
// file at the top-level directory of this distribution.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
||||
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
|
||||
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
/* 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 std::borrow::ToOwned;
|
||||
use util::task::spawn_named;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue