diff options
author | Sven Gothel <[email protected]> | 2011-06-28 23:20:16 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-06-28 23:20:16 +0200 |
commit | 1f3e8116ed3b18e1fbcf4382c3c5e40c825603ba (patch) | |
tree | 14fae863844edc21b034a3a0426efb014cb59236 /test | |
parent | 20a94528161909e12fdcbd06cf5affe89a37efb9 (diff) |
Fix copyright/author tagsedge
Diffstat (limited to 'test')
-rw-r--r-- | test/com/jogamp/opencl/LowLevelBindingTest.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/com/jogamp/opencl/LowLevelBindingTest.java b/test/com/jogamp/opencl/LowLevelBindingTest.java index c8e27a60..9a5e034e 100644 --- a/test/com/jogamp/opencl/LowLevelBindingTest.java +++ b/test/com/jogamp/opencl/LowLevelBindingTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 JogAmp Community. 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 met: @@ -57,7 +57,7 @@ import static com.jogamp.opencl.TestUtils.*; /** * Test testing the low level bindings. - * @author Michael Bien + * @author Michael Bien, et al. */ public class LowLevelBindingTest { |