summaryrefslogtreecommitdiff
path: root/java/lang/ArrayIndexOutOfBoundsException.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/lang/ArrayIndexOutOfBoundsException.java')
-rw-r--r--java/lang/ArrayIndexOutOfBoundsException.java20
1 files changed, 20 insertions, 0 deletions
diff --git a/java/lang/ArrayIndexOutOfBoundsException.java b/java/lang/ArrayIndexOutOfBoundsException.java
index 537c2ec58..b390d41ad 100644
--- a/java/lang/ArrayIndexOutOfBoundsException.java
+++ b/java/lang/ArrayIndexOutOfBoundsException.java
@@ -1,3 +1,23 @@
+/*************************************************************************
+/* ArrayIndexOutOfBoundsException.java -- exception thrown when accessing
+/* an illegal index.
+/*
+/* 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;
/**