From 53c481b8a47af559e0bfc6cf940aa8d413f1ff59 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Mon, 9 Jan 2017 18:31:55 -0800 Subject: [PATCH] Add missing license header piece --- src/otf/loca.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/otf/loca.rs b/src/otf/loca.rs index 43051c8f..64f5c3e8 100644 --- a/src/otf/loca.rs +++ b/src/otf/loca.rs @@ -1,3 +1,6 @@ +// Copyright 2017 The Servo Project Developers. See the COPYRIGHT +// file at the top-level directory of this distribution and at +// http://rust-lang.org/COPYRIGHT. // // Licensed under the Apache License, Version 2.0 or the MIT license