[mapguide-commits] r5297 - trunk/MgDev/Common/CoordinateSystem

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Oct 19 12:37:44 EDT 2010


Author: waltweltonlair
Date: 2010-10-19 09:37:44 -0700 (Tue, 19 Oct 2010)
New Revision: 5297

Modified:
   trunk/MgDev/Common/CoordinateSystem/CriticalSection.cpp
   trunk/MgDev/Common/CoordinateSystem/SmartCriticalClass.cpp
Log:
Add missing header information

Modified: trunk/MgDev/Common/CoordinateSystem/CriticalSection.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CriticalSection.cpp	2010-10-19 16:34:45 UTC (rev 5296)
+++ trunk/MgDev/Common/CoordinateSystem/CriticalSection.cpp	2010-10-19 16:37:44 UTC (rev 5297)
@@ -1,3 +1,20 @@
+//
+//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//
+//  This library is free software; you can redistribute it and/or
+//  modify it under the terms of version 2.1 of the GNU Lesser
+//  General Public License as published by the Free Software Foundation.
+//
+//  This library is distributed in the hope that it will be useful,
+//  but WITHOUT ANY WARRANTY; without even the implied warranty of
+//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+//  Lesser General Public License for more details.
+//
+//  You should have received a copy of the GNU Lesser General Public
+//  License along with this library; if not, write to the Free Software
+//  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+//
+
 #ifdef _WIN32
 #   include <Windows.h>
 #else

Modified: trunk/MgDev/Common/CoordinateSystem/SmartCriticalClass.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/SmartCriticalClass.cpp	2010-10-19 16:34:45 UTC (rev 5296)
+++ trunk/MgDev/Common/CoordinateSystem/SmartCriticalClass.cpp	2010-10-19 16:37:44 UTC (rev 5297)
@@ -1,3 +1,20 @@
+//
+//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//
+//  This library is free software; you can redistribute it and/or
+//  modify it under the terms of version 2.1 of the GNU Lesser
+//  General Public License as published by the Free Software Foundation.
+//
+//  This library is distributed in the hope that it will be useful,
+//  but WITHOUT ANY WARRANTY; without even the implied warranty of
+//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+//  Lesser General Public License for more details.
+//
+//  You should have received a copy of the GNU Lesser General Public
+//  License along with this library; if not, write to the Free Software
+//  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+//
+
 #include "CriticalSection.h"
 
 //utility implementation to access the central "CriticalClass critical section"



More information about the mapguide-commits mailing list