From 351d5d38f22b570459931475d36468bf4e37f45a Mon Sep 17 00:00:00 2001 From: "K. Lange" Date: Wed, 2 Jan 2019 19:12:47 +0900 Subject: [PATCH] meta: let's bump some years --- LICENSE | 2 +- apps/about.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 7b7631f8..c8b941e8 100644 --- a/LICENSE +++ b/LICENSE @@ -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]) diff --git a/apps/about.c b/apps/about.c index 8f5190fd..945ecba6 100644 --- a/apps/about.c +++ b/apps/about.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) 2018 K. Lange + * Copyright (C) 2018-2019 K. Lange * * about - Show an "About " 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.";