From: adam Date: Tue, 4 Jan 2005 22:59:34 +0000 (+0000) Subject: licensing cleanup (GPLv2) X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=commitdiff_plain;h=76b21655a0710caf4f972c107a3ab991032d7e10 licensing cleanup (GPLv2) darcs-hash:20050104225934-5007d-892bc732b1a37eb32350d6ad4559a09e8f9d635a.gz --- diff --git a/src/gnu/gcj/RawData.java b/src/gnu/gcj/RawData.java index 3293970..9a67854 100644 --- a/src/gnu/gcj/RawData.java +++ b/src/gnu/gcj/RawData.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + package gnu.gcj; public class RawData { } diff --git a/src/org/ibex/core/Box.java b/src/org/ibex/core/Box.java index 677fe0c..a4e95f5 100644 --- a/src/org/ibex/core/Box.java +++ b/src/org/ibex/core/Box.java @@ -1,5 +1,8 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + // FIXME -// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] package org.ibex.core; // FIXME: are traps on x/y meaningful? diff --git a/src/org/ibex/core/Ibex.java b/src/org/ibex/core/Ibex.java index 28a0ab7..270e138 100644 --- a/src/org/ibex/core/Ibex.java +++ b/src/org/ibex/core/Ibex.java @@ -1,4 +1,7 @@ -// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.core; import java.io.*; diff --git a/src/org/ibex/core/LocalStorage.java b/src/org/ibex/core/LocalStorage.java index b523d24..07b2a88 100644 --- a/src/org/ibex/core/LocalStorage.java +++ b/src/org/ibex/core/LocalStorage.java @@ -1,4 +1,7 @@ -// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.core; import java.io.*; diff --git a/src/org/ibex/core/Main.java b/src/org/ibex/core/Main.java index a18af50..d925bc0 100644 --- a/src/org/ibex/core/Main.java +++ b/src/org/ibex/core/Main.java @@ -1,4 +1,7 @@ -// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.core; import java.net.*; diff --git a/src/org/ibex/core/Scheduler.java b/src/org/ibex/core/Scheduler.java index f6c0774..ee44c43 100644 --- a/src/org/ibex/core/Scheduler.java +++ b/src/org/ibex/core/Scheduler.java @@ -1,4 +1,7 @@ -// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.core; import java.io.IOException; diff --git a/src/org/ibex/core/Stream.java b/src/org/ibex/core/Stream.java index a17c9b8..83d4d1b 100644 --- a/src/org/ibex/core/Stream.java +++ b/src/org/ibex/core/Stream.java @@ -1,4 +1,7 @@ -// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.core; import java.io.*; diff --git a/src/org/ibex/core/Template.java b/src/org/ibex/core/Template.java index a3d0e4e..249ba11 100644 --- a/src/org/ibex/core/Template.java +++ b/src/org/ibex/core/Template.java @@ -1,4 +1,7 @@ -// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.core; import java.io.*; diff --git a/src/org/ibex/graphics/Affine.java b/src/org/ibex/graphics/Affine.java index 1b47071..027f048 100644 --- a/src/org/ibex/graphics/Affine.java +++ b/src/org/ibex/graphics/Affine.java @@ -1,5 +1,8 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + // FIXME -// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] package org.ibex.graphics; import java.util.*; diff --git a/src/org/ibex/graphics/Color.java b/src/org/ibex/graphics/Color.java index f12e433..dce2a8d 100644 --- a/src/org/ibex/graphics/Color.java +++ b/src/org/ibex/graphics/Color.java @@ -1,4 +1,7 @@ -// Copyright 2002 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.graphics; import java.util.*; import org.ibex.util.*; diff --git a/src/org/ibex/graphics/Font.java b/src/org/ibex/graphics/Font.java index 619e5b7..8d525fb 100644 --- a/src/org/ibex/graphics/Font.java +++ b/src/org/ibex/graphics/Font.java @@ -1,4 +1,7 @@ -// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.graphics; import org.ibex.util.*; import java.io.*; diff --git a/src/org/ibex/graphics/HTML.java b/src/org/ibex/graphics/HTML.java index e34704e..e8c4799 100644 --- a/src/org/ibex/graphics/HTML.java +++ b/src/org/ibex/graphics/HTML.java @@ -1,4 +1,7 @@ -// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.graphics; import java.util.*; diff --git a/src/org/ibex/graphics/MSPack.java b/src/org/ibex/graphics/MSPack.java index 971bf79..36de110 100644 --- a/src/org/ibex/graphics/MSPack.java +++ b/src/org/ibex/graphics/MSPack.java @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.graphics; import org.ibex.core.Main; diff --git a/src/org/ibex/graphics/Paint.java b/src/org/ibex/graphics/Paint.java index 46c43ee..9949082 100644 --- a/src/org/ibex/graphics/Paint.java +++ b/src/org/ibex/graphics/Paint.java @@ -1,5 +1,8 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + // FIXME -// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] package org.ibex.graphics; import java.util.*; diff --git a/src/org/ibex/graphics/Path.java b/src/org/ibex/graphics/Path.java index 7557209..1e5c79f 100644 --- a/src/org/ibex/graphics/Path.java +++ b/src/org/ibex/graphics/Path.java @@ -1,5 +1,8 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + // FIXME -// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] package org.ibex.graphics; import java.util.*; diff --git a/src/org/ibex/graphics/Picture.java b/src/org/ibex/graphics/Picture.java index ed0e8a9..3c9b22c 100644 --- a/src/org/ibex/graphics/Picture.java +++ b/src/org/ibex/graphics/Picture.java @@ -1,4 +1,7 @@ -// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.graphics; import java.io.*; import org.ibex.js.*; diff --git a/src/org/ibex/graphics/PixelBuffer.java b/src/org/ibex/graphics/PixelBuffer.java index 6107f71..5e9821b 100644 --- a/src/org/ibex/graphics/PixelBuffer.java +++ b/src/org/ibex/graphics/PixelBuffer.java @@ -1,4 +1,7 @@ -// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.graphics; /** diff --git a/src/org/ibex/graphics/SVG.java b/src/org/ibex/graphics/SVG.java index 90311a6..1992170 100644 --- a/src/org/ibex/graphics/SVG.java +++ b/src/org/ibex/graphics/SVG.java @@ -1,4 +1,7 @@ -// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.graphics; import java.util.*; diff --git a/src/org/ibex/graphics/Surface.java b/src/org/ibex/graphics/Surface.java index 3697878..ced451a 100644 --- a/src/org/ibex/graphics/Surface.java +++ b/src/org/ibex/graphics/Surface.java @@ -1,4 +1,7 @@ -// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.graphics; import org.ibex.js.*; diff --git a/src/org/ibex/plat/AWT.java b/src/org/ibex/plat/AWT.java index fc08b1d..0f6143a 100644 --- a/src/org/ibex/plat/AWT.java +++ b/src/org/ibex/plat/AWT.java @@ -1,4 +1,7 @@ -// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.plat; import org.ibex.util.*; diff --git a/src/org/ibex/plat/Darwin.cc b/src/org/ibex/plat/Darwin.cc index 4a3eea6..a35ba3a 100644 --- a/src/org/ibex/plat/Darwin.cc +++ b/src/org/ibex/plat/Darwin.cc @@ -1,4 +1,7 @@ -// Copyright 2003 Adam Megacz, see the COPYING file for licensing [LGPL] +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + // Authors: Brian Alliet and Evan Jones #ifndef __APPLE_CC__ #define FSF_GCC diff --git a/src/org/ibex/plat/Darwin.java b/src/org/ibex/plat/Darwin.java index 2735182..03eca37 100644 --- a/src/org/ibex/plat/Darwin.java +++ b/src/org/ibex/plat/Darwin.java @@ -1,4 +1,7 @@ -// Copyright 2004 Adam Megacz, see the COPYING file for licensing [LGPL] +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + // Authors: Brian Alliet and Evan Jones package org.ibex.plat; diff --git a/src/org/ibex/plat/GCJ.cc b/src/org/ibex/plat/GCJ.cc index 73e7851..0173e0a 100644 --- a/src/org/ibex/plat/GCJ.cc +++ b/src/org/ibex/plat/GCJ.cc @@ -1,4 +1,6 @@ -// Copyright 2002 Adam Megacz, see the COPYING file for licensing [LGPL] +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. // Inclusions ///////////////////////////////////////////////////////// diff --git a/src/org/ibex/plat/GCJ.java b/src/org/ibex/plat/GCJ.java index c1b67cd..6f51689 100644 --- a/src/org/ibex/plat/GCJ.java +++ b/src/org/ibex/plat/GCJ.java @@ -1,4 +1,7 @@ -// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.plat; import org.ibex.util.*; diff --git a/src/org/ibex/plat/JVM.java b/src/org/ibex/plat/JVM.java index 4bc76c5..80a9ec2 100644 --- a/src/org/ibex/plat/JVM.java +++ b/src/org/ibex/plat/JVM.java @@ -1,4 +1,7 @@ -// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.plat; import org.ibex.graphics.*; diff --git a/src/org/ibex/plat/Java2.java b/src/org/ibex/plat/Java2.java index f575b32..5129f64 100644 --- a/src/org/ibex/plat/Java2.java +++ b/src/org/ibex/plat/Java2.java @@ -1,4 +1,7 @@ -// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.plat; import java.awt.*; diff --git a/src/org/ibex/plat/Linux.cc b/src/org/ibex/plat/Linux.cc index 37118c3..82d53f9 100644 --- a/src/org/ibex/plat/Linux.cc +++ b/src/org/ibex/plat/Linux.cc @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + // IMPORTANT: inclusion order: always include gcjh'ed headers first, then superclass cc's, then system headers #undef file #include diff --git a/src/org/ibex/plat/Linux.java b/src/org/ibex/plat/Linux.java index 5e5ebb3..1608283 100644 --- a/src/org/ibex/plat/Linux.java +++ b/src/org/ibex/plat/Linux.java @@ -1,4 +1,7 @@ -// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.plat; import org.ibex.graphics.*; diff --git a/src/org/ibex/plat/OpenGL.cc b/src/org/ibex/plat/OpenGL.cc index 1f79649..ada1498 100644 --- a/src/org/ibex/plat/OpenGL.cc +++ b/src/org/ibex/plat/OpenGL.cc @@ -1,4 +1,7 @@ -// Copyright 2003 Adam Megacz, see the COPYING file for licensing [LGPL] +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + // Author: Brian Alliet // IMPROVMENT: use alpha testing? might be faster diff --git a/src/org/ibex/plat/OpenGL.java b/src/org/ibex/plat/OpenGL.java index c5be9bf..eee8c21 100644 --- a/src/org/ibex/plat/OpenGL.java +++ b/src/org/ibex/plat/OpenGL.java @@ -1,4 +1,7 @@ -// Copyright 2004 Adam Megacz, see the COPYING file for licensing [LGPL] +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + // Author: Brian Alliet package org.ibex.plat; diff --git a/src/org/ibex/plat/POSIX.cc b/src/org/ibex/plat/POSIX.cc index d37fbcc..0c4190b 100644 --- a/src/org/ibex/plat/POSIX.cc +++ b/src/org/ibex/plat/POSIX.cc @@ -1,4 +1,7 @@ -// Copyright 2002 Adam Megacz, see the COPYING file for licensing [LGPL] +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + // see below for copyright information on the second portion of this file #include diff --git a/src/org/ibex/plat/POSIX.java b/src/org/ibex/plat/POSIX.java index 314596b..9ac9511 100644 --- a/src/org/ibex/plat/POSIX.java +++ b/src/org/ibex/plat/POSIX.java @@ -1,4 +1,7 @@ -// Copyright 2004 Adam Megacz, see the COPYING file for licensing [LGPL] +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.plat; import java.util.*; diff --git a/src/org/ibex/plat/PalmOS.java b/src/org/ibex/plat/PalmOS.java index 750f766..334a6dc 100644 --- a/src/org/ibex/plat/PalmOS.java +++ b/src/org/ibex/plat/PalmOS.java @@ -1,4 +1,7 @@ -// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.plat; import java.io.*; import org.ibex.graphics.*; diff --git a/src/org/ibex/plat/Platform.java b/src/org/ibex/plat/Platform.java index b7d88d1..27feca8 100644 --- a/src/org/ibex/plat/Platform.java +++ b/src/org/ibex/plat/Platform.java @@ -1,4 +1,7 @@ -// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.plat; import java.lang.reflect.*; diff --git a/src/org/ibex/plat/Solaris.cc b/src/org/ibex/plat/Solaris.cc index 167635d..6ede4b0 100644 --- a/src/org/ibex/plat/Solaris.cc +++ b/src/org/ibex/plat/Solaris.cc @@ -1,3 +1,7 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + #include // HACK diff --git a/src/org/ibex/plat/Solaris.java b/src/org/ibex/plat/Solaris.java index bf35d05..1c1760b 100644 --- a/src/org/ibex/plat/Solaris.java +++ b/src/org/ibex/plat/Solaris.java @@ -1,4 +1,7 @@ -// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.plat; /** Solaris with an X11 display */ diff --git a/src/org/ibex/plat/Win32.cc b/src/org/ibex/plat/Win32.cc index d6016d6..8e0caae 100644 --- a/src/org/ibex/plat/Win32.cc +++ b/src/org/ibex/plat/Win32.cc @@ -1,4 +1,7 @@ -// Copyright 2002 Adam Megacz, see the COPYING file for licensing [LGPL] +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + #include "GCJ.cc" // we have to do this because the jpeg libraries use the symbol 'INT32' diff --git a/src/org/ibex/plat/Win32.java b/src/org/ibex/plat/Win32.java index 586b675..550bdaf 100644 --- a/src/org/ibex/plat/Win32.java +++ b/src/org/ibex/plat/Win32.java @@ -1,4 +1,7 @@ -// Copyright 2004 Adam Megacz, see the COPYING file for licensing [LGPL] +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.plat; import org.ibex.util.*; diff --git a/src/org/ibex/plat/X11.cc b/src/org/ibex/plat/X11.cc index f8bd199..3d64218 100644 --- a/src/org/ibex/plat/X11.cc +++ b/src/org/ibex/plat/X11.cc @@ -1,5 +1,6 @@ -// Copyright 2002 Adam Megacz, see the COPYING file for licensing [LGPL] -// see below for copyright information on the second portion of this file +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. #include #include diff --git a/src/org/ibex/plat/X11.java b/src/org/ibex/plat/X11.java index 17053fd..3d2d1dc 100644 --- a/src/org/ibex/plat/X11.java +++ b/src/org/ibex/plat/X11.java @@ -1,4 +1,7 @@ -// Copyright 2004 Adam Megacz, see the COPYING file for licensing [LGPL] +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.plat; import gnu.gcj.RawData;