meta: let's bump some years

This commit is contained in:
K. Lange 2019-01-02 19:12:47 +09:00
parent 1ed503d24a
commit 351d5d38f2
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
University of Illinois/NCSA Open Source License
Copyright (c) 2011-2018 K Lange, et al. (hereafter [fullname]). All rights reserved.
Copyright (c) 2011-2019 K Lange, et al. (hereafter [fullname]). All rights reserved.
Developed by: ToaruOS (hereafter [project])

View File

@ -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) 2018 K. Lange
* Copyright (C) 2018-2019 K. Lange
*
* about - Show an "About <Application>" dialog.
*
@ -89,7 +89,7 @@ static void init_default(void) {
sprintf(version_str, "ToaruOS %s", u.release);
}
copyright_str[0] = "(C) 2011-2018 K. Lange, et al.";
copyright_str[0] = "(C) 2011-2019 K. Lange, et al.";
copyright_str[1] = "-";
copyright_str[2] = "ToaruOS is free software released under the";
copyright_str[3] = "NCSA/University of Illinois license.";