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

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Feb 16 15:51:40 EST 2007


Author: philipsharman
Date: 2007-02-16 15:51:40 -0500 (Fri, 16 Feb 2007)
New Revision: 1112

Modified:
   trunk/MgDev/Common/CoordinateSystem/CoordSys.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSys.h
   trunk/MgDev/Common/CoordinateSystem/CoordSysCatalog.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysCatalog.h
   trunk/MgDev/Common/CoordinateSystem/CoordSysCategory.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysCategory.h
   trunk/MgDev/Common/CoordinateSystem/CoordSysCategoryCollection.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysCategoryCollection.h
   trunk/MgDev/Common/CoordinateSystem/CoordSysCommon.h
   trunk/MgDev/Common/CoordinateSystem/CoordSysComputationFailedException.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysComputationFailedException.h
   trunk/MgDev/Common/CoordinateSystem/CoordSysConversionFailedException.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysConversionFailedException.h
   trunk/MgDev/Common/CoordinateSystem/CoordSysDimension.h
   trunk/MgDev/Common/CoordinateSystem/CoordSysEnvelope.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysEnvelope.h
   trunk/MgDev/Common/CoordinateSystem/CoordSysException.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysException.h
   trunk/MgDev/Common/CoordinateSystem/CoordSysFactory.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysFactory.h
   trunk/MgDev/Common/CoordinateSystem/CoordSysIncludes.h
   trunk/MgDev/Common/CoordinateSystem/CoordSysInformation.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysInformation.h
   trunk/MgDev/Common/CoordinateSystem/CoordSysInitializationFailedException.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysInitializationFailedException.h
   trunk/MgDev/Common/CoordinateSystem/CoordSysInvalidArgumentException.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysInvalidArgumentException.h
   trunk/MgDev/Common/CoordinateSystem/CoordSysInvalidCoordinateSystemException.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysInvalidCoordinateSystemException.h
   trunk/MgDev/Common/CoordinateSystem/CoordSysInvalidCoordinateSystemTypeException.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysInvalidCoordinateSystemTypeException.h
   trunk/MgDev/Common/CoordinateSystem/CoordSysInvalidCoordinateSystemUnitsException.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysInvalidCoordinateSystemUnitsException.h
   trunk/MgDev/Common/CoordinateSystem/CoordSysMeasure.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysMeasure.h
   trunk/MgDev/Common/CoordinateSystem/CoordSysMeasureFailedException.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysMeasureFailedException.h
   trunk/MgDev/Common/CoordinateSystem/CoordSysNullArgumentException.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysNullArgumentException.h
   trunk/MgDev/Common/CoordinateSystem/CoordSysNullReferenceException.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysNullReferenceException.h
   trunk/MgDev/Common/CoordinateSystem/CoordSysOutOfMemoryException.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysOutOfMemoryException.h
   trunk/MgDev/Common/CoordinateSystem/CoordSysTransform.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysTransform.h
   trunk/MgDev/Common/CoordinateSystem/CoordSysTransformFailedException.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysTransformFailedException.h
   trunk/MgDev/Common/CoordinateSystem/CoordSysTransformation.cpp
   trunk/MgDev/Common/CoordinateSystem/CoordSysTransformation.h
   trunk/MgDev/Common/CoordinateSystem/CoordSysType.h
   trunk/MgDev/Common/CoordinateSystem/CoordSysUtil.h
   trunk/MgDev/Common/CoordinateSystem/CoordinateSystem.rc
   trunk/MgDev/Common/CoordinateSystem/CriticalSection.h
   trunk/MgDev/Common/CoordinateSystem/Dll.cpp
   trunk/MgDev/Common/CoordinateSystem/stdafx.h
Log:
Updated the copyright date to 2007.

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSys.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSys.cpp	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSys.cpp	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSys.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSys.h	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSys.h	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysCatalog.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysCatalog.cpp	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysCatalog.cpp	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysCatalog.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysCatalog.h	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysCatalog.h	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysCategory.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysCategory.cpp	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysCategory.cpp	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysCategory.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysCategory.h	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysCategory.h	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysCategoryCollection.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysCategoryCollection.cpp	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysCategoryCollection.cpp	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysCategoryCollection.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysCategoryCollection.h	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysCategoryCollection.h	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysCommon.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysCommon.h	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysCommon.h	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysComputationFailedException.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysComputationFailedException.cpp	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysComputationFailedException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysComputationFailedException.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysComputationFailedException.h	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysComputationFailedException.h	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysConversionFailedException.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysConversionFailedException.cpp	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysConversionFailedException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysConversionFailedException.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysConversionFailedException.h	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysConversionFailedException.h	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysDimension.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysDimension.h	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysDimension.h	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysEnvelope.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysEnvelope.cpp	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysEnvelope.cpp	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysEnvelope.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysEnvelope.h	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysEnvelope.h	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysException.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysException.cpp	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysException.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysException.h	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysException.h	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysFactory.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysFactory.cpp	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysFactory.cpp	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysFactory.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysFactory.h	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysFactory.h	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysIncludes.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysIncludes.h	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysIncludes.h	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysInformation.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysInformation.cpp	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysInformation.cpp	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysInformation.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysInformation.h	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysInformation.h	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysInitializationFailedException.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysInitializationFailedException.cpp	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysInitializationFailedException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysInitializationFailedException.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysInitializationFailedException.h	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysInitializationFailedException.h	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysInvalidArgumentException.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysInvalidArgumentException.cpp	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysInvalidArgumentException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysInvalidArgumentException.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysInvalidArgumentException.h	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysInvalidArgumentException.h	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysInvalidCoordinateSystemException.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysInvalidCoordinateSystemException.cpp	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysInvalidCoordinateSystemException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysInvalidCoordinateSystemException.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysInvalidCoordinateSystemException.h	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysInvalidCoordinateSystemException.h	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysInvalidCoordinateSystemTypeException.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysInvalidCoordinateSystemTypeException.cpp	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysInvalidCoordinateSystemTypeException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysInvalidCoordinateSystemTypeException.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysInvalidCoordinateSystemTypeException.h	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysInvalidCoordinateSystemTypeException.h	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysInvalidCoordinateSystemUnitsException.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysInvalidCoordinateSystemUnitsException.cpp	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysInvalidCoordinateSystemUnitsException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysInvalidCoordinateSystemUnitsException.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysInvalidCoordinateSystemUnitsException.h	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysInvalidCoordinateSystemUnitsException.h	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysMeasure.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysMeasure.cpp	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysMeasure.cpp	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysMeasure.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysMeasure.h	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysMeasure.h	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysMeasureFailedException.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysMeasureFailedException.cpp	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysMeasureFailedException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysMeasureFailedException.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysMeasureFailedException.h	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysMeasureFailedException.h	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysNullArgumentException.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysNullArgumentException.cpp	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysNullArgumentException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysNullArgumentException.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysNullArgumentException.h	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysNullArgumentException.h	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysNullReferenceException.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysNullReferenceException.cpp	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysNullReferenceException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysNullReferenceException.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysNullReferenceException.h	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysNullReferenceException.h	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysOutOfMemoryException.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysOutOfMemoryException.cpp	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysOutOfMemoryException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysOutOfMemoryException.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysOutOfMemoryException.h	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysOutOfMemoryException.h	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysTransform.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysTransform.cpp	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysTransform.cpp	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysTransform.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysTransform.h	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysTransform.h	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysTransformFailedException.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysTransformFailedException.cpp	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysTransformFailedException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysTransformFailedException.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysTransformFailedException.h	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysTransformFailedException.h	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysTransformation.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysTransformation.cpp	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysTransformation.cpp	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysTransformation.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysTransformation.h	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysTransformation.h	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysType.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysType.h	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysType.h	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysUtil.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysUtil.h	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysUtil.h	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/CoordinateSystem.rc
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordinateSystem.rc	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CoordinateSystem.rc	2007-02-16 20:51:40 UTC (rev 1112)
@@ -67,7 +67,7 @@
             VALUE "FileDescription", "CoordinateSystem Dynamic Link Library"
             VALUE "FileVersion", "1, 0, 0, 1"
             VALUE "InternalName", "MgCoordinateSystem"
-            VALUE "LegalCopyright", "Copyright (C) 2006 Autodesk, Inc."
+            VALUE "LegalCopyright", "Copyright (C) 2007 Autodesk, Inc."
             VALUE "OriginalFilename", "MgCoordinateSystem.dll"
             VALUE "ProductName", "MapGuide Open Source"
             VALUE "ProductVersion", "1, 0, 0, 1"

Modified: trunk/MgDev/Common/CoordinateSystem/CriticalSection.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CriticalSection.h	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/CriticalSection.h	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/Dll.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/Dll.cpp	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/Dll.cpp	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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

Modified: trunk/MgDev/Common/CoordinateSystem/stdafx.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/stdafx.h	2007-02-16 19:21:33 UTC (rev 1111)
+++ trunk/MgDev/Common/CoordinateSystem/stdafx.h	2007-02-16 20:51:40 UTC (rev 1112)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 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



More information about the mapguide-commits mailing list