diff options
author | Sven Gothel <[email protected]> | 2010-11-10 11:05:47 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-10 11:05:47 +0100 |
commit | 0f1f2c1a2d26e69813259e68e445535d3175f464 (patch) | |
tree | aaedd4507b49a98f61d0d603005d692acfb27dc4 /src/java/com/jogamp/common/util/ReflectionUtil.java | |
parent | 92e1e8b24d128e08f13b05bd630ad7b0bf1cbf9f (diff) |
Add generic VersionUtil (Manifest and Platform) ; Add VersionInfo
Diffstat (limited to 'src/java/com/jogamp/common/util/ReflectionUtil.java')
-rw-r--r-- | src/java/com/jogamp/common/util/ReflectionUtil.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/java/com/jogamp/common/util/ReflectionUtil.java b/src/java/com/jogamp/common/util/ReflectionUtil.java index bf4624f..f4840e7 100644 --- a/src/java/com/jogamp/common/util/ReflectionUtil.java +++ b/src/java/com/jogamp/common/util/ReflectionUtil.java @@ -1,5 +1,6 @@ /* * 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 |