summaryrefslogtreecommitdiffstats
path: root/python-ethtool/etherinfo_struct.h
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_struct.h
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_struct.h')
-rw-r--r--python-ethtool/etherinfo_struct.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/python-ethtool/etherinfo_struct.h b/python-ethtool/etherinfo_struct.h
index ec242c6..d627ba6 100644
--- a/python-ethtool/etherinfo_struct.h
+++ b/python-ethtool/etherinfo_struct.h
@@ -1,3 +1,18 @@
+/*
+ * 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_struct.h
* @author David Sommerseth <dsommers@wsdsommers.usersys.redhat.com>