Add missing copyright blurbs.
[python-kmod.git] / kmod / _libkmod_h.pxd
index 9282cd269f13b8cf2d385182029bb186e0ff92c9..457cfbc49004935fbcad7b61a7994e1491e7eeb2 100644 (file)
@@ -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
+
 cdef extern from *:
     ctypedef char* const_char_ptr 'const char *'
     ctypedef char* const_char_const_ptr 'const char const *'