From bb9431cb887af99aec779fb54adfe95e9f7b31b2 Mon Sep 17 00:00:00 2001 From: David van Moolenbroek Date: Wed, 10 Sep 2014 13:01:45 +0000 Subject: [PATCH] Kernel: update copyright year Change-Id: I1776f1bc6402f264c7095c17a9ace087036cf010 --- minix/kernel/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minix/kernel/main.c b/minix/kernel/main.c index 68b531541..a5b4236b4 100644 --- a/minix/kernel/main.c +++ b/minix/kernel/main.c @@ -334,7 +334,7 @@ static void announce(void) #ifdef _VCS_REVISION "(" _VCS_REVISION ")\n" #endif - "Copyright 2012, Vrije Universiteit, Amsterdam, The Netherlands\n", + "Copyright 2014, Vrije Universiteit, Amsterdam, The Netherlands\n", OS_RELEASE); printf("MINIX is open source software, see http://www.minix3.org\n"); } -- 2.44.0