summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
Diffstat (limited to 'java')
-rw-r--r--java/io/BlockDataException.java2
-rw-r--r--java/io/ObjectInputStream.java2
-rw-r--r--java/io/ObjectOutputStream.java2
-rw-r--r--java/io/ObjectStreamClass.java2
-rw-r--r--java/io/ObjectStreamConstants.java2
-rw-r--r--java/io/ObjectStreamField.java2
-rw-r--r--java/lang/Comparable.java2
-rw-r--r--java/lang/UnsupportedOperationException.java2
-rw-r--r--java/util/AbstractMap.java2
9 files changed, 9 insertions, 9 deletions
diff --git a/java/io/BlockDataException.java b/java/io/BlockDataException.java
index 675629063..2d5f08b30 100644
--- a/java/io/BlockDataException.java
+++ b/java/io/BlockDataException.java
@@ -1,7 +1,7 @@
/*************************************************************************
/* BlockDataException.java -- Class used to store name and class of fields
/*
-/* Copyright (c) 1998 by Geoffrey C. Berry (gcb@cs.duke.edu)
+/* Copyright (c) 1998 by Free Software Foundation, Inc.
/*
/* This program is free software; you can redistribute it and/or modify
/* it under the terms of the GNU Library General Public License as published
diff --git a/java/io/ObjectInputStream.java b/java/io/ObjectInputStream.java
index da0641f9e..2eb67f0c3 100644
--- a/java/io/ObjectInputStream.java
+++ b/java/io/ObjectInputStream.java
@@ -1,7 +1,7 @@
/*************************************************************************
/* ObjectInputStream.java -- Class used to read serialized objects
/*
-/* Copyright (c) 1998 by Geoffrey C. Berry (gcb@cs.duke.edu)
+/* Copyright (c) 1998 by Free Software Foundation, Inc.
/*
/* This program is free software; you can redistribute it and/or modify
/* it under the terms of the GNU Library General Public License as published
diff --git a/java/io/ObjectOutputStream.java b/java/io/ObjectOutputStream.java
index 88a135788..de8809501 100644
--- a/java/io/ObjectOutputStream.java
+++ b/java/io/ObjectOutputStream.java
@@ -1,7 +1,7 @@
/*************************************************************************
/* ObjectOutputStream.java -- Class used to write serialized objects
/*
-/* Copyright (c) 1998 by Geoffrey C. Berry (gcb@cs.duke.edu)
+/* Copyright (c) 1998 by Free Software Foundation, Inc.
/*
/* This program is free software; you can redistribute it and/or modify
/* it under the terms of the GNU Library General Public License as published
diff --git a/java/io/ObjectStreamClass.java b/java/io/ObjectStreamClass.java
index 04895b5f4..68abef1e6 100644
--- a/java/io/ObjectStreamClass.java
+++ b/java/io/ObjectStreamClass.java
@@ -2,7 +2,7 @@
/* ObjectStreamClass.java -- Class used to write class information
/* about serialized objects
/*
-/* Copyright (c) 1998 by Geoffrey C. Berry (gcb@cs.duke.edu)
+/* Copyright (c) 1998 by Free Software Foundation, Inc.
/*
/* This program is free software; you can redistribute it and/or modify
/* it under the terms of the GNU Library General Public License as published
diff --git a/java/io/ObjectStreamConstants.java b/java/io/ObjectStreamConstants.java
index e17bf33ab..4dc74b174 100644
--- a/java/io/ObjectStreamConstants.java
+++ b/java/io/ObjectStreamConstants.java
@@ -3,7 +3,7 @@
/* used in reading and writing
/* serialized objects
/*
-/* Copyright (c) 1998 by Geoffrey C. Berry (gcb@cs.duke.edu)
+/* Copyright (c) 1998 by Free Software Foundation, Inc.
/*
/* This program is free software; you can redistribute it and/or modify
/* it under the terms of the GNU Library General Public License as published
diff --git a/java/io/ObjectStreamField.java b/java/io/ObjectStreamField.java
index 9a1e0b019..41e58934f 100644
--- a/java/io/ObjectStreamField.java
+++ b/java/io/ObjectStreamField.java
@@ -1,7 +1,7 @@
/*************************************************************************
/* ObjectStreamField.java -- Class used to store name and class of fields
/*
-/* Copyright (c) 1998 by Geoffrey C. Berry (gcb@cs.duke.edu)
+/* Copyright (c) 1998 by Free Software Foundation, Inc.
/*
/* This program is free software; you can redistribute it and/or modify
/* it under the terms of the GNU Library General Public License as published
diff --git a/java/lang/Comparable.java b/java/lang/Comparable.java
index 07a26210c..01510d255 100644
--- a/java/lang/Comparable.java
+++ b/java/lang/Comparable.java
@@ -1,7 +1,7 @@
/*************************************************************************
/* Comparable.java -- Interface for comparaing objects to obtain an ordering
/*
-/* Copyright (c) 1998 by Geoffrey C. Berry (gcb@cs.duke.edu)
+/* Copyright (c) 1998 by Free Software Foundation, Inc.
/*
/* This program is free software; you can redistribute it and/or modify
/* it under the terms of the GNU Library General Public License as published
diff --git a/java/lang/UnsupportedOperationException.java b/java/lang/UnsupportedOperationException.java
index e9f79bd21..03dbfe7d2 100644
--- a/java/lang/UnsupportedOperationException.java
+++ b/java/lang/UnsupportedOperationException.java
@@ -2,7 +2,7 @@
/* UnsupportedOperationException.java -- Exception thrown when an
/* unsupported operation is attempted on an object
/*
-/* Copyright (c) 1998 by Geoffrey C. Berry (gcb@cs.duke.edu)
+/* Copyright (c) 1998 by Free Software Foundation, Inc.
/*
/* This program is free software; you can redistribute it and/or modify
/* it under the terms of the GNU Library General Public License as published
diff --git a/java/util/AbstractMap.java b/java/util/AbstractMap.java
index 8f294582a..8796cdcda 100644
--- a/java/util/AbstractMap.java
+++ b/java/util/AbstractMap.java
@@ -2,7 +2,7 @@
// AbstractMap.java -- Abstract implementation of most of Map
//
// Copyright (c) 1998 by Stuart Ballard (stuart.ballard@mcmail.com),
-// Geoff Berry (gcb@cs.duke.edu)
+// Free Software Foundation, Inc.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU Library General Public License as published