All files: Updated copyright information.

* All files: Updated copyright information.
	* COPYING: New file.
	* COPYING.LIB: Removed.
	* LIBGCJ_LICENSE: We now use GPL + special exception.

From-SVN: r32387
This commit is contained in:
Tom Tromey 2000-03-07 19:55:28 +00:00 committed by Tom Tromey
parent 32fdad6ead
commit 2ba5f77454
390 changed files with 750 additions and 880 deletions

View file

@ -1,7 +1,7 @@
// -*- c++ -*-
// boehm-gc.h - Defines for Boehm collector.
/* Copyright (C) 1998, 1999 Red Hat, Inc.
/* Copyright (C) 1998, 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,6 +1,6 @@
// default-signal.h - Catch runtime signals and turn them into exceptions.
/* Copyright (C) 1998, 1999 Red Hat, Inc.
/* Copyright (C) 1998, 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,6 +1,6 @@
// i386-signal.h - Catch runtime signals and turn them into exceptions.
/* Copyright (C) 1998, 1999 Red Hat, Inc.
/* Copyright (C) 1998, 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,6 +1,6 @@
// java-assert.h - Header file holding assertion definitions. -*- c++ -*-
/* Copyright (C) 1998, 1999 Red Hat, Inc.
/* Copyright (C) 1998, 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,6 +1,6 @@
// java-cpool.h - Constant pool parsing header. -*- c++ -*-
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,6 +1,6 @@
// java-insns.h - Instruction encodings. This is -*- c++ -*-
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,6 +1,6 @@
// java-interp.h - Header file for the bytecode interpreter. -*- c++ -*-
/* Copyright (C) 1999, 2000 Red Hat, Inc.
/* Copyright (C) 1999, 2000 Free Software Foundation
This file is part of libgcj.

View file

@ -1,6 +1,6 @@
// java-props.h - Properties -*- c++ -*-
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,4 +1,4 @@
/* Copyright (C) 1998, 1999, 2000 Red Hat, Inc.
/* Copyright (C) 1998, 1999, 2000 Free Software Foundation
This file is part of libgcj.

View file

@ -1,6 +1,6 @@
// jvm.h - Header file for private implementation information. -*- c++ -*-
/* Copyright (C) 1998, 1999, 2000 Red Hat, Inc.
/* Copyright (C) 1998, 1999, 2000 Free Software Foundation
This file is part of libgcj.

View file

@ -1,7 +1,7 @@
// -*- c++ -*-
// no-gc.h - Defines for no garbage collector.
/* Copyright (C) 1998, 1999 Red Hat, Inc.
/* Copyright (C) 1998, 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,7 +1,7 @@
// -*- c++ -*-
// no-threads.h - Defines for using no threads.
/* Copyright (C) 1998, 1999 Red Hat, Inc.
/* Copyright (C) 1998, 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,7 +1,7 @@
// -*- c++ -*-
// posix-threads.h - Defines for using POSIX threads.
/* Copyright (C) 1998, 1999 Red Hat, Inc.
/* Copyright (C) 1998, 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,6 +1,6 @@
// sparc-signal.h - Catch runtime signals and turn them into exceptions.
/* Copyright (C) 1998, 1999 Red Hat, Inc.
/* Copyright (C) 1998, 1999 Free Software Foundation
This file is part of libgcj.