From deaab6228f7812ed7dbdbd3166070e23b2421e16 Mon Sep 17 00:00:00 2001 From: espes Date: Thu, 18 Apr 2013 14:38:16 +1000 Subject: [PATCH] fix up copyrights --- gl/gloffscreen.h | 2 +- gl/gloffscreen_cgl.c | 4 +--- gl/gloffscreen_wgl.c | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/gl/gloffscreen.h b/gl/gloffscreen.h index 5476ba83a7..78c2402290 100644 --- a/gl/gloffscreen.h +++ b/gl/gloffscreen.h @@ -5,7 +5,7 @@ * Written by: * Gordon Williams * Ian Molton - * Wayo + * Copyright (c) 2013 Wayo * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/gl/gloffscreen_cgl.c b/gl/gloffscreen_cgl.c index 6f4cc93a4c..3e49ee2cfd 100644 --- a/gl/gloffscreen_cgl.c +++ b/gl/gloffscreen_cgl.c @@ -1,9 +1,7 @@ /* * Offscreen OpenGL abstraction layer - CGL (Apple) specific * - * Copyright (c) 2010 Intel - * Written by: - * Wayo + * Copyright (c) 2013 Wayo * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/gl/gloffscreen_wgl.c b/gl/gloffscreen_wgl.c index a0f89389e5..f1c8251bf7 100644 --- a/gl/gloffscreen_wgl.c +++ b/gl/gloffscreen_wgl.c @@ -5,7 +5,7 @@ * Written by: * Gordon Williams * Ian Molton - * Wayo + * Copyright (c) 2013 Wayo * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal