We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e4ed01 commit b9ac85fCopy full SHA for b9ac85f
python-ethtool/ethtool.c
@@ -1,3 +1,19 @@
1
+/*
2
+ * Copyright (C) 2008 Red Hat Inc.
3
+ *
4
+ * Arnaldo Carvalho de Melo <acme@redhat.com>
5
6
+ * First bits from a Red Hat config tool by Harald Hoyer.
7
8
+ * This application is free software; you can redistribute it and/or modify it
9
+ * under the terms of the GNU General Public License as published by the Free
10
+ * Software Foundation; version 2.
11
12
+ * This application is distributed in the hope that it will be useful,
13
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
14
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15
+ * General Public License for more details.
16
+ */
17
#include <Python.h>
18
19
#include <errno.h>
0 commit comments