diff options
author | Sven Gothel <[email protected]> | 2013-04-27 03:18:07 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-04-27 03:18:07 +0200 |
commit | 2fc95fa183a133b4a1b675c50a2d97bf41c6c391 (patch) | |
tree | 476301477c0e8ee9354d85c7f7aa626f2549418e | |
parent | 29e5caf61c1e09d2b225f4d42f5a384dd6eef9a8 (diff) |
Add missing JogAmp (c) note - using date of 1st JogAmp edit.
-rw-r--r-- | src/jogl/classes/com/jogamp/opengl/util/texture/Texture.java | 1 | ||||
-rw-r--r-- | src/jogl/classes/com/jogamp/opengl/util/texture/TextureCoords.java | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/jogl/classes/com/jogamp/opengl/util/texture/Texture.java b/src/jogl/classes/com/jogamp/opengl/util/texture/Texture.java index 6e66e3d03..bf85bea87 100644 --- a/src/jogl/classes/com/jogamp/opengl/util/texture/Texture.java +++ b/src/jogl/classes/com/jogamp/opengl/util/texture/Texture.java @@ -1,5 +1,6 @@ /* * Copyright (c) 2005 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 diff --git a/src/jogl/classes/com/jogamp/opengl/util/texture/TextureCoords.java b/src/jogl/classes/com/jogamp/opengl/util/texture/TextureCoords.java index 39647039b..3931b7290 100644 --- a/src/jogl/classes/com/jogamp/opengl/util/texture/TextureCoords.java +++ b/src/jogl/classes/com/jogamp/opengl/util/texture/TextureCoords.java @@ -1,5 +1,6 @@ /* * Copyright (c) 2005 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2012 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 |