summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-22 15:03:23 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-22 15:03:23 +0000
commite0764278acaecd19eef654eac15197913a314b42 (patch)
tree9bd62a1611da4ddcb4f6795979d6e9f2fb0a9470 /gcc
parent19449fea116a8bfc9475f31997040dccf59b809a (diff)
downloadgcc-e0764278acaecd19eef654eac15197913a314b42.tar.gz
* dwarf.h, gthr-dce.h, gthr-single.h, gthr-solaris.h, gthr.h,
libfuncs.h, libgcc2.h, stab.def, tsystem.h: Update copyright. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89446 138bc75d-0d04-0410-961f-82ee72b054a4
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 b86e64ccf74..c1d09cf572b 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 2e1a7025923..c25d1366f26 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 821650933f4..6a3d906c646 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 d42ee15becc..e3d49165421 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 42514305f2c..f9b258035ba 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 dc43b6d50e3..42f58c9dff6 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 32cde82c185..44de0a7787b 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 3c7e3e29e3d..ad7e5682e96 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 2d589616235..043f197cb66 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 7ccdf4c0f59..b2b95446c6f 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.