From 4d24297c819244846cec3f6cac0e5c00059106c5 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Wed, 2 Dec 2009 03:55:08 +0000
Subject: [PATCH] Reverting last commit (bad refactoring).

git-svn-id: svn://svn.syncleus.com/dANN/branches/java_dann-1.x@496 6ae8b97b-f314-0410-8212-aecf10b92ded
---
 src/com/syncleus/core/dann/examples/Main.java          |  8 ++++----
 .../visualization/LayeredHyperassociativeMap.java      |  8 ++++----
 .../visualization/UpdateViewRun.java                   |  8 ++++----
 .../hyperassociativemap/visualization/ViewMap.java     |  8 ++++----
 .../core/dann/examples/nci/BackPropagateRun.java       |  8 ++++----
 .../syncleus/core/dann/examples/nci/BrainListener.java |  8 ++++----
 .../syncleus/core/dann/examples/nci/BrainRunner.java   |  8 ++++----
 .../syncleus/core/dann/examples/nci/BusyException.java |  8 ++++----
 .../core/dann/examples/nci/CompressionNeuron.java      | 10 +++++-----
 src/com/syncleus/core/dann/examples/nci/NciBrain.java  | 10 +++++-----
 .../syncleus/core/dann/examples/nci/PropagateRun.java  |  8 ++++----
 src/com/syncleus/core/dann/examples/nci/SampleRun.java |  8 ++++----
 src/com/syncleus/core/dann/examples/nci/TrainRun.java  |  8 ++++----
 .../core/dann/examples/nci/ui/AboutDialog.java         | 10 +++++-----
 .../syncleus/core/dann/examples/nci/ui/ImagePanel.java |  8 ++++----
 .../syncleus/core/dann/examples/nci/ui/NciDemo.java    |  8 ++++----
 .../core/dann/examples/nci/ui/PngFileFilter.java       |  8 ++++----
 .../core/dann/examples/nci/ui/UpdateViewRun.java       |  8 ++++----
 .../syncleus/core/dann/examples/nci/ui/ViewBrain.java  |  8 ++++----
 src/com/syncleus/core/dann/examples/test/Cell.java     |  8 ++++----
 .../syncleus/core/dann/examples/test/Chromosome.java   |  8 ++++----
 .../test/DistributedFormedWaveMathFunction.java        |  8 ++++----
 .../dann/examples/test/FormedWaveMathFunction.java     |  8 ++++----
 src/com/syncleus/core/dann/examples/test/Gene.java     |  8 ++++----
 .../syncleus/core/dann/examples/test/GlobalSignal.java |  8 ++++----
 .../syncleus/core/dann/examples/test/LocalSignal.java  |  8 ++++----
 .../syncleus/core/dann/examples/test/MathFunction.java |  8 ++++----
 .../dann/examples/test/MathFunction3dDataBinder.java   |  8 ++++----
 .../syncleus/core/dann/examples/test/Mutatable.java    |  8 ++++----
 src/com/syncleus/core/dann/examples/test/Nucleus.java  |  8 ++++----
 src/com/syncleus/core/dann/examples/test/Organism.java |  8 ++++----
 src/com/syncleus/core/dann/examples/test/Signal.java   |  8 ++++----
 .../core/dann/examples/test/SignalMutatable.java       |  8 ++++----
 .../dann/examples/test/SignalProcessingWavelet.java    |  8 ++++----
 .../core/dann/examples/test/SignaledWaveMutatable.java |  8 ++++----
 src/com/syncleus/core/dann/examples/test/Test.java     |  8 ++++----
 src/com/syncleus/core/dann/examples/test/Test3d.java   |  8 ++++----
 .../core/dann/examples/test/WaveDimension.java         |  8 ++++----
 .../core/dann/examples/test/WaveMathFunction.java      |  8 ++++----
 .../test/WaveMultidimensionalMathFunction.java         |  8 ++++----
 .../core/dann/examples/test/WaveletMathFunction.java   |  8 ++++----
 src/com/syncleus/core/dann/examples/xor/Main.java      | 10 +++++-----
 src/com/syncleus/util/UniqueId.java                    |  8 ++++----
 43 files changed, 176 insertions(+), 176 deletions(-)

diff --git a/src/com/syncleus/core/dann/examples/Main.java b/src/com/syncleus/core/dann/examples/Main.java
index 2af48ad..7438c47 100644
--- a/src/com/syncleus/core/dann/examples/Main.java
+++ b/src/com/syncleus/core/dann/examples/Main.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
diff --git a/src/com/syncleus/core/dann/examples/hyperassociativemap/visualization/LayeredHyperassociativeMap.java b/src/com/syncleus/core/dann/examples/hyperassociativemap/visualization/LayeredHyperassociativeMap.java
index 31f785b..b112c94 100644
--- a/src/com/syncleus/core/dann/examples/hyperassociativemap/visualization/LayeredHyperassociativeMap.java
+++ b/src/com/syncleus/core/dann/examples/hyperassociativemap/visualization/LayeredHyperassociativeMap.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
diff --git a/src/com/syncleus/core/dann/examples/hyperassociativemap/visualization/UpdateViewRun.java b/src/com/syncleus/core/dann/examples/hyperassociativemap/visualization/UpdateViewRun.java
index b6e498f..f355a21 100644
--- a/src/com/syncleus/core/dann/examples/hyperassociativemap/visualization/UpdateViewRun.java
+++ b/src/com/syncleus/core/dann/examples/hyperassociativemap/visualization/UpdateViewRun.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
diff --git a/src/com/syncleus/core/dann/examples/hyperassociativemap/visualization/ViewMap.java b/src/com/syncleus/core/dann/examples/hyperassociativemap/visualization/ViewMap.java
index cfd6cb8..4efab5b 100644
--- a/src/com/syncleus/core/dann/examples/hyperassociativemap/visualization/ViewMap.java
+++ b/src/com/syncleus/core/dann/examples/hyperassociativemap/visualization/ViewMap.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
diff --git a/src/com/syncleus/core/dann/examples/nci/BackPropagateRun.java b/src/com/syncleus/core/dann/examples/nci/BackPropagateRun.java
index 509b67d..a6e3d34 100644
--- a/src/com/syncleus/core/dann/examples/nci/BackPropagateRun.java
+++ b/src/com/syncleus/core/dann/examples/nci/BackPropagateRun.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
diff --git a/src/com/syncleus/core/dann/examples/nci/BrainListener.java b/src/com/syncleus/core/dann/examples/nci/BrainListener.java
index 849456d..0761452 100644
--- a/src/com/syncleus/core/dann/examples/nci/BrainListener.java
+++ b/src/com/syncleus/core/dann/examples/nci/BrainListener.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
diff --git a/src/com/syncleus/core/dann/examples/nci/BrainRunner.java b/src/com/syncleus/core/dann/examples/nci/BrainRunner.java
index 71e820c..8ba73b9 100644
--- a/src/com/syncleus/core/dann/examples/nci/BrainRunner.java
+++ b/src/com/syncleus/core/dann/examples/nci/BrainRunner.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
diff --git a/src/com/syncleus/core/dann/examples/nci/BusyException.java b/src/com/syncleus/core/dann/examples/nci/BusyException.java
index 993a876..bd59069 100644
--- a/src/com/syncleus/core/dann/examples/nci/BusyException.java
+++ b/src/com/syncleus/core/dann/examples/nci/BusyException.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
diff --git a/src/com/syncleus/core/dann/examples/nci/CompressionNeuron.java b/src/com/syncleus/core/dann/examples/nci/CompressionNeuron.java
index 1a3be91..2c9525b 100644
--- a/src/com/syncleus/core/dann/examples/nci/CompressionNeuron.java
+++ b/src/com/syncleus/core/dann/examples/nci/CompressionNeuron.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
@@ -25,7 +25,7 @@ import com.syncleus.dann.activation.*;
 
 /**
  * <!-- Author: Jeffrey Phillips Freeman -->
- * @author Jeffrey Phillips Freeman
+ * @author Syncleus, Inc.
  * @since 1.0
  */
 public class CompressionNeuron extends BackpropNeuron implements java.io.Serializable
diff --git a/src/com/syncleus/core/dann/examples/nci/NciBrain.java b/src/com/syncleus/core/dann/examples/nci/NciBrain.java
index 45eb120..12f7f6f 100644
--- a/src/com/syncleus/core/dann/examples/nci/NciBrain.java
+++ b/src/com/syncleus/core/dann/examples/nci/NciBrain.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
@@ -32,7 +32,7 @@ import java.util.concurrent.FutureTask;
 
 /**
  * <!-- Author: Jeffrey Phillips Freeman -->
- * @author Jeffrey Phillips Freeman
+ * @author Syncleus, Inc.
  * @since 1.0
  */
 public class NciBrain extends Brain implements java.io.Serializable
diff --git a/src/com/syncleus/core/dann/examples/nci/PropagateRun.java b/src/com/syncleus/core/dann/examples/nci/PropagateRun.java
index c1002a9..355235e 100644
--- a/src/com/syncleus/core/dann/examples/nci/PropagateRun.java
+++ b/src/com/syncleus/core/dann/examples/nci/PropagateRun.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
diff --git a/src/com/syncleus/core/dann/examples/nci/SampleRun.java b/src/com/syncleus/core/dann/examples/nci/SampleRun.java
index b28a94e..5d16f5d 100644
--- a/src/com/syncleus/core/dann/examples/nci/SampleRun.java
+++ b/src/com/syncleus/core/dann/examples/nci/SampleRun.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
diff --git a/src/com/syncleus/core/dann/examples/nci/TrainRun.java b/src/com/syncleus/core/dann/examples/nci/TrainRun.java
index b5ee2f3..eb67e76 100644
--- a/src/com/syncleus/core/dann/examples/nci/TrainRun.java
+++ b/src/com/syncleus/core/dann/examples/nci/TrainRun.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
diff --git a/src/com/syncleus/core/dann/examples/nci/ui/AboutDialog.java b/src/com/syncleus/core/dann/examples/nci/ui/AboutDialog.java
index 8770a14..78981c2 100644
--- a/src/com/syncleus/core/dann/examples/nci/ui/AboutDialog.java
+++ b/src/com/syncleus/core/dann/examples/nci/ui/AboutDialog.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
@@ -54,7 +54,7 @@ public class AboutDialog extends JDialog
             }
         });
 
-        jLabel1.setText("Jeffrey Phillips Freeman");
+        jLabel1.setText("Syncleus, Inc.");
 
         jLabel2.setText("Neural Compressed Image Demo");
 
diff --git a/src/com/syncleus/core/dann/examples/nci/ui/ImagePanel.java b/src/com/syncleus/core/dann/examples/nci/ui/ImagePanel.java
index 89bc43c..5ad65d1 100644
--- a/src/com/syncleus/core/dann/examples/nci/ui/ImagePanel.java
+++ b/src/com/syncleus/core/dann/examples/nci/ui/ImagePanel.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
diff --git a/src/com/syncleus/core/dann/examples/nci/ui/NciDemo.java b/src/com/syncleus/core/dann/examples/nci/ui/NciDemo.java
index 5cb1400..1a5f5e6 100644
--- a/src/com/syncleus/core/dann/examples/nci/ui/NciDemo.java
+++ b/src/com/syncleus/core/dann/examples/nci/ui/NciDemo.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
diff --git a/src/com/syncleus/core/dann/examples/nci/ui/PngFileFilter.java b/src/com/syncleus/core/dann/examples/nci/ui/PngFileFilter.java
index 786d868..a83b411 100644
--- a/src/com/syncleus/core/dann/examples/nci/ui/PngFileFilter.java
+++ b/src/com/syncleus/core/dann/examples/nci/ui/PngFileFilter.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
diff --git a/src/com/syncleus/core/dann/examples/nci/ui/UpdateViewRun.java b/src/com/syncleus/core/dann/examples/nci/ui/UpdateViewRun.java
index c3d29af..ea34dbe 100644
--- a/src/com/syncleus/core/dann/examples/nci/ui/UpdateViewRun.java
+++ b/src/com/syncleus/core/dann/examples/nci/ui/UpdateViewRun.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
diff --git a/src/com/syncleus/core/dann/examples/nci/ui/ViewBrain.java b/src/com/syncleus/core/dann/examples/nci/ui/ViewBrain.java
index 18b58c5..024da94 100644
--- a/src/com/syncleus/core/dann/examples/nci/ui/ViewBrain.java
+++ b/src/com/syncleus/core/dann/examples/nci/ui/ViewBrain.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
diff --git a/src/com/syncleus/core/dann/examples/test/Cell.java b/src/com/syncleus/core/dann/examples/test/Cell.java
index 8f39d25..ba53cd7 100644
--- a/src/com/syncleus/core/dann/examples/test/Cell.java
+++ b/src/com/syncleus/core/dann/examples/test/Cell.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
diff --git a/src/com/syncleus/core/dann/examples/test/Chromosome.java b/src/com/syncleus/core/dann/examples/test/Chromosome.java
index ea7b9f1..d6492fa 100644
--- a/src/com/syncleus/core/dann/examples/test/Chromosome.java
+++ b/src/com/syncleus/core/dann/examples/test/Chromosome.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
diff --git a/src/com/syncleus/core/dann/examples/test/DistributedFormedWaveMathFunction.java b/src/com/syncleus/core/dann/examples/test/DistributedFormedWaveMathFunction.java
index 6c1851b..9b23414 100644
--- a/src/com/syncleus/core/dann/examples/test/DistributedFormedWaveMathFunction.java
+++ b/src/com/syncleus/core/dann/examples/test/DistributedFormedWaveMathFunction.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
diff --git a/src/com/syncleus/core/dann/examples/test/FormedWaveMathFunction.java b/src/com/syncleus/core/dann/examples/test/FormedWaveMathFunction.java
index e7da28e..e426e2d 100644
--- a/src/com/syncleus/core/dann/examples/test/FormedWaveMathFunction.java
+++ b/src/com/syncleus/core/dann/examples/test/FormedWaveMathFunction.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
diff --git a/src/com/syncleus/core/dann/examples/test/Gene.java b/src/com/syncleus/core/dann/examples/test/Gene.java
index f51781e..c2723ba 100644
--- a/src/com/syncleus/core/dann/examples/test/Gene.java
+++ b/src/com/syncleus/core/dann/examples/test/Gene.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
diff --git a/src/com/syncleus/core/dann/examples/test/GlobalSignal.java b/src/com/syncleus/core/dann/examples/test/GlobalSignal.java
index da33be2..148c53c 100644
--- a/src/com/syncleus/core/dann/examples/test/GlobalSignal.java
+++ b/src/com/syncleus/core/dann/examples/test/GlobalSignal.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
diff --git a/src/com/syncleus/core/dann/examples/test/LocalSignal.java b/src/com/syncleus/core/dann/examples/test/LocalSignal.java
index d43174c..5237339 100644
--- a/src/com/syncleus/core/dann/examples/test/LocalSignal.java
+++ b/src/com/syncleus/core/dann/examples/test/LocalSignal.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
diff --git a/src/com/syncleus/core/dann/examples/test/MathFunction.java b/src/com/syncleus/core/dann/examples/test/MathFunction.java
index 0789e81..96fcb42 100644
--- a/src/com/syncleus/core/dann/examples/test/MathFunction.java
+++ b/src/com/syncleus/core/dann/examples/test/MathFunction.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
diff --git a/src/com/syncleus/core/dann/examples/test/MathFunction3dDataBinder.java b/src/com/syncleus/core/dann/examples/test/MathFunction3dDataBinder.java
index 36d9513..7c78f34 100644
--- a/src/com/syncleus/core/dann/examples/test/MathFunction3dDataBinder.java
+++ b/src/com/syncleus/core/dann/examples/test/MathFunction3dDataBinder.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
diff --git a/src/com/syncleus/core/dann/examples/test/Mutatable.java b/src/com/syncleus/core/dann/examples/test/Mutatable.java
index cc8c816..6208bee 100644
--- a/src/com/syncleus/core/dann/examples/test/Mutatable.java
+++ b/src/com/syncleus/core/dann/examples/test/Mutatable.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
diff --git a/src/com/syncleus/core/dann/examples/test/Nucleus.java b/src/com/syncleus/core/dann/examples/test/Nucleus.java
index 1bd5bc2..ff15758 100644
--- a/src/com/syncleus/core/dann/examples/test/Nucleus.java
+++ b/src/com/syncleus/core/dann/examples/test/Nucleus.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
diff --git a/src/com/syncleus/core/dann/examples/test/Organism.java b/src/com/syncleus/core/dann/examples/test/Organism.java
index c116976..b208856 100644
--- a/src/com/syncleus/core/dann/examples/test/Organism.java
+++ b/src/com/syncleus/core/dann/examples/test/Organism.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
diff --git a/src/com/syncleus/core/dann/examples/test/Signal.java b/src/com/syncleus/core/dann/examples/test/Signal.java
index ce24dbf..1c58692 100644
--- a/src/com/syncleus/core/dann/examples/test/Signal.java
+++ b/src/com/syncleus/core/dann/examples/test/Signal.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
diff --git a/src/com/syncleus/core/dann/examples/test/SignalMutatable.java b/src/com/syncleus/core/dann/examples/test/SignalMutatable.java
index 181b4dd..ea96c02 100644
--- a/src/com/syncleus/core/dann/examples/test/SignalMutatable.java
+++ b/src/com/syncleus/core/dann/examples/test/SignalMutatable.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
diff --git a/src/com/syncleus/core/dann/examples/test/SignalProcessingWavelet.java b/src/com/syncleus/core/dann/examples/test/SignalProcessingWavelet.java
index 7b500f8..82a9170 100644
--- a/src/com/syncleus/core/dann/examples/test/SignalProcessingWavelet.java
+++ b/src/com/syncleus/core/dann/examples/test/SignalProcessingWavelet.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
diff --git a/src/com/syncleus/core/dann/examples/test/SignaledWaveMutatable.java b/src/com/syncleus/core/dann/examples/test/SignaledWaveMutatable.java
index d5976b4..d1713d7 100644
--- a/src/com/syncleus/core/dann/examples/test/SignaledWaveMutatable.java
+++ b/src/com/syncleus/core/dann/examples/test/SignaledWaveMutatable.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
diff --git a/src/com/syncleus/core/dann/examples/test/Test.java b/src/com/syncleus/core/dann/examples/test/Test.java
index b3eedbf..5214bfd 100644
--- a/src/com/syncleus/core/dann/examples/test/Test.java
+++ b/src/com/syncleus/core/dann/examples/test/Test.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
diff --git a/src/com/syncleus/core/dann/examples/test/Test3d.java b/src/com/syncleus/core/dann/examples/test/Test3d.java
index 5c164c8..a9b51ad 100644
--- a/src/com/syncleus/core/dann/examples/test/Test3d.java
+++ b/src/com/syncleus/core/dann/examples/test/Test3d.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
diff --git a/src/com/syncleus/core/dann/examples/test/WaveDimension.java b/src/com/syncleus/core/dann/examples/test/WaveDimension.java
index 69c1966..c9320db 100644
--- a/src/com/syncleus/core/dann/examples/test/WaveDimension.java
+++ b/src/com/syncleus/core/dann/examples/test/WaveDimension.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
diff --git a/src/com/syncleus/core/dann/examples/test/WaveMathFunction.java b/src/com/syncleus/core/dann/examples/test/WaveMathFunction.java
index 9b8dae5..ebc3c96 100644
--- a/src/com/syncleus/core/dann/examples/test/WaveMathFunction.java
+++ b/src/com/syncleus/core/dann/examples/test/WaveMathFunction.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
diff --git a/src/com/syncleus/core/dann/examples/test/WaveMultidimensionalMathFunction.java b/src/com/syncleus/core/dann/examples/test/WaveMultidimensionalMathFunction.java
index 3780057..2007e20 100644
--- a/src/com/syncleus/core/dann/examples/test/WaveMultidimensionalMathFunction.java
+++ b/src/com/syncleus/core/dann/examples/test/WaveMultidimensionalMathFunction.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
diff --git a/src/com/syncleus/core/dann/examples/test/WaveletMathFunction.java b/src/com/syncleus/core/dann/examples/test/WaveletMathFunction.java
index 8cf311b..053a392 100644
--- a/src/com/syncleus/core/dann/examples/test/WaveletMathFunction.java
+++ b/src/com/syncleus/core/dann/examples/test/WaveletMathFunction.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
diff --git a/src/com/syncleus/core/dann/examples/xor/Main.java b/src/com/syncleus/core/dann/examples/xor/Main.java
index 8810fe9..c986875 100644
--- a/src/com/syncleus/core/dann/examples/xor/Main.java
+++ b/src/com/syncleus/core/dann/examples/xor/Main.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
@@ -30,7 +30,7 @@ import com.syncleus.dann.activation.*;
  * returns false (-1) if none all of its inputs are false or if more then one
  * of its inputs are true.
  * <!-- Author: Jeffrey Phillips Freeman -->
- * @author Jeffrey Phillips Freeman
+ * @author Syncleus, Inc.
  */
 public class Main
 {
diff --git a/src/com/syncleus/util/UniqueId.java b/src/com/syncleus/util/UniqueId.java
index 3ea9cde..1b4929c 100644
--- a/src/com/syncleus/util/UniqueId.java
+++ b/src/com/syncleus/util/UniqueId.java
@@ -1,17 +1,17 @@
 /******************************************************************************
  *                                                                             *
- *  Copyright: (c) Jeffrey Phillips Freeman                                              *
+ *  Copyright: (c) Syncleus, Inc.                                              *
  *                                                                             *
  *  You may redistribute and modify this source code under the terms and       *
  *  conditions of the Open Source Community License - Type C version 1.0       *
- *  or any later version as published by Jeffrey Phillips Freeman at www.syncleus.com.   *
+ *  or any later version as published by Syncleus, Inc. at www.syncleus.com.   *
  *  There should be a copy of the license included with this file. If a copy   *
  *  of the license is not included you are granted no right to distribute or   *
  *  otherwise use this file except through a legal and valid license. You      *
- *  should also contact Jeffrey Phillips Freeman at the information below if you cannot  *
+ *  should also contact Syncleus, Inc. at the information below if you cannot  *
  *  find a license:                                                            *
  *                                                                             *
- *  Jeffrey Phillips Freeman                                                             *
+ *  Syncleus, Inc.                                                             *
  *  2604 South 12th Street                                                     *
  *  Philadelphia, PA 19148                                                     *
  *                                                                             *
-- 
GitLab