Skip to content

Commit

Permalink
Remove license from within source file
Browse files Browse the repository at this point in the history
The license was removed from `binary_heap.rs` in rust-lang/rust#57108
after it was determined that the per-file license headers were not
necessary.  See also discussion in rust-lang/rust PRs #53654, #53617,
and #43498.
  • Loading branch information
clint-white committed Aug 6, 2022
1 parent b47dbba commit 9bd3739
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/binary_heap.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
// Copyright 2013-2014 The Rust 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.

//! A priority queue implemented with a binary heap.
//!
//! Note: This version is folked from Rust standartd library, which only supports
Expand Down

0 comments on commit 9bd3739

Please sign in to comment.