From ab7a6866736ddd05dad63d24ed8ea7a0caad9bc0 Mon Sep 17 00:00:00 2001 From: Gilles Grandou Date: Tue, 3 May 2011 23:59:53 +0200 Subject: [PATCH] updated (c) 2011 --- abootimg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/abootimg.c b/abootimg.c index 31598da..372d44e 100644 --- a/abootimg.c +++ b/abootimg.c @@ -1,5 +1,5 @@ /* abootimg - Manipulate (read, modify, create) Android Boot Images - * Copyright (c) 2010 Gilles Grandou + * Copyright (c) 2010-2011 Gilles Grandou * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -92,7 +92,7 @@ void print_usage(void) { printf ( " abootimg - manipulate Android Boot Images.\n" - " (c) 2011 Gilles Grandou \n" + " (c) 2010-2011 Gilles Grandou \n" " " VERSION_STR "\n" "\n" " abootimg [-h]\n"