From 47452375a77faf7903bca949d4120b5bda44c944 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Thu, 26 Jan 2012 13:19:34 -0600 Subject: [PATCH] opengl: Clear up a few header issues, no functional change * Philippe voiced that he was the original author in the ML, adding Philippe to the headers to ensure credit is given. * Adding Precision Insight copyright back *just incase* It's unclear if Precision Insight code was used given Philippe's comments in the ML, lets be safe and add it back. As we have Brian's permission for these changes I feel comfortable with it. --- src/kits/opengl/GLDispatcher.cpp | 2 ++ src/kits/opengl/GLDispatcher.h | 2 ++ src/kits/opengl/GLRendererRoster.cpp | 1 + src/kits/opengl/GLRendererRoster.h | 3 +++ 4 files changed, 8 insertions(+) diff --git a/src/kits/opengl/GLDispatcher.cpp b/src/kits/opengl/GLDispatcher.cpp index f26d431c9a..87b3b193cd 100644 --- a/src/kits/opengl/GLDispatcher.cpp +++ b/src/kits/opengl/GLDispatcher.cpp @@ -1,9 +1,11 @@ /* + * Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas. * Copyright 2000-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. * * Authors: * Brian Paul + * Philippe Houdoin */ diff --git a/src/kits/opengl/GLDispatcher.h b/src/kits/opengl/GLDispatcher.h index 7ac70c4d45..95d3be81d9 100644 --- a/src/kits/opengl/GLDispatcher.h +++ b/src/kits/opengl/GLDispatcher.h @@ -1,9 +1,11 @@ /* + * Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas. * Copyright 2000-2012 Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. * * Authors: * Brian Paul + * Philippe Houdoin */ #ifndef GLDISPATCHER_H #define GLDISPATCHER_H diff --git a/src/kits/opengl/GLRendererRoster.cpp b/src/kits/opengl/GLRendererRoster.cpp index 2c3aab3107..d2d21c8f60 100644 --- a/src/kits/opengl/GLRendererRoster.cpp +++ b/src/kits/opengl/GLRendererRoster.cpp @@ -3,6 +3,7 @@ * Distributed under the terms of the MIT License. * * Authors: + * Philippe Houdoin */ diff --git a/src/kits/opengl/GLRendererRoster.h b/src/kits/opengl/GLRendererRoster.h index 7e549776cb..5c8da27119 100644 --- a/src/kits/opengl/GLRendererRoster.h +++ b/src/kits/opengl/GLRendererRoster.h @@ -1,6 +1,9 @@ /* * Copyright 2006-2012, Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. + * + * Authors: + * Philippe Houdoin */ #ifndef _GLRENDERER_ROSTER_H #define _GLRENDERER_ROSTER_H