diff options
author | Paul Fisher <rao@gnu.org> | 2000-03-17 23:49:33 +0000 |
---|---|---|
committer | Paul Fisher <rao@gnu.org> | 2000-03-17 23:49:33 +0000 |
commit | 100ba1e8fdb17675d8309685545c72eedb00bc63 (patch) | |
tree | 15dc70d7e360f63dfb20edc0b2620fe6d02b4937 /java/awt/Canvas.java | |
parent | d8efa45a120570d08dd55ac434285dfcdb529d9d (diff) | |
download | classpath-100ba1e8fdb17675d8309685545c72eedb00bc63.tar.gz |
Change license to clearly state that these are part of the non-peer AWT libraries.
Diffstat (limited to 'java/awt/Canvas.java')
-rw-r--r-- | java/awt/Canvas.java | 37 |
1 files changed, 18 insertions, 19 deletions
diff --git a/java/awt/Canvas.java b/java/awt/Canvas.java index 3e9ca5e4e..7d9afba60 100644 --- a/java/awt/Canvas.java +++ b/java/awt/Canvas.java @@ -1,23 +1,22 @@ -/************************************************************************* /* Canvas.java -- An AWT canvas widget -/* -/* 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; |