diff --git a/app/Compiler.java b/app/Compiler.java index 51b5523fb..6bbef98fa 100644 --- a/app/Compiler.java +++ b/app/Compiler.java @@ -4,7 +4,7 @@ Compiler - default compiler class that connects to jikes Part of the Processing project - http://processing.org - Copyright (c) 2004-05 Ben Fry and Casey Reas + Copyright (c) 2004-06 Ben Fry and Casey Reas Copyright (c) 2001-04 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify diff --git a/app/EditorButtons.java b/app/EditorButtons.java index 34a03829f..bf0c10f2b 100644 --- a/app/EditorButtons.java +++ b/app/EditorButtons.java @@ -3,7 +3,7 @@ /* Part of the Processing project - http://processing.org - Copyright (c) 2004-05 Ben Fry and Casey Reas + Copyright (c) 2004-06 Ben Fry and Casey Reas Copyright (c) 2001-04 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify diff --git a/app/EditorConsole.java b/app/EditorConsole.java index d0b63a632..9cb781aa2 100644 --- a/app/EditorConsole.java +++ b/app/EditorConsole.java @@ -3,7 +3,7 @@ /* Part of the Processing project - http://processing.org - Copyright (c) 2004-05 Ben Fry and Casey Reas + Copyright (c) 2004-06 Ben Fry and Casey Reas Copyright (c) 2001-04 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify diff --git a/app/EditorHeader.java b/app/EditorHeader.java index 9a1f4af3b..45bcdc84c 100644 --- a/app/EditorHeader.java +++ b/app/EditorHeader.java @@ -3,7 +3,7 @@ /* Part of the Processing project - http://processing.org - Copyright (c) 2004-05 Ben Fry and Casey Reas + Copyright (c) 2004-06 Ben Fry and Casey Reas Copyright (c) 2001-04 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify diff --git a/app/EditorLineStatus.java b/app/EditorLineStatus.java index 2933de2a9..d1dfc43e0 100644 --- a/app/EditorLineStatus.java +++ b/app/EditorLineStatus.java @@ -3,7 +3,7 @@ /* Part of the Processing project - http://processing.org - Copyright (c) 2005 Ben Fry and Casey Reas + Copyright (c) 2005-06 Ben Fry and Casey Reas This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/app/EditorListener.java b/app/EditorListener.java index bb15955c1..f583ffc4c 100644 --- a/app/EditorListener.java +++ b/app/EditorListener.java @@ -3,7 +3,7 @@ /* Part of the Processing project - http://processing.org - Copyright (c) 2004-05 Ben Fry and Casey Reas + Copyright (c) 2004-06 Ben Fry and Casey Reas Copyright (c) 2001-04 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify diff --git a/app/EditorStatus.java b/app/EditorStatus.java index 084a6052b..21c4d6fb8 100644 --- a/app/EditorStatus.java +++ b/app/EditorStatus.java @@ -3,7 +3,7 @@ /* Part of the Processing project - http://processing.org - Copyright (c) 2004-05 Ben Fry and Casey Reas + Copyright (c) 2004-06 Ben Fry and Casey Reas Copyright (c) 2001-04 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify diff --git a/app/FindReplace.java b/app/FindReplace.java index 61c1c3e84..6331b341d 100644 --- a/app/FindReplace.java +++ b/app/FindReplace.java @@ -3,7 +3,7 @@ /* Part of the Processing project - http://processing.org - Copyright (c) 2004-05 Ben Fry and Casey Reas + Copyright (c) 2004-06 Ben Fry and Casey Reas Copyright (c) 2001-04 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify diff --git a/app/MessageConsumer.java b/app/MessageConsumer.java index fc0e0a3a8..ddda2bff0 100644 --- a/app/MessageConsumer.java +++ b/app/MessageConsumer.java @@ -3,7 +3,7 @@ /* Part of the Processing project - http://processing.org - Copyright (c) 2004-05 Ben Fry and Casey Reas + Copyright (c) 2004-06 Ben Fry and Casey Reas Copyright (c) 2001-04 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify diff --git a/app/MessageSiphon.java b/app/MessageSiphon.java index 5d9233907..ede7a64a0 100644 --- a/app/MessageSiphon.java +++ b/app/MessageSiphon.java @@ -3,7 +3,7 @@ /* Part of the Processing project - http://processing.org - Copyright (c) 2004-05 Ben Fry and Casey Reas + Copyright (c) 2004-06 Ben Fry and Casey Reas Copyright (c) 2001-04 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify diff --git a/app/MessageStream.java b/app/MessageStream.java index 0e4143124..9a3911afa 100644 --- a/app/MessageStream.java +++ b/app/MessageStream.java @@ -3,7 +3,7 @@ /* Part of the Processing project - http://processing.org - Copyright (c) 2004-05 Ben Fry and Casey Reas + Copyright (c) 2004-06 Ben Fry and Casey Reas Copyright (c) 2001-04 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify diff --git a/app/Preferences.java b/app/Preferences.java index 80f8f74c6..2acd7b38e 100644 --- a/app/Preferences.java +++ b/app/Preferences.java @@ -3,7 +3,7 @@ /* Part of the Processing project - http://processing.org - Copyright (c) 2004-05 Ben Fry and Casey Reas + Copyright (c) 2004-06 Ben Fry and Casey Reas Copyright (c) 2001-04 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify diff --git a/app/PresentMode.java b/app/PresentMode.java index 5018efb83..0d4dcedf9 100644 --- a/app/PresentMode.java +++ b/app/PresentMode.java @@ -3,7 +3,7 @@ /* Part of the Processing project - http://processing.org - Copyright (c) 2005- Ben Fry and Casey Reas + Copyright (c) 2005-06 Ben Fry and Casey Reas This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/app/Runner.java b/app/Runner.java index 652af7dca..bd0772ae4 100644 --- a/app/Runner.java +++ b/app/Runner.java @@ -3,7 +3,7 @@ /* Part of the Processing project - http://processing.org - Copyright (c) 2004-05 Ben Fry and Casey Reas + Copyright (c) 2004-06 Ben Fry and Casey Reas Copyright (c) 2001-04 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify diff --git a/app/RunnerException.java b/app/RunnerException.java index 390d7ef80..81abfb4a7 100644 --- a/app/RunnerException.java +++ b/app/RunnerException.java @@ -3,7 +3,7 @@ /* Part of the Processing project - http://processing.org - Copyright (c) 2004-05 Ben Fry and Casey Reas + Copyright (c) 2004-06 Ben Fry and Casey Reas Copyright (c) 2001-04 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify diff --git a/app/Sketch.java b/app/Sketch.java index ac5993de5..c09e7fa68 100644 --- a/app/Sketch.java +++ b/app/Sketch.java @@ -3,7 +3,7 @@ /* Part of the Processing project - http://processing.org - Copyright (c) 2004-05 Ben Fry and Casey Reas + Copyright (c) 2004-06 Ben Fry and Casey Reas Copyright (c) 2001-04 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify diff --git a/app/SketchCode.java b/app/SketchCode.java index d556a63be..e90f629f6 100644 --- a/app/SketchCode.java +++ b/app/SketchCode.java @@ -4,7 +4,7 @@ SketchCode - data class for a single file inside a sketch Part of the Processing project - http://processing.org - Copyright (c) 2004-05 Ben Fry and Casey Reas + Copyright (c) 2004-06 Ben Fry and Casey Reas Copyright (c) 2001-04 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify diff --git a/app/SketchHistory.java b/app/SketchHistory.java index 38f194973..f1fad3b84 100644 --- a/app/SketchHistory.java +++ b/app/SketchHistory.java @@ -4,7 +4,7 @@ SketchHistory - handler for storing history information about a project Part of the Processing project - http://processing.org - Copyright (c) 2004-05 Ben Fry and Casey Reas + Copyright (c) 2004-06 Ben Fry and Casey Reas Copyright (c) 2001-04 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify diff --git a/app/Sketchbook.java b/app/Sketchbook.java index 5c0bb9990..689d4dc60 100644 --- a/app/Sketchbook.java +++ b/app/Sketchbook.java @@ -3,7 +3,7 @@ /* Part of the Processing project - http://processing.org - Copyright (c) 2004-05 Ben Fry and Casey Reas + Copyright (c) 2004-06 Ben Fry and Casey Reas Copyright (c) 2001-04 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify diff --git a/app/UpdateCheck.java b/app/UpdateCheck.java index ebf1bbb08..36f58408b 100644 --- a/app/UpdateCheck.java +++ b/app/UpdateCheck.java @@ -3,7 +3,7 @@ /* Part of the Processing project - http://processing.org - Copyright (c) 2005 Ben Fry and Casey Reas + Copyright (c) 2005-06 Ben Fry and Casey Reas This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/app/syntax/PdeKeywords.java b/app/syntax/PdeKeywords.java index dced98cc6..2ef87ae7e 100644 --- a/app/syntax/PdeKeywords.java +++ b/app/syntax/PdeKeywords.java @@ -4,7 +4,7 @@ PdeKeywords - handles text coloring and links to html reference Part of the Processing project - http://processing.org - Copyright (c) 2004-05 Ben Fry and Casey Reas + Copyright (c) 2004-06 Ben Fry and Casey Reas Copyright (c) 2001-04 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify diff --git a/app/syntax/PdeTextAreaDefaults.java b/app/syntax/PdeTextAreaDefaults.java index e9caca886..b0f567614 100644 --- a/app/syntax/PdeTextAreaDefaults.java +++ b/app/syntax/PdeTextAreaDefaults.java @@ -4,7 +4,7 @@ PdeTextAreaDefaults - grabs font/color settings for the editor Part of the Processing project - http://Proce55ing.net - Except where noted, code is written by Ben Fry + Copyright (c) 2004-06 Ben Fry and Casey Reas Copyright (c) 2001-03 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify diff --git a/app/tools/Archiver.java b/app/tools/Archiver.java index facf49dd5..ab6d4dee2 100755 --- a/app/tools/Archiver.java +++ b/app/tools/Archiver.java @@ -4,7 +4,7 @@ Archiver - plugin tool for archiving sketches Part of the Processing project - http://processing.org - Copyright (c) 2004-05 Ben Fry and Casey Reas + Copyright (c) 2004-06 Ben Fry and Casey Reas This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/app/tools/AutoFormat.java b/app/tools/AutoFormat.java index 0c4e265bd..19bb46e52 100644 --- a/app/tools/AutoFormat.java +++ b/app/tools/AutoFormat.java @@ -3,7 +3,7 @@ /* Part of the Processing project - http://processing.org - Copyright (c) 2005 Ben Fry and Casey Reas + Copyright (c) 2005-06 Ben Fry and Casey Reas Copyright (c) 2003 Martin Gomez, Ateneo de Manila University This program is free software; you can redistribute it and/or modify diff --git a/app/tools/CreateFont.java b/app/tools/CreateFont.java index a37528850..2e6371428 100644 --- a/app/tools/CreateFont.java +++ b/app/tools/CreateFont.java @@ -3,7 +3,7 @@ /* Part of the Processing project - http://processing.org - Copyright (c) 2004-05 Ben Fry and Casey Reas + Copyright (c) 2004-06 Ben Fry and Casey Reas Copyright (c) 2001-04 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify diff --git a/app/tools/ExportFolder.java b/app/tools/ExportFolder.java index 66ed8c06c..77bf125b2 100755 --- a/app/tools/ExportFolder.java +++ b/app/tools/ExportFolder.java @@ -4,7 +4,7 @@ ExportFolder - tool to export all sketches within a certain folder Part of the Processing project - http://processing.org - Copyright (c) 2005- Ben Fry and Casey Reas + Copyright (c) 2005-06 Ben Fry and Casey Reas This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/core/PConstants.java b/core/PConstants.java index e5699962a..6404afd47 100644 --- a/core/PConstants.java +++ b/core/PConstants.java @@ -3,7 +3,7 @@ /* Part of the Processing project - http://processing.org - Copyright (c) 2004-05 Ben Fry and Casey Reas + Copyright (c) 2004-06 Ben Fry and Casey Reas Copyright (c) 2001-04 Massachusetts Institute of Technology This library is free software; you can redistribute it and/or diff --git a/core/PFont.java b/core/PFont.java index c6de8ebb1..ecc9e8eb8 100644 --- a/core/PFont.java +++ b/core/PFont.java @@ -3,7 +3,7 @@ /* Part of the Processing project - http://processing.org - Copyright (c) 2004-05 Ben Fry & Casey Reas + Copyright (c) 2004-06 Ben Fry & Casey Reas Portions Copyright (c) 2001-04 Massachusetts Institute of Technology This library is free software; you can redistribute it and/or diff --git a/core/PGraphics.java b/core/PGraphics.java index 4d7c49f65..83d34f6b2 100644 --- a/core/PGraphics.java +++ b/core/PGraphics.java @@ -3,7 +3,7 @@ /* Part of the Processing project - http://processing.org - Copyright (c) 2004-05 Ben Fry and Casey Reas + Copyright (c) 2004-06 Ben Fry and Casey Reas Copyright (c) 2001-04 Massachusetts Institute of Technology This library is free software; you can redistribute it and/or diff --git a/core/PGraphics2.java b/core/PGraphics2.java index 1630346fc..c257fbc46 100644 --- a/core/PGraphics2.java +++ b/core/PGraphics2.java @@ -3,7 +3,7 @@ /* Part of the Processing project - http://processing.org - Copyright (c) 2005 Ben Fry and Casey Reas + Copyright (c) 2005-06 Ben Fry and Casey Reas This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/core/PGraphics3.java b/core/PGraphics3.java index 803df25b9..c8b839d0b 100644 --- a/core/PGraphics3.java +++ b/core/PGraphics3.java @@ -3,7 +3,7 @@ /* Part of the Processing project - http://processing.org - Copyright (c) 2004-05 Ben Fry and Casey Reas + Copyright (c) 2004-06 Ben Fry and Casey Reas Copyright (c) 2001-04 Massachusetts Institute of Technology This library is free software; you can redistribute it and/or diff --git a/core/PLine.java b/core/PLine.java index 43de5c0d1..7c31af3b8 100644 --- a/core/PLine.java +++ b/core/PLine.java @@ -3,7 +3,7 @@ /* Part of the Processing project - http://processing.org - Copyright (c) 2004-05 Ben Fry and Casey Reas + Copyright (c) 2004-06 Ben Fry and Casey Reas Copyright (c) 2001-04 Massachusetts Institute of Technology This library is free software; you can redistribute it and/or diff --git a/core/PMatrix.java b/core/PMatrix.java index 97e122708..997918b2b 100755 --- a/core/PMatrix.java +++ b/core/PMatrix.java @@ -3,7 +3,7 @@ /* Part of the Processing project - http://Proce55ing.net - Copyright (c) 2005 Ben Fry and Casey Reas + Copyright (c) 2005-06 Ben Fry and Casey Reas This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/core/PPolygon.java b/core/PPolygon.java index 13ab019dc..2a2b04f5d 100644 --- a/core/PPolygon.java +++ b/core/PPolygon.java @@ -3,7 +3,7 @@ /* Part of the Processing project - http://processing.org - Copyright (c) 2004-05 Ben Fry and Casey Reas + Copyright (c) 2004-06 Ben Fry and Casey Reas Copyright (c) 2001-04 Massachusetts Institute of Technology This library is free software; you can redistribute it and/or diff --git a/core/PSound.java b/core/PSound.java index 9428e2f89..70ba13884 100755 --- a/core/PSound.java +++ b/core/PSound.java @@ -3,7 +3,7 @@ /* Part of the Processing project - http://processing.org - Copyright (c) 2005 Ben Fry and Casey Reas + Copyright (c) 2005-06 Ben Fry and Casey Reas This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/core/PSound2.java b/core/PSound2.java index 5c4dff277..0e9f97133 100755 --- a/core/PSound2.java +++ b/core/PSound2.java @@ -3,7 +3,7 @@ /* Part of the Processing project - http://processing.org - Copyright (c) 2005 Ben Fry and Casey Reas + Copyright (c) 2005-06 Ben Fry and Casey Reas This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/core/PTriangle.java b/core/PTriangle.java index 20b688a44..04f9f3dd8 100644 --- a/core/PTriangle.java +++ b/core/PTriangle.java @@ -3,7 +3,7 @@ /* Part of the Processing project - http://processing.org - Copyright (c) 2004-05 Ben Fry and Casey Reas + Copyright (c) 2004-06 Ben Fry and Casey Reas Copyright (c) 2001-04 Massachusetts Institute of Technology This library is free software; you can redistribute it and/or