kernel: Update copyright date

This commit is contained in:
Arun Thomas 2012-02-22 16:34:39 +01:00
parent eb4096ccd1
commit 1f0bfa8519

View File

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