summaryrefslogtreecommitdiff
path: root/java/io/DataOutput.java
diff options
context:
space:
mode:
authorAaron M. Renn <arenn@urbanophile.com>1998-08-01 04:46:43 +0000
committerAaron M. Renn <arenn@urbanophile.com>1998-08-01 04:46:43 +0000
commit8496c7bf33d34401f846d799ddb3626065f89e60 (patch)
tree3e3b9dd614c4a6b38a8d72ce226c5efc2e455004 /java/io/DataOutput.java
parent9aba55a23071c8b57dd2326d157563bf717948eb (diff)
downloadclasspath-8496c7bf33d34401f846d799ddb3626065f89e60.tar.gz
Copyright notice update
Diffstat (limited to 'java/io/DataOutput.java')
-rw-r--r--java/io/DataOutput.java14
1 files changed, 8 insertions, 6 deletions
diff --git a/java/io/DataOutput.java b/java/io/DataOutput.java
index 1e1e732c1..42d485bf7 100644
--- a/java/io/DataOutput.java
+++ b/java/io/DataOutput.java
@@ -1,19 +1,21 @@
/*************************************************************************
/* DataOutput.java -- Interface for writing data from a stream
/*
-/* 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
+/* This library is free software; you can redistribute it and/or modify
/* it under the terms of the GNU Library General Public License as published
-/* by the Free Software Foundation, version 2. (see COPYING.LIB)
+/* by the Free Software Foundation, either version 2 of the License, or
+/* (at your option) any later verion.
/*
-/* This program is distributed in the hope that it will be useful, but
+/* This library is distributed in the hope that it will be useful, but
/* WITHOUT ANY WARRANTY; without even the implied warranty of
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-/* GNU General Public License for more details.
+/* GNU Library General Public License for more details.
/*
/* You should have received a copy of the GNU Library General Public License
-/* along with this program; if not, write to the Free Software Foundation
+/* along with this library; if not, write to the Free Software Foundation
/* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307 USA
/*************************************************************************/