Add missing copyright blurbs.
authorW. Trevor King <wking@tremily.us>
Fri, 19 Oct 2012 04:08:00 +0000 (00:08 -0400)
committerW. Trevor King <wking@tremily.us>
Fri, 19 Oct 2012 04:08:00 +0000 (00:08 -0400)
Signed-off-by: W. Trevor King <wking@tremily.us>
kmod/_libkmod_h.pxd
kmod/_util.pxd
kmod/_util.pyx
kmod/error.py
kmod/kmod.pxd
kmod/list.pxd
kmod/list.pyx
kmod/module.pxd
kmod/module.pyx
kmod/version.py
setup.py

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 *'
index 3251d93c8454f62d374a0be5f09cf0cd27c2fb87..5193f6e4de77753a9a61678ad6dc664d47653097 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
 
 
index 7c527fc9b2d4a127ff87ac7fd59be7c6f5bd5603..097efaf8213f99eb67a8ce8a3f45b738560d6dc2 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
+
 import sys as _sys
 
 cimport _libkmod_h
index d976bb67e36634aeb5bcfac6eb97c2f588858e53..d1848b83aa45df99090005af59a5d89e723514a6 100644 (file)
@@ -1,2 +1,13 @@
+# 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
+
 class KmodError (Exception):
     pass
index 29337240f8dd4ba20c83cf7d09898f85ae58a07a..8b42b63edac11ed5901f120cb6706889728258b2 100644 (file)
@@ -1,5 +1,17 @@
+# 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
 
+
 cdef class Kmod (object):
     cdef _libkmod_h.kmod_ctx *_kmod_ctx
     cdef object mod_dir
index 6c3725bb4dd8b4fd4fa9819dc64c6f30c2b9cb5b..b51a2fa66eb2be51dd3efac85d3279dac6ef69fb 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
 
 
index e2bf04f2d511d8cc5cd61422108a281fbecfd921..9d9c959d5c59337f15640599af7419f6df815c6e 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
 
 
index 3cc4d63b278003bc508d25f5a413a21e214b6d67..4e24f3531f4561eb23bb0d03c740fc5e93f430bf 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
 cimport list as _list
 
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
index 11d27f8c7c435c335afaa298cf06e2cc1b202e0c..4b74d6c97764dbb4d95a15916eef4a0e83958c20 100644 (file)
@@ -1 +1,12 @@
+# 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
+
 __version__ = '0.1'
index 301967c481b77751ffc81f8604dea14cd5addc9a..bbef37a4b025d1fe09ba96ee6d5645fddfe184f0 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -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
+
 from distutils.core import setup
 from distutils.extension import Extension as _Extension
 import os as _os