summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/demos/particles/engine/ControlWindow.java4
-rwxr-xr-xsrc/demos/particles/engine/Engine.java4
-rwxr-xr-xsrc/demos/particles/engine/GLComponent.java2
-rwxr-xr-xsrc/demos/particles/engine/Particle.java4
-rwxr-xr-xsrc/demos/particles/engine/RGBA.java4
-rwxr-xr-xsrc/demos/particles/engine/XYZ.java4
6 files changed, 11 insertions, 11 deletions
diff --git a/src/demos/particles/engine/ControlWindow.java b/src/demos/particles/engine/ControlWindow.java
index f496ecb..5908408 100755
--- a/src/demos/particles/engine/ControlWindow.java
+++ b/src/demos/particles/engine/ControlWindow.java
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 2006 Ben Chappell ([email protected]) All Rights Reserved.
- *
+ * Copyright (c) 2006 Ben Chappell. All Rights Reserved.
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
diff --git a/src/demos/particles/engine/Engine.java b/src/demos/particles/engine/Engine.java
index 8d780d3..04fb22c 100755
--- a/src/demos/particles/engine/Engine.java
+++ b/src/demos/particles/engine/Engine.java
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 2006 Ben Chappell ([email protected]) All Rights Reserved.
- *
+ * Copyright (c) 2006 Ben Chappell. All Rights Reserved.
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
diff --git a/src/demos/particles/engine/GLComponent.java b/src/demos/particles/engine/GLComponent.java
index 8cc319e..9a12e2f 100755
--- a/src/demos/particles/engine/GLComponent.java
+++ b/src/demos/particles/engine/GLComponent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2006 Ben Chappell ([email protected]) All Rights Reserved.
+ * Copyright (c) 2006 Ben Chappell. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
diff --git a/src/demos/particles/engine/Particle.java b/src/demos/particles/engine/Particle.java
index 36e2d7c..dcba387 100755
--- a/src/demos/particles/engine/Particle.java
+++ b/src/demos/particles/engine/Particle.java
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 2006 Ben Chappell ([email protected]) All Rights Reserved.
- *
+ * Copyright (c) 2006 Ben Chappell. All Rights Reserved.
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
diff --git a/src/demos/particles/engine/RGBA.java b/src/demos/particles/engine/RGBA.java
index 06f8863..4b4fd6c 100755
--- a/src/demos/particles/engine/RGBA.java
+++ b/src/demos/particles/engine/RGBA.java
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 2006 Ben Chappell ([email protected]) All Rights Reserved.
- *
+ * Copyright (c) 2006 Ben Chappell. All Rights Reserved.
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
diff --git a/src/demos/particles/engine/XYZ.java b/src/demos/particles/engine/XYZ.java
index f38a6fa..34cf5d7 100755
--- a/src/demos/particles/engine/XYZ.java
+++ b/src/demos/particles/engine/XYZ.java
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 2006 Ben Chappell ([email protected]) All Rights Reserved.
- *
+ * Copyright (c) 2006 Ben Chappell. All Rights Reserved.
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met: