summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGeoff Berry <gcb@gnu.org>1998-08-30 23:33:55 +0000
committerGeoff Berry <gcb@gnu.org>1998-08-30 23:33:55 +0000
commita88ee9eecc24fe2e0d032c4a70c329487c3e522d (patch)
tree9ac8c543bf8582ab17db668410ac00a9354cca60 /test
parent73333caeefd948e22722e6ca6ad10591c28ef099 (diff)
downloadclasspath-a88ee9eecc24fe2e0d032c4a70c329487c3e522d.tar.gz
Changed copyright assignment to FSF.
Diffstat (limited to 'test')
-rw-r--r--test/gnu.java.lang.reflect/TypeSignatureTest.java2
-rw-r--r--test/java.io/ObjectInputStreamTest.java2
-rw-r--r--test/java.io/ObjectOutputStreamTest.java2
-rw-r--r--test/java.io/ObjectStreamClassTest.java2
-rw-r--r--test/java.io/Test.java2
5 files changed, 5 insertions, 5 deletions
diff --git a/test/gnu.java.lang.reflect/TypeSignatureTest.java b/test/gnu.java.lang.reflect/TypeSignatureTest.java
index 70776acbf..5aefcd0e9 100644
--- a/test/gnu.java.lang.reflect/TypeSignatureTest.java
+++ b/test/gnu.java.lang.reflect/TypeSignatureTest.java
@@ -1,7 +1,7 @@
/*************************************************************************
/* TypeSignatureTest.java -- Tests TypeSignature class
/*
-/* 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 General Public License as published
diff --git a/test/java.io/ObjectInputStreamTest.java b/test/java.io/ObjectInputStreamTest.java
index 7736ceb16..9001fae45 100644
--- a/test/java.io/ObjectInputStreamTest.java
+++ b/test/java.io/ObjectInputStreamTest.java
@@ -1,7 +1,7 @@
/*************************************************************************
/* ObjectInputStreamTest.java -- Tests ObjectInputStream class
/*
-/* 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 General Public License as published
diff --git a/test/java.io/ObjectOutputStreamTest.java b/test/java.io/ObjectOutputStreamTest.java
index 1e19cafc9..8bcef125c 100644
--- a/test/java.io/ObjectOutputStreamTest.java
+++ b/test/java.io/ObjectOutputStreamTest.java
@@ -1,7 +1,7 @@
/*************************************************************************
/* ObjectOutputStreamTest.java -- Tests ObjectOutputStream class
/*
-/* 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 General Public License as published
diff --git a/test/java.io/ObjectStreamClassTest.java b/test/java.io/ObjectStreamClassTest.java
index cf85c8551..f43f2d9f9 100644
--- a/test/java.io/ObjectStreamClassTest.java
+++ b/test/java.io/ObjectStreamClassTest.java
@@ -1,7 +1,7 @@
/*************************************************************************
/* ObjectStreamClassTest.java -- Tests ObjectStreamClass class
/*
-/* 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 General Public License as published
diff --git a/test/java.io/Test.java b/test/java.io/Test.java
index 5cc62c615..4c8f8ee90 100644
--- a/test/java.io/Test.java
+++ b/test/java.io/Test.java
@@ -1,7 +1,7 @@
/*************************************************************************
/* Test.java -- Base class for test classes
/*
-/* 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 General Public License as published