From 4cb315c48408e12c5833316974e0f43aca65e245 Mon Sep 17 00:00:00 2001 From: Jacob Adams Date: Fri, 8 Apr 2016 23:43:11 -0400 Subject: [PATCH] kernel: Update copyright year Change-Id: If566bf95db32d9f5ebf1a6677acdaad1c023112e --- 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 7a5dcc516..1d8531460 100644 --- a/minix/kernel/main.c +++ b/minix/kernel/main.c @@ -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"); } -- 2.44.0