mirror of
https://github.com/AuxXxilium/kmod.git
synced 2025-01-23 15:19:29 +07:00
python: Ran update-copyright.py.
This commit is contained in:
parent
64f9a6a630
commit
c8b5c51ed6
3
libkmod/python/AUTHORS
Normal file
3
libkmod/python/AUTHORS
Normal file
@ -0,0 +1,3 @@
|
||||
python-kmod was written by:
|
||||
Red Hat, Inc.
|
||||
W. Trevor King <wking@tremily.us>
|
@ -1,15 +1,18 @@
|
||||
# Copyright (C) 2012 Red Hat, Inc. All rights reserved.
|
||||
# 2012 W. Trevor King
|
||||
# Copyright (C) 2012 W. Trevor King <wking@tremily.us>
|
||||
#
|
||||
# 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
|
||||
#
|
||||
# Author: Andy Grover <agrover redhat com>
|
||||
# along with python-kmod. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
"Libkmod -- Python interface to kmod API."
|
||||
|
||||
|
@ -1,13 +1,18 @@
|
||||
# Copyright (C) 2012 Red Hat, Inc. All rights reserved.
|
||||
# 2012 W. Trevor King
|
||||
# Copyright (C) 2012 W. Trevor King <wking@tremily.us>
|
||||
#
|
||||
# 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 <http://www.gnu.org/licenses/>.
|
||||
|
||||
cimport libc.stdint as _stdint
|
||||
|
||||
|
@ -1,13 +1,18 @@
|
||||
# Copyright (C) 2012 Red Hat, Inc. All rights reserved.
|
||||
# 2012 W. Trevor King
|
||||
# Copyright (C) 2012 W. Trevor King <wking@tremily.us>
|
||||
#
|
||||
# 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 <http://www.gnu.org/licenses/>.
|
||||
|
||||
cimport _libkmod_h
|
||||
|
||||
|
@ -1,13 +1,18 @@
|
||||
# Copyright (C) 2012 Red Hat, Inc. All rights reserved.
|
||||
# 2012 W. Trevor King
|
||||
# Copyright (C) 2012 W. Trevor King <wking@tremily.us>
|
||||
#
|
||||
# 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 <http://www.gnu.org/licenses/>.
|
||||
|
||||
import sys as _sys
|
||||
|
||||
|
@ -1,13 +1,18 @@
|
||||
# Copyright (C) 2012 Red Hat, Inc. All rights reserved.
|
||||
# 2012 W. Trevor King
|
||||
# Copyright (C) 2012 W. Trevor King <wking@tremily.us>
|
||||
#
|
||||
# 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 <http://www.gnu.org/licenses/>.
|
||||
|
||||
class KmodError (Exception):
|
||||
pass
|
||||
|
@ -1,13 +1,18 @@
|
||||
# Copyright (C) 2012 Red Hat, Inc. All rights reserved.
|
||||
# 2012 W. Trevor King
|
||||
# Copyright (C) 2012 W. Trevor King <wking@tremily.us>
|
||||
#
|
||||
# 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 <http://www.gnu.org/licenses/>.
|
||||
|
||||
cimport _libkmod_h
|
||||
|
||||
|
@ -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 <wking@tremily.us>
|
||||
#
|
||||
# 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 <http://www.gnu.org/licenses/>.
|
||||
|
||||
"Define the Kmod class"
|
||||
|
||||
|
@ -1,13 +1,18 @@
|
||||
# Copyright (C) 2012 Red Hat, Inc. All rights reserved.
|
||||
# 2012 W. Trevor King
|
||||
# Copyright (C) 2012 W. Trevor King <wking@tremily.us>
|
||||
#
|
||||
# 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 <http://www.gnu.org/licenses/>.
|
||||
|
||||
cimport _libkmod_h
|
||||
|
||||
|
@ -1,13 +1,18 @@
|
||||
# Copyright (C) 2012 Red Hat, Inc. All rights reserved.
|
||||
# 2012 W. Trevor King
|
||||
# Copyright (C) 2012 W. Trevor King <wking@tremily.us>
|
||||
#
|
||||
# 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 <http://www.gnu.org/licenses/>.
|
||||
|
||||
cimport _libkmod_h
|
||||
|
||||
|
@ -1,13 +1,18 @@
|
||||
# Copyright (C) 2012 Red Hat, Inc. All rights reserved.
|
||||
# 2012 W. Trevor King
|
||||
# Copyright (C) 2012 W. Trevor King <wking@tremily.us>
|
||||
#
|
||||
# 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 <http://www.gnu.org/licenses/>.
|
||||
|
||||
cimport _libkmod_h
|
||||
cimport list as _list
|
||||
|
@ -1,13 +1,18 @@
|
||||
# Copyright (C) 2012 Red Hat, Inc. All rights reserved.
|
||||
# 2012 W. Trevor King
|
||||
# Copyright (C) 2012 W. Trevor King <wking@tremily.us>
|
||||
#
|
||||
# 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 <http://www.gnu.org/licenses/>.
|
||||
|
||||
import collections as _collections
|
||||
|
||||
|
@ -1,12 +1,17 @@
|
||||
# Copyright (C) 2012 Red Hat, Inc. All rights reserved.
|
||||
# 2012 W. Trevor King
|
||||
# Copyright (C) 2012 W. Trevor King <wking@tremily.us>
|
||||
#
|
||||
# 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 <http://www.gnu.org/licenses/>.
|
||||
|
||||
__version__ = '0.1'
|
||||
|
@ -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 <wking@tremily.us>
|
||||
#
|
||||
# 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 <http://www.gnu.org/licenses/>.
|
||||
|
||||
from distutils.core import setup
|
||||
from distutils.extension import Extension as _Extension
|
||||
|
Loading…
Reference in New Issue
Block a user