Update license headers

This commit is contained in:
Philipp Oppermann
2015-12-29 12:31:25 +01:00
parent 543f202412
commit a9e5b7fd28
13 changed files with 101 additions and 96 deletions

View File

@@ -1,3 +1,12 @@
// Copyright 2015 Philipp Oppermann. See the README.md
// file at the top-level directory of this distribution.
//
// 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 memory::paging::entry::*;
use memory::paging::ENTRY_COUNT;
use memory::FrameAllocator;