From 77c405c0787be57d558d5644d9ac1cb8c33b5e3f Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 5 Jul 2006 19:24:48 +0000 Subject: update license --- utils/readelf.c | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) (limited to 'utils') diff --git a/utils/readelf.c b/utils/readelf.c index 0aaf2de65..d55fa8869 100644 --- a/utils/readelf.c +++ b/utils/readelf.c @@ -2,8 +2,7 @@ /* * A small little readelf implementation for uClibc * - * Copyright (C) 2000 by Lineo, inc and Erik Andersen - * Copyright (C) 2000-2002 Erik Andersen + * Copyright (C) 2000-2006 Erik Andersen * * Several functions in this file (specifically, elf_find_section_type(), * elf_find_phdr_type(), and elf_find_dynamic(), were stolen from elflib.c from @@ -11,20 +10,7 @@ * , which is copyright 2000 BitWagon Software LLC * (GPL2). * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */ @@ -375,4 +361,3 @@ foo: return 0; } - -- cgit v1.2.3