diff --git a/Makefile b/Makefile index e8ca5629..8fb6cdfa 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 07d19874..99b850fa 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; lazy_static! { diff --git a/src/lib.rs b/src/lib.rs index 7a35129e..fc1ebef5 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