From e0fef4a512f975c30df50f68f24e7c5410ec1fe6 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Sat, 27 Feb 2010 01:23:51 -0500 Subject: Update copyright: I hold copyright on this work --- libpython.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'libpython.py') 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 +# Author: Dave Malcolm ''' 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, -- cgit