From b9ac85f3bcecf19a7e40a550e40c5c40e3333e6a Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Wed, 20 Aug 2008 10:30:08 -0300 Subject: ethtool: Add license Part of the fedora review process. Signed-off-by: Arnaldo Carvalho de Melo --- python-ethtool/ethtool.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/python-ethtool/ethtool.c b/python-ethtool/ethtool.c index 7ffd375..2e2a4bc 100644 --- a/python-ethtool/ethtool.c +++ b/python-ethtool/ethtool.c @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2008 Red Hat Inc. + * + * Arnaldo Carvalho de Melo + * + * First bits from a Red Hat config tool by Harald Hoyer. + * + * 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. + */ #include #include -- cgit