From: W. Trevor King Date: Sat, 20 Oct 2012 01:56:02 +0000 (-0400) Subject: python: Ran update-copyright.py. X-Git-Tag: v17~10^2~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c8b5c51ed6748c3027374a642ce268dda5221206;p=thirdparty%2Fkmod.git python: Ran update-copyright.py. --- diff --git a/libkmod/python/AUTHORS b/libkmod/python/AUTHORS new file mode 100644 index 00000000..3aa035b5 --- /dev/null +++ b/libkmod/python/AUTHORS @@ -0,0 +1,3 @@ +python-kmod was written by: +Red Hat, Inc. +W. Trevor King diff --git a/libkmod/python/kmod/__init__.py b/libkmod/python/kmod/__init__.py index 5d3f1291..20a73ef9 100644 --- a/libkmod/python/kmod/__init__.py +++ b/libkmod/python/kmod/__init__.py @@ -1,15 +1,18 @@ -# Copyright (C) 2012 Red Hat, Inc. All rights reserved. -# 2012 W. Trevor King +# Copyright (C) 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. +# This file is part of python-kmod. # -# 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 +# python-kmod is free software: you can redistribute it and/or modify it under +# the terms of the GNU Lesser General Public License version 2.1 as published +# by the Free Software Foundation. +# +# python-kmod is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more +# details. # -# Author: Andy Grover +# You should have received a copy of the GNU Lesser General Public License +# along with python-kmod. If not, see . "Libkmod -- Python interface to kmod API." diff --git a/libkmod/python/kmod/_libkmod_h.pxd b/libkmod/python/kmod/_libkmod_h.pxd index a616a265..547cf70f 100644 --- a/libkmod/python/kmod/_libkmod_h.pxd +++ b/libkmod/python/kmod/_libkmod_h.pxd @@ -1,13 +1,18 @@ -# Copyright (C) 2012 Red Hat, Inc. All rights reserved. -# 2012 W. Trevor King +# Copyright (C) 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. +# This file is part of python-kmod. +# +# python-kmod is free software: you can redistribute it and/or modify it under +# the terms of the GNU Lesser General Public License version 2.1 as published +# by the Free Software Foundation. +# +# python-kmod is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more +# details. # # 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 +# along with python-kmod. If not, see . cimport libc.stdint as _stdint diff --git a/libkmod/python/kmod/_util.pxd b/libkmod/python/kmod/_util.pxd index 5193f6e4..80cbb283 100644 --- a/libkmod/python/kmod/_util.pxd +++ b/libkmod/python/kmod/_util.pxd @@ -1,13 +1,18 @@ -# Copyright (C) 2012 Red Hat, Inc. All rights reserved. -# 2012 W. Trevor King +# Copyright (C) 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. +# This file is part of python-kmod. +# +# python-kmod is free software: you can redistribute it and/or modify it under +# the terms of the GNU Lesser General Public License version 2.1 as published +# by the Free Software Foundation. +# +# python-kmod is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more +# details. # # 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 +# along with python-kmod. If not, see . cimport _libkmod_h diff --git a/libkmod/python/kmod/_util.pyx b/libkmod/python/kmod/_util.pyx index 097efaf8..39eec3ac 100644 --- a/libkmod/python/kmod/_util.pyx +++ b/libkmod/python/kmod/_util.pyx @@ -1,13 +1,18 @@ -# Copyright (C) 2012 Red Hat, Inc. All rights reserved. -# 2012 W. Trevor King +# Copyright (C) 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. +# This file is part of python-kmod. +# +# python-kmod is free software: you can redistribute it and/or modify it under +# the terms of the GNU Lesser General Public License version 2.1 as published +# by the Free Software Foundation. +# +# python-kmod is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more +# details. # # 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 +# along with python-kmod. If not, see . import sys as _sys diff --git a/libkmod/python/kmod/error.py b/libkmod/python/kmod/error.py index d1848b83..123f4ce3 100644 --- a/libkmod/python/kmod/error.py +++ b/libkmod/python/kmod/error.py @@ -1,13 +1,18 @@ -# Copyright (C) 2012 Red Hat, Inc. All rights reserved. -# 2012 W. Trevor King +# Copyright (C) 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. +# This file is part of python-kmod. +# +# python-kmod is free software: you can redistribute it and/or modify it under +# the terms of the GNU Lesser General Public License version 2.1 as published +# by the Free Software Foundation. +# +# python-kmod is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more +# details. # # 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 +# along with python-kmod. If not, see . class KmodError (Exception): pass diff --git a/libkmod/python/kmod/kmod.pxd b/libkmod/python/kmod/kmod.pxd index 8b42b63e..7805d71a 100644 --- a/libkmod/python/kmod/kmod.pxd +++ b/libkmod/python/kmod/kmod.pxd @@ -1,13 +1,18 @@ -# Copyright (C) 2012 Red Hat, Inc. All rights reserved. -# 2012 W. Trevor King +# Copyright (C) 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. +# This file is part of python-kmod. +# +# python-kmod is free software: you can redistribute it and/or modify it under +# the terms of the GNU Lesser General Public License version 2.1 as published +# by the Free Software Foundation. +# +# python-kmod is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more +# details. # # 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 +# along with python-kmod. If not, see . cimport _libkmod_h diff --git a/libkmod/python/kmod/kmod.pyx b/libkmod/python/kmod/kmod.pyx index f2cc8d33..669e4686 100644 --- a/libkmod/python/kmod/kmod.pyx +++ b/libkmod/python/kmod/kmod.pyx @@ -1,13 +1,19 @@ -# Copyright (C) 2012 Red Hat, Inc. All rights reserved. -# 2012 W. Trevor King +# Copyright (C) 2012 Red Hat, Inc. +# 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. +# This file is part of python-kmod. +# +# python-kmod is free software: you can redistribute it and/or modify it under +# the terms of the GNU Lesser General Public License version 2.1 as published +# by the Free Software Foundation. +# +# python-kmod is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more +# details. # # 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 +# along with python-kmod. If not, see . "Define the Kmod class" diff --git a/libkmod/python/kmod/list.pxd b/libkmod/python/kmod/list.pxd index b51a2fa6..8e5b3888 100644 --- a/libkmod/python/kmod/list.pxd +++ b/libkmod/python/kmod/list.pxd @@ -1,13 +1,18 @@ -# Copyright (C) 2012 Red Hat, Inc. All rights reserved. -# 2012 W. Trevor King +# Copyright (C) 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. +# This file is part of python-kmod. +# +# python-kmod is free software: you can redistribute it and/or modify it under +# the terms of the GNU Lesser General Public License version 2.1 as published +# by the Free Software Foundation. +# +# python-kmod is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more +# details. # # 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 +# along with python-kmod. If not, see . cimport _libkmod_h diff --git a/libkmod/python/kmod/list.pyx b/libkmod/python/kmod/list.pyx index 9d9c959d..ef0e0d49 100644 --- a/libkmod/python/kmod/list.pyx +++ b/libkmod/python/kmod/list.pyx @@ -1,13 +1,18 @@ -# Copyright (C) 2012 Red Hat, Inc. All rights reserved. -# 2012 W. Trevor King +# Copyright (C) 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. +# This file is part of python-kmod. +# +# python-kmod is free software: you can redistribute it and/or modify it under +# the terms of the GNU Lesser General Public License version 2.1 as published +# by the Free Software Foundation. +# +# python-kmod is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more +# details. # # 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 +# along with python-kmod. If not, see . cimport _libkmod_h diff --git a/libkmod/python/kmod/module.pxd b/libkmod/python/kmod/module.pxd index 4e24f353..c7d7da4c 100644 --- a/libkmod/python/kmod/module.pxd +++ b/libkmod/python/kmod/module.pxd @@ -1,13 +1,18 @@ -# Copyright (C) 2012 Red Hat, Inc. All rights reserved. -# 2012 W. Trevor King +# Copyright (C) 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. +# This file is part of python-kmod. +# +# python-kmod is free software: you can redistribute it and/or modify it under +# the terms of the GNU Lesser General Public License version 2.1 as published +# by the Free Software Foundation. +# +# python-kmod is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more +# details. # # 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 +# along with python-kmod. If not, see . cimport _libkmod_h cimport list as _list diff --git a/libkmod/python/kmod/module.pyx b/libkmod/python/kmod/module.pyx index ed51bfad..eadfbbf9 100644 --- a/libkmod/python/kmod/module.pyx +++ b/libkmod/python/kmod/module.pyx @@ -1,13 +1,18 @@ -# Copyright (C) 2012 Red Hat, Inc. All rights reserved. -# 2012 W. Trevor King +# Copyright (C) 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. +# This file is part of python-kmod. +# +# python-kmod is free software: you can redistribute it and/or modify it under +# the terms of the GNU Lesser General Public License version 2.1 as published +# by the Free Software Foundation. +# +# python-kmod is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more +# details. # # 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 +# along with python-kmod. If not, see . import collections as _collections diff --git a/libkmod/python/kmod/version.py b/libkmod/python/kmod/version.py index 4b74d6c9..6c68555a 100644 --- a/libkmod/python/kmod/version.py +++ b/libkmod/python/kmod/version.py @@ -1,12 +1,17 @@ -# Copyright (C) 2012 Red Hat, Inc. All rights reserved. -# 2012 W. Trevor King +# Copyright (C) 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. +# This file is part of python-kmod. +# +# python-kmod is free software: you can redistribute it and/or modify it under +# the terms of the GNU Lesser General Public License version 2.1 as published +# by the Free Software Foundation. +# +# python-kmod is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more +# details. # # 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 +# along with python-kmod. If not, see . __version__ = '0.1' diff --git a/libkmod/python/setup.py b/libkmod/python/setup.py index bbef37a4..56fe5f81 100644 --- a/libkmod/python/setup.py +++ b/libkmod/python/setup.py @@ -1,13 +1,19 @@ -# Copyright (C) 2012 Red Hat, Inc. All rights reserved. -# 2012 W. Trevor King +# Copyright (C) 2012 Red Hat, Inc. +# 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. +# This file is part of python-kmod. +# +# python-kmod is free software: you can redistribute it and/or modify it under +# the terms of the GNU Lesser General Public License version 2.1 as published +# by the Free Software Foundation. +# +# python-kmod is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more +# details. # # 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 +# along with python-kmod. If not, see . from distutils.core import setup from distutils.extension import Extension as _Extension