diff options
author | Sven Gothel <[email protected]> | 2022-10-17 23:29:07 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-10-17 23:29:07 +0200 |
commit | 9e87b3f07de841ee90c11b8d367ac5d889af1c46 (patch) | |
tree | 58da6780e138d5725070b3500738eaa1406fb0c4 /src | |
parent | 18cf75125b736bc5a206ae0b978b236e52da8336 (diff) |
Applying author's privacy request of src/demos/particles/engine/* files
Diffstat (limited to 'src')
-rwxr-xr-x | src/demos/particles/engine/ControlWindow.java | 4 | ||||
-rwxr-xr-x | src/demos/particles/engine/Engine.java | 4 | ||||
-rwxr-xr-x | src/demos/particles/engine/GLComponent.java | 2 | ||||
-rwxr-xr-x | src/demos/particles/engine/Particle.java | 4 | ||||
-rwxr-xr-x | src/demos/particles/engine/RGBA.java | 4 | ||||
-rwxr-xr-x | 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 ([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: |