kernel: Update copyright year

Change-Id: If566bf95db32d9f5ebf1a6677acdaad1c023112e
This commit is contained in:
Jacob Adams 2016-04-08 23:43:11 -04:00 committed by David van Moolenbroek
parent 4d3708913c
commit 4cb315c484

View File

@ -340,7 +340,7 @@ static void announce(void)
#ifdef _VCS_REVISION
"(" _VCS_REVISION ")\n"
#endif
"Copyright 2014, Vrije Universiteit, Amsterdam, The Netherlands\n",
"Copyright 2016, Vrije Universiteit, Amsterdam, The Netherlands\n",
OS_RELEASE);
printf("MINIX is open source software, see http://www.minix3.org\n");
}