From b0c13042d86343da7a42eaa983f0e1ed8fa55092 Mon Sep 17 00:00:00 2001 From: Fons Rademakers <Fons.Rademakers@cern.ch> Date: Tue, 12 Jun 2007 20:29:00 +0000 Subject: [PATCH] add missing cvs ident lines. git-svn-id: http://root.cern.ch/svn/root/trunk@19018 27541ba8-7e3a-0410-8455-c3a389f83636 --- gl/inc/TGLContext.h | 11 +++++++++++ gl/inc/TGLFormat.h | 11 +++++++++++ gl/inc/TGLWidget.h | 11 +++++++++++ gl/src/TGLContext.cxx | 11 +++++++++++ gl/src/TGLFormat.cxx | 11 +++++++++++ gl/src/TGLWidget.cxx | 11 +++++++++++ 6 files changed, 66 insertions(+) diff --git a/gl/inc/TGLContext.h b/gl/inc/TGLContext.h index ad7ca9d5c6f..81b74d789ed 100644 --- a/gl/inc/TGLContext.h +++ b/gl/inc/TGLContext.h @@ -1,3 +1,14 @@ +// @(#)root/gl:$Name: $:$Id: TGLLightSet.cxx,v 1.1 2007/06/11 19:56:33 brun Exp $ +// Author: Matevz Tadel, Jun 2007 + +/************************************************************************* + * Copyright (C) 1995-2004, 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_TGLContext #define ROOT_TGLContext diff --git a/gl/inc/TGLFormat.h b/gl/inc/TGLFormat.h index 4d8d8373355..b9e481d92ef 100644 --- a/gl/inc/TGLFormat.h +++ b/gl/inc/TGLFormat.h @@ -1,3 +1,14 @@ +// @(#)root/gl:$Name: $:$Id: TGLLightSet.cxx,v 1.1 2007/06/11 19:56:33 brun Exp $ +// Author: Matevz Tadel, Jun 2007 + +/************************************************************************* + * Copyright (C) 1995-2004, 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_TGLFormat #define ROOT_TGLFormat diff --git a/gl/inc/TGLWidget.h b/gl/inc/TGLWidget.h index 6841fb1e7aa..12399230af1 100644 --- a/gl/inc/TGLWidget.h +++ b/gl/inc/TGLWidget.h @@ -1,3 +1,14 @@ +// @(#)root/gl:$Name: $:$Id: TGLLightSet.cxx,v 1.1 2007/06/11 19:56:33 brun Exp $ +// Author: Matevz Tadel, Jun 2007 + +/************************************************************************* + * Copyright (C) 1995-2004, 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_TGLWidget #define ROOT_TGLWidget diff --git a/gl/src/TGLContext.cxx b/gl/src/TGLContext.cxx index a06952dedcd..7bed35f53b5 100644 --- a/gl/src/TGLContext.cxx +++ b/gl/src/TGLContext.cxx @@ -1,3 +1,14 @@ +// @(#)root/gl:$Name: $:$Id: TGLLightSet.cxx,v 1.1 2007/06/11 19:56:33 brun Exp $ +// Author: Matevz Tadel, Jun 2007 + +/************************************************************************* + * Copyright (C) 1995-2004, Rene Brun and Fons Rademakers. * + * All rights reserved. * + * * + * For the licensing terms see $ROOTSYS/LICENSE. * + * For the list of contributors see $ROOTSYS/README/CREDITS. * + *************************************************************************/ + #include <stdexcept> #include <memory> diff --git a/gl/src/TGLFormat.cxx b/gl/src/TGLFormat.cxx index 9a6e0325fda..fc5953168d8 100644 --- a/gl/src/TGLFormat.cxx +++ b/gl/src/TGLFormat.cxx @@ -1,3 +1,14 @@ +// @(#)root/gl:$Name: $:$Id: TGLLightSet.cxx,v 1.1 2007/06/11 19:56:33 brun Exp $ +// Author: Matevz Tadel, Jun 2007 + +/************************************************************************* + * Copyright (C) 1995-2004, Rene Brun and Fons Rademakers. * + * All rights reserved. * + * * + * For the licensing terms see $ROOTSYS/LICENSE. * + * For the list of contributors see $ROOTSYS/README/CREDITS. * + *************************************************************************/ + #include <cassert> #include "TGLFormat.h" diff --git a/gl/src/TGLWidget.cxx b/gl/src/TGLWidget.cxx index a882307ed1a..d9b496a5a9b 100644 --- a/gl/src/TGLWidget.cxx +++ b/gl/src/TGLWidget.cxx @@ -1,3 +1,14 @@ +// @(#)root/gl:$Name: $:$Id: TGLLightSet.cxx,v 1.1 2007/06/11 19:56:33 brun Exp $ +// Author: Matevz Tadel, Jun 2007 + +/************************************************************************* + * Copyright (C) 1995-2004, Rene Brun and Fons Rademakers. * + * All rights reserved. * + * * + * For the licensing terms see $ROOTSYS/LICENSE. * + * For the list of contributors see $ROOTSYS/README/CREDITS. * + *************************************************************************/ + #include <stdexcept> #include <vector> -- GitLab