Skip to content

Commit

Permalink
Add license header to impls.rs
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Burns <[email protected]>
  • Loading branch information
nicoburns committed Feb 6, 2025
1 parent 4343f0b commit de1158f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions malloc_size_of/src/impls.rs
Original file line number Diff line number Diff line change
@@ -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 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, 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};

Expand Down

0 comments on commit de1158f

Please sign in to comment.