aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-10-22 15:03:23 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-10-22 15:03:23 +0000
commit279b5b3c9551276f19f0d7f1fe68fde2c8706376 (patch)
tree9bd62a1611da4ddcb4f6795979d6e9f2fb0a9470 /gcc
parente063dbf8f72632fa6727792f728cfa460c55ba08 (diff)
downloadgcc-279b5b3c9551276f19f0d7f1fe68fde2c8706376.zip
gcc-279b5b3c9551276f19f0d7f1fe68fde2c8706376.tar.gz
gcc-279b5b3c9551276f19f0d7f1fe68fde2c8706376.tar.bz2
dwarf.h, [...]: Update copyright.
* dwarf.h, gthr-dce.h, gthr-single.h, gthr-solaris.h, gthr.h, libfuncs.h, libgcc2.h, stab.def, tsystem.h: Update copyright. From-SVN: r89446
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/dwarf.h2
-rw-r--r--gcc/gthr-dce.h2
-rw-r--r--gcc/gthr-single.h2
-rw-r--r--gcc/gthr-solaris.h2
-rw-r--r--gcc/gthr.h2
-rw-r--r--gcc/libfuncs.h2
-rw-r--r--gcc/libgcc2.h2
-rw-r--r--gcc/stab.def2
-rw-r--r--gcc/tsystem.h2
10 files changed, 14 insertions, 9 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index b86e64c..c1d09cf 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,10 @@
2004-10-22 Kazu Hirata <kazu@cs.umass.edu>
+ * dwarf.h, gthr-dce.h, gthr-single.h, gthr-solaris.h, gthr.h,
+ libfuncs.h, libgcc2.h, stab.def, tsystem.h: Update copyright.
+
+2004-10-22 Kazu Hirata <kazu@cs.umass.edu>
+
* config/ptx4.h, config/mcore/mcore-pe.h,
config/rs6000/eabi.h, config/vax/elf.h: Update copyright.
diff --git a/gcc/dwarf.h b/gcc/dwarf.h
index 2e1a702..c25d136 100644
--- a/gcc/dwarf.h
+++ b/gcc/dwarf.h
@@ -3,7 +3,7 @@
Written by Ron Guilmette (rfg@netcom.com)
-Copyright (C) 1992 Free Software Foundation, Inc.
+Copyright (C) 1992, 2004 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/gthr-dce.h b/gcc/gthr-dce.h
index 8216509..6a3d906 100644
--- a/gcc/gthr-dce.h
+++ b/gcc/gthr-dce.h
@@ -1,6 +1,6 @@
/* Threads compatibility routines for libgcc2 and libobjc. */
/* Compile this one with gcc. */
-/* Copyright (C) 1997, 1999, 2000, 2001 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 1999, 2000, 2001, 2004 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/gthr-single.h b/gcc/gthr-single.h
index d42ee15..e3d4916 100644
--- a/gcc/gthr-single.h
+++ b/gcc/gthr-single.h
@@ -1,6 +1,6 @@
/* Threads compatibility routines for libgcc2 and libobjc. */
/* Compile this one with gcc. */
-/* Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 1999, 2000, 2004 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/gthr-solaris.h b/gcc/gthr-solaris.h
index 4251430..f9b2580 100644
--- a/gcc/gthr-solaris.h
+++ b/gcc/gthr-solaris.h
@@ -1,6 +1,6 @@
/* Threads compatibility routines for libgcc2 and libobjc. */
/* Compile this one with gcc. */
-/* Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 1999, 2000, 2004 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/gthr.h b/gcc/gthr.h
index dc43b6d..42f58c9 100644
--- a/gcc/gthr.h
+++ b/gcc/gthr.h
@@ -1,6 +1,6 @@
/* Threads compatibility routines for libgcc2. */
/* Compile this one with gcc. */
-/* Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 1998, 2004 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/libfuncs.h b/gcc/libfuncs.h
index 32cde82..44de0a7 100644
--- a/gcc/libfuncs.h
+++ b/gcc/libfuncs.h
@@ -1,5 +1,5 @@
/* Definitions for code generation pass of GNU compiler.
- Copyright (C) 2001 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2004 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/libgcc2.h b/gcc/libgcc2.h
index 3c7e3e2..ad7e568 100644
--- a/gcc/libgcc2.h
+++ b/gcc/libgcc2.h
@@ -1,5 +1,5 @@
/* Header file for libgcc2.c. */
-/* Copyright (C) 2000, 2001
+/* Copyright (C) 2000, 2001, 2004
Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/stab.def b/gcc/stab.def
index 2d58961..043f197 100644
--- a/gcc/stab.def
+++ b/gcc/stab.def
@@ -1,5 +1,5 @@
/* Table of DBX symbol codes for the GNU system.
- Copyright (C) 1988, 1997, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1988, 1997, 1998, 2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/gcc/tsystem.h b/gcc/tsystem.h
index 7ccdf4c..b2b9544 100644
--- a/gcc/tsystem.h
+++ b/gcc/tsystem.h
@@ -1,6 +1,6 @@
/* Get common system includes and various definitions and declarations
based on target macros.
- Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2001, 2004 Free Software Foundation, Inc.
This file is part of GCC.