From de1158f331e2096cb084e29cf515f1bd0187dcec Mon Sep 17 00:00:00 2001 From: Nico Burns Date: Thu, 6 Feb 2025 23:48:32 +1300 Subject: [PATCH] Add license header to impls.rs Signed-off-by: Nico Burns --- malloc_size_of/src/impls.rs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/malloc_size_of/src/impls.rs b/malloc_size_of/src/impls.rs index 24b1c99..2898455 100644 --- a/malloc_size_of/src/impls.rs +++ b/malloc_size_of/src/impls.rs @@ -1,3 +1,13 @@ +// Copyright 2016-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 +// , at your +// option. This file may not be copied, modified, or distributed +// except according to those terms. + use crate::{MallocShallowSizeOf, MallocSizeOf, MallocSizeOfOps}; use core::cell::{Cell, RefCell};