From 1f3e8116ed3b18e1fbcf4382c3c5e40c825603ba Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 28 Jun 2011 23:20:16 +0200 Subject: Fix copyright/author tags --- src/com/jogamp/opencl/gl/CLGLContext.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/com/jogamp/opencl/gl/CLGLContext.java') diff --git a/src/com/jogamp/opencl/gl/CLGLContext.java b/src/com/jogamp/opencl/gl/CLGLContext.java index dcddd3df..6194d88b 100644 --- a/src/com/jogamp/opencl/gl/CLGLContext.java +++ b/src/com/jogamp/opencl/gl/CLGLContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2009 - 2010 JogAmp Community. All rights reserved. + * Copyright (c) 2009 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: @@ -47,7 +47,7 @@ import static com.jogamp.opencl.llb.gl.CLGL.*; /** * OpenCL Context supporting JOGL-JOCL interoperablity. - * @author Michael Bien + * @author Michael Bien, et al. */ public final class CLGLContext extends CLContext { -- cgit v1.2.3