From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12249 invoked by alias); 6 Jun 2006 20:08:55 -0000 Received: (qmail 12240 invoked by uid 22791); 6 Jun 2006 20:08:54 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 06 Jun 2006 20:08:45 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k56K8EmX020288 for ; Tue, 6 Jun 2006 16:08:14 -0400 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k56K89SU017308 for ; Tue, 6 Jun 2006 16:08:09 -0400 Received: from tow.toronto.redhat.com (tow.toronto.redhat.com [172.16.14.160]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id k56K895C012054 for ; Tue, 6 Jun 2006 16:08:09 -0400 Subject: Re: FYI: JFrame test From: Lillian Angel To: mauve-patches In-Reply-To: <1149539613.2468.127.camel@tow.toronto.redhat.com> References: <1149539613.2468.127.camel@tow.toronto.redhat.com> Content-Type: multipart/mixed; boundary="=-L2CUFpp7BOCvPpqE1Izx" Date: Tue, 06 Jun 2006 20:08:00 -0000 Message-Id: <1149624489.2468.162.camel@tow.toronto.redhat.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.0 (2.6.0-1) X-IsSubscribed: yes Mailing-List: contact mauve-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: mauve-patches-owner@sourceware.org X-SW-Source: 2006/txt/msg00374.txt.bz2 --=-L2CUFpp7BOCvPpqE1Izx Content-Type: text/plain Content-Transfer-Encoding: 7bit Content-length: 415 2006-06-06 Lillian Angel * gnu/testlet/javax/swing/JFrame/constructors.java: Fixed copyright comments. On Mon, 2006-06-05 at 16:33 -0400, Lillian Angel wrote: > I am committing this for Tania. She has written a test for all the > JFrame constructors. > > 2006-06-05 Tania Bento > > * gnu/testlet/javax/swing/JFrame/constructors.java: New test. > --=-L2CUFpp7BOCvPpqE1Izx Content-Disposition: attachment; filename=t2_m.diff Content-Type: text/x-patch; name=t2_m.diff; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 2044 Index: gnu/testlet/javax/swing/JFrame/constructors.java =================================================================== RCS file: /cvs/mauve/mauve/gnu/testlet/javax/swing/JFrame/constructors.java,v retrieving revision 1.1 diff -u -r1.1 constructors.java --- gnu/testlet/javax/swing/JFrame/constructors.java 5 Jun 2006 20:31:53 -0000 1.1 +++ gnu/testlet/javax/swing/JFrame/constructors.java 6 Jun 2006 20:05:44 -0000 @@ -1,21 +1,23 @@ -// Tags: JDK1.2 +/* constructors.java + Copyright (C) 2006 Red Hat, Tania Bento +This file is part of Mauve. + +Mauve is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + +Mauve 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. + +You should have received a copy of the GNU General Public License +along with Mauve; see the file COPYING. If not, write to the +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA. -// Copyright (C) - -// Mauve is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2, or (at your option) -// any later version. - -// Mauve 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. - -// You should have received a copy of the GNU General Public License -// along with Mauve; see the file COPYING. If not, write to -// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -// Boston, MA 02110-1301 USA. +*/ package gnu.testlet.javax.swing.JFrame; --=-L2CUFpp7BOCvPpqE1Izx--