diff options
| author | Aaron M. Renn <arenn@urbanophile.com> | 1998-08-02 00:38:16 +0000 |
|---|---|---|
| committer | Aaron M. Renn <arenn@urbanophile.com> | 1998-08-02 00:38:16 +0000 |
| commit | 82f129735a99b3fbf0b72c2e45d1282dcae23694 (patch) | |
| tree | 9e6c1ccca169fc4c188e5a607813e8f123ac0863 /test/java.io/StringBufferInputStreamTest.java | |
| parent | a87276fa39d5467b220b49dc263848c5fe8e3391 (diff) | |
| download | classpath-82f129735a99b3fbf0b72c2e45d1282dcae23694.tar.gz | |
Copyright notice update
Diffstat (limited to 'test/java.io/StringBufferInputStreamTest.java')
| -rw-r--r-- | test/java.io/StringBufferInputStreamTest.java | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/java.io/StringBufferInputStreamTest.java b/test/java.io/StringBufferInputStreamTest.java index 82d13af81..289f9d1b5 100644 --- a/test/java.io/StringBufferInputStreamTest.java +++ b/test/java.io/StringBufferInputStreamTest.java @@ -1,11 +1,13 @@ /************************************************************************* /* StringBufferInputStreamTest.java -- Test StringBufferInputStream's of course /* -/* Copyright (c) 1998 by Aaron M. Renn (arenn@urbanophile.com) +/* Copyright (c) 1998 Free Software Foundation, Inc. +/* Written by Aaron M. Renn (arenn@urbanophile.com) /* /* This program is free software; you can redistribute it and/or modify /* it under the terms of the GNU General Public License as published -/* by the Free Software Foundation, version 2. (see COPYING) +/* by the Free Software Foundation, either version 2 of the License, or +/* (at your option) any later version. /* /* This program is distributed in the hope that it will be useful, but /* WITHOUT ANY WARRANTY; without even the implied warranty of |
