From de166efc128515f0bd2e1215189a4019f4584a89 Mon Sep 17 00:00:00 2001 From: mazze Date: Wed, 2 Jan 2008 00:11:14 +0000 Subject: [PATCH] Year 2008 in generated files. git-svn-id: https://svn.aros.org:8080/svn/aros/trunk/AROS@27612 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- tools/genmodule/config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/genmodule/config.c b/tools/genmodule/config.c index 2c1da738b..82029db53 100644 --- a/tools/genmodule/config.c +++ b/tools/genmodule/config.c @@ -1,5 +1,5 @@ /* - Copyright © 1995-2006, The AROS Development Team. All rights reserved. + Copyright © 1995-2008, The AROS Development Team. All rights reserved. $Id$ Code to parse the command line options and the module config file for @@ -26,7 +26,7 @@ getBanner(struct config* config) snprintf (banner, 255, "/*\n" " *** Automatically generated from '%s'. Edits will be lost. ***\n" -" Copyright © 1995-2005, The AROS Development Team. All rights reserved.\n" +" Copyright © 1995-2008, The AROS Development Team. All rights reserved.\n" "*/\n", config->conffile ); } -- 2.11.4.GIT