diff options
author | Sven Gothel <[email protected]> | 2023-08-13 03:01:25 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-08-13 03:01:25 +0200 |
commit | c8b03bc28390bc8ca078118ba7c29dfec505f837 (patch) | |
tree | 9bf33a83b8d850cdafc006b8eceb867415dc4548 /src/jogl/classes/jogamp/opengl/GLDrawableImpl.java | |
parent | a3e18cefd3e90df53ff375997c8f4fdc3da19aa3 (diff) |
Minor cleanup of imports, etc: FBObject, GLContext*, Texture, ..
TODO: Full cleanup perhaps
Diffstat (limited to 'src/jogl/classes/jogamp/opengl/GLDrawableImpl.java')
-rw-r--r-- | src/jogl/classes/jogamp/opengl/GLDrawableImpl.java | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/jogl/classes/jogamp/opengl/GLDrawableImpl.java b/src/jogl/classes/jogamp/opengl/GLDrawableImpl.java index 4e0f5eaca..cd5a16c9e 100644 --- a/src/jogl/classes/jogamp/opengl/GLDrawableImpl.java +++ b/src/jogl/classes/jogamp/opengl/GLDrawableImpl.java @@ -1,6 +1,6 @@ -/* +/** + * Copyright (c) 2010-2023 JogAmp Community. All rights reserved. * Copyright (c) 2003 Sun Microsystems, Inc. All Rights Reserved. - * Copyright (c) 2010 JogAmp Community. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -33,9 +33,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 jogamp.opengl; |