diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2008-08-20 10:30:08 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2008-08-20 10:30:08 -0300 |
commit | b9ac85f3bcecf19a7e40a550e40c5c40e3333e6a (patch) | |
tree | 635e60f65709225a70fa68c7c3f5b0128a1ae826 | |
parent | 4e4ed0189337953273209cc3525590e7e6fe5090 (diff) | |
download | python-ethtool-b9ac85f3bcecf19a7e40a550e40c5c40e3333e6a.tar.gz python-ethtool-b9ac85f3bcecf19a7e40a550e40c5c40e3333e6a.tar.xz python-ethtool-b9ac85f3bcecf19a7e40a550e40c5c40e3333e6a.zip |
ethtool: Add license
Part of the fedora review process.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r-- | python-ethtool/ethtool.c | 16 |
1 files changed, 16 insertions, 0 deletions
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 <acme@redhat.com> + * + * 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 <Python.h> #include <errno.h> |