From 9e87b3f07de841ee90c11b8d367ac5d889af1c46 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 17 Oct 2022 23:29:07 +0200 Subject: Applying author's privacy request of src/demos/particles/engine/* files --- src/demos/particles/engine/ControlWindow.java | 4 ++-- src/demos/particles/engine/Engine.java | 4 ++-- src/demos/particles/engine/GLComponent.java | 2 +- src/demos/particles/engine/Particle.java | 4 ++-- src/demos/particles/engine/RGBA.java | 4 ++-- src/demos/particles/engine/XYZ.java | 4 ++-- 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 (bwchappell@gmail.com) 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 (bwchappell@gmail.com) 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 (bwchappell@gmail.com) 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 (bwchappell@gmail.com) 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 (bwchappell@gmail.com) 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 (bwchappell@gmail.com) 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: -- cgit v1.2.3