summaryrefslogtreecommitdiffstats
path: root/python-ethtool/etherinfo_obj.c
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2010-08-03 09:46:53 +0200
committerDavid Sommerseth <davids@redhat.com>2010-08-03 09:46:53 +0200
commite3e1befccf6da23b5330ae184831b7feac66fd3a (patch)
treee8ea0936cfb929930f487d0e2b4dd693142e96d2 /python-ethtool/etherinfo_obj.c
parentbde89d48f32287e14120ddab6ab2650ea1ca0a5c (diff)
downloadpython-ethtool-e3e1befccf6da23b5330ae184831b7feac66fd3a.tar.gz
python-ethtool-e3e1befccf6da23b5330ae184831b7feac66fd3a.tar.xz
python-ethtool-e3e1befccf6da23b5330ae184831b7feac66fd3a.zip
Added missing copyright notifications and updated where needed
Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'python-ethtool/etherinfo_obj.c')
-rw-r--r--python-ethtool/etherinfo_obj.c16
1 files changed, 16 insertions, 0 deletions
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 <davids@redhat.com>
+ *
+ * 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 <davids@redhat.com>