From 100ba1e8fdb17675d8309685545c72eedb00bc63 Mon Sep 17 00:00:00 2001 From: Paul Fisher Date: Fri, 17 Mar 2000 23:49:33 +0000 Subject: Change license to clearly state that these are part of the non-peer AWT libraries. --- java/awt/TextField.java | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) (limited to 'java/awt/TextField.java') diff --git a/java/awt/TextField.java b/java/awt/TextField.java index d2b49a5bd..06a52946e 100644 --- a/java/awt/TextField.java +++ b/java/awt/TextField.java @@ -1,23 +1,22 @@ -/************************************************************************* /* TextField.java -- A one line text entry field -/* -/* Copyright (c) 1999 Free Software Foundation, Inc. -/* Written by Aaron M. Renn (arenn@urbanophile.com) -/* -/* 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, either version 2 of the License, or -/* (at your option) any later verion. -/* -/* 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 Library General Public License for more details. -/* -/* 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 -/*************************************************************************/ + Copyright (C) 1999 Free Software Foundation, Inc. + +This file is part of the non-peer AWT libraries of GNU Classpath. + +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, either version 2 of the License, or +(at your option) any later verion. + +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 Library General Public License for more details. + +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. */ + package java.awt; -- cgit v1.2.1