diff options
author | Aaron M. Renn <arenn@urbanophile.com> | 1998-07-24 01:59:33 +0000 |
---|---|---|
committer | Aaron M. Renn <arenn@urbanophile.com> | 1998-07-24 01:59:33 +0000 |
commit | fd46acf9993eadb56b15cc3683606f7c22523f7d (patch) | |
tree | a1d582d033c3150c0bc27fe2bb56f32bb596ef4e /java/net/URLStreamHandlerFactory.java | |
parent | 6d2040fa504d7320efe4e62f359839726fb19afa (diff) | |
download | classpath-fd46acf9993eadb56b15cc3683606f7c22523f7d.tar.gz |
Copyright notice update
Diffstat (limited to 'java/net/URLStreamHandlerFactory.java')
-rw-r--r-- | java/net/URLStreamHandlerFactory.java | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/java/net/URLStreamHandlerFactory.java b/java/net/URLStreamHandlerFactory.java index bbc9f64c0..c33087e0a 100644 --- a/java/net/URLStreamHandlerFactory.java +++ b/java/net/URLStreamHandlerFactory.java @@ -1,19 +1,21 @@ /************************************************************************* /* URLStreamHandlerFactory.java -- Maps protocols to URLStreamHandlers /* -/* 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 General Public License -/* along with this program; if not, write to the Free Software Foundation +/* You should have received a copy of the GNU Library General Public License +/* along with this library; if not, write to the Free Software Foundation /* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307 USA /*************************************************************************/ |