Add missing copyright blurbs.
[python-kmod.git] / kmod / module.pyx
index e10c5f38dd3006489a1bac20f7486dd002214673..3c1f0230d683d110d09b2d07f5806688364cc02f 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
+
 cimport _libkmod_h
 from error import KmodError as _KmodError
 cimport list as _list