summaryrefslogtreecommitdiff
path: root/libkmod/python/kmod/_util.pyx
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2012-10-19 21:56:02 -0400
committerLucas De Marchi <lucas.demarchi@intel.com>2014-03-20 07:22:53 -0300
commit39e5d273a2e70d83222d1c81bd26ab828d7f3905 (patch)
tree660cc4af267f4be66b5a289b5d1c779cf812c2f3 /libkmod/python/kmod/_util.pyx
parent661c546c68014e50c2b04c4a0c91cce4e8b38c0c (diff)
downloadkmod-39e5d273a2e70d83222d1c81bd26ab828d7f3905.tar.gz
python: Ran update-copyright.py.
Diffstat (limited to 'libkmod/python/kmod/_util.pyx')
-rw-r--r--libkmod/python/kmod/_util.pyx19
1 files changed, 12 insertions, 7 deletions
diff --git a/libkmod/python/kmod/_util.pyx b/libkmod/python/kmod/_util.pyx
index 097efaf..39eec3a 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 <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