diff options
Diffstat (limited to 'components/script')
-rw-r--r-- | components/script/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
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)] |