diff --git a/LICENSE.md b/LICENSE.md index d12fc20a..fe17ec7c 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -2,7 +2,7 @@ This project is released under the terms of the University of Illinois / NCSA Open Source License, an OSI- and FSF-approved, GPL-compatible open source license. The NCSA License is a derivative of the MIT license and the BSD license; it is reproduced here for your convenience: - Copyright (c) 2011-2014 Kevin Lange. All rights reserved. + Copyright (c) 2011-2015 Kevin Lange. All rights reserved. Dedicated to the memory of Dennis Ritchie diff --git a/modules/ps2kbd.c b/modules/ps2kbd.c index 701e8d9d..3f6ce1a1 100644 --- a/modules/ps2kbd.c +++ b/modules/ps2kbd.c @@ -1,7 +1,7 @@ /* vim: tabstop=4 shiftwidth=4 noexpandtab * This file is part of ToaruOS and is released under the terms * of the NCSA / University of Illinois License - see LICENSE.md - * Copyright (C) 2011-2014 Kevin Lange + * Copyright (C) 2011-2015 Kevin Lange * * Low-level keyboard interrupt driver. *