diff options
Diffstat (limited to 'gdb/gdb-events.sh')
-rwxr-xr-x | gdb/gdb-events.sh | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gdb/gdb-events.sh b/gdb/gdb-events.sh index 0d760396094..35279a75081 100755 --- a/gdb/gdb-events.sh +++ b/gdb/gdb-events.sh @@ -2,7 +2,7 @@ # User Interface Events. # -# Copyright 1999, 2000, 2001, 2002, 2004, 2005 Free Software +# Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005 Free Software # Foundation, Inc. # # Contributed by Cygnus Solutions. @@ -21,8 +21,8 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -# USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. IFS=: @@ -59,7 +59,7 @@ copyright () cat <<EOF /* User Interface Events. - Copyright 1999, 2001, 2002, 2004, 2005 Free Software Foundation, + Copyright (C) 1999, 2001, 2002, 2004, 2005 Free Software Foundation, Inc. Contributed by Cygnus Solutions. @@ -78,7 +78,8 @@ copyright () You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /* Work in progress */ |