From 88abbcd52962dcc832891d805f8519c33f93872a Mon Sep 17 00:00:00 2001 From: tromey Date: Tue, 7 Mar 2000 19:55:28 +0000 Subject: * All files: Updated copyright information. * COPYING: New file. * COPYING.LIB: Removed. * LIBGCJ_LICENSE: We now use GPL + special exception. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32387 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/gij.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libjava/gij.cc') diff --git a/libjava/gij.cc b/libjava/gij.cc index 4bbbab743bc..d97a56e7f45 100644 --- a/libjava/gij.cc +++ b/libjava/gij.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 1999 Red Hat, Inc. +/* Copyright (C) 1999 Free Software Foundation This file is part of libgcj. @@ -38,7 +38,7 @@ static void version () { printf ("gij (GNU libgcj) version %s\n\n", VERSION); - printf ("Copyright (C) 1999 Red Hat, Inc..\n"); + printf ("Copyright (C) 1999 Free Software Foundation.\n"); printf ("This is free software; see the source for copying conditions. There is NO\n"); printf ("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"); exit (0); -- cgit v1.2.1