summaryrefslogtreecommitdiff
path: root/java/net/ContentHandler.java
diff options
context:
space:
mode:
authorAaron M. Renn <arenn@urbanophile.com>1998-07-24 01:59:33 +0000
committerAaron M. Renn <arenn@urbanophile.com>1998-07-24 01:59:33 +0000
commitfd46acf9993eadb56b15cc3683606f7c22523f7d (patch)
treea1d582d033c3150c0bc27fe2bb56f32bb596ef4e /java/net/ContentHandler.java
parent6d2040fa504d7320efe4e62f359839726fb19afa (diff)
downloadclasspath-fd46acf9993eadb56b15cc3683606f7c22523f7d.tar.gz
Copyright notice update
Diffstat (limited to 'java/net/ContentHandler.java')
-rw-r--r--java/net/ContentHandler.java16
1 files changed, 9 insertions, 7 deletions
diff --git a/java/net/ContentHandler.java b/java/net/ContentHandler.java
index 93aca22ba..98ab9832c 100644
--- a/java/net/ContentHandler.java
+++ b/java/net/ContentHandler.java
@@ -1,19 +1,21 @@
/*************************************************************************
/* ContentHandler.java -- Abstract class for handling content from URL's
/*
-/* 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
/*************************************************************************/