From 2edaa8280151e9d5b45218ddea96ecd1fb4e1e17 Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Tue, 19 Feb 2008 11:06:52 -0700 Subject: [PATCH] prepend copyright notice and license to all source files; add license.txt and readme.txt --- classpath/java-io.cpp | 10 +++++ classpath/java-lang.cpp | 10 +++++ classpath/java-nio.cpp | 10 +++++ classpath/java-util-zip.cpp | 10 +++++ classpath/java/io/BufferedInputStream.java | 10 +++++ classpath/java/io/BufferedOutputStream.java | 10 +++++ classpath/java/io/BufferedReader.java | 10 +++++ classpath/java/io/BufferedWriter.java | 10 +++++ classpath/java/io/ByteArrayInputStream.java | 10 +++++ classpath/java/io/ByteArrayOutputStream.java | 10 +++++ classpath/java/io/EOFException.java | 10 +++++ classpath/java/io/File.java | 10 +++++ classpath/java/io/FileDescriptor.java | 10 +++++ classpath/java/io/FileInputStream.java | 10 +++++ classpath/java/io/FileNotFoundException.java | 10 +++++ classpath/java/io/FileOutputStream.java | 10 +++++ classpath/java/io/FileReader.java | 10 +++++ classpath/java/io/FileWriter.java | 10 +++++ classpath/java/io/IOException.java | 10 +++++ classpath/java/io/InputStream.java | 10 +++++ classpath/java/io/InputStreamReader.java | 10 +++++ classpath/java/io/LineNumberReader.java | 10 +++++ .../java/io/NotSerializableException.java | 10 +++++ classpath/java/io/ObjectInputStream.java | 10 +++++ classpath/java/io/ObjectOutputStream.java | 10 +++++ classpath/java/io/ObjectStreamException.java | 10 +++++ classpath/java/io/OutputStream.java | 10 +++++ classpath/java/io/OutputStreamWriter.java | 10 +++++ classpath/java/io/PrintStream.java | 10 +++++ classpath/java/io/PrintWriter.java | 10 +++++ classpath/java/io/PushbackReader.java | 10 +++++ classpath/java/io/Reader.java | 10 +++++ classpath/java/io/Serializable.java | 10 +++++ .../java/io/StreamCorruptedException.java | 10 +++++ classpath/java/io/StringReader.java | 10 +++++ classpath/java/io/StringWriter.java | 10 +++++ .../java/io/UnsupportedEncodingException.java | 10 +++++ classpath/java/io/Writer.java | 10 +++++ .../lang/ArrayIndexOutOfBoundsException.java | 10 +++++ classpath/java/lang/ArrayStoreException.java | 10 +++++ classpath/java/lang/Boolean.java | 10 +++++ classpath/java/lang/Byte.java | 10 +++++ classpath/java/lang/Character.java | 10 +++++ classpath/java/lang/Class.java | 10 +++++ classpath/java/lang/ClassCastException.java | 10 +++++ classpath/java/lang/ClassLoader.java | 10 +++++ .../java/lang/ClassNotFoundException.java | 10 +++++ .../java/lang/CloneNotSupportedException.java | 10 +++++ classpath/java/lang/Cloneable.java | 10 +++++ classpath/java/lang/Comparable.java | 10 +++++ classpath/java/lang/Double.java | 10 +++++ classpath/java/lang/Enum.java | 10 +++++ classpath/java/lang/Error.java | 10 +++++ classpath/java/lang/Exception.java | 10 +++++ .../lang/ExceptionInInitializerError.java | 10 +++++ classpath/java/lang/Float.java | 10 +++++ .../java/lang/IllegalAccessException.java | 10 +++++ .../java/lang/IllegalArgumentException.java | 10 +++++ .../lang/IllegalMonitorStateException.java | 10 +++++ .../java/lang/IllegalStateException.java | 10 +++++ .../lang/IllegalThreadStateException.java | 10 +++++ .../lang/IncompatibleClassChangeError.java | 10 +++++ .../java/lang/IndexOutOfBoundsException.java | 10 +++++ .../java/lang/InheritableThreadLocal.java | 10 +++++ .../java/lang/InstantiationException.java | 10 +++++ classpath/java/lang/Integer.java | 10 +++++ classpath/java/lang/InterruptedException.java | 10 +++++ classpath/java/lang/Iterable.java | 10 +++++ classpath/java/lang/LinkageError.java | 10 +++++ classpath/java/lang/Long.java | 10 +++++ classpath/java/lang/Math.java | 10 +++++ .../java/lang/NegativeArraySizeException.java | 10 +++++ classpath/java/lang/NoClassDefFoundError.java | 10 +++++ classpath/java/lang/NoSuchFieldError.java | 10 +++++ classpath/java/lang/NoSuchFieldException.java | 10 +++++ classpath/java/lang/NoSuchMethodError.java | 10 +++++ .../java/lang/NoSuchMethodException.java | 10 +++++ classpath/java/lang/NullPointerException.java | 10 +++++ classpath/java/lang/Number.java | 10 +++++ .../java/lang/NumberFormatException.java | 10 +++++ classpath/java/lang/Object.java | 10 +++++ classpath/java/lang/OutOfMemoryError.java | 10 +++++ classpath/java/lang/Process.java | 10 +++++ classpath/java/lang/Runnable.java | 10 +++++ classpath/java/lang/Runtime.java | 10 +++++ classpath/java/lang/RuntimeException.java | 10 +++++ classpath/java/lang/SecurityException.java | 10 +++++ classpath/java/lang/Short.java | 10 +++++ classpath/java/lang/StackOverflowError.java | 10 +++++ classpath/java/lang/StackTraceElement.java | 10 +++++ classpath/java/lang/String.java | 10 +++++ classpath/java/lang/StringBuffer.java | 10 +++++ classpath/java/lang/StringBuilder.java | 10 +++++ classpath/java/lang/System.java | 10 +++++ classpath/java/lang/SystemClassLoader.java | 10 +++++ classpath/java/lang/Thread.java | 10 +++++ classpath/java/lang/ThreadLocal.java | 10 +++++ classpath/java/lang/Throwable.java | 10 +++++ classpath/java/lang/UnsatisfiedLinkError.java | 10 +++++ .../lang/UnsupportedOperationException.java | 10 +++++ classpath/java/lang/Void.java | 10 +++++ .../java/lang/annotation/Annotation.java | 10 +++++ classpath/java/lang/ref/PhantomReference.java | 10 +++++ classpath/java/lang/ref/Reference.java | 10 +++++ classpath/java/lang/ref/ReferenceQueue.java | 10 +++++ classpath/java/lang/ref/WeakReference.java | 10 +++++ .../java/lang/reflect/AccessibleObject.java | 10 +++++ classpath/java/lang/reflect/Array.java | 10 +++++ classpath/java/lang/reflect/Constructor.java | 10 +++++ classpath/java/lang/reflect/Field.java | 10 +++++ .../reflect/InvocationTargetException.java | 10 +++++ classpath/java/lang/reflect/Member.java | 10 +++++ classpath/java/lang/reflect/Method.java | 10 +++++ classpath/java/lang/reflect/Modifier.java | 10 +++++ classpath/java/net/InetSocketAddress.java | 10 +++++ classpath/java/net/MalformedURLException.java | 10 +++++ classpath/java/net/URL.java | 10 +++++ classpath/java/net/URLConnection.java | 10 +++++ classpath/java/net/URLStreamHandler.java | 10 +++++ .../java/net/UnknownServiceException.java | 10 +++++ classpath/java/nio/ByteBuffer.java | 10 +++++ .../java/nio/ReadOnlyBufferException.java | 10 +++++ classpath/java/nio/channels/Channel.java | 10 +++++ .../nio/channels/ReadableByteChannel.java | 10 +++++ .../java/nio/channels/SelectableChannel.java | 10 +++++ classpath/java/nio/channels/SelectionKey.java | 10 +++++ classpath/java/nio/channels/Selector.java | 10 +++++ .../nio/channels/ServerSocketChannel.java | 10 +++++ .../java/nio/channels/SocketChannel.java | 10 +++++ .../java/nio/channels/SocketSelector.java | 10 +++++ .../nio/channels/WritableByteChannel.java | 10 +++++ classpath/java/text/DateFormatSymbols.java | 10 +++++ classpath/java/text/FieldPosition.java | 10 +++++ classpath/java/text/Format.java | 10 +++++ classpath/java/text/MessageFormat.java | 10 +++++ classpath/java/util/ArrayList.java | 10 +++++ classpath/java/util/Arrays.java | 10 +++++ classpath/java/util/Calendar.java | 10 +++++ classpath/java/util/Cell.java | 10 +++++ classpath/java/util/Collection.java | 10 +++++ classpath/java/util/Collections.java | 10 +++++ classpath/java/util/Comparator.java | 10 +++++ classpath/java/util/Date.java | 10 +++++ classpath/java/util/Enumeration.java | 10 +++++ classpath/java/util/EventListener.java | 10 +++++ classpath/java/util/EventObject.java | 10 +++++ classpath/java/util/HashMap.java | 10 +++++ classpath/java/util/HashSet.java | 10 +++++ classpath/java/util/Hashtable.java | 10 +++++ classpath/java/util/IdentityHashMap.java | 10 +++++ classpath/java/util/Iterator.java | 10 +++++ classpath/java/util/LinkedList.java | 10 +++++ classpath/java/util/List.java | 10 +++++ classpath/java/util/ListIterator.java | 10 +++++ classpath/java/util/Locale.java | 10 +++++ classpath/java/util/Map.java | 10 +++++ .../java/util/MissingResourceException.java | 10 +++++ .../java/util/NoSuchElementException.java | 10 +++++ classpath/java/util/PersistentSet.java | 10 +++++ classpath/java/util/Properties.java | 10 +++++ .../java/util/PropertyResourceBundle.java | 10 +++++ classpath/java/util/Random.java | 10 +++++ classpath/java/util/ResourceBundle.java | 10 +++++ classpath/java/util/Set.java | 10 +++++ classpath/java/util/Stack.java | 10 +++++ classpath/java/util/StringTokenizer.java | 10 +++++ classpath/java/util/TreeSet.java | 10 +++++ classpath/java/util/Vector.java | 10 +++++ classpath/java/util/WeakHashMap.java | 10 +++++ classpath/java/util/logging/Handler.java | 10 +++++ classpath/java/util/logging/Level.java | 10 +++++ classpath/java/util/logging/LogRecord.java | 10 +++++ classpath/java/util/logging/Logger.java | 10 +++++ .../java/util/zip/DataFormatException.java | 10 +++++ classpath/java/util/zip/Inflater.java | 10 +++++ .../java/util/zip/InflaterInputStream.java | 10 +++++ classpath/jni-util.h | 10 +++++ license.txt | 13 ++++++ makefile | 2 +- readme.txt | 40 +++++++++++++++++++ src/allocator.h | 10 +++++ src/binaryToMacho.cpp | 10 +++++ src/builtin.cpp | 10 +++++ src/common.h | 10 +++++ src/compile.S | 10 +++++ src/compile.cpp | 10 +++++ src/compiler.cpp | 10 +++++ src/compiler.h | 10 +++++ src/compiler2.cpp | 10 +++++ src/compiler2.h | 10 +++++ src/constants.h | 10 +++++ src/finder.cpp | 10 +++++ src/finder.h | 10 +++++ src/heap.cpp | 10 +++++ src/heap.h | 10 +++++ src/interpret.cpp | 10 +++++ src/jnienv.cpp | 10 +++++ src/jnienv.h | 10 +++++ src/machine.cpp | 10 +++++ src/machine.h | 10 +++++ src/main.cpp | 10 +++++ src/posix.cpp | 10 +++++ src/process.cpp | 10 +++++ src/process.h | 10 +++++ src/processor.h | 10 +++++ src/stream.h | 10 +++++ src/system.h | 10 +++++ src/type-generator.cpp | 10 +++++ src/types.h | 10 +++++ src/util.cpp | 10 +++++ src/util.h | 10 +++++ src/vector.h | 10 +++++ src/windows.cpp | 10 +++++ src/x86.S | 10 +++++ src/x86.cpp | 10 +++++ src/x86.h | 10 +++++ src/zlib-custom.h | 10 +++++ src/zone.h | 10 +++++ 218 files changed, 2204 insertions(+), 1 deletion(-) create mode 100644 license.txt create mode 100644 readme.txt diff --git a/classpath/java-io.cpp b/classpath/java-io.cpp index da95bb068a..083f059a96 100644 --- a/classpath/java-io.cpp +++ b/classpath/java-io.cpp @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #include #include #include diff --git a/classpath/java-lang.cpp b/classpath/java-lang.cpp index dfa0925f12..08cb08bc65 100644 --- a/classpath/java-lang.cpp +++ b/classpath/java-lang.cpp @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #include "math.h" #include "stdlib.h" #include "sys/time.h" diff --git a/classpath/java-nio.cpp b/classpath/java-nio.cpp index 130b47daa9..aee81139e7 100644 --- a/classpath/java-nio.cpp +++ b/classpath/java-nio.cpp @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #include #include #include diff --git a/classpath/java-util-zip.cpp b/classpath/java-util-zip.cpp index f18769766e..ee0e9690a9 100644 --- a/classpath/java-util-zip.cpp +++ b/classpath/java-util-zip.cpp @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #include "stdlib.h" #include "string.h" #include "zlib-custom.h" diff --git a/classpath/java/io/BufferedInputStream.java b/classpath/java/io/BufferedInputStream.java index 7ad13e0f0f..51a1423606 100644 --- a/classpath/java/io/BufferedInputStream.java +++ b/classpath/java/io/BufferedInputStream.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.io; public class BufferedInputStream extends InputStream { diff --git a/classpath/java/io/BufferedOutputStream.java b/classpath/java/io/BufferedOutputStream.java index e3abf92837..9fe846cafc 100644 --- a/classpath/java/io/BufferedOutputStream.java +++ b/classpath/java/io/BufferedOutputStream.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.io; public class BufferedOutputStream extends OutputStream { diff --git a/classpath/java/io/BufferedReader.java b/classpath/java/io/BufferedReader.java index 3d2e3fd6bc..6d67e71c29 100644 --- a/classpath/java/io/BufferedReader.java +++ b/classpath/java/io/BufferedReader.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.io; public class BufferedReader extends Reader { diff --git a/classpath/java/io/BufferedWriter.java b/classpath/java/io/BufferedWriter.java index 4f246216e5..731636834a 100644 --- a/classpath/java/io/BufferedWriter.java +++ b/classpath/java/io/BufferedWriter.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.io; public class BufferedWriter extends Writer { diff --git a/classpath/java/io/ByteArrayInputStream.java b/classpath/java/io/ByteArrayInputStream.java index e077516b37..5ae39e08aa 100644 --- a/classpath/java/io/ByteArrayInputStream.java +++ b/classpath/java/io/ByteArrayInputStream.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.io; public class ByteArrayInputStream extends InputStream { diff --git a/classpath/java/io/ByteArrayOutputStream.java b/classpath/java/io/ByteArrayOutputStream.java index 8c74d091f6..78a54ad249 100644 --- a/classpath/java/io/ByteArrayOutputStream.java +++ b/classpath/java/io/ByteArrayOutputStream.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.io; public class ByteArrayOutputStream extends OutputStream { diff --git a/classpath/java/io/EOFException.java b/classpath/java/io/EOFException.java index 831c38c47c..e3876d3c5a 100644 --- a/classpath/java/io/EOFException.java +++ b/classpath/java/io/EOFException.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.io; public class EOFException extends IOException { diff --git a/classpath/java/io/File.java b/classpath/java/io/File.java index d99b2fa628..f9d7d6abc2 100644 --- a/classpath/java/io/File.java +++ b/classpath/java/io/File.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.io; public class File { diff --git a/classpath/java/io/FileDescriptor.java b/classpath/java/io/FileDescriptor.java index 00b22d7073..66b80477b1 100644 --- a/classpath/java/io/FileDescriptor.java +++ b/classpath/java/io/FileDescriptor.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.io; public class FileDescriptor { diff --git a/classpath/java/io/FileInputStream.java b/classpath/java/io/FileInputStream.java index 59d2420f5a..5a141c82a6 100644 --- a/classpath/java/io/FileInputStream.java +++ b/classpath/java/io/FileInputStream.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.io; public class FileInputStream extends InputStream { diff --git a/classpath/java/io/FileNotFoundException.java b/classpath/java/io/FileNotFoundException.java index 1e9bea2afb..d0f8a604ba 100644 --- a/classpath/java/io/FileNotFoundException.java +++ b/classpath/java/io/FileNotFoundException.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.io; public class FileNotFoundException extends IOException { diff --git a/classpath/java/io/FileOutputStream.java b/classpath/java/io/FileOutputStream.java index 0b2407730f..4083512656 100644 --- a/classpath/java/io/FileOutputStream.java +++ b/classpath/java/io/FileOutputStream.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.io; public class FileOutputStream extends OutputStream { diff --git a/classpath/java/io/FileReader.java b/classpath/java/io/FileReader.java index 3771453805..0fe6d9b432 100644 --- a/classpath/java/io/FileReader.java +++ b/classpath/java/io/FileReader.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.io; public class FileReader extends Reader { diff --git a/classpath/java/io/FileWriter.java b/classpath/java/io/FileWriter.java index ab1978762a..8c63e6559d 100644 --- a/classpath/java/io/FileWriter.java +++ b/classpath/java/io/FileWriter.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.io; public class FileWriter extends Writer { diff --git a/classpath/java/io/IOException.java b/classpath/java/io/IOException.java index e48412b5f7..7f5d9886e0 100644 --- a/classpath/java/io/IOException.java +++ b/classpath/java/io/IOException.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.io; public class IOException extends Exception { diff --git a/classpath/java/io/InputStream.java b/classpath/java/io/InputStream.java index c485a38f42..68b61962d8 100644 --- a/classpath/java/io/InputStream.java +++ b/classpath/java/io/InputStream.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.io; public abstract class InputStream { diff --git a/classpath/java/io/InputStreamReader.java b/classpath/java/io/InputStreamReader.java index a318289179..feb9c3df7d 100644 --- a/classpath/java/io/InputStreamReader.java +++ b/classpath/java/io/InputStreamReader.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.io; public class InputStreamReader extends Reader { diff --git a/classpath/java/io/LineNumberReader.java b/classpath/java/io/LineNumberReader.java index f5b393e616..03208d89ce 100644 --- a/classpath/java/io/LineNumberReader.java +++ b/classpath/java/io/LineNumberReader.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.io; public class LineNumberReader extends BufferedReader { diff --git a/classpath/java/io/NotSerializableException.java b/classpath/java/io/NotSerializableException.java index 67cd75160d..8b67fac0d5 100644 --- a/classpath/java/io/NotSerializableException.java +++ b/classpath/java/io/NotSerializableException.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.io; public class NotSerializableException extends ObjectStreamException { diff --git a/classpath/java/io/ObjectInputStream.java b/classpath/java/io/ObjectInputStream.java index 15394c5d0b..001a192a73 100644 --- a/classpath/java/io/ObjectInputStream.java +++ b/classpath/java/io/ObjectInputStream.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.io; import java.util.HashMap; diff --git a/classpath/java/io/ObjectOutputStream.java b/classpath/java/io/ObjectOutputStream.java index 330a3e0c98..42d080f676 100644 --- a/classpath/java/io/ObjectOutputStream.java +++ b/classpath/java/io/ObjectOutputStream.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.io; import java.util.IdentityHashMap; diff --git a/classpath/java/io/ObjectStreamException.java b/classpath/java/io/ObjectStreamException.java index f08ebed675..7cff6e2f84 100644 --- a/classpath/java/io/ObjectStreamException.java +++ b/classpath/java/io/ObjectStreamException.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.io; public class ObjectStreamException extends IOException { diff --git a/classpath/java/io/OutputStream.java b/classpath/java/io/OutputStream.java index 40b288944f..caeccde12c 100644 --- a/classpath/java/io/OutputStream.java +++ b/classpath/java/io/OutputStream.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.io; public abstract class OutputStream { diff --git a/classpath/java/io/OutputStreamWriter.java b/classpath/java/io/OutputStreamWriter.java index 827206db03..ed63ad68e6 100644 --- a/classpath/java/io/OutputStreamWriter.java +++ b/classpath/java/io/OutputStreamWriter.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.io; public class OutputStreamWriter extends Writer { diff --git a/classpath/java/io/PrintStream.java b/classpath/java/io/PrintStream.java index 210130412f..d4aa83eceb 100644 --- a/classpath/java/io/PrintStream.java +++ b/classpath/java/io/PrintStream.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.io; public class PrintStream extends OutputStream { diff --git a/classpath/java/io/PrintWriter.java b/classpath/java/io/PrintWriter.java index b8829de24f..36a2f28eb0 100644 --- a/classpath/java/io/PrintWriter.java +++ b/classpath/java/io/PrintWriter.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.io; public class PrintWriter extends Writer { diff --git a/classpath/java/io/PushbackReader.java b/classpath/java/io/PushbackReader.java index 9981bd1d86..b75e963773 100644 --- a/classpath/java/io/PushbackReader.java +++ b/classpath/java/io/PushbackReader.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.io; public class PushbackReader extends Reader { diff --git a/classpath/java/io/Reader.java b/classpath/java/io/Reader.java index 39737cffdb..acbf42ffd2 100644 --- a/classpath/java/io/Reader.java +++ b/classpath/java/io/Reader.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.io; public abstract class Reader { diff --git a/classpath/java/io/Serializable.java b/classpath/java/io/Serializable.java index 2dab37587f..3b00fbf07e 100644 --- a/classpath/java/io/Serializable.java +++ b/classpath/java/io/Serializable.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.io; public interface Serializable { } diff --git a/classpath/java/io/StreamCorruptedException.java b/classpath/java/io/StreamCorruptedException.java index 2ebb87daf1..938d2c2fff 100644 --- a/classpath/java/io/StreamCorruptedException.java +++ b/classpath/java/io/StreamCorruptedException.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.io; public class StreamCorruptedException extends IOException { diff --git a/classpath/java/io/StringReader.java b/classpath/java/io/StringReader.java index 9c4f1f8a05..eb7735d895 100644 --- a/classpath/java/io/StringReader.java +++ b/classpath/java/io/StringReader.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.io; public class StringReader extends Reader { diff --git a/classpath/java/io/StringWriter.java b/classpath/java/io/StringWriter.java index 583ca199ba..3253266b0c 100644 --- a/classpath/java/io/StringWriter.java +++ b/classpath/java/io/StringWriter.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.io; public class StringWriter extends Writer { diff --git a/classpath/java/io/UnsupportedEncodingException.java b/classpath/java/io/UnsupportedEncodingException.java index 75cc82a29b..a9c2f0577b 100644 --- a/classpath/java/io/UnsupportedEncodingException.java +++ b/classpath/java/io/UnsupportedEncodingException.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.io; public class UnsupportedEncodingException extends IOException { diff --git a/classpath/java/io/Writer.java b/classpath/java/io/Writer.java index aaef3f19ab..f13f4e4b98 100644 --- a/classpath/java/io/Writer.java +++ b/classpath/java/io/Writer.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.io; public abstract class Writer { diff --git a/classpath/java/lang/ArrayIndexOutOfBoundsException.java b/classpath/java/lang/ArrayIndexOutOfBoundsException.java index 2807999837..a2e8e4c634 100644 --- a/classpath/java/lang/ArrayIndexOutOfBoundsException.java +++ b/classpath/java/lang/ArrayIndexOutOfBoundsException.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public class ArrayIndexOutOfBoundsException extends RuntimeException { diff --git a/classpath/java/lang/ArrayStoreException.java b/classpath/java/lang/ArrayStoreException.java index d876941214..e1b727b1ee 100644 --- a/classpath/java/lang/ArrayStoreException.java +++ b/classpath/java/lang/ArrayStoreException.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public class ArrayStoreException extends RuntimeException { diff --git a/classpath/java/lang/Boolean.java b/classpath/java/lang/Boolean.java index 34ea68ee6a..ddd3bec725 100644 --- a/classpath/java/lang/Boolean.java +++ b/classpath/java/lang/Boolean.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public final class Boolean implements Comparable { diff --git a/classpath/java/lang/Byte.java b/classpath/java/lang/Byte.java index 8863b67547..1133d6ec03 100644 --- a/classpath/java/lang/Byte.java +++ b/classpath/java/lang/Byte.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public final class Byte extends Number implements Comparable { diff --git a/classpath/java/lang/Character.java b/classpath/java/lang/Character.java index b5543e9e5c..95115c1ea2 100644 --- a/classpath/java/lang/Character.java +++ b/classpath/java/lang/Character.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public final class Character implements Comparable { diff --git a/classpath/java/lang/Class.java b/classpath/java/lang/Class.java index 59099310dc..b608f8dd38 100644 --- a/classpath/java/lang/Class.java +++ b/classpath/java/lang/Class.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; import java.lang.reflect.Constructor; diff --git a/classpath/java/lang/ClassCastException.java b/classpath/java/lang/ClassCastException.java index 1160942a11..557c3dd49d 100644 --- a/classpath/java/lang/ClassCastException.java +++ b/classpath/java/lang/ClassCastException.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public class ClassCastException extends RuntimeException { diff --git a/classpath/java/lang/ClassLoader.java b/classpath/java/lang/ClassLoader.java index 6dab7a70a5..3a7012ac27 100644 --- a/classpath/java/lang/ClassLoader.java +++ b/classpath/java/lang/ClassLoader.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; import java.io.InputStream; diff --git a/classpath/java/lang/ClassNotFoundException.java b/classpath/java/lang/ClassNotFoundException.java index 9a68dfa54f..e2752a538a 100644 --- a/classpath/java/lang/ClassNotFoundException.java +++ b/classpath/java/lang/ClassNotFoundException.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public class ClassNotFoundException extends Exception { diff --git a/classpath/java/lang/CloneNotSupportedException.java b/classpath/java/lang/CloneNotSupportedException.java index 59d8e9fa05..d858f794c1 100644 --- a/classpath/java/lang/CloneNotSupportedException.java +++ b/classpath/java/lang/CloneNotSupportedException.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public class CloneNotSupportedException extends Exception { diff --git a/classpath/java/lang/Cloneable.java b/classpath/java/lang/Cloneable.java index 523ff2c4aa..d4e42807b0 100644 --- a/classpath/java/lang/Cloneable.java +++ b/classpath/java/lang/Cloneable.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public interface Cloneable { } diff --git a/classpath/java/lang/Comparable.java b/classpath/java/lang/Comparable.java index 36640936f1..d39da6b757 100644 --- a/classpath/java/lang/Comparable.java +++ b/classpath/java/lang/Comparable.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public interface Comparable { diff --git a/classpath/java/lang/Double.java b/classpath/java/lang/Double.java index 58d96b9438..d9dc8314a5 100644 --- a/classpath/java/lang/Double.java +++ b/classpath/java/lang/Double.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public final class Double extends Number { diff --git a/classpath/java/lang/Enum.java b/classpath/java/lang/Enum.java index 8c86db2e13..21485d2625 100644 --- a/classpath/java/lang/Enum.java +++ b/classpath/java/lang/Enum.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; import java.lang.reflect.Method; diff --git a/classpath/java/lang/Error.java b/classpath/java/lang/Error.java index dfce541509..3aa75befb7 100644 --- a/classpath/java/lang/Error.java +++ b/classpath/java/lang/Error.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public class Error extends Throwable { diff --git a/classpath/java/lang/Exception.java b/classpath/java/lang/Exception.java index 5b4f1d47b4..c0c4def9bb 100644 --- a/classpath/java/lang/Exception.java +++ b/classpath/java/lang/Exception.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public class Exception extends Throwable { diff --git a/classpath/java/lang/ExceptionInInitializerError.java b/classpath/java/lang/ExceptionInInitializerError.java index 64026efff3..912e43ba8d 100644 --- a/classpath/java/lang/ExceptionInInitializerError.java +++ b/classpath/java/lang/ExceptionInInitializerError.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public class ExceptionInInitializerError extends Error { diff --git a/classpath/java/lang/Float.java b/classpath/java/lang/Float.java index 88274aa4e9..85e2b54d72 100644 --- a/classpath/java/lang/Float.java +++ b/classpath/java/lang/Float.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public final class Float extends Number { diff --git a/classpath/java/lang/IllegalAccessException.java b/classpath/java/lang/IllegalAccessException.java index 57b0afd726..ef83ebe98b 100644 --- a/classpath/java/lang/IllegalAccessException.java +++ b/classpath/java/lang/IllegalAccessException.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public class IllegalAccessException extends Exception { diff --git a/classpath/java/lang/IllegalArgumentException.java b/classpath/java/lang/IllegalArgumentException.java index 13c8d1d34f..745b3b5329 100644 --- a/classpath/java/lang/IllegalArgumentException.java +++ b/classpath/java/lang/IllegalArgumentException.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public class IllegalArgumentException extends RuntimeException { diff --git a/classpath/java/lang/IllegalMonitorStateException.java b/classpath/java/lang/IllegalMonitorStateException.java index 84f71be13c..08ae5aceb0 100644 --- a/classpath/java/lang/IllegalMonitorStateException.java +++ b/classpath/java/lang/IllegalMonitorStateException.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public class IllegalMonitorStateException extends RuntimeException { diff --git a/classpath/java/lang/IllegalStateException.java b/classpath/java/lang/IllegalStateException.java index c111a55398..4e6b724e43 100644 --- a/classpath/java/lang/IllegalStateException.java +++ b/classpath/java/lang/IllegalStateException.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public class IllegalStateException extends RuntimeException { diff --git a/classpath/java/lang/IllegalThreadStateException.java b/classpath/java/lang/IllegalThreadStateException.java index e579cd2ba8..aac5ae6914 100644 --- a/classpath/java/lang/IllegalThreadStateException.java +++ b/classpath/java/lang/IllegalThreadStateException.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public class IllegalThreadStateException extends IllegalArgumentException { diff --git a/classpath/java/lang/IncompatibleClassChangeError.java b/classpath/java/lang/IncompatibleClassChangeError.java index 88234d574f..873bba9072 100644 --- a/classpath/java/lang/IncompatibleClassChangeError.java +++ b/classpath/java/lang/IncompatibleClassChangeError.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public class IncompatibleClassChangeError extends LinkageError { diff --git a/classpath/java/lang/IndexOutOfBoundsException.java b/classpath/java/lang/IndexOutOfBoundsException.java index 4110743c12..9db09bc215 100644 --- a/classpath/java/lang/IndexOutOfBoundsException.java +++ b/classpath/java/lang/IndexOutOfBoundsException.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public class IndexOutOfBoundsException extends RuntimeException { diff --git a/classpath/java/lang/InheritableThreadLocal.java b/classpath/java/lang/InheritableThreadLocal.java index 826f749cd3..d18ae68483 100644 --- a/classpath/java/lang/InheritableThreadLocal.java +++ b/classpath/java/lang/InheritableThreadLocal.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; import java.util.Map; diff --git a/classpath/java/lang/InstantiationException.java b/classpath/java/lang/InstantiationException.java index fffa241189..5e1c3eac6d 100644 --- a/classpath/java/lang/InstantiationException.java +++ b/classpath/java/lang/InstantiationException.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public class InstantiationException extends Exception { diff --git a/classpath/java/lang/Integer.java b/classpath/java/lang/Integer.java index a39579127c..4e6715c77f 100644 --- a/classpath/java/lang/Integer.java +++ b/classpath/java/lang/Integer.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public final class Integer extends Number implements Comparable { diff --git a/classpath/java/lang/InterruptedException.java b/classpath/java/lang/InterruptedException.java index d9a951e5ed..f293136fd9 100644 --- a/classpath/java/lang/InterruptedException.java +++ b/classpath/java/lang/InterruptedException.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public class InterruptedException extends Exception { diff --git a/classpath/java/lang/Iterable.java b/classpath/java/lang/Iterable.java index 26cc2e112e..f92d8d7c06 100644 --- a/classpath/java/lang/Iterable.java +++ b/classpath/java/lang/Iterable.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; import java.util.Iterator; diff --git a/classpath/java/lang/LinkageError.java b/classpath/java/lang/LinkageError.java index c7716b2b28..d1a0be5bbd 100644 --- a/classpath/java/lang/LinkageError.java +++ b/classpath/java/lang/LinkageError.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public class LinkageError extends Error { diff --git a/classpath/java/lang/Long.java b/classpath/java/lang/Long.java index 013ac883bb..79a765ab58 100644 --- a/classpath/java/lang/Long.java +++ b/classpath/java/lang/Long.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public final class Long extends Number implements Comparable { diff --git a/classpath/java/lang/Math.java b/classpath/java/lang/Math.java index 39636bb190..705bd6f948 100644 --- a/classpath/java/lang/Math.java +++ b/classpath/java/lang/Math.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public final class Math { diff --git a/classpath/java/lang/NegativeArraySizeException.java b/classpath/java/lang/NegativeArraySizeException.java index d1beb1b526..94844c6498 100644 --- a/classpath/java/lang/NegativeArraySizeException.java +++ b/classpath/java/lang/NegativeArraySizeException.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public class NegativeArraySizeException extends RuntimeException { diff --git a/classpath/java/lang/NoClassDefFoundError.java b/classpath/java/lang/NoClassDefFoundError.java index fbfb21be6f..b938116743 100644 --- a/classpath/java/lang/NoClassDefFoundError.java +++ b/classpath/java/lang/NoClassDefFoundError.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public class NoClassDefFoundError extends LinkageError { diff --git a/classpath/java/lang/NoSuchFieldError.java b/classpath/java/lang/NoSuchFieldError.java index 77634a27b6..833eb0378d 100644 --- a/classpath/java/lang/NoSuchFieldError.java +++ b/classpath/java/lang/NoSuchFieldError.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public class NoSuchFieldError extends IncompatibleClassChangeError { diff --git a/classpath/java/lang/NoSuchFieldException.java b/classpath/java/lang/NoSuchFieldException.java index c8bdbf3c11..03b5d931de 100644 --- a/classpath/java/lang/NoSuchFieldException.java +++ b/classpath/java/lang/NoSuchFieldException.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public class NoSuchFieldException extends Exception { diff --git a/classpath/java/lang/NoSuchMethodError.java b/classpath/java/lang/NoSuchMethodError.java index 43672b513d..b11b997335 100644 --- a/classpath/java/lang/NoSuchMethodError.java +++ b/classpath/java/lang/NoSuchMethodError.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public class NoSuchMethodError extends IncompatibleClassChangeError { diff --git a/classpath/java/lang/NoSuchMethodException.java b/classpath/java/lang/NoSuchMethodException.java index 5633f33ce9..8449a2cb70 100644 --- a/classpath/java/lang/NoSuchMethodException.java +++ b/classpath/java/lang/NoSuchMethodException.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public class NoSuchMethodException extends Exception { diff --git a/classpath/java/lang/NullPointerException.java b/classpath/java/lang/NullPointerException.java index 92e2eae934..f356404035 100644 --- a/classpath/java/lang/NullPointerException.java +++ b/classpath/java/lang/NullPointerException.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public class NullPointerException extends RuntimeException { diff --git a/classpath/java/lang/Number.java b/classpath/java/lang/Number.java index 8135a7a26e..1b3d95ffb6 100644 --- a/classpath/java/lang/Number.java +++ b/classpath/java/lang/Number.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public abstract class Number { diff --git a/classpath/java/lang/NumberFormatException.java b/classpath/java/lang/NumberFormatException.java index 57fcba7f6c..d25c55f495 100644 --- a/classpath/java/lang/NumberFormatException.java +++ b/classpath/java/lang/NumberFormatException.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public class NumberFormatException extends IllegalArgumentException { diff --git a/classpath/java/lang/Object.java b/classpath/java/lang/Object.java index 3acb15833a..b902b38060 100644 --- a/classpath/java/lang/Object.java +++ b/classpath/java/lang/Object.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public class Object { diff --git a/classpath/java/lang/OutOfMemoryError.java b/classpath/java/lang/OutOfMemoryError.java index 81e2891b28..50848a9ae4 100644 --- a/classpath/java/lang/OutOfMemoryError.java +++ b/classpath/java/lang/OutOfMemoryError.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public class OutOfMemoryError extends Error { diff --git a/classpath/java/lang/Process.java b/classpath/java/lang/Process.java index 94258a9407..df2f869cbe 100644 --- a/classpath/java/lang/Process.java +++ b/classpath/java/lang/Process.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; import java.io.InputStream; diff --git a/classpath/java/lang/Runnable.java b/classpath/java/lang/Runnable.java index 892ce4b2b5..3eca512d36 100644 --- a/classpath/java/lang/Runnable.java +++ b/classpath/java/lang/Runnable.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public interface Runnable { diff --git a/classpath/java/lang/Runtime.java b/classpath/java/lang/Runtime.java index b9941dd36a..51f15006c7 100644 --- a/classpath/java/lang/Runtime.java +++ b/classpath/java/lang/Runtime.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; import java.io.IOException; diff --git a/classpath/java/lang/RuntimeException.java b/classpath/java/lang/RuntimeException.java index e0930b8c62..f4a333b6cd 100644 --- a/classpath/java/lang/RuntimeException.java +++ b/classpath/java/lang/RuntimeException.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public class RuntimeException extends Exception { diff --git a/classpath/java/lang/SecurityException.java b/classpath/java/lang/SecurityException.java index 4007351a67..d155ceb462 100644 --- a/classpath/java/lang/SecurityException.java +++ b/classpath/java/lang/SecurityException.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public class SecurityException extends RuntimeException { diff --git a/classpath/java/lang/Short.java b/classpath/java/lang/Short.java index bfca752af5..f218bb8cec 100644 --- a/classpath/java/lang/Short.java +++ b/classpath/java/lang/Short.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public final class Short extends Number implements Comparable { diff --git a/classpath/java/lang/StackOverflowError.java b/classpath/java/lang/StackOverflowError.java index cedd18bcaa..c5acc3fb6a 100644 --- a/classpath/java/lang/StackOverflowError.java +++ b/classpath/java/lang/StackOverflowError.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public class StackOverflowError extends Error { diff --git a/classpath/java/lang/StackTraceElement.java b/classpath/java/lang/StackTraceElement.java index 269a686a1b..c26db301f5 100644 --- a/classpath/java/lang/StackTraceElement.java +++ b/classpath/java/lang/StackTraceElement.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public class StackTraceElement { diff --git a/classpath/java/lang/String.java b/classpath/java/lang/String.java index 880b2e14c1..c4c2dbc25e 100644 --- a/classpath/java/lang/String.java +++ b/classpath/java/lang/String.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; import java.io.UnsupportedEncodingException; diff --git a/classpath/java/lang/StringBuffer.java b/classpath/java/lang/StringBuffer.java index bc190f84a1..4992fd1414 100644 --- a/classpath/java/lang/StringBuffer.java +++ b/classpath/java/lang/StringBuffer.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public class StringBuffer { diff --git a/classpath/java/lang/StringBuilder.java b/classpath/java/lang/StringBuilder.java index b0daf77a3d..e2968f9dab 100644 --- a/classpath/java/lang/StringBuilder.java +++ b/classpath/java/lang/StringBuilder.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public class StringBuilder { diff --git a/classpath/java/lang/System.java b/classpath/java/lang/System.java index 989a805298..916c2de478 100644 --- a/classpath/java/lang/System.java +++ b/classpath/java/lang/System.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; import java.io.PrintStream; diff --git a/classpath/java/lang/SystemClassLoader.java b/classpath/java/lang/SystemClassLoader.java index 7a2dd5ea3b..3e936fa040 100644 --- a/classpath/java/lang/SystemClassLoader.java +++ b/classpath/java/lang/SystemClassLoader.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; import java.net.URL; diff --git a/classpath/java/lang/Thread.java b/classpath/java/lang/Thread.java index 3937944d1d..215d825451 100644 --- a/classpath/java/lang/Thread.java +++ b/classpath/java/lang/Thread.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; import java.util.Map; diff --git a/classpath/java/lang/ThreadLocal.java b/classpath/java/lang/ThreadLocal.java index 35003edb22..792c42f96b 100644 --- a/classpath/java/lang/ThreadLocal.java +++ b/classpath/java/lang/ThreadLocal.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; import java.util.Map; diff --git a/classpath/java/lang/Throwable.java b/classpath/java/lang/Throwable.java index e656f16aab..c67590b867 100644 --- a/classpath/java/lang/Throwable.java +++ b/classpath/java/lang/Throwable.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; import java.io.PrintStream; diff --git a/classpath/java/lang/UnsatisfiedLinkError.java b/classpath/java/lang/UnsatisfiedLinkError.java index 840a2f9995..370b15de2b 100644 --- a/classpath/java/lang/UnsatisfiedLinkError.java +++ b/classpath/java/lang/UnsatisfiedLinkError.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public class UnsatisfiedLinkError extends LinkageError { diff --git a/classpath/java/lang/UnsupportedOperationException.java b/classpath/java/lang/UnsupportedOperationException.java index 29acff4929..460e2ecf94 100644 --- a/classpath/java/lang/UnsupportedOperationException.java +++ b/classpath/java/lang/UnsupportedOperationException.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public class UnsupportedOperationException extends RuntimeException { diff --git a/classpath/java/lang/Void.java b/classpath/java/lang/Void.java index 51744b3c4d..89137eea57 100644 --- a/classpath/java/lang/Void.java +++ b/classpath/java/lang/Void.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang; public final class Void { diff --git a/classpath/java/lang/annotation/Annotation.java b/classpath/java/lang/annotation/Annotation.java index cea69c8d4e..b0e0374cb0 100644 --- a/classpath/java/lang/annotation/Annotation.java +++ b/classpath/java/lang/annotation/Annotation.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang.annotation; public interface Annotation { diff --git a/classpath/java/lang/ref/PhantomReference.java b/classpath/java/lang/ref/PhantomReference.java index 4cad8f8141..8f1c186f26 100644 --- a/classpath/java/lang/ref/PhantomReference.java +++ b/classpath/java/lang/ref/PhantomReference.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang.ref; public class PhantomReference extends Reference { diff --git a/classpath/java/lang/ref/Reference.java b/classpath/java/lang/ref/Reference.java index 35a1b2c83a..cdfacb191a 100644 --- a/classpath/java/lang/ref/Reference.java +++ b/classpath/java/lang/ref/Reference.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang.ref; public abstract class Reference { diff --git a/classpath/java/lang/ref/ReferenceQueue.java b/classpath/java/lang/ref/ReferenceQueue.java index 3183882274..46eb1f26ce 100644 --- a/classpath/java/lang/ref/ReferenceQueue.java +++ b/classpath/java/lang/ref/ReferenceQueue.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang.ref; public class ReferenceQueue { diff --git a/classpath/java/lang/ref/WeakReference.java b/classpath/java/lang/ref/WeakReference.java index fbc6fe066e..2371bf602b 100644 --- a/classpath/java/lang/ref/WeakReference.java +++ b/classpath/java/lang/ref/WeakReference.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang.ref; public class WeakReference extends Reference { diff --git a/classpath/java/lang/reflect/AccessibleObject.java b/classpath/java/lang/reflect/AccessibleObject.java index 41783d1255..e9dacd41d8 100644 --- a/classpath/java/lang/reflect/AccessibleObject.java +++ b/classpath/java/lang/reflect/AccessibleObject.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang.reflect; public abstract class AccessibleObject { diff --git a/classpath/java/lang/reflect/Array.java b/classpath/java/lang/reflect/Array.java index 4d8f7c2515..d99f25a2ad 100644 --- a/classpath/java/lang/reflect/Array.java +++ b/classpath/java/lang/reflect/Array.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang.reflect; public final class Array { diff --git a/classpath/java/lang/reflect/Constructor.java b/classpath/java/lang/reflect/Constructor.java index 6b9e20f728..b4254e7c82 100644 --- a/classpath/java/lang/reflect/Constructor.java +++ b/classpath/java/lang/reflect/Constructor.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang.reflect; public class Constructor extends AccessibleObject implements Member { diff --git a/classpath/java/lang/reflect/Field.java b/classpath/java/lang/reflect/Field.java index 2b2bacfbdc..978859ce05 100644 --- a/classpath/java/lang/reflect/Field.java +++ b/classpath/java/lang/reflect/Field.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang.reflect; public class Field extends AccessibleObject { diff --git a/classpath/java/lang/reflect/InvocationTargetException.java b/classpath/java/lang/reflect/InvocationTargetException.java index a67d5c4357..abac51cb43 100644 --- a/classpath/java/lang/reflect/InvocationTargetException.java +++ b/classpath/java/lang/reflect/InvocationTargetException.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang.reflect; public class InvocationTargetException extends Exception { diff --git a/classpath/java/lang/reflect/Member.java b/classpath/java/lang/reflect/Member.java index 2c0cd10384..4654d38875 100644 --- a/classpath/java/lang/reflect/Member.java +++ b/classpath/java/lang/reflect/Member.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang.reflect; public interface Member { diff --git a/classpath/java/lang/reflect/Method.java b/classpath/java/lang/reflect/Method.java index 051309c05c..08a9d23b5f 100644 --- a/classpath/java/lang/reflect/Method.java +++ b/classpath/java/lang/reflect/Method.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang.reflect; public class Method extends AccessibleObject implements Member { diff --git a/classpath/java/lang/reflect/Modifier.java b/classpath/java/lang/reflect/Modifier.java index 2ee03cb651..1373197403 100644 --- a/classpath/java/lang/reflect/Modifier.java +++ b/classpath/java/lang/reflect/Modifier.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.lang.reflect; public final class Modifier { diff --git a/classpath/java/net/InetSocketAddress.java b/classpath/java/net/InetSocketAddress.java index 0d13bb680e..f8fd1c313b 100644 --- a/classpath/java/net/InetSocketAddress.java +++ b/classpath/java/net/InetSocketAddress.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.net; public class InetSocketAddress { diff --git a/classpath/java/net/MalformedURLException.java b/classpath/java/net/MalformedURLException.java index 7c10a3568a..b4f032ac48 100644 --- a/classpath/java/net/MalformedURLException.java +++ b/classpath/java/net/MalformedURLException.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.net; public class MalformedURLException extends Exception { diff --git a/classpath/java/net/URL.java b/classpath/java/net/URL.java index e54468d3a7..4a1f577873 100644 --- a/classpath/java/net/URL.java +++ b/classpath/java/net/URL.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.net; import java.io.IOException; diff --git a/classpath/java/net/URLConnection.java b/classpath/java/net/URLConnection.java index 52d0db3df8..b0c6e8a235 100644 --- a/classpath/java/net/URLConnection.java +++ b/classpath/java/net/URLConnection.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.net; import java.io.IOException; diff --git a/classpath/java/net/URLStreamHandler.java b/classpath/java/net/URLStreamHandler.java index 873c303216..928f0285ba 100644 --- a/classpath/java/net/URLStreamHandler.java +++ b/classpath/java/net/URLStreamHandler.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.net; import java.io.IOException; diff --git a/classpath/java/net/UnknownServiceException.java b/classpath/java/net/UnknownServiceException.java index 58ca4acd3c..30c855ddbf 100644 --- a/classpath/java/net/UnknownServiceException.java +++ b/classpath/java/net/UnknownServiceException.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.net; import java.io.IOException; diff --git a/classpath/java/nio/ByteBuffer.java b/classpath/java/nio/ByteBuffer.java index 52e8a32795..be6b838100 100644 --- a/classpath/java/nio/ByteBuffer.java +++ b/classpath/java/nio/ByteBuffer.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.nio; public class ByteBuffer implements Comparable { diff --git a/classpath/java/nio/ReadOnlyBufferException.java b/classpath/java/nio/ReadOnlyBufferException.java index 799745e3e9..5d104efbf5 100644 --- a/classpath/java/nio/ReadOnlyBufferException.java +++ b/classpath/java/nio/ReadOnlyBufferException.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.nio; public class ReadOnlyBufferException extends UnsupportedOperationException { diff --git a/classpath/java/nio/channels/Channel.java b/classpath/java/nio/channels/Channel.java index ce21549fdb..6c195742b5 100644 --- a/classpath/java/nio/channels/Channel.java +++ b/classpath/java/nio/channels/Channel.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.nio.channels; import java.io.IOException; diff --git a/classpath/java/nio/channels/ReadableByteChannel.java b/classpath/java/nio/channels/ReadableByteChannel.java index cd19ae8186..a910101f28 100644 --- a/classpath/java/nio/channels/ReadableByteChannel.java +++ b/classpath/java/nio/channels/ReadableByteChannel.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.nio.channels; import java.io.IOException; diff --git a/classpath/java/nio/channels/SelectableChannel.java b/classpath/java/nio/channels/SelectableChannel.java index 072d0a5bd6..5ed88904e1 100644 --- a/classpath/java/nio/channels/SelectableChannel.java +++ b/classpath/java/nio/channels/SelectableChannel.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.nio.channels; import java.io.IOException; diff --git a/classpath/java/nio/channels/SelectionKey.java b/classpath/java/nio/channels/SelectionKey.java index 58b433b1ae..6d96ed2422 100644 --- a/classpath/java/nio/channels/SelectionKey.java +++ b/classpath/java/nio/channels/SelectionKey.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.nio.channels; public class SelectionKey { diff --git a/classpath/java/nio/channels/Selector.java b/classpath/java/nio/channels/Selector.java index f60d01c28a..faf7125252 100644 --- a/classpath/java/nio/channels/Selector.java +++ b/classpath/java/nio/channels/Selector.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.nio.channels; import java.io.IOException; diff --git a/classpath/java/nio/channels/ServerSocketChannel.java b/classpath/java/nio/channels/ServerSocketChannel.java index 0123066e66..178060b200 100644 --- a/classpath/java/nio/channels/ServerSocketChannel.java +++ b/classpath/java/nio/channels/ServerSocketChannel.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.nio.channels; import java.net.InetSocketAddress; diff --git a/classpath/java/nio/channels/SocketChannel.java b/classpath/java/nio/channels/SocketChannel.java index 1dd41db4f3..932085b8ea 100644 --- a/classpath/java/nio/channels/SocketChannel.java +++ b/classpath/java/nio/channels/SocketChannel.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.nio.channels; import java.io.IOException; diff --git a/classpath/java/nio/channels/SocketSelector.java b/classpath/java/nio/channels/SocketSelector.java index 595a832f7f..3e63e42feb 100644 --- a/classpath/java/nio/channels/SocketSelector.java +++ b/classpath/java/nio/channels/SocketSelector.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.nio.channels; import java.io.IOException; diff --git a/classpath/java/nio/channels/WritableByteChannel.java b/classpath/java/nio/channels/WritableByteChannel.java index d604ef781b..a6724eeb7b 100644 --- a/classpath/java/nio/channels/WritableByteChannel.java +++ b/classpath/java/nio/channels/WritableByteChannel.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.nio.channels; import java.io.IOException; diff --git a/classpath/java/text/DateFormatSymbols.java b/classpath/java/text/DateFormatSymbols.java index b654ed6e27..f70d5d2178 100644 --- a/classpath/java/text/DateFormatSymbols.java +++ b/classpath/java/text/DateFormatSymbols.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.text; public class DateFormatSymbols { diff --git a/classpath/java/text/FieldPosition.java b/classpath/java/text/FieldPosition.java index ecbcbe493f..1e3a1359b4 100644 --- a/classpath/java/text/FieldPosition.java +++ b/classpath/java/text/FieldPosition.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.text; public class FieldPosition { diff --git a/classpath/java/text/Format.java b/classpath/java/text/Format.java index 43c8b859e3..a257fb91b4 100644 --- a/classpath/java/text/Format.java +++ b/classpath/java/text/Format.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.text; public abstract class Format { diff --git a/classpath/java/text/MessageFormat.java b/classpath/java/text/MessageFormat.java index fcfed44361..ad64838a61 100644 --- a/classpath/java/text/MessageFormat.java +++ b/classpath/java/text/MessageFormat.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.text; import java.util.Locale; diff --git a/classpath/java/util/ArrayList.java b/classpath/java/util/ArrayList.java index 1c3112e8e5..f8d3ba8ab1 100644 --- a/classpath/java/util/ArrayList.java +++ b/classpath/java/util/ArrayList.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util; public class ArrayList implements List { diff --git a/classpath/java/util/Arrays.java b/classpath/java/util/Arrays.java index c4675e7df0..dd2aba24b7 100644 --- a/classpath/java/util/Arrays.java +++ b/classpath/java/util/Arrays.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util; public class Arrays { diff --git a/classpath/java/util/Calendar.java b/classpath/java/util/Calendar.java index 3ba0e2da60..8d81716253 100644 --- a/classpath/java/util/Calendar.java +++ b/classpath/java/util/Calendar.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util; public abstract class Calendar { diff --git a/classpath/java/util/Cell.java b/classpath/java/util/Cell.java index 4cd6ec593a..4903a80a8b 100644 --- a/classpath/java/util/Cell.java +++ b/classpath/java/util/Cell.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util; public class Cell { diff --git a/classpath/java/util/Collection.java b/classpath/java/util/Collection.java index 009e4d3fd6..5ce1105811 100644 --- a/classpath/java/util/Collection.java +++ b/classpath/java/util/Collection.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util; public interface Collection extends Iterable { diff --git a/classpath/java/util/Collections.java b/classpath/java/util/Collections.java index 61804ddd00..afcc38391b 100644 --- a/classpath/java/util/Collections.java +++ b/classpath/java/util/Collections.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util; public class Collections { diff --git a/classpath/java/util/Comparator.java b/classpath/java/util/Comparator.java index b7d84cda37..dff6d3cddc 100644 --- a/classpath/java/util/Comparator.java +++ b/classpath/java/util/Comparator.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util; public interface Comparator { diff --git a/classpath/java/util/Date.java b/classpath/java/util/Date.java index 6dc0372d96..b81bf4459d 100644 --- a/classpath/java/util/Date.java +++ b/classpath/java/util/Date.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util; public class Date { diff --git a/classpath/java/util/Enumeration.java b/classpath/java/util/Enumeration.java index 26399b5f43..89749a0fdc 100644 --- a/classpath/java/util/Enumeration.java +++ b/classpath/java/util/Enumeration.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util; public interface Enumeration { diff --git a/classpath/java/util/EventListener.java b/classpath/java/util/EventListener.java index cf6d580b9b..f62b227da2 100644 --- a/classpath/java/util/EventListener.java +++ b/classpath/java/util/EventListener.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util; public interface EventListener { diff --git a/classpath/java/util/EventObject.java b/classpath/java/util/EventObject.java index be9a8d03d3..276ea9779e 100644 --- a/classpath/java/util/EventObject.java +++ b/classpath/java/util/EventObject.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util; public class EventObject { diff --git a/classpath/java/util/HashMap.java b/classpath/java/util/HashMap.java index 91daef790c..b94bb54fd3 100644 --- a/classpath/java/util/HashMap.java +++ b/classpath/java/util/HashMap.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util; public class HashMap implements Map { diff --git a/classpath/java/util/HashSet.java b/classpath/java/util/HashSet.java index 48f6e1da63..30207e61e1 100644 --- a/classpath/java/util/HashSet.java +++ b/classpath/java/util/HashSet.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util; public class HashSet implements Set { diff --git a/classpath/java/util/Hashtable.java b/classpath/java/util/Hashtable.java index 620e9a074e..8ae75941a3 100644 --- a/classpath/java/util/Hashtable.java +++ b/classpath/java/util/Hashtable.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util; public class Hashtable implements Map { diff --git a/classpath/java/util/IdentityHashMap.java b/classpath/java/util/IdentityHashMap.java index 779cb2c2ff..7a86c5a192 100644 --- a/classpath/java/util/IdentityHashMap.java +++ b/classpath/java/util/IdentityHashMap.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util; public class IdentityHashMap implements Map { diff --git a/classpath/java/util/Iterator.java b/classpath/java/util/Iterator.java index c0e611d5af..9e49e0ec0e 100644 --- a/classpath/java/util/Iterator.java +++ b/classpath/java/util/Iterator.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util; public interface Iterator { diff --git a/classpath/java/util/LinkedList.java b/classpath/java/util/LinkedList.java index 7d98ef847c..17e9ed24b7 100644 --- a/classpath/java/util/LinkedList.java +++ b/classpath/java/util/LinkedList.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util; public class LinkedList implements List { diff --git a/classpath/java/util/List.java b/classpath/java/util/List.java index 40de8330cd..9c997daffa 100644 --- a/classpath/java/util/List.java +++ b/classpath/java/util/List.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util; public interface List extends Collection { diff --git a/classpath/java/util/ListIterator.java b/classpath/java/util/ListIterator.java index 126a00b716..2a5cd1793d 100644 --- a/classpath/java/util/ListIterator.java +++ b/classpath/java/util/ListIterator.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util; public interface ListIterator extends Iterator { diff --git a/classpath/java/util/Locale.java b/classpath/java/util/Locale.java index 4ff08dea6b..b552d8d311 100644 --- a/classpath/java/util/Locale.java +++ b/classpath/java/util/Locale.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util; public class Locale { diff --git a/classpath/java/util/Map.java b/classpath/java/util/Map.java index 218665970a..0b5fa550b2 100644 --- a/classpath/java/util/Map.java +++ b/classpath/java/util/Map.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util; public interface Map { diff --git a/classpath/java/util/MissingResourceException.java b/classpath/java/util/MissingResourceException.java index 59df882915..2cfe94a3bf 100644 --- a/classpath/java/util/MissingResourceException.java +++ b/classpath/java/util/MissingResourceException.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util; public class MissingResourceException extends RuntimeException { diff --git a/classpath/java/util/NoSuchElementException.java b/classpath/java/util/NoSuchElementException.java index cf7e19d7f4..9d7239ba60 100644 --- a/classpath/java/util/NoSuchElementException.java +++ b/classpath/java/util/NoSuchElementException.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util; public class NoSuchElementException extends RuntimeException { diff --git a/classpath/java/util/PersistentSet.java b/classpath/java/util/PersistentSet.java index a8062d6c78..3cbe4431f4 100644 --- a/classpath/java/util/PersistentSet.java +++ b/classpath/java/util/PersistentSet.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util; public class PersistentSet implements Iterable { diff --git a/classpath/java/util/Properties.java b/classpath/java/util/Properties.java index 207f6f577c..06c3b0b07b 100644 --- a/classpath/java/util/Properties.java +++ b/classpath/java/util/Properties.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util; import java.io.InputStream; diff --git a/classpath/java/util/PropertyResourceBundle.java b/classpath/java/util/PropertyResourceBundle.java index 121aed826e..b299a08026 100644 --- a/classpath/java/util/PropertyResourceBundle.java +++ b/classpath/java/util/PropertyResourceBundle.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util; import java.io.InputStream; diff --git a/classpath/java/util/Random.java b/classpath/java/util/Random.java index f5388ae400..d00bc79bcf 100644 --- a/classpath/java/util/Random.java +++ b/classpath/java/util/Random.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util; public class Random { diff --git a/classpath/java/util/ResourceBundle.java b/classpath/java/util/ResourceBundle.java index 3a1225d941..cc80a2a957 100644 --- a/classpath/java/util/ResourceBundle.java +++ b/classpath/java/util/ResourceBundle.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util; import java.lang.reflect.Method; diff --git a/classpath/java/util/Set.java b/classpath/java/util/Set.java index e48d1f1148..2ac227b70b 100644 --- a/classpath/java/util/Set.java +++ b/classpath/java/util/Set.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util; public interface Set extends Collection { diff --git a/classpath/java/util/Stack.java b/classpath/java/util/Stack.java index 3f3d6ad69d..c44462fba3 100644 --- a/classpath/java/util/Stack.java +++ b/classpath/java/util/Stack.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util; public class Stack extends Vector { diff --git a/classpath/java/util/StringTokenizer.java b/classpath/java/util/StringTokenizer.java index c39b22a884..d9a6db2246 100644 --- a/classpath/java/util/StringTokenizer.java +++ b/classpath/java/util/StringTokenizer.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util; public class StringTokenizer implements Enumeration { diff --git a/classpath/java/util/TreeSet.java b/classpath/java/util/TreeSet.java index 7f4eb64206..5deaca8cef 100644 --- a/classpath/java/util/TreeSet.java +++ b/classpath/java/util/TreeSet.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util; public class TreeSet implements Collection { diff --git a/classpath/java/util/Vector.java b/classpath/java/util/Vector.java index 8b8a9970ab..138cfbd665 100644 --- a/classpath/java/util/Vector.java +++ b/classpath/java/util/Vector.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util; public class Vector implements List { diff --git a/classpath/java/util/WeakHashMap.java b/classpath/java/util/WeakHashMap.java index a6a36779f3..1618d58907 100644 --- a/classpath/java/util/WeakHashMap.java +++ b/classpath/java/util/WeakHashMap.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util; import java.lang.ref.ReferenceQueue; diff --git a/classpath/java/util/logging/Handler.java b/classpath/java/util/logging/Handler.java index b152d109ab..489035071c 100644 --- a/classpath/java/util/logging/Handler.java +++ b/classpath/java/util/logging/Handler.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util.logging; public class Handler { diff --git a/classpath/java/util/logging/Level.java b/classpath/java/util/logging/Level.java index 3c41f3d97a..bd32cbb1fc 100644 --- a/classpath/java/util/logging/Level.java +++ b/classpath/java/util/logging/Level.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util.logging; public class Level { diff --git a/classpath/java/util/logging/LogRecord.java b/classpath/java/util/logging/LogRecord.java index 645b03ca9a..8b67be993b 100644 --- a/classpath/java/util/logging/LogRecord.java +++ b/classpath/java/util/logging/LogRecord.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util.logging; public class LogRecord { diff --git a/classpath/java/util/logging/Logger.java b/classpath/java/util/logging/Logger.java index 977094aa0a..e8bb35afd7 100644 --- a/classpath/java/util/logging/Logger.java +++ b/classpath/java/util/logging/Logger.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util.logging; import java.lang.reflect.Method; diff --git a/classpath/java/util/zip/DataFormatException.java b/classpath/java/util/zip/DataFormatException.java index fe5a9fd99d..0a48a54a21 100644 --- a/classpath/java/util/zip/DataFormatException.java +++ b/classpath/java/util/zip/DataFormatException.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util.zip; public class DataFormatException extends Exception { diff --git a/classpath/java/util/zip/Inflater.java b/classpath/java/util/zip/Inflater.java index 39b3187689..edb1336ed8 100644 --- a/classpath/java/util/zip/Inflater.java +++ b/classpath/java/util/zip/Inflater.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util.zip; public class Inflater { diff --git a/classpath/java/util/zip/InflaterInputStream.java b/classpath/java/util/zip/InflaterInputStream.java index fc2ec82942..f453fbb9a8 100644 --- a/classpath/java/util/zip/InflaterInputStream.java +++ b/classpath/java/util/zip/InflaterInputStream.java @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + package java.util.zip; import java.io.InputStream; diff --git a/classpath/jni-util.h b/classpath/jni-util.h index 00778c85cd..e9308a5f1b 100644 --- a/classpath/jni-util.h +++ b/classpath/jni-util.h @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #ifndef JNI_UTIL #define JNI_UTIL diff --git a/license.txt b/license.txt new file mode 100644 index 0000000000..dd8f3b2030 --- /dev/null +++ b/license.txt @@ -0,0 +1,13 @@ +Copyright (c) 2008, Avian Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/makefile b/makefile index e4d31bfe01..fef9f82854 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,6 @@ MAKEFLAGS = -s -name = vm +name = avian build-arch = $(shell uname -m) ifeq ($(build-arch),i586) diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000000..754d54530a --- /dev/null +++ b/readme.txt @@ -0,0 +1,40 @@ +Quick Start +----------- + + $ make + $ build/linux-i386-compile-fast/avian -cp build/test Hello + + +Supported Platforms +------------------- + +Avian can currently target the following platforms: + + Linux (i386 and x86_64) + Win32 (i386) + Mac OS X (i386) + +The Win32 port may be built on Linux using a MinGW cross compiler and +build environment. Builds on MSYS or Cygwin are not yet supported, +but patches to enable them are welcome. + + +Building +-------- + + $ make platform={linux,windows,darwin} arch={i386,x86_64} \ + process={compile,interpret} mode={debug,fast} + +The default values of the build flags are as follows: + + platform=$(uname -s | tr [:upper:] [:lower:]) + arch=$(uname -m) + mode=fast + process=compile + + +Installing +---------- + + $ cp build/${platform}-${arch}-${process}-${mode}/avian ~/bin/ + $ cp build/${platform}-${arch}-${process}-${mode}/libavian.a ~/lib/ diff --git a/src/allocator.h b/src/allocator.h index 6c0c75c47a..d2fa25c9b1 100644 --- a/src/allocator.h +++ b/src/allocator.h @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #ifndef ALLOCATOR_H #define ALLOCATOR_H diff --git a/src/binaryToMacho.cpp b/src/binaryToMacho.cpp index f76e65ab77..0e99e71fbb 100644 --- a/src/binaryToMacho.cpp +++ b/src/binaryToMacho.cpp @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #include "stdint.h" #include "stdio.h" #include "string.h" diff --git a/src/builtin.cpp b/src/builtin.cpp index ff41ca2e9d..d3b595b761 100644 --- a/src/builtin.cpp +++ b/src/builtin.cpp @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #include "machine.h" #include "constants.h" #include "processor.h" diff --git a/src/common.h b/src/common.h index 395aa33dd4..1db2bd4189 100644 --- a/src/common.h +++ b/src/common.h @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #ifndef COMMON_H #define COMMON_H diff --git a/src/compile.S b/src/compile.S index 3464784fa6..c19e6f484f 100644 --- a/src/compile.S +++ b/src/compile.S @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #include "types.h" .text diff --git a/src/compile.cpp b/src/compile.cpp index 91fe83ce81..bc4a910897 100644 --- a/src/compile.cpp +++ b/src/compile.cpp @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #include "machine.h" #include "util.h" #include "vector.h" diff --git a/src/compiler.cpp b/src/compiler.cpp index 7323668644..6aa3dad373 100644 --- a/src/compiler.cpp +++ b/src/compiler.cpp @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #include "compiler.h" #include "vector.h" #include "zone.h" diff --git a/src/compiler.h b/src/compiler.h index 6aa129b325..3db925318f 100644 --- a/src/compiler.h +++ b/src/compiler.h @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #ifndef COMPILER_H #define COMPILER_H diff --git a/src/compiler2.cpp b/src/compiler2.cpp index af7a486c5e..f8c68af594 100644 --- a/src/compiler2.cpp +++ b/src/compiler2.cpp @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #include "compiler2.h" #include "assembler.h" diff --git a/src/compiler2.h b/src/compiler2.h index 3847877889..d5209f5d7f 100644 --- a/src/compiler2.h +++ b/src/compiler2.h @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #ifndef COMPILER_H #define COMPILER_H diff --git a/src/constants.h b/src/constants.h index ec1c836b89..dec9da9d13 100644 --- a/src/constants.h +++ b/src/constants.h @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #ifndef CONSTANTS_H #define CONSTANTS_H diff --git a/src/finder.cpp b/src/finder.cpp index dc0144a895..b8175c881a 100644 --- a/src/finder.cpp +++ b/src/finder.cpp @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #include "zlib-custom.h" #include "system.h" #include "finder.h" diff --git a/src/finder.h b/src/finder.h index e53d73a88c..e9022d17d9 100644 --- a/src/finder.h +++ b/src/finder.h @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #ifndef FINDER_H #define FINDER_H diff --git a/src/heap.cpp b/src/heap.cpp index ea067585ea..b442a40344 100644 --- a/src/heap.cpp +++ b/src/heap.cpp @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #include "heap.h" #include "system.h" #include "common.h" diff --git a/src/heap.h b/src/heap.h index 3438070190..af19a00158 100644 --- a/src/heap.h +++ b/src/heap.h @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #ifndef HEAP_H #define HEAP_H diff --git a/src/interpret.cpp b/src/interpret.cpp index ce78ad9248..16a040b87c 100644 --- a/src/interpret.cpp +++ b/src/interpret.cpp @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #include "common.h" #include "system.h" #include "constants.h" diff --git a/src/jnienv.cpp b/src/jnienv.cpp index 00f6342e69..7838cb2c30 100644 --- a/src/jnienv.cpp +++ b/src/jnienv.cpp @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #include "jnienv.h" #include "machine.h" #include "util.h" diff --git a/src/jnienv.h b/src/jnienv.h index eef7c32ff8..5b8c46685b 100644 --- a/src/jnienv.h +++ b/src/jnienv.h @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #ifndef JNIENV_H #define JNIENV_H diff --git a/src/machine.cpp b/src/machine.cpp index eefbdf43b9..82f834db50 100644 --- a/src/machine.cpp +++ b/src/machine.cpp @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #include "jnienv.h" #include "machine.h" #include "util.h" diff --git a/src/machine.h b/src/machine.h index e8b36f3dda..6e9ff42a01 100644 --- a/src/machine.h +++ b/src/machine.h @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #ifndef MACHINE_H #define MACHINE_H diff --git a/src/main.cpp b/src/main.cpp index a2617fa44e..e52f4edcf5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #include "stdlib.h" #include "stdio.h" #include "string.h" diff --git a/src/posix.cpp b/src/posix.cpp index 635c7c088d..fa9140e2dd 100644 --- a/src/posix.cpp +++ b/src/posix.cpp @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #ifdef __APPLE__ #include "CoreFoundation/CoreFoundation.h" #undef assert diff --git a/src/process.cpp b/src/process.cpp index 87ff6c8f25..915cbba0db 100644 --- a/src/process.cpp +++ b/src/process.cpp @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #include "process.h" using namespace vm; diff --git a/src/process.h b/src/process.h index 778ba43693..46ff7d585d 100644 --- a/src/process.h +++ b/src/process.h @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #ifndef PROCESS_H #define PROCESS_H diff --git a/src/processor.h b/src/processor.h index 233d8e5996..bb602d141a 100644 --- a/src/processor.h +++ b/src/processor.h @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #ifndef PROCESSOR_H #define PROCESSOR_H diff --git a/src/stream.h b/src/stream.h index 96c23fb594..c740d082b1 100644 --- a/src/stream.h +++ b/src/stream.h @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #ifndef STREAM_H #define STREAM_H diff --git a/src/system.h b/src/system.h index 2f06357cbf..3b45b1b168 100644 --- a/src/system.h +++ b/src/system.h @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #ifndef SYSTEM_H #define SYSTEM_H diff --git a/src/type-generator.cpp b/src/type-generator.cpp index fd71393c7c..4aca763bc6 100644 --- a/src/type-generator.cpp +++ b/src/type-generator.cpp @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #include "stdlib.h" #include "stdio.h" #include "stdint.h" diff --git a/src/types.h b/src/types.h index dd3e09f8a2..5b396106b5 100644 --- a/src/types.h +++ b/src/types.h @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #ifndef TYPES_H #define TYPES_H diff --git a/src/util.cpp b/src/util.cpp index 76cd74069c..e88b181ffa 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #include "util.h" using namespace vm; diff --git a/src/util.h b/src/util.h index 1d32e33fcc..4d74aa7d9e 100644 --- a/src/util.h +++ b/src/util.h @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #ifndef UTIL_H #define UTIL_H diff --git a/src/vector.h b/src/vector.h index bcf4776df8..6a855172dc 100644 --- a/src/vector.h +++ b/src/vector.h @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #ifndef VECTOR_H #define VECTOR_H diff --git a/src/windows.cpp b/src/windows.cpp index 50b012fa06..af375437f8 100644 --- a/src/windows.cpp +++ b/src/windows.cpp @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #include "sys/stat.h" #include "windows.h" diff --git a/src/x86.S b/src/x86.S index f6d2025303..4515fb5efc 100644 --- a/src/x86.S +++ b/src/x86.S @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #include "types.h" .text diff --git a/src/x86.cpp b/src/x86.cpp index 79fdd0ad6c..e2fa18b945 100644 --- a/src/x86.cpp +++ b/src/x86.cpp @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #include "assembler.h" #include "vector.h" diff --git a/src/x86.h b/src/x86.h index 0987ce0993..3174af4bd3 100644 --- a/src/x86.h +++ b/src/x86.h @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #ifndef X86_H #define X86_H diff --git a/src/zlib-custom.h b/src/zlib-custom.h index 5f8cdb3c32..0517fc30fb 100644 --- a/src/zlib-custom.h +++ b/src/zlib-custom.h @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #include "zlib.h" #ifdef inflateInit2 diff --git a/src/zone.h b/src/zone.h index bd28017e57..2bdf0712c0 100644 --- a/src/zone.h +++ b/src/zone.h @@ -1,3 +1,13 @@ +/* Copyright (c) 2008, Avian Contributors + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + There is NO WARRANTY for this software. See license.txt for + details. */ + #ifndef ZONE_H #define ZONE_H