diff --git a/Makefile b/Makefile index 8ed10e51..fcc3f4e7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright 2015 Philipp Oppermann. See the README.md +# Copyright 2016 Philipp Oppermann. See the README.md # file at the top-level directory of this distribution. # # 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 x86::segmentation::{self, SegmentSelector}; pub struct Idt([Entry; 16]); diff --git a/src/interrupts/mod.rs b/src/interrupts/mod.rs index d3d441d2..4a148d8e 100644 --- a/src/interrupts/mod.rs +++ b/src/interrupts/mod.rs @@ -1,3 +1,12 @@ +// Copyright 2016 Philipp Oppermann. See the README.md +// file at the top-level directory of this distribution. +// +// 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. + mod idt; macro_rules! save_scratch_registers { diff --git a/src/lib.rs b/src/lib.rs index 213dcb39..2fe895a4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2015 Philipp Oppermann. See the README.md +// Copyright 2016 Philipp Oppermann. See the README.md // file at the top-level directory of this distribution. // // Licensed under the Apache License, Version 2.0