From d99b5f86ee3d2d2a53e16a3e866617ff022963b8 Mon Sep 17 00:00:00 2001 From: Martin Nagy Date: Mon, 12 Jan 2009 14:46:16 +0100 Subject: Fix copyright headers. --- util.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'util.h') diff --git a/util.h b/util.h index 83ef628..470d3fd 100644 --- a/util.h +++ b/util.h @@ -1,3 +1,22 @@ +/* Authors: Martin Nagy + * + * Copyright (C) 2009 Red Hat + * see file 'COPYING' for use and warranty information + * + * 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; version 2 only + * + * 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 + */ + #ifndef _LD_UTIL_H_ #define _LD_UTIL_H_ -- cgit