mirror of
https://github.com/servo/servo.git
synced 2025-08-17 19:35:33 +01:00
Fix license headers
Signed-off-by: Nico Burns <nico@nicoburns.com>
This commit is contained in:
parent
4de78b26f7
commit
e8b79d0458
2 changed files with 8 additions and 0 deletions
|
@ -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 https://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use app_units::Au;
|
||||
use euclid::default::Point2D;
|
||||
use harfrust::{
|
||||
|
|
|
@ -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 https://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use std::cmp;
|
||||
|
||||
use app_units::Au;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue