diff options
-rw-r--r-- | components/compositing/lib.rs | 3 | ||||
-rw-r--r-- | components/devtools/lib.rs | 3 | ||||
-rw-r--r-- | components/devtools_traits/lib.rs | 3 | ||||
-rw-r--r-- | components/layout/lib.rs | 3 | ||||
-rw-r--r-- | components/layout_traits/lib.rs | 3 | ||||
-rw-r--r-- | components/script/lib.rs | 3 | ||||
-rw-r--r-- | components/script_traits/lib.rs | 3 | ||||
-rw-r--r-- | components/servo/lib.rs | 3 | ||||
-rw-r--r-- | components/servo/main.rs | 3 | ||||
-rw-r--r-- | components/style/lib.rs | 3 | ||||
-rw-r--r-- | ports/glfw/lib.rs | 1 | ||||
-rw-r--r-- | ports/glutin/lib.rs | 1 | ||||
-rw-r--r-- | ports/gonk/src/lib.rs | 3 | ||||
-rw-r--r-- | ports/gonk/src/main.rs | 3 | ||||
-rw-r--r-- | support/rust-task_info/src/lib.rs | 3 |
15 files changed, 0 insertions, 41 deletions
diff --git a/components/compositing/lib.rs b/components/compositing/lib.rs index ea0405a3045..2c2ccdcb714 100644 --- a/components/compositing/lib.rs +++ b/components/compositing/lib.rs @@ -2,9 +2,6 @@ * 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/. */ -#![comment = "The Servo Parallel Browser Project"] -#![license = "MPL"] - #![feature(globs, phase, macro_rules, if_let)] #![deny(unused_imports)] diff --git a/components/devtools/lib.rs b/components/devtools/lib.rs index 70beed1c2e1..3552fa9948a 100644 --- a/components/devtools/lib.rs +++ b/components/devtools/lib.rs @@ -5,9 +5,6 @@ #![crate_name = "devtools"] #![crate_type = "rlib"] -#![comment = "The Servo Parallel Browser Project"] -#![license = "MPL"] - #![allow(non_snake_case)] #![feature(phase)] diff --git a/components/devtools_traits/lib.rs b/components/devtools_traits/lib.rs index 3e5261bd69b..b22b04f9ac1 100644 --- a/components/devtools_traits/lib.rs +++ b/components/devtools_traits/lib.rs @@ -5,9 +5,6 @@ #![crate_name = "devtools_traits"] #![crate_type = "rlib"] -#![comment = "The Servo Parallel Browser Project"] -#![license = "MPL"] - #![allow(non_snake_case)] extern crate "msg" as servo_msg; diff --git a/components/layout/lib.rs b/components/layout/lib.rs index 26054f0dae0..7691a051afc 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -2,9 +2,6 @@ * 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/. */ -#![comment = "The Servo Parallel Browser Project"] -#![license = "MPL"] - #![feature(globs, macro_rules, phase, thread_local, unsafe_destructor, if_let)] #![deny(unused_imports)] diff --git a/components/layout_traits/lib.rs b/components/layout_traits/lib.rs index acc5587ab5a..923c1317566 100644 --- a/components/layout_traits/lib.rs +++ b/components/layout_traits/lib.rs @@ -2,9 +2,6 @@ * 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/. */ -#![comment = "The Servo Parallel Browser Project"] -#![license = "MPL"] - #![deny(unused_imports)] #![deny(unused_variables)] diff --git a/components/script/lib.rs b/components/script/lib.rs index 7ad317a1296..9c8bbccc701 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -2,9 +2,6 @@ * 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/. */ -#![comment = "The Servo Parallel Browser Project"] -#![license = "MPL"] - #![feature(default_type_params, globs, macro_rules, phase, unsafe_destructor, if_let)] #![deny(unused_imports)] diff --git a/components/script_traits/lib.rs b/components/script_traits/lib.rs index ada4ba7cfbf..15cbf36027d 100644 --- a/components/script_traits/lib.rs +++ b/components/script_traits/lib.rs @@ -2,9 +2,6 @@ * 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/. */ -#![comment = "The Servo Parallel Browser Project"] -#![license = "MPL"] - #![deny(unused_imports)] #![deny(unused_variables)] diff --git a/components/servo/lib.rs b/components/servo/lib.rs index 58f3bb9f2d2..6d623eaed1c 100644 --- a/components/servo/lib.rs +++ b/components/servo/lib.rs @@ -2,9 +2,6 @@ * 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/. */ -#![comment = "The Servo Parallel Browser Project"] -#![license = "MPL"] - #![feature(globs, macro_rules, phase, thread_local)] #![deny(unused_imports)] diff --git a/components/servo/main.rs b/components/servo/main.rs index 7c86b64274d..905ff205c61 100644 --- a/components/servo/main.rs +++ b/components/servo/main.rs @@ -2,9 +2,6 @@ * 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/. */ -#![comment = "The Servo Parallel Browser Project"] -#![license = "MPL"] - #![feature(phase)] #![deny(unused_imports)] diff --git a/components/style/lib.rs b/components/style/lib.rs index 19f62ff36dd..23739b52b1a 100644 --- a/components/style/lib.rs +++ b/components/style/lib.rs @@ -2,9 +2,6 @@ * 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/. */ -#![comment = "The Servo Parallel Browser Project"] -#![license = "MPL"] - #![feature(globs, macro_rules, if_let)] #![deny(unused_imports)] diff --git a/ports/glfw/lib.rs b/ports/glfw/lib.rs index 077bd6562e9..9ce376350a8 100644 --- a/ports/glfw/lib.rs +++ b/ports/glfw/lib.rs @@ -4,7 +4,6 @@ //! A simple application that uses GLFW to open a window for Servo to display in. -#![license = "MPL"] #![feature(macro_rules)] #![deny(unused_imports, unused_variables)] diff --git a/ports/glutin/lib.rs b/ports/glutin/lib.rs index 91a12589292..1e1aca93602 100644 --- a/ports/glutin/lib.rs +++ b/ports/glutin/lib.rs @@ -4,7 +4,6 @@ //! A simple application that uses GLFW to open a window for Servo to display in. -#![license = "MPL"] #![feature(macro_rules)] #![deny(unused_imports, unused_variables)] diff --git a/ports/gonk/src/lib.rs b/ports/gonk/src/lib.rs index 1fc84d8baa4..17243bf37e2 100644 --- a/ports/gonk/src/lib.rs +++ b/ports/gonk/src/lib.rs @@ -2,9 +2,6 @@ * 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/. */ -#![comment = "The Servo Parallel Browser Project"] -#![license = "MPL"] - #![feature(globs, macro_rules, phase, thread_local)] #![deny(unused_imports)] diff --git a/ports/gonk/src/main.rs b/ports/gonk/src/main.rs index 368c392aa9e..ce233f901da 100644 --- a/ports/gonk/src/main.rs +++ b/ports/gonk/src/main.rs @@ -2,9 +2,6 @@ * 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/. */ -#![comment = "The Servo Parallel Browser Project"] -#![license = "MPL"] - #![deny(unused_imports)] #![deny(unused_variables)] diff --git a/support/rust-task_info/src/lib.rs b/support/rust-task_info/src/lib.rs index 1ecb18c252f..57cba461435 100644 --- a/support/rust-task_info/src/lib.rs +++ b/support/rust-task_info/src/lib.rs @@ -10,9 +10,6 @@ #![crate_name = "task_info"] #![crate_type = "rlib"] -#![comment = "The Servo Parallel Browser Project"] -#![license = "MPL"] - #![feature(globs)] extern crate libc; |