diff options
author | Sven Gothel <[email protected]> | 2009-03-20 16:17:09 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2009-03-20 16:17:09 +0000 |
commit | dc78352a2f259d9c924fa87459b3999956ed96f8 (patch) | |
tree | 7e03758a3954d6e644102ff91afca9521f586909 | |
parent | 9867704342ea36dfc5fb6662607a01513f3eb526 (diff) |
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/branches/JOGL_2_SANDBOX@327 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
-rw-r--r-- | src/demos/util/TaskManager.java | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/demos/util/TaskManager.java b/src/demos/util/TaskManager.java index 4c1cf9b..125d218 100644 --- a/src/demos/util/TaskManager.java +++ b/src/demos/util/TaskManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2009 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -32,9 +32,6 @@ * You acknowledge that this software is not designed or intended for use * in the design, construction, operation or maintenance of any nuclear * facility. - * - * Sun gratefully acknowledges that this software was originally authored - * and developed by Kenneth Bradley Russell and Christopher John Kline. */ package demos.util; |