summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2010-02-27 01:23:51 -0500
committerDavid Malcolm <dmalcolm@redhat.com>2010-02-27 01:23:51 -0500
commite0fef4a512f975c30df50f68f24e7c5410ec1fe6 (patch)
treebd9066d8ed0e275cbb2a590b0c88c63582c83136
parent6345acd01dc3c090aec43aa313ac750999584c4b (diff)
downloadlibpython-e0fef4a512f975c30df50f68f24e7c5410ec1fe6.tar.gz
libpython-e0fef4a512f975c30df50f68f24e7c5410ec1fe6.tar.xz
libpython-e0fef4a512f975c30df50f68f24e7c5410ec1fe6.zip
Update copyright: I hold copyright on this work
-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,