summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-04-17 02:39:01 +0200
committerKevin Ryde <user42@zip.com.au>2000-04-17 02:39:01 +0200
commit2555c08113539dfc95ebd079b217ae2942da9e00 (patch)
tree06bbce5aef67b02f8ce59f8a351e5be5e5de9402
parent744efba4aaa38f769c850411d622bbc86ca9c9f0 (diff)
downloadgmp-2555c08113539dfc95ebd079b217ae2942da9e00.tar.gz
Add copyright.
-rw-r--r--.gdbinit20
1 files changed, 20 insertions, 0 deletions
diff --git a/.gdbinit b/.gdbinit
index d37d67f05..d71df5c3e 100644
--- a/.gdbinit
+++ b/.gdbinit
@@ -1,3 +1,23 @@
+# Copyright (C) 1999 Free Software Foundation, Inc.
+#
+# This file is part of the GNU MP Library.
+#
+# The GNU MP Library is free software; you can redistribute it and/or modify
+# it under the terms of the GNU Library General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or (at your
+# option) any later version.
+#
+# The GNU MP Library 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 Library General Public
+# License for more details.
+#
+# You should have received a copy of the GNU Library General Public License
+# along with the GNU MP Library; see the file COPYING.LIB. If not, write to
+# the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+# MA 02111-1307, USA.
+
+
define pz
set __gmpz_dump ($)
end