From 16b9f15dc8ef26e773bedb949b277c9360134cb5 Mon Sep 17 00:00:00 2001
From: Timur Pocheptsov <Timur.Pocheptsov@cern.ch>
Date: Thu, 26 Apr 2012 14:09:41 +0000
Subject: [PATCH] Add file header/copyright.

git-svn-id: http://root.cern.ch/svn/root/trunk@43971 27541ba8-7e3a-0410-8455-c3a389f83636
---
 graf2d/cocoa/inc/ROOTOpenGLView.h | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/graf2d/cocoa/inc/ROOTOpenGLView.h b/graf2d/cocoa/inc/ROOTOpenGLView.h
index b807b0f3cff..d07a91a558e 100644
--- a/graf2d/cocoa/inc/ROOTOpenGLView.h
+++ b/graf2d/cocoa/inc/ROOTOpenGLView.h
@@ -1,3 +1,14 @@
+// @(#)root/graf2d:$Id$
+// Author: Timur Pocheptsov   26/04/2012
+
+/*************************************************************************
+ * Copyright (C) 1995-2012, Rene Brun and Fons Rademakers.               *
+ * All rights reserved.                                                  *
+ *                                                                       *
+ * For the licensing terms see $ROOTSYS/LICENSE.                         *
+ * For the list of contributors see $ROOTSYS/README/CREDITS.             *
+ *************************************************************************/
+
 #ifndef ROOT_ROOTOpenGLView
 #define ROOT_ROOTOpenGLView
 
@@ -5,6 +16,12 @@
 
 @class QuartzView;
 
+///////////////////////////////////////////
+//                                       //
+// OpenGL view's class.                  //
+//                                       //
+///////////////////////////////////////////
+
 @interface ROOTOpenGLView : NSOpenGLView <X11Window>
 
 //NSOpenGLView methods.
-- 
GitLab