summaryrefslogtreecommitdiff
path: root/java/lang/NegativeArraySizeException.java
diff options
context:
space:
mode:
authorBrian Jones <cbj@gnu.org>1998-10-30 04:29:16 +0000
committerBrian Jones <cbj@gnu.org>1998-10-30 04:29:16 +0000
commit0f609bac8b6fc5e0cc4a388787ca7b38c34af8bc (patch)
tree740634c806600ce63562e2b76da30819337c1fad /java/lang/NegativeArraySizeException.java
parent4a056944a0970f61d2fe61e3eecf2403352e8dff (diff)
downloadclasspath-0f609bac8b6fc5e0cc4a388787ca7b38c34af8bc.tar.gz
added copyright notice
Diffstat (limited to 'java/lang/NegativeArraySizeException.java')
-rw-r--r--java/lang/NegativeArraySizeException.java20
1 files changed, 20 insertions, 0 deletions
diff --git a/java/lang/NegativeArraySizeException.java b/java/lang/NegativeArraySizeException.java
index 3fb7290a9..b8dab6ccd 100644
--- a/java/lang/NegativeArraySizeException.java
+++ b/java/lang/NegativeArraySizeException.java
@@ -1,3 +1,23 @@
+/*************************************************************************
+/* NegativeArraySizeException.java -- exception thrown when an attempt is
+/* made to create an array with a negative size.
+/*
+/* Copyright (c) 1998 by Free Software Foundation, Inc.
+/*
+/* This program 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, version 2. (see COPYING.LIB)
+/*
+/* This program 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 this program; if not, write to the Free Software Foundation
+/* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307 USA
+/*************************************************************************/
+
package java.lang;
/**