From 6465bf6a851435c66285130f4dd4d3c8678ebcc7 Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Thu, 10 Jul 2014 13:03:54 +1000 Subject: [PATCH] Fix missing license header in new file. --- src/components/style/font_face.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/style/font_face.rs b/src/components/style/font_face.rs index f572d58b8df..495abc19333 100644 --- a/src/components/style/font_face.rs +++ b/src/components/style/font_face.rs @@ -1,3 +1,7 @@ +/* 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 cssparser::ast::*; use cssparser::parse_declaration_list; use errors::{ErrorLoggerIterator, log_css_error};