summaryrefslogtreecommitdiff
path: root/libkmod/python/kmod/list.pxd
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2012-10-19 00:08:00 -0400
committerLucas De Marchi <lucas.demarchi@intel.com>2014-03-20 07:22:52 -0300
commit51baa3c06ffb3d72b462b48545bfd0bd8592a97a (patch)
tree4e06a9f7fb03c676b7e10992c9038bd35112e7a9 /libkmod/python/kmod/list.pxd
parentf1556001319b677ca6f1f47841276f733fd33a60 (diff)
downloadkmod-51baa3c06ffb3d72b462b48545bfd0bd8592a97a.tar.gz
python: Add missing copyright blurbs.
Diffstat (limited to 'libkmod/python/kmod/list.pxd')
-rw-r--r--libkmod/python/kmod/list.pxd11
1 files changed, 11 insertions, 0 deletions
diff --git a/libkmod/python/kmod/list.pxd b/libkmod/python/kmod/list.pxd
index 6c3725b..b51a2fa 100644
--- a/libkmod/python/kmod/list.pxd
+++ b/libkmod/python/kmod/list.pxd
@@ -1,3 +1,14 @@
+# Copyright (C) 2012 Red Hat, Inc. All rights reserved.
+# 2012 W. Trevor King
+#
+# This copyrighted material is made available to anyone wishing to use,
+# modify, copy, or redistribute it subject to the terms and conditions
+# of the GNU Lesser General Public License v.2.1.
+#
+# You should have received a copy of the GNU Lesser General Public License
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
cimport _libkmod_h