From e3e1befccf6da23b5330ae184831b7feac66fd3a Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Tue, 3 Aug 2010 09:46:53 +0200 Subject: Added missing copyright notifications and updated where needed Signed-off-by: David Sommerseth --- python-ethtool/etherinfo_obj.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'python-ethtool/etherinfo_obj.c') diff --git a/python-ethtool/etherinfo_obj.c b/python-ethtool/etherinfo_obj.c index 384e915..45a590b 100644 --- a/python-ethtool/etherinfo_obj.c +++ b/python-ethtool/etherinfo_obj.c @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2009-2010 Red Hat Inc. + * + * David Sommerseth + * + * This application 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. + * + * This application 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. + */ + + /** * @file etherinfo_obj.c * @author David Sommerseth -- cgit