kernel: Update copyright year

This commit is contained in:
Jacob Adams 2016-04-08 23:43:11 -04:00
parent a7a79fa1f5
commit d01ca76297

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");
}