diff options
author | Brian Anderson <banderson@mozilla.com> | 2013-04-05 16:16:50 -0700 |
---|---|---|
committer | Brian Anderson <banderson@mozilla.com> | 2013-04-05 16:16:50 -0700 |
commit | aa35482e921a4a3fc3ffa2964982cac4d9f01aac (patch) | |
tree | 5bf27fc59acdf49c27526df8fef586447b7fdc83 /src/servo/html/cssparse.rs | |
parent | 8f7ac7ba3742cde9c8a61d36e1251f9c766620ea (diff) | |
download | servo-aa35482e921a4a3fc3ffa2964982cac4d9f01aac.tar.gz servo-aa35482e921a4a3fc3ffa2964982cac4d9f01aac.zip |
Add license headers
Diffstat (limited to 'src/servo/html/cssparse.rs')
-rw-r--r-- | src/servo/html/cssparse.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/servo/html/cssparse.rs b/src/servo/html/cssparse.rs index a973f822428..8149fc671d3 100644 --- a/src/servo/html/cssparse.rs +++ b/src/servo/html/cssparse.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/. */ + /*! Some little helpers for hooking up the HTML parser with the CSS parser */ |