summaryrefslogtreecommitdiffstats
path: root/libpython.py
diff options
context:
space:
mode:
Diffstat (limited to 'libpython.py')
-rw-r--r--libpython.py8
1 files changed, 2 insertions, 6 deletions
diff --git a/libpython.py b/libpython.py
index 7f13522..c574561 100644
--- a/libpython.py
+++ b/libpython.py
@@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
-# Copyright © 2010 Red Hat, Inc.
+# Copyright © 2010 David Hugh Malcolm
#
# This software is licensed to you under the GNU Lesser General Public
# License, version 2.1 (LGPLv2.1). There is NO WARRANTY for this software,
@@ -10,11 +10,7 @@
# LGPLv2.1 along with this software; if not, see
# http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt
#
-# Red Hat trademarks are not licensed under LGPLv2.1. No permission is
-# granted to use or replicate Red Hat trademarks that are incorporated in
-# this software or its documentation.
-#
-# Red Hat Author(s): David Hugh Malcolm <dmalcolm@redhat.com>
+# Author: Dave Malcolm <dmalcolm@redhat.com>
'''
From gdb 7 onwards, gdb's build can be configured --with-python, allowing gdb
to be extended with Python code e.g. for library-specific data visualizations,