aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2009-01-03 05:58:08 +0000
committerJoel Brobecker <brobecker@gnat.com>2009-01-03 05:58:08 +0000
commit0fb0cc7590113e9b459dfcc48dc71c9d419d9580 (patch)
treea2f105ccbd3841496034ed5b197148715be94bfe /gdb/python
parentc9fc347d3835879d625d0b571d5cfc84de503c3c (diff)
downloadfsf-binutils-gdb-0fb0cc7590113e9b459dfcc48dc71c9d419d9580.zip
fsf-binutils-gdb-0fb0cc7590113e9b459dfcc48dc71c9d419d9580.tar.gz
fsf-binutils-gdb-0fb0cc7590113e9b459dfcc48dc71c9d419d9580.tar.bz2
Updated copyright notices for most files.
Diffstat (limited to 'gdb/python')
-rw-r--r--gdb/python/python-internal.h2
-rw-r--r--gdb/python/python-utils.c2
-rw-r--r--gdb/python/python-value.c2
-rw-r--r--gdb/python/python.c2
-rw-r--r--gdb/python/python.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/gdb/python/python-internal.h b/gdb/python/python-internal.h
index b2d7757..24d1b44 100644
--- a/gdb/python/python-internal.h
+++ b/gdb/python/python-internal.h
@@ -1,6 +1,6 @@
/* Gdb/Python header for private use by Python module.
- Copyright (C) 2008 Free Software Foundation, Inc.
+ Copyright (C) 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/python/python-utils.c b/gdb/python/python-utils.c
index 8db81ec..9aae43f 100644
--- a/gdb/python/python-utils.c
+++ b/gdb/python/python-utils.c
@@ -1,6 +1,6 @@
/* General utility routines for GDB/Python.
- Copyright (C) 2008 Free Software Foundation, Inc.
+ Copyright (C) 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/python/python-value.c b/gdb/python/python-value.c
index 9db7208..92e0431 100644
--- a/gdb/python/python-value.c
+++ b/gdb/python/python-value.c
@@ -1,6 +1,6 @@
/* Python interface to values.
- Copyright (C) 2008 Free Software Foundation, Inc.
+ Copyright (C) 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/python/python.c b/gdb/python/python.c
index 50277d4..e778ac4 100644
--- a/gdb/python/python.c
+++ b/gdb/python/python.c
@@ -1,6 +1,6 @@
/* General python/gdb code
- Copyright (C) 2008 Free Software Foundation, Inc.
+ Copyright (C) 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/python/python.h b/gdb/python/python.h
index 102fef6..e63c447 100644
--- a/gdb/python/python.h
+++ b/gdb/python/python.h
@@ -1,6 +1,6 @@
/* Python/gdb header for generic use in gdb
- Copyright (C) 2008 Free Software Foundation, Inc.
+ Copyright (C) 2008, 2009 Free Software Foundation, Inc.
This file is part of GDB.