[mapguide-commits] r4501 - in trunk/MgDev/Server/src: Common Common/Base Common/Cache Common/Manager Common/Thread Core Gws/GwsCommon Gws/GwsCommon/inc Gws/GwsQueryEngine Gws/GwsQueryEngine/inc Gws/GwsResource Gws/Include Services/Drawing Services/Feature Services/Kml Services/Mapping Services/Rendering Services/Resource Services/ServerAdmin Services/Site Services/Tile UnitTesting

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Jan 8 23:09:00 EST 2010


Author: waltweltonlair
Date: 2010-01-08 23:08:59 -0500 (Fri, 08 Jan 2010)
New Revision: 4501

Modified:
   trunk/MgDev/Server/src/Common/Base/ClientHandler.cpp
   trunk/MgDev/Server/src/Common/Base/ClientHandler.h
   trunk/MgDev/Server/src/Common/Base/IServiceHandler.cpp
   trunk/MgDev/Server/src/Common/Base/IServiceHandler.h
   trunk/MgDev/Server/src/Common/Base/ServerBase.rc
   trunk/MgDev/Server/src/Common/Base/ServerBaseBuild.cpp
   trunk/MgDev/Server/src/Common/Base/ServerBaseDllExport.h
   trunk/MgDev/Server/src/Common/Base/ServerStreamData.cpp
   trunk/MgDev/Server/src/Common/Base/ServerStreamData.h
   trunk/MgDev/Server/src/Common/Base/ServiceOperation.cpp
   trunk/MgDev/Server/src/Common/Base/ServiceOperation.h
   trunk/MgDev/Server/src/Common/Cache/FeatureClassCacheItem.cpp
   trunk/MgDev/Server/src/Common/Cache/FeatureClassCacheItem.h
   trunk/MgDev/Server/src/Common/Cache/FeatureSchemaCacheItem.cpp
   trunk/MgDev/Server/src/Common/Cache/FeatureSchemaCacheItem.h
   trunk/MgDev/Server/src/Common/Cache/FeatureServiceCache.cpp
   trunk/MgDev/Server/src/Common/Cache/FeatureServiceCache.h
   trunk/MgDev/Server/src/Common/Cache/FeatureServiceCacheEntry.cpp
   trunk/MgDev/Server/src/Common/Cache/FeatureServiceCacheEntry.h
   trunk/MgDev/Server/src/Common/Cache/FeatureSourceCacheItem.cpp
   trunk/MgDev/Server/src/Common/Cache/FeatureSourceCacheItem.h
   trunk/MgDev/Server/src/Common/Cache/ServerCache.cpp
   trunk/MgDev/Server/src/Common/Cache/ServerCache.h
   trunk/MgDev/Server/src/Common/Cache/ServerCache.rc
   trunk/MgDev/Server/src/Common/Cache/ServerCacheBuild.cpp
   trunk/MgDev/Server/src/Common/Cache/ServerCacheDllExport.h
   trunk/MgDev/Server/src/Common/Cache/ServerCacheEntry.cpp
   trunk/MgDev/Server/src/Common/Cache/ServerCacheEntry.h
   trunk/MgDev/Server/src/Common/Cache/ServerCacheItem.cpp
   trunk/MgDev/Server/src/Common/Cache/ServerCacheItem.h
   trunk/MgDev/Server/src/Common/Cache/SpatialContextCacheItem.cpp
   trunk/MgDev/Server/src/Common/Cache/SpatialContextCacheItem.h
   trunk/MgDev/Server/src/Common/Dll.cpp
   trunk/MgDev/Server/src/Common/Manager/CacheManager.cpp
   trunk/MgDev/Server/src/Common/Manager/CacheManager.h
   trunk/MgDev/Server/src/Common/Manager/Connection.cpp
   trunk/MgDev/Server/src/Common/Manager/Connection.h
   trunk/MgDev/Server/src/Common/Manager/FdoConnectionManager.cpp
   trunk/MgDev/Server/src/Common/Manager/FdoConnectionManager.h
   trunk/MgDev/Server/src/Common/Manager/GroupInfo.cpp
   trunk/MgDev/Server/src/Common/Manager/GroupInfo.h
   trunk/MgDev/Server/src/Common/Manager/LicenseManager.cpp
   trunk/MgDev/Server/src/Common/Manager/LicenseManager.h
   trunk/MgDev/Server/src/Common/Manager/LoadBalanceManager.cpp
   trunk/MgDev/Server/src/Common/Manager/LoadBalanceManager.h
   trunk/MgDev/Server/src/Common/Manager/LogDetail.cpp
   trunk/MgDev/Server/src/Common/Manager/LogDetail.h
   trunk/MgDev/Server/src/Common/Manager/LogEntryData.cpp
   trunk/MgDev/Server/src/Common/Manager/LogEntryData.h
   trunk/MgDev/Server/src/Common/Manager/LogManager.cpp
   trunk/MgDev/Server/src/Common/Manager/LogManager.h
   trunk/MgDev/Server/src/Common/Manager/LogThread.cpp
   trunk/MgDev/Server/src/Common/Manager/LogThread.h
   trunk/MgDev/Server/src/Common/Manager/LogType.h
   trunk/MgDev/Server/src/Common/Manager/LongTransactionManager.cpp
   trunk/MgDev/Server/src/Common/Manager/LongTransactionManager.h
   trunk/MgDev/Server/src/Common/Manager/PackageLogHandler.cpp
   trunk/MgDev/Server/src/Common/Manager/PackageLogHandler.h
   trunk/MgDev/Server/src/Common/Manager/PackageLogReader.cpp
   trunk/MgDev/Server/src/Common/Manager/PackageLogReader.h
   trunk/MgDev/Server/src/Common/Manager/PackageLogWriter.cpp
   trunk/MgDev/Server/src/Common/Manager/PackageLogWriter.h
   trunk/MgDev/Server/src/Common/Manager/PackageManager.cpp
   trunk/MgDev/Server/src/Common/Manager/PackageManager.h
   trunk/MgDev/Server/src/Common/Manager/PermissionCache.cpp
   trunk/MgDev/Server/src/Common/Manager/PermissionCache.h
   trunk/MgDev/Server/src/Common/Manager/PermissionInfo.cpp
   trunk/MgDev/Server/src/Common/Manager/PermissionInfo.h
   trunk/MgDev/Server/src/Common/Manager/PermissionManager.cpp
   trunk/MgDev/Server/src/Common/Manager/PermissionManager.h
   trunk/MgDev/Server/src/Common/Manager/RoleInfo.cpp
   trunk/MgDev/Server/src/Common/Manager/RoleInfo.h
   trunk/MgDev/Server/src/Common/Manager/SecurityCache.cpp
   trunk/MgDev/Server/src/Common/Manager/SecurityCache.h
   trunk/MgDev/Server/src/Common/Manager/SecurityManager.cpp
   trunk/MgDev/Server/src/Common/Manager/SecurityManager.h
   trunk/MgDev/Server/src/Common/Manager/ServerManager.cpp
   trunk/MgDev/Server/src/Common/Manager/ServerManager.h
   trunk/MgDev/Server/src/Common/Manager/ServerManager.rc
   trunk/MgDev/Server/src/Common/Manager/ServerManagerBuild.cpp
   trunk/MgDev/Server/src/Common/Manager/ServerManagerDllExport.h
   trunk/MgDev/Server/src/Common/Manager/ServiceManager.cpp
   trunk/MgDev/Server/src/Common/Manager/ServiceManager.h
   trunk/MgDev/Server/src/Common/Manager/SessionCache.cpp
   trunk/MgDev/Server/src/Common/Manager/SessionCache.h
   trunk/MgDev/Server/src/Common/Manager/SessionInfo.cpp
   trunk/MgDev/Server/src/Common/Manager/SessionInfo.h
   trunk/MgDev/Server/src/Common/Manager/SessionManager.cpp
   trunk/MgDev/Server/src/Common/Manager/SessionManager.h
   trunk/MgDev/Server/src/Common/Manager/UnmanagedDataManager.cpp
   trunk/MgDev/Server/src/Common/Manager/UnmanagedDataManager.h
   trunk/MgDev/Server/src/Common/Manager/UserInfo.cpp
   trunk/MgDev/Server/src/Common/Manager/UserInfo.h
   trunk/MgDev/Server/src/Common/Manager/WorkerThread.cpp
   trunk/MgDev/Server/src/Common/Manager/WorkerThread.h
   trunk/MgDev/Server/src/Common/Manager/WorkerThreadData.cpp
   trunk/MgDev/Server/src/Common/Manager/WorkerThreadData.h
   trunk/MgDev/Server/src/Common/Thread/ServerThread.rc
   trunk/MgDev/Server/src/Common/Thread/ServerThreadBuild.cpp
   trunk/MgDev/Server/src/Common/Thread/ServerThreadDllExport.h
   trunk/MgDev/Server/src/Common/Thread/ThreadBase.cpp
   trunk/MgDev/Server/src/Common/Thread/ThreadBase.h
   trunk/MgDev/Server/src/Common/stdafx.h
   trunk/MgDev/Server/src/Core/ClientAcceptor.cpp
   trunk/MgDev/Server/src/Core/ClientAcceptor.h
   trunk/MgDev/Server/src/Core/ConnectionTimeoutEventHandler.cpp
   trunk/MgDev/Server/src/Core/ConnectionTimeoutEventHandler.h
   trunk/MgDev/Server/src/Core/DataConnectionTimeoutEventHandler.cpp
   trunk/MgDev/Server/src/Core/DataConnectionTimeoutEventHandler.h
   trunk/MgDev/Server/src/Core/DataTransactionTimeoutEventHandler.cpp
   trunk/MgDev/Server/src/Core/DataTransactionTimeoutEventHandler.h
   trunk/MgDev/Server/src/Core/EventTimer.cpp
   trunk/MgDev/Server/src/Core/EventTimer.h
   trunk/MgDev/Server/src/Core/EventTimerManager.cpp
   trunk/MgDev/Server/src/Core/EventTimerManager.h
   trunk/MgDev/Server/src/Core/FeatureServiceCacheTimeLimitEventHandler.cpp
   trunk/MgDev/Server/src/Core/FeatureServiceCacheTimeLimitEventHandler.h
   trunk/MgDev/Server/src/Core/OperationThread.cpp
   trunk/MgDev/Server/src/Core/OperationThread.h
   trunk/MgDev/Server/src/Core/RepositoryCheckpointEventHandler.cpp
   trunk/MgDev/Server/src/Core/RepositoryCheckpointEventHandler.h
   trunk/MgDev/Server/src/Core/ResourceChangeEventHandler.cpp
   trunk/MgDev/Server/src/Core/ResourceChangeEventHandler.h
   trunk/MgDev/Server/src/Core/Server.cpp
   trunk/MgDev/Server/src/Core/Server.h
   trunk/MgDev/Server/src/Core/ServerCore.rc
   trunk/MgDev/Server/src/Core/ServerCoreBuild.cpp
   trunk/MgDev/Server/src/Core/ServerFactory.cpp
   trunk/MgDev/Server/src/Core/ServiceHandlerFactory.cpp
   trunk/MgDev/Server/src/Core/ServiceHandlerFactory.h
   trunk/MgDev/Server/src/Core/ServiceRegistrationEventHandler.cpp
   trunk/MgDev/Server/src/Core/ServiceRegistrationEventHandler.h
   trunk/MgDev/Server/src/Core/SessionTimeoutEventHandler.cpp
   trunk/MgDev/Server/src/Core/SessionTimeoutEventHandler.h
   trunk/MgDev/Server/src/Core/SignalHandler.cpp
   trunk/MgDev/Server/src/Core/SignalHandler.h
   trunk/MgDev/Server/src/Core/TimedEvent.cpp
   trunk/MgDev/Server/src/Core/TimedEvent.h
   trunk/MgDev/Server/src/Core/TimedEventHandler.cpp
   trunk/MgDev/Server/src/Core/TimedEventHandler.h
   trunk/MgDev/Server/src/Core/main.cpp
   trunk/MgDev/Server/src/Gws/GwsCommon/GwsCommon.cpp
   trunk/MgDev/Server/src/Gws/GwsCommon/GwsCommon.rc
   trunk/MgDev/Server/src/Gws/GwsCommon/GwsCommonFactories.cpp
   trunk/MgDev/Server/src/Gws/GwsCommon/GwsCommonFdoUtils.cpp
   trunk/MgDev/Server/src/Gws/GwsCommon/GwsCsName.cpp
   trunk/MgDev/Server/src/Gws/GwsCommon/GwsDebugUtils.cpp
   trunk/MgDev/Server/src/Gws/GwsCommon/GwsException.cpp
   trunk/MgDev/Server/src/Gws/GwsCommon/GwsExtendedFeatureId.cpp
   trunk/MgDev/Server/src/Gws/GwsCommon/GwsFeatureId.cpp
   trunk/MgDev/Server/src/Gws/GwsCommon/GwsObjectImpl.cpp
   trunk/MgDev/Server/src/Gws/GwsCommon/GwsQualifiedName.cpp
   trunk/MgDev/Server/src/Gws/GwsCommon/GwsQualifiedNames.cpp
   trunk/MgDev/Server/src/Gws/GwsCommon/GwsResourceUtil.cpp
   trunk/MgDev/Server/src/Gws/GwsCommon/GwsXmlUtils.cpp
   trunk/MgDev/Server/src/Gws/GwsCommon/IGwsException.cpp
   trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsCommonImp.h
   trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsCommonUtils.h
   trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsException.h
   trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsFeatureIdSet.h
   trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsObject.h
   trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsObjectImpl.h
   trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsOperationHandler.h
   trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsResourceUtil.h
   trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsStatus.h
   trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsThreads.h
   trunk/MgDev/Server/src/Gws/GwsCommon/stdafx.h
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsBatchSortedBlockJoinQueryResults.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsBinaryFeature.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsBinaryFeatureReader.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsBinaryFeatureWriter.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsBinaryReader.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsBinaryWriter.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsCsQueryProcessor.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsExtendedFeatureDescription.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFdoCommand.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFdoCommandDelete.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFdoCommandInsert.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFdoCommandLock.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFdoCommandUnlock.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFdoCommandUpdate.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFeatureQueryDefinition.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFeatureQueryResults.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFeatureSourceQuery.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFeaturesPool.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFlatFdoReader.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFlatGwsIterator.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsJoinQueryDefinition.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsJoinQueryResults.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsMultiSelectIterator.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsMutableFeature.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsNestedLoopSortedBlockJoinQueryResults.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsNestedLoopsJoinQueryResults.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsPooledFeature.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsPreparedFeatureQuery.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsPreparedJoinQuery.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsPropertyDesc.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryDefinition.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryEngine.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryEngine.def
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryEngine.rc
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryFactories.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryUtils.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryXml.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsRightBatchSortedBlockJoinQueryResults.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsRightJoinQueryResults.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsRightNestedLoopJoinQueryResults.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsRightNestedLoopSortedBlockJoinQueryResults.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsRightSortedJoinQueryResults.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsSortMergeJoinQueryResults.cpp
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsBinaryFeatureReader.h
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsBinaryFeatureWriter.h
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsBinaryReader.h
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsBinaryWriter.h
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsFdoCommand.h
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsFlatFdoReader.h
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsMutableFeature.h
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsQuery.h
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsQueryDefinition.h
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsQueryEngineImp.h
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/utf8_.h
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/stdafx.h
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/utf8_.cpp
   trunk/MgDev/Server/src/Gws/GwsResource/GwsResource.h
   trunk/MgDev/Server/src/Gws/GwsResource/GwsResource.rc
   trunk/MgDev/Server/src/Gws/GwsResource/GwsResourceLinux.cpp
   trunk/MgDev/Server/src/Gws/GwsResource/GwsResourceLinux.h
   trunk/MgDev/Server/src/Gws/Include/GwsCommon.h
   trunk/MgDev/Server/src/Gws/Include/GwsQueryEngine.h
   trunk/MgDev/Server/src/Services/Drawing/DrawingOperation.cpp
   trunk/MgDev/Server/src/Services/Drawing/DrawingOperation.h
   trunk/MgDev/Server/src/Services/Drawing/DrawingOperationFactory.cpp
   trunk/MgDev/Server/src/Services/Drawing/DrawingOperationFactory.h
   trunk/MgDev/Server/src/Services/Drawing/DrawingServiceHandler.cpp
   trunk/MgDev/Server/src/Services/Drawing/DrawingServiceHandler.h
   trunk/MgDev/Server/src/Services/Drawing/OpDescribeDrawing.cpp
   trunk/MgDev/Server/src/Services/Drawing/OpDescribeDrawing.h
   trunk/MgDev/Server/src/Services/Drawing/OpEnumerateLayers.cpp
   trunk/MgDev/Server/src/Services/Drawing/OpEnumerateLayers.h
   trunk/MgDev/Server/src/Services/Drawing/OpEnumerateSectionResources.cpp
   trunk/MgDev/Server/src/Services/Drawing/OpEnumerateSectionResources.h
   trunk/MgDev/Server/src/Services/Drawing/OpEnumerateSections.cpp
   trunk/MgDev/Server/src/Services/Drawing/OpEnumerateSections.h
   trunk/MgDev/Server/src/Services/Drawing/OpGetCoordinateSpace.cpp
   trunk/MgDev/Server/src/Services/Drawing/OpGetCoordinateSpace.h
   trunk/MgDev/Server/src/Services/Drawing/OpGetDrawing.cpp
   trunk/MgDev/Server/src/Services/Drawing/OpGetDrawing.h
   trunk/MgDev/Server/src/Services/Drawing/OpGetLayer.cpp
   trunk/MgDev/Server/src/Services/Drawing/OpGetLayer.h
   trunk/MgDev/Server/src/Services/Drawing/OpGetSection.cpp
   trunk/MgDev/Server/src/Services/Drawing/OpGetSection.h
   trunk/MgDev/Server/src/Services/Drawing/OpGetSectionResource.cpp
   trunk/MgDev/Server/src/Services/Drawing/OpGetSectionResource.h
   trunk/MgDev/Server/src/Services/Drawing/ServerDrawingDllExport.h
   trunk/MgDev/Server/src/Services/Drawing/ServerDrawingService.cpp
   trunk/MgDev/Server/src/Services/Drawing/ServerDrawingService.h
   trunk/MgDev/Server/src/Services/Drawing/ServerDrawingService.rc
   trunk/MgDev/Server/src/Services/Drawing/ServerDrawingServiceBuild.cpp
   trunk/MgDev/Server/src/Services/Drawing/ServerDrawingServiceDefs.h
   trunk/MgDev/Server/src/Services/Drawing/ServerDrawingServiceUtil.cpp
   trunk/MgDev/Server/src/Services/Drawing/ServerDrawingServiceUtil.h
   trunk/MgDev/Server/src/Services/Feature/BooleanDataReaderCreator.h
   trunk/MgDev/Server/src/Services/Feature/ByteDataReaderCreator.h
   trunk/MgDev/Server/src/Services/Feature/ByteSourceRasterStreamImpl.cpp
   trunk/MgDev/Server/src/Services/Feature/ByteSourceRasterStreamImpl.h
   trunk/MgDev/Server/src/Services/Feature/DataReaderCreator.h
   trunk/MgDev/Server/src/Services/Feature/DateTimeDataReaderCreator.h
   trunk/MgDev/Server/src/Services/Feature/DoubleDataReaderCreator.h
   trunk/MgDev/Server/src/Services/Feature/FdoFeatureReader.cpp
   trunk/MgDev/Server/src/Services/Feature/FdoFeatureReader.h
   trunk/MgDev/Server/src/Services/Feature/FdoFilterCollection.cpp
   trunk/MgDev/Server/src/Services/Feature/FdoFilterCollection.h
   trunk/MgDev/Server/src/Services/Feature/FdoReaderCollection.cpp
   trunk/MgDev/Server/src/Services/Feature/FdoReaderCollection.h
   trunk/MgDev/Server/src/Services/Feature/FeatureDistribution.cpp
   trunk/MgDev/Server/src/Services/Feature/FeatureDistribution.h
   trunk/MgDev/Server/src/Services/Feature/FeatureGeometricFunctions.cpp
   trunk/MgDev/Server/src/Services/Feature/FeatureGeometricFunctions.h
   trunk/MgDev/Server/src/Services/Feature/FeatureManipulationCommand.cpp
   trunk/MgDev/Server/src/Services/Feature/FeatureManipulationCommand.h
   trunk/MgDev/Server/src/Services/Feature/FeatureNumericFunctions.cpp
   trunk/MgDev/Server/src/Services/Feature/FeatureNumericFunctions.h
   trunk/MgDev/Server/src/Services/Feature/FeatureOperation.cpp
   trunk/MgDev/Server/src/Services/Feature/FeatureOperation.h
   trunk/MgDev/Server/src/Services/Feature/FeatureOperationFactory.cpp
   trunk/MgDev/Server/src/Services/Feature/FeatureOperationFactory.h
   trunk/MgDev/Server/src/Services/Feature/FeatureServiceCommand.cpp
   trunk/MgDev/Server/src/Services/Feature/FeatureServiceCommand.h
   trunk/MgDev/Server/src/Services/Feature/FeatureServiceHandler.cpp
   trunk/MgDev/Server/src/Services/Feature/FeatureServiceHandler.h
   trunk/MgDev/Server/src/Services/Feature/FeatureStringFunctions.cpp
   trunk/MgDev/Server/src/Services/Feature/FeatureStringFunctions.h
   trunk/MgDev/Server/src/Services/Feature/FilterUtil.cpp
   trunk/MgDev/Server/src/Services/Feature/FilterUtil.h
   trunk/MgDev/Server/src/Services/Feature/GeometryDataReaderCreator.h
   trunk/MgDev/Server/src/Services/Feature/GwsConnectionPool.cpp
   trunk/MgDev/Server/src/Services/Feature/GwsConnectionPool.h
   trunk/MgDev/Server/src/Services/Feature/Int16DataReaderCreator.h
   trunk/MgDev/Server/src/Services/Feature/Int32DataReaderCreator.h
   trunk/MgDev/Server/src/Services/Feature/Int64DataReaderCreator.h
   trunk/MgDev/Server/src/Services/Feature/JoinFeatureReader.cpp
   trunk/MgDev/Server/src/Services/Feature/JoinFeatureReader.h
   trunk/MgDev/Server/src/Services/Feature/Matrix.h
   trunk/MgDev/Server/src/Services/Feature/MgCSTrans.cpp
   trunk/MgDev/Server/src/Services/Feature/MgCSTrans.h
   trunk/MgDev/Server/src/Services/Feature/OpApplySchema.cpp
   trunk/MgDev/Server/src/Services/Feature/OpApplySchema.h
   trunk/MgDev/Server/src/Services/Feature/OpBeginTransaction.cpp
   trunk/MgDev/Server/src/Services/Feature/OpBeginTransaction.h
   trunk/MgDev/Server/src/Services/Feature/OpCloseDataReader.cpp
   trunk/MgDev/Server/src/Services/Feature/OpCloseDataReader.h
   trunk/MgDev/Server/src/Services/Feature/OpCloseFeatureReader.cpp
   trunk/MgDev/Server/src/Services/Feature/OpCloseFeatureReader.h
   trunk/MgDev/Server/src/Services/Feature/OpCloseSqlReader.cpp
   trunk/MgDev/Server/src/Services/Feature/OpCloseSqlReader.h
   trunk/MgDev/Server/src/Services/Feature/OpCommitTransaction.cpp
   trunk/MgDev/Server/src/Services/Feature/OpCommitTransaction.h
   trunk/MgDev/Server/src/Services/Feature/OpCreateFeatureSource.cpp
   trunk/MgDev/Server/src/Services/Feature/OpCreateFeatureSource.h
   trunk/MgDev/Server/src/Services/Feature/OpDescribeSchema.cpp
   trunk/MgDev/Server/src/Services/Feature/OpDescribeSchema.h
   trunk/MgDev/Server/src/Services/Feature/OpDescribeSchemaAsXml.cpp
   trunk/MgDev/Server/src/Services/Feature/OpDescribeSchemaAsXml.h
   trunk/MgDev/Server/src/Services/Feature/OpDescribeWfsFeatureType.cpp
   trunk/MgDev/Server/src/Services/Feature/OpDescribeWfsFeatureType.h
   trunk/MgDev/Server/src/Services/Feature/OpEnumerateDataStores.cpp
   trunk/MgDev/Server/src/Services/Feature/OpEnumerateDataStores.h
   trunk/MgDev/Server/src/Services/Feature/OpExecuteSqlNonQuery.cpp
   trunk/MgDev/Server/src/Services/Feature/OpExecuteSqlNonQuery.h
   trunk/MgDev/Server/src/Services/Feature/OpExecuteSqlQuery.cpp
   trunk/MgDev/Server/src/Services/Feature/OpExecuteSqlQuery.h
   trunk/MgDev/Server/src/Services/Feature/OpGetCapabilities.cpp
   trunk/MgDev/Server/src/Services/Feature/OpGetCapabilities.h
   trunk/MgDev/Server/src/Services/Feature/OpGetClassDefinition.cpp
   trunk/MgDev/Server/src/Services/Feature/OpGetClassDefinition.h
   trunk/MgDev/Server/src/Services/Feature/OpGetClasses.cpp
   trunk/MgDev/Server/src/Services/Feature/OpGetClasses.h
   trunk/MgDev/Server/src/Services/Feature/OpGetConnectionPropertyValues.cpp
   trunk/MgDev/Server/src/Services/Feature/OpGetConnectionPropertyValues.h
   trunk/MgDev/Server/src/Services/Feature/OpGetDataRows.cpp
   trunk/MgDev/Server/src/Services/Feature/OpGetDataRows.h
   trunk/MgDev/Server/src/Services/Feature/OpGetFdoCacheInfo.cpp
   trunk/MgDev/Server/src/Services/Feature/OpGetFdoCacheInfo.h
   trunk/MgDev/Server/src/Services/Feature/OpGetFeatureProviders.cpp
   trunk/MgDev/Server/src/Services/Feature/OpGetFeatureProviders.h
   trunk/MgDev/Server/src/Services/Feature/OpGetFeatures.cpp
   trunk/MgDev/Server/src/Services/Feature/OpGetFeatures.h
   trunk/MgDev/Server/src/Services/Feature/OpGetIdentityProperties.cpp
   trunk/MgDev/Server/src/Services/Feature/OpGetIdentityProperties.h
   trunk/MgDev/Server/src/Services/Feature/OpGetLongTransactions.cpp
   trunk/MgDev/Server/src/Services/Feature/OpGetLongTransactions.h
   trunk/MgDev/Server/src/Services/Feature/OpGetRaster.cpp
   trunk/MgDev/Server/src/Services/Feature/OpGetRaster.h
   trunk/MgDev/Server/src/Services/Feature/OpGetSchemaMapping.cpp
   trunk/MgDev/Server/src/Services/Feature/OpGetSchemaMapping.h
   trunk/MgDev/Server/src/Services/Feature/OpGetSchemas.cpp
   trunk/MgDev/Server/src/Services/Feature/OpGetSchemas.h
   trunk/MgDev/Server/src/Services/Feature/OpGetSpatialContexts.cpp
   trunk/MgDev/Server/src/Services/Feature/OpGetSpatialContexts.h
   trunk/MgDev/Server/src/Services/Feature/OpGetSqlRows.cpp
   trunk/MgDev/Server/src/Services/Feature/OpGetSqlRows.h
   trunk/MgDev/Server/src/Services/Feature/OpGetWfsFeature.cpp
   trunk/MgDev/Server/src/Services/Feature/OpGetWfsFeature.h
   trunk/MgDev/Server/src/Services/Feature/OpRollbackTransaction.cpp
   trunk/MgDev/Server/src/Services/Feature/OpRollbackTransaction.h
   trunk/MgDev/Server/src/Services/Feature/OpSchemaToXml.cpp
   trunk/MgDev/Server/src/Services/Feature/OpSchemaToXml.h
   trunk/MgDev/Server/src/Services/Feature/OpSelectFeatures.cpp
   trunk/MgDev/Server/src/Services/Feature/OpSelectFeatures.h
   trunk/MgDev/Server/src/Services/Feature/OpSelectFeaturesSpatial.cpp
   trunk/MgDev/Server/src/Services/Feature/OpSelectFeaturesSpatial.h
   trunk/MgDev/Server/src/Services/Feature/OpSetLongTransaction.cpp
   trunk/MgDev/Server/src/Services/Feature/OpSetLongTransaction.h
   trunk/MgDev/Server/src/Services/Feature/OpTestConnection.cpp
   trunk/MgDev/Server/src/Services/Feature/OpTestConnection.h
   trunk/MgDev/Server/src/Services/Feature/OpTestFeatureSourceConnection.cpp
   trunk/MgDev/Server/src/Services/Feature/OpTestFeatureSourceConnection.h
   trunk/MgDev/Server/src/Services/Feature/OpUpdateFeatures.cpp
   trunk/MgDev/Server/src/Services/Feature/OpUpdateFeatures.h
   trunk/MgDev/Server/src/Services/Feature/OpUpdateFeaturesWithTransaction.cpp
   trunk/MgDev/Server/src/Services/Feature/OpUpdateFeaturesWithTransaction.h
   trunk/MgDev/Server/src/Services/Feature/OpXmlToSchema.cpp
   trunk/MgDev/Server/src/Services/Feature/OpXmlToSchema.h
   trunk/MgDev/Server/src/Services/Feature/SelectAggregateCommand.cpp
   trunk/MgDev/Server/src/Services/Feature/SelectAggregateCommand.h
   trunk/MgDev/Server/src/Services/Feature/SelectCommand.cpp
   trunk/MgDev/Server/src/Services/Feature/SelectCommand.h
   trunk/MgDev/Server/src/Services/Feature/ServerApplySchema.cpp
   trunk/MgDev/Server/src/Services/Feature/ServerApplySchema.h
   trunk/MgDev/Server/src/Services/Feature/ServerCreateFeatureSource.cpp
   trunk/MgDev/Server/src/Services/Feature/ServerCreateFeatureSource.h
   trunk/MgDev/Server/src/Services/Feature/ServerDataReader.cpp
   trunk/MgDev/Server/src/Services/Feature/ServerDataReader.h
   trunk/MgDev/Server/src/Services/Feature/ServerDataReaderPool.cpp
   trunk/MgDev/Server/src/Services/Feature/ServerDataReaderPool.h
   trunk/MgDev/Server/src/Services/Feature/ServerDeleteCommand.cpp
   trunk/MgDev/Server/src/Services/Feature/ServerDeleteCommand.h
   trunk/MgDev/Server/src/Services/Feature/ServerDescribeSchema.cpp
   trunk/MgDev/Server/src/Services/Feature/ServerDescribeSchema.h
   trunk/MgDev/Server/src/Services/Feature/ServerEnumerateDataStores.cpp
   trunk/MgDev/Server/src/Services/Feature/ServerEnumerateDataStores.h
   trunk/MgDev/Server/src/Services/Feature/ServerFdoFeatureReader.cpp
   trunk/MgDev/Server/src/Services/Feature/ServerFdoFeatureReader.h
   trunk/MgDev/Server/src/Services/Feature/ServerFeatureConnection.cpp
   trunk/MgDev/Server/src/Services/Feature/ServerFeatureConnection.h
   trunk/MgDev/Server/src/Services/Feature/ServerFeatureDllExport.h
   trunk/MgDev/Server/src/Services/Feature/ServerFeatureReader.cpp
   trunk/MgDev/Server/src/Services/Feature/ServerFeatureReader.h
   trunk/MgDev/Server/src/Services/Feature/ServerFeatureReaderPool.cpp
   trunk/MgDev/Server/src/Services/Feature/ServerFeatureReaderPool.h
   trunk/MgDev/Server/src/Services/Feature/ServerFeatureService.cpp
   trunk/MgDev/Server/src/Services/Feature/ServerFeatureService.h
   trunk/MgDev/Server/src/Services/Feature/ServerFeatureService.rc
   trunk/MgDev/Server/src/Services/Feature/ServerFeatureServiceBuild.cpp
   trunk/MgDev/Server/src/Services/Feature/ServerFeatureServiceDefs.h
   trunk/MgDev/Server/src/Services/Feature/ServerFeatureServiceExceptionDef.h
   trunk/MgDev/Server/src/Services/Feature/ServerFeatureTransaction.cpp
   trunk/MgDev/Server/src/Services/Feature/ServerFeatureTransaction.h
   trunk/MgDev/Server/src/Services/Feature/ServerFeatureTransactionPool.cpp
   trunk/MgDev/Server/src/Services/Feature/ServerFeatureTransactionPool.h
   trunk/MgDev/Server/src/Services/Feature/ServerFeatureUtil.cpp
   trunk/MgDev/Server/src/Services/Feature/ServerFeatureUtil.h
   trunk/MgDev/Server/src/Services/Feature/ServerGetConnectionPropertyValues.cpp
   trunk/MgDev/Server/src/Services/Feature/ServerGetConnectionPropertyValues.h
   trunk/MgDev/Server/src/Services/Feature/ServerGetFeatureProviders.cpp
   trunk/MgDev/Server/src/Services/Feature/ServerGetFeatureProviders.h
   trunk/MgDev/Server/src/Services/Feature/ServerGetLongTransactions.cpp
   trunk/MgDev/Server/src/Services/Feature/ServerGetLongTransactions.h
   trunk/MgDev/Server/src/Services/Feature/ServerGetProviderCapabilities.cpp
   trunk/MgDev/Server/src/Services/Feature/ServerGetProviderCapabilities.h
   trunk/MgDev/Server/src/Services/Feature/ServerGetSchemaMapping.cpp
   trunk/MgDev/Server/src/Services/Feature/ServerGetSchemaMapping.h
   trunk/MgDev/Server/src/Services/Feature/ServerGetSpatialContexts.cpp
   trunk/MgDev/Server/src/Services/Feature/ServerGetSpatialContexts.h
   trunk/MgDev/Server/src/Services/Feature/ServerGwsFeatureReader.cpp
   trunk/MgDev/Server/src/Services/Feature/ServerGwsFeatureReader.h
   trunk/MgDev/Server/src/Services/Feature/ServerInsertCommand.cpp
   trunk/MgDev/Server/src/Services/Feature/ServerInsertCommand.h
   trunk/MgDev/Server/src/Services/Feature/ServerSelectFeatures.cpp
   trunk/MgDev/Server/src/Services/Feature/ServerSelectFeatures.h
   trunk/MgDev/Server/src/Services/Feature/ServerSqlCommand.cpp
   trunk/MgDev/Server/src/Services/Feature/ServerSqlCommand.h
   trunk/MgDev/Server/src/Services/Feature/ServerSqlDataReader.cpp
   trunk/MgDev/Server/src/Services/Feature/ServerSqlDataReader.h
   trunk/MgDev/Server/src/Services/Feature/ServerSqlDataReaderPool.cpp
   trunk/MgDev/Server/src/Services/Feature/ServerSqlDataReaderPool.h
   trunk/MgDev/Server/src/Services/Feature/ServerUpdateCommand.cpp
   trunk/MgDev/Server/src/Services/Feature/ServerUpdateCommand.h
   trunk/MgDev/Server/src/Services/Feature/ServerUpdateFeatures.cpp
   trunk/MgDev/Server/src/Services/Feature/ServerUpdateFeatures.h
   trunk/MgDev/Server/src/Services/Feature/SingleDataReaderCreator.h
   trunk/MgDev/Server/src/Services/Feature/StringDataReaderCreator.h
   trunk/MgDev/Server/src/Services/Feature/TransformCache.cpp
   trunk/MgDev/Server/src/Services/Feature/TransformCache.h
   trunk/MgDev/Server/src/Services/Feature/UniqueFunction.h
   trunk/MgDev/Server/src/Services/Kml/KmlOperation.cpp
   trunk/MgDev/Server/src/Services/Kml/KmlOperation.h
   trunk/MgDev/Server/src/Services/Kml/KmlOperationFactory.cpp
   trunk/MgDev/Server/src/Services/Kml/KmlOperationFactory.h
   trunk/MgDev/Server/src/Services/Kml/KmlServiceHandler.cpp
   trunk/MgDev/Server/src/Services/Kml/KmlServiceHandler.h
   trunk/MgDev/Server/src/Services/Kml/OpGetFeaturesKml.cpp
   trunk/MgDev/Server/src/Services/Kml/OpGetFeaturesKml.h
   trunk/MgDev/Server/src/Services/Kml/OpGetLayerKml.cpp
   trunk/MgDev/Server/src/Services/Kml/OpGetLayerKml.h
   trunk/MgDev/Server/src/Services/Kml/OpGetMapKml.cpp
   trunk/MgDev/Server/src/Services/Kml/OpGetMapKml.h
   trunk/MgDev/Server/src/Services/Kml/ServerKmlDllExport.h
   trunk/MgDev/Server/src/Services/Kml/ServerKmlService.cpp
   trunk/MgDev/Server/src/Services/Kml/ServerKmlService.h
   trunk/MgDev/Server/src/Services/Kml/ServerKmlService.rc
   trunk/MgDev/Server/src/Services/Kml/ServerKmlServiceBuild.cpp
   trunk/MgDev/Server/src/Services/Mapping/LegendPlotUtil.cpp
   trunk/MgDev/Server/src/Services/Mapping/LegendPlotUtil.h
   trunk/MgDev/Server/src/Services/Mapping/MappingOperation.cpp
   trunk/MgDev/Server/src/Services/Mapping/MappingOperation.h
   trunk/MgDev/Server/src/Services/Mapping/MappingOperationFactory.cpp
   trunk/MgDev/Server/src/Services/Mapping/MappingOperationFactory.h
   trunk/MgDev/Server/src/Services/Mapping/MappingServiceHandler.cpp
   trunk/MgDev/Server/src/Services/Mapping/MappingServiceHandler.h
   trunk/MgDev/Server/src/Services/Mapping/MappingUtil.cpp
   trunk/MgDev/Server/src/Services/Mapping/MappingUtil.h
   trunk/MgDev/Server/src/Services/Mapping/OpGenerateLegendImage.cpp
   trunk/MgDev/Server/src/Services/Mapping/OpGenerateLegendImage.h
   trunk/MgDev/Server/src/Services/Mapping/OpGenerateLegendPlot.cpp
   trunk/MgDev/Server/src/Services/Mapping/OpGenerateLegendPlot.h
   trunk/MgDev/Server/src/Services/Mapping/OpGenerateMap.cpp
   trunk/MgDev/Server/src/Services/Mapping/OpGenerateMap.h
   trunk/MgDev/Server/src/Services/Mapping/OpGenerateMapUpdate.cpp
   trunk/MgDev/Server/src/Services/Mapping/OpGenerateMapUpdate.h
   trunk/MgDev/Server/src/Services/Mapping/OpGenerateMultiPlot.cpp
   trunk/MgDev/Server/src/Services/Mapping/OpGenerateMultiPlot.h
   trunk/MgDev/Server/src/Services/Mapping/OpGeneratePlot.cpp
   trunk/MgDev/Server/src/Services/Mapping/OpGeneratePlot.h
   trunk/MgDev/Server/src/Services/Mapping/OpQueryFeatures.cpp
   trunk/MgDev/Server/src/Services/Mapping/OpQueryFeatures.h
   trunk/MgDev/Server/src/Services/Mapping/OpQueryFeaturesWms.cpp
   trunk/MgDev/Server/src/Services/Mapping/OpQueryFeaturesWms.h
   trunk/MgDev/Server/src/Services/Mapping/RSMgFeatureReader.cpp
   trunk/MgDev/Server/src/Services/Mapping/RSMgFeatureReader.h
   trunk/MgDev/Server/src/Services/Mapping/RSMgInputStream.h
   trunk/MgDev/Server/src/Services/Mapping/RSMgRaster.cpp
   trunk/MgDev/Server/src/Services/Mapping/RSMgRaster.h
   trunk/MgDev/Server/src/Services/Mapping/RSMgSymbolManager.cpp
   trunk/MgDev/Server/src/Services/Mapping/RSMgSymbolManager.h
   trunk/MgDev/Server/src/Services/Mapping/SEMgSymbolManager.cpp
   trunk/MgDev/Server/src/Services/Mapping/SEMgSymbolManager.h
   trunk/MgDev/Server/src/Services/Mapping/ServerMappingDllExport.h
   trunk/MgDev/Server/src/Services/Mapping/ServerMappingService.cpp
   trunk/MgDev/Server/src/Services/Mapping/ServerMappingService.h
   trunk/MgDev/Server/src/Services/Mapping/ServerMappingService.rc
   trunk/MgDev/Server/src/Services/Mapping/ServerMappingServiceBuild.cpp
   trunk/MgDev/Server/src/Services/Mapping/ServerMappingServiceDefs.h
   trunk/MgDev/Server/src/Services/Mapping/icons.h
   trunk/MgDev/Server/src/Services/Rendering/FeatureInfoRenderer.cpp
   trunk/MgDev/Server/src/Services/Rendering/FeatureInfoRenderer.h
   trunk/MgDev/Server/src/Services/Rendering/FeaturePropRenderer.cpp
   trunk/MgDev/Server/src/Services/Rendering/FeaturePropRenderer.h
   trunk/MgDev/Server/src/Services/Rendering/OpQueryFeatureProperties.cpp
   trunk/MgDev/Server/src/Services/Rendering/OpQueryFeatureProperties.h
   trunk/MgDev/Server/src/Services/Rendering/OpQueryFeatures.cpp
   trunk/MgDev/Server/src/Services/Rendering/OpQueryFeatures.h
   trunk/MgDev/Server/src/Services/Rendering/OpRenderDynamicOverlay.cpp
   trunk/MgDev/Server/src/Services/Rendering/OpRenderDynamicOverlay.h
   trunk/MgDev/Server/src/Services/Rendering/OpRenderMap.cpp
   trunk/MgDev/Server/src/Services/Rendering/OpRenderMap.h
   trunk/MgDev/Server/src/Services/Rendering/OpRenderMapLegend.cpp
   trunk/MgDev/Server/src/Services/Rendering/OpRenderMapLegend.h
   trunk/MgDev/Server/src/Services/Rendering/OpRenderTile.cpp
   trunk/MgDev/Server/src/Services/Rendering/OpRenderTile.h
   trunk/MgDev/Server/src/Services/Rendering/RenderingOperation.cpp
   trunk/MgDev/Server/src/Services/Rendering/RenderingOperation.h
   trunk/MgDev/Server/src/Services/Rendering/RenderingOperationFactory.cpp
   trunk/MgDev/Server/src/Services/Rendering/RenderingOperationFactory.h
   trunk/MgDev/Server/src/Services/Rendering/RenderingServiceHandler.cpp
   trunk/MgDev/Server/src/Services/Rendering/RenderingServiceHandler.h
   trunk/MgDev/Server/src/Services/Rendering/ServerRenderingDllExport.h
   trunk/MgDev/Server/src/Services/Rendering/ServerRenderingService.cpp
   trunk/MgDev/Server/src/Services/Rendering/ServerRenderingService.h
   trunk/MgDev/Server/src/Services/Rendering/ServerRenderingService.rc
   trunk/MgDev/Server/src/Services/Rendering/ServerRenderingServiceBuild.cpp
   trunk/MgDev/Server/src/Services/Resource/ApplicationRepository.cpp
   trunk/MgDev/Server/src/Services/Resource/ApplicationRepository.h
   trunk/MgDev/Server/src/Services/Resource/ApplicationRepositoryManager.cpp
   trunk/MgDev/Server/src/Services/Resource/ApplicationRepositoryManager.h
   trunk/MgDev/Server/src/Services/Resource/ApplicationResourceContentManager.cpp
   trunk/MgDev/Server/src/Services/Resource/ApplicationResourceContentManager.h
   trunk/MgDev/Server/src/Services/Resource/ByteSourceDwfInputStreamImpl.cpp
   trunk/MgDev/Server/src/Services/Resource/ByteSourceDwfInputStreamImpl.h
   trunk/MgDev/Server/src/Services/Resource/DataBindingInfo.cpp
   trunk/MgDev/Server/src/Services/Resource/DataBindingInfo.h
   trunk/MgDev/Server/src/Services/Resource/Database.cpp
   trunk/MgDev/Server/src/Services/Resource/Database.h
   trunk/MgDev/Server/src/Services/Resource/DbEnvironment.cpp
   trunk/MgDev/Server/src/Services/Resource/DbEnvironment.h
   trunk/MgDev/Server/src/Services/Resource/LibraryRepository.cpp
   trunk/MgDev/Server/src/Services/Resource/LibraryRepository.h
   trunk/MgDev/Server/src/Services/Resource/LibraryRepositoryManager.cpp
   trunk/MgDev/Server/src/Services/Resource/LibraryRepositoryManager.h
   trunk/MgDev/Server/src/Services/Resource/LibraryResourceContentManager.cpp
   trunk/MgDev/Server/src/Services/Resource/LibraryResourceContentManager.h
   trunk/MgDev/Server/src/Services/Resource/OpApplyResourcePackage.cpp
   trunk/MgDev/Server/src/Services/Resource/OpApplyResourcePackage.h
   trunk/MgDev/Server/src/Services/Resource/OpChangeResourceOwner.cpp
   trunk/MgDev/Server/src/Services/Resource/OpChangeResourceOwner.h
   trunk/MgDev/Server/src/Services/Resource/OpCopyResource.cpp
   trunk/MgDev/Server/src/Services/Resource/OpCopyResource.h
   trunk/MgDev/Server/src/Services/Resource/OpCreateRepository.cpp
   trunk/MgDev/Server/src/Services/Resource/OpCreateRepository.h
   trunk/MgDev/Server/src/Services/Resource/OpDeleteRepository.cpp
   trunk/MgDev/Server/src/Services/Resource/OpDeleteRepository.h
   trunk/MgDev/Server/src/Services/Resource/OpDeleteResource.cpp
   trunk/MgDev/Server/src/Services/Resource/OpDeleteResource.h
   trunk/MgDev/Server/src/Services/Resource/OpDeleteResourceData.cpp
   trunk/MgDev/Server/src/Services/Resource/OpDeleteResourceData.h
   trunk/MgDev/Server/src/Services/Resource/OpEnumerateParentMapDefinitions.cpp
   trunk/MgDev/Server/src/Services/Resource/OpEnumerateParentMapDefinitions.h
   trunk/MgDev/Server/src/Services/Resource/OpEnumerateRepositories.cpp
   trunk/MgDev/Server/src/Services/Resource/OpEnumerateRepositories.h
   trunk/MgDev/Server/src/Services/Resource/OpEnumerateResourceData.cpp
   trunk/MgDev/Server/src/Services/Resource/OpEnumerateResourceData.h
   trunk/MgDev/Server/src/Services/Resource/OpEnumerateResourceDocuments.cpp
   trunk/MgDev/Server/src/Services/Resource/OpEnumerateResourceDocuments.h
   trunk/MgDev/Server/src/Services/Resource/OpEnumerateResourceReferences.cpp
   trunk/MgDev/Server/src/Services/Resource/OpEnumerateResourceReferences.h
   trunk/MgDev/Server/src/Services/Resource/OpEnumerateResources.cpp
   trunk/MgDev/Server/src/Services/Resource/OpEnumerateResources.h
   trunk/MgDev/Server/src/Services/Resource/OpEnumerateUnmanagedData.cpp
   trunk/MgDev/Server/src/Services/Resource/OpEnumerateUnmanagedData.h
   trunk/MgDev/Server/src/Services/Resource/OpGetRepositoryContent.cpp
   trunk/MgDev/Server/src/Services/Resource/OpGetRepositoryContent.h
   trunk/MgDev/Server/src/Services/Resource/OpGetRepositoryHeader.cpp
   trunk/MgDev/Server/src/Services/Resource/OpGetRepositoryHeader.h
   trunk/MgDev/Server/src/Services/Resource/OpGetResourceContent.cpp
   trunk/MgDev/Server/src/Services/Resource/OpGetResourceContent.h
   trunk/MgDev/Server/src/Services/Resource/OpGetResourceContents.cpp
   trunk/MgDev/Server/src/Services/Resource/OpGetResourceContents.h
   trunk/MgDev/Server/src/Services/Resource/OpGetResourceData.cpp
   trunk/MgDev/Server/src/Services/Resource/OpGetResourceData.h
   trunk/MgDev/Server/src/Services/Resource/OpGetResourceHeader.cpp
   trunk/MgDev/Server/src/Services/Resource/OpGetResourceHeader.h
   trunk/MgDev/Server/src/Services/Resource/OpGetResourceModifiedDate.cpp
   trunk/MgDev/Server/src/Services/Resource/OpGetResourceModifiedDate.h
   trunk/MgDev/Server/src/Services/Resource/OpInheritPermissionsFrom.cpp
   trunk/MgDev/Server/src/Services/Resource/OpInheritPermissionsFrom.h
   trunk/MgDev/Server/src/Services/Resource/OpMoveResource.cpp
   trunk/MgDev/Server/src/Services/Resource/OpMoveResource.h
   trunk/MgDev/Server/src/Services/Resource/OpRenameResourceData.cpp
   trunk/MgDev/Server/src/Services/Resource/OpRenameResourceData.h
   trunk/MgDev/Server/src/Services/Resource/OpResourceExists.cpp
   trunk/MgDev/Server/src/Services/Resource/OpResourceExists.h
   trunk/MgDev/Server/src/Services/Resource/OpSetResource.cpp
   trunk/MgDev/Server/src/Services/Resource/OpSetResource.h
   trunk/MgDev/Server/src/Services/Resource/OpSetResourceData.cpp
   trunk/MgDev/Server/src/Services/Resource/OpSetResourceData.h
   trunk/MgDev/Server/src/Services/Resource/OpUpdateRepository.cpp
   trunk/MgDev/Server/src/Services/Resource/OpUpdateRepository.h
   trunk/MgDev/Server/src/Services/Resource/OperationInfo.cpp
   trunk/MgDev/Server/src/Services/Resource/OperationInfo.h
   trunk/MgDev/Server/src/Services/Resource/OperationParameter.cpp
   trunk/MgDev/Server/src/Services/Resource/OperationParameter.h
   trunk/MgDev/Server/src/Services/Resource/Repository.cpp
   trunk/MgDev/Server/src/Services/Resource/Repository.h
   trunk/MgDev/Server/src/Services/Resource/RepositoryManager.cpp
   trunk/MgDev/Server/src/Services/Resource/RepositoryManager.h
   trunk/MgDev/Server/src/Services/Resource/ResourceContainer.cpp
   trunk/MgDev/Server/src/Services/Resource/ResourceContainer.h
   trunk/MgDev/Server/src/Services/Resource/ResourceContentManager.cpp
   trunk/MgDev/Server/src/Services/Resource/ResourceContentManager.h
   trunk/MgDev/Server/src/Services/Resource/ResourceDataFileManager.cpp
   trunk/MgDev/Server/src/Services/Resource/ResourceDataFileManager.h
   trunk/MgDev/Server/src/Services/Resource/ResourceDataManager.cpp
   trunk/MgDev/Server/src/Services/Resource/ResourceDataManager.h
   trunk/MgDev/Server/src/Services/Resource/ResourceDataStreamManager.cpp
   trunk/MgDev/Server/src/Services/Resource/ResourceDataStreamManager.h
   trunk/MgDev/Server/src/Services/Resource/ResourceDatabase.cpp
   trunk/MgDev/Server/src/Services/Resource/ResourceDatabase.h
   trunk/MgDev/Server/src/Services/Resource/ResourceDefinitionManager.cpp
   trunk/MgDev/Server/src/Services/Resource/ResourceDefinitionManager.h
   trunk/MgDev/Server/src/Services/Resource/ResourceHeader.cpp
   trunk/MgDev/Server/src/Services/Resource/ResourceHeader.h
   trunk/MgDev/Server/src/Services/Resource/ResourceHeaderManager.cpp
   trunk/MgDev/Server/src/Services/Resource/ResourceHeaderManager.h
   trunk/MgDev/Server/src/Services/Resource/ResourceInfo.cpp
   trunk/MgDev/Server/src/Services/Resource/ResourceInfo.h
   trunk/MgDev/Server/src/Services/Resource/ResourceManager.cpp
   trunk/MgDev/Server/src/Services/Resource/ResourceManager.h
   trunk/MgDev/Server/src/Services/Resource/ResourceOperation.cpp
   trunk/MgDev/Server/src/Services/Resource/ResourceOperation.h
   trunk/MgDev/Server/src/Services/Resource/ResourceOperationFactory.cpp
   trunk/MgDev/Server/src/Services/Resource/ResourceOperationFactory.h
   trunk/MgDev/Server/src/Services/Resource/ResourcePackageHandler.cpp
   trunk/MgDev/Server/src/Services/Resource/ResourcePackageHandler.h
   trunk/MgDev/Server/src/Services/Resource/ResourcePackageLoader.cpp
   trunk/MgDev/Server/src/Services/Resource/ResourcePackageLoader.h
   trunk/MgDev/Server/src/Services/Resource/ResourcePackageMaker.cpp
   trunk/MgDev/Server/src/Services/Resource/ResourcePackageMaker.h
   trunk/MgDev/Server/src/Services/Resource/ResourcePackageManifestHandler.cpp
   trunk/MgDev/Server/src/Services/Resource/ResourcePackageManifestHandler.h
   trunk/MgDev/Server/src/Services/Resource/ResourcePackageManifestParser.cpp
   trunk/MgDev/Server/src/Services/Resource/ResourcePackageManifestParser.h
   trunk/MgDev/Server/src/Services/Resource/ResourcePackageManifestSerializer.cpp
   trunk/MgDev/Server/src/Services/Resource/ResourcePackageManifestSerializer.h
   trunk/MgDev/Server/src/Services/Resource/ResourceServiceDefs.h
   trunk/MgDev/Server/src/Services/Resource/ResourceServiceHandler.cpp
   trunk/MgDev/Server/src/Services/Resource/ResourceServiceHandler.h
   trunk/MgDev/Server/src/Services/Resource/ServerResourceDllExport.h
   trunk/MgDev/Server/src/Services/Resource/ServerResourceService.cpp
   trunk/MgDev/Server/src/Services/Resource/ServerResourceService.h
   trunk/MgDev/Server/src/Services/Resource/ServerResourceService.rc
   trunk/MgDev/Server/src/Services/Resource/ServerResourceServiceBuild.cpp
   trunk/MgDev/Server/src/Services/Resource/SessionRepository.cpp
   trunk/MgDev/Server/src/Services/Resource/SessionRepository.h
   trunk/MgDev/Server/src/Services/Resource/SessionRepositoryManager.cpp
   trunk/MgDev/Server/src/Services/Resource/SessionRepositoryManager.h
   trunk/MgDev/Server/src/Services/Resource/SessionResourceContentManager.cpp
   trunk/MgDev/Server/src/Services/Resource/SessionResourceContentManager.h
   trunk/MgDev/Server/src/Services/Resource/SiteRepository.cpp
   trunk/MgDev/Server/src/Services/Resource/SiteRepository.h
   trunk/MgDev/Server/src/Services/Resource/SiteRepositoryManager.cpp
   trunk/MgDev/Server/src/Services/Resource/SiteRepositoryManager.h
   trunk/MgDev/Server/src/Services/Resource/SiteResourceContentManager.cpp
   trunk/MgDev/Server/src/Services/Resource/SiteResourceContentManager.h
   trunk/MgDev/Server/src/Services/Resource/SystemRepository.cpp
   trunk/MgDev/Server/src/Services/Resource/SystemRepository.h
   trunk/MgDev/Server/src/Services/Resource/SystemRepositoryManager.cpp
   trunk/MgDev/Server/src/Services/Resource/SystemRepositoryManager.h
   trunk/MgDev/Server/src/Services/Resource/SystemResourceContentManager.cpp
   trunk/MgDev/Server/src/Services/Resource/SystemResourceContentManager.h
   trunk/MgDev/Server/src/Services/Resource/TagInfo.cpp
   trunk/MgDev/Server/src/Services/Resource/TagInfo.h
   trunk/MgDev/Server/src/Services/Resource/TagManager.cpp
   trunk/MgDev/Server/src/Services/Resource/TagManager.h
   trunk/MgDev/Server/src/Services/Resource/XmlSchemaResolver.cpp
   trunk/MgDev/Server/src/Services/Resource/XmlSchemaResolver.h
   trunk/MgDev/Server/src/Services/Resource/ZipFileHandler.cpp
   trunk/MgDev/Server/src/Services/Resource/ZipFileHandler.h
   trunk/MgDev/Server/src/Services/Resource/ZipFileReader.cpp
   trunk/MgDev/Server/src/Services/Resource/ZipFileReader.h
   trunk/MgDev/Server/src/Services/Resource/ZipFileWriter.cpp
   trunk/MgDev/Server/src/Services/Resource/ZipFileWriter.h
   trunk/MgDev/Server/src/Services/ServerAdmin/OpBringOnline.cpp
   trunk/MgDev/Server/src/Services/ServerAdmin/OpBringOnline.h
   trunk/MgDev/Server/src/Services/ServerAdmin/OpClearLog.cpp
   trunk/MgDev/Server/src/Services/ServerAdmin/OpClearLog.h
   trunk/MgDev/Server/src/Services/ServerAdmin/OpDeleteLog.cpp
   trunk/MgDev/Server/src/Services/ServerAdmin/OpDeleteLog.h
   trunk/MgDev/Server/src/Services/ServerAdmin/OpDeletePackage.cpp
   trunk/MgDev/Server/src/Services/ServerAdmin/OpDeletePackage.h
   trunk/MgDev/Server/src/Services/ServerAdmin/OpEnableMaximumLogSize.cpp
   trunk/MgDev/Server/src/Services/ServerAdmin/OpEnableMaximumLogSize.h
   trunk/MgDev/Server/src/Services/ServerAdmin/OpEnumerateLogs.cpp
   trunk/MgDev/Server/src/Services/ServerAdmin/OpEnumerateLogs.h
   trunk/MgDev/Server/src/Services/ServerAdmin/OpEnumeratePackages.cpp
   trunk/MgDev/Server/src/Services/ServerAdmin/OpEnumeratePackages.h
   trunk/MgDev/Server/src/Services/ServerAdmin/OpGetConfigurationProperties.cpp
   trunk/MgDev/Server/src/Services/ServerAdmin/OpGetConfigurationProperties.h
   trunk/MgDev/Server/src/Services/ServerAdmin/OpGetDocument.cpp
   trunk/MgDev/Server/src/Services/ServerAdmin/OpGetDocument.h
   trunk/MgDev/Server/src/Services/ServerAdmin/OpGetInformationProperties.cpp
   trunk/MgDev/Server/src/Services/ServerAdmin/OpGetInformationProperties.h
   trunk/MgDev/Server/src/Services/ServerAdmin/OpGetLog.cpp
   trunk/MgDev/Server/src/Services/ServerAdmin/OpGetLog.h
   trunk/MgDev/Server/src/Services/ServerAdmin/OpGetLogFile.cpp
   trunk/MgDev/Server/src/Services/ServerAdmin/OpGetLogFile.h
   trunk/MgDev/Server/src/Services/ServerAdmin/OpGetPackageLog.cpp
   trunk/MgDev/Server/src/Services/ServerAdmin/OpGetPackageLog.h
   trunk/MgDev/Server/src/Services/ServerAdmin/OpGetPackageStatus.cpp
   trunk/MgDev/Server/src/Services/ServerAdmin/OpGetPackageStatus.h
   trunk/MgDev/Server/src/Services/ServerAdmin/OpGetSiteStatus.cpp
   trunk/MgDev/Server/src/Services/ServerAdmin/OpGetSiteStatus.h
   trunk/MgDev/Server/src/Services/ServerAdmin/OpGetSiteVersion.cpp
   trunk/MgDev/Server/src/Services/ServerAdmin/OpGetSiteVersion.h
   trunk/MgDev/Server/src/Services/ServerAdmin/OpIsMaximumLogSizeEnabled.cpp
   trunk/MgDev/Server/src/Services/ServerAdmin/OpIsMaximumLogSizeEnabled.h
   trunk/MgDev/Server/src/Services/ServerAdmin/OpIsOnline.cpp
   trunk/MgDev/Server/src/Services/ServerAdmin/OpIsOnline.h
   trunk/MgDev/Server/src/Services/ServerAdmin/OpLoadPackage.cpp
   trunk/MgDev/Server/src/Services/ServerAdmin/OpLoadPackage.h
   trunk/MgDev/Server/src/Services/ServerAdmin/OpMakePackage.cpp
   trunk/MgDev/Server/src/Services/ServerAdmin/OpMakePackage.h
   trunk/MgDev/Server/src/Services/ServerAdmin/OpNotifyResourcesChanged.cpp
   trunk/MgDev/Server/src/Services/ServerAdmin/OpNotifyResourcesChanged.h
   trunk/MgDev/Server/src/Services/ServerAdmin/OpRegisterServicesOnServers.cpp
   trunk/MgDev/Server/src/Services/ServerAdmin/OpRegisterServicesOnServers.h
   trunk/MgDev/Server/src/Services/ServerAdmin/OpRemoveConfigurationProperties.cpp
   trunk/MgDev/Server/src/Services/ServerAdmin/OpRemoveConfigurationProperties.h
   trunk/MgDev/Server/src/Services/ServerAdmin/OpRenameLog.cpp
   trunk/MgDev/Server/src/Services/ServerAdmin/OpRenameLog.h
   trunk/MgDev/Server/src/Services/ServerAdmin/OpSetConfigurationProperties.cpp
   trunk/MgDev/Server/src/Services/ServerAdmin/OpSetConfigurationProperties.h
   trunk/MgDev/Server/src/Services/ServerAdmin/OpSetDocument.cpp
   trunk/MgDev/Server/src/Services/ServerAdmin/OpSetDocument.h
   trunk/MgDev/Server/src/Services/ServerAdmin/OpSetLogDelimiter.cpp
   trunk/MgDev/Server/src/Services/ServerAdmin/OpSetLogDelimiter.h
   trunk/MgDev/Server/src/Services/ServerAdmin/OpSetMaximumLogSize.cpp
   trunk/MgDev/Server/src/Services/ServerAdmin/OpSetMaximumLogSize.h
   trunk/MgDev/Server/src/Services/ServerAdmin/OpTakeOffline.cpp
   trunk/MgDev/Server/src/Services/ServerAdmin/OpTakeOffline.h
   trunk/MgDev/Server/src/Services/ServerAdmin/OpUnregisterServicesOnServers.cpp
   trunk/MgDev/Server/src/Services/ServerAdmin/OpUnregisterServicesOnServers.h
   trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminDllExport.h
   trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminOperation.cpp
   trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminOperation.h
   trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminOperationFactory.cpp
   trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminOperationFactory.h
   trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminService.cpp
   trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminService.h
   trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminService.rc
   trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminServiceBuild.cpp
   trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminServiceHandler.cpp
   trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminServiceHandler.h
   trunk/MgDev/Server/src/Services/Site/OpAddGroup.cpp
   trunk/MgDev/Server/src/Services/Site/OpAddGroup.h
   trunk/MgDev/Server/src/Services/Site/OpAddServer.cpp
   trunk/MgDev/Server/src/Services/Site/OpAddServer.h
   trunk/MgDev/Server/src/Services/Site/OpAddUser.cpp
   trunk/MgDev/Server/src/Services/Site/OpAddUser.h
   trunk/MgDev/Server/src/Services/Site/OpAuthenticate.cpp
   trunk/MgDev/Server/src/Services/Site/OpAuthenticate.h
   trunk/MgDev/Server/src/Services/Site/OpCreateSession.cpp
   trunk/MgDev/Server/src/Services/Site/OpCreateSession.h
   trunk/MgDev/Server/src/Services/Site/OpDeleteGroups.cpp
   trunk/MgDev/Server/src/Services/Site/OpDeleteGroups.h
   trunk/MgDev/Server/src/Services/Site/OpDeleteUsers.cpp
   trunk/MgDev/Server/src/Services/Site/OpDeleteUsers.h
   trunk/MgDev/Server/src/Services/Site/OpDestroySession.cpp
   trunk/MgDev/Server/src/Services/Site/OpDestroySession.h
   trunk/MgDev/Server/src/Services/Site/OpEnumerateGroups.cpp
   trunk/MgDev/Server/src/Services/Site/OpEnumerateGroups.h
   trunk/MgDev/Server/src/Services/Site/OpEnumerateRoles.cpp
   trunk/MgDev/Server/src/Services/Site/OpEnumerateRoles.h
   trunk/MgDev/Server/src/Services/Site/OpEnumerateServers.cpp
   trunk/MgDev/Server/src/Services/Site/OpEnumerateServers.h
   trunk/MgDev/Server/src/Services/Site/OpEnumerateUsers.cpp
   trunk/MgDev/Server/src/Services/Site/OpEnumerateUsers.h
   trunk/MgDev/Server/src/Services/Site/OpGetSessionTimeout.cpp
   trunk/MgDev/Server/src/Services/Site/OpGetSessionTimeout.h
   trunk/MgDev/Server/src/Services/Site/OpGetUserForSession.cpp
   trunk/MgDev/Server/src/Services/Site/OpGetUserForSession.h
   trunk/MgDev/Server/src/Services/Site/OpGrantGroupMembershipsToUsers.cpp
   trunk/MgDev/Server/src/Services/Site/OpGrantGroupMembershipsToUsers.h
   trunk/MgDev/Server/src/Services/Site/OpGrantRoleMembershipsToGroups.cpp
   trunk/MgDev/Server/src/Services/Site/OpGrantRoleMembershipsToGroups.h
   trunk/MgDev/Server/src/Services/Site/OpGrantRoleMembershipsToUsers.cpp
   trunk/MgDev/Server/src/Services/Site/OpGrantRoleMembershipsToUsers.h
   trunk/MgDev/Server/src/Services/Site/OpRemoveServer.cpp
   trunk/MgDev/Server/src/Services/Site/OpRemoveServer.h
   trunk/MgDev/Server/src/Services/Site/OpRequestServer.cpp
   trunk/MgDev/Server/src/Services/Site/OpRequestServer.h
   trunk/MgDev/Server/src/Services/Site/OpRevokeGroupMembershipsFromUsers.cpp
   trunk/MgDev/Server/src/Services/Site/OpRevokeGroupMembershipsFromUsers.h
   trunk/MgDev/Server/src/Services/Site/OpRevokeRoleMembershipsFromGroups.cpp
   trunk/MgDev/Server/src/Services/Site/OpRevokeRoleMembershipsFromGroups.h
   trunk/MgDev/Server/src/Services/Site/OpRevokeRoleMembershipsFromUsers.cpp
   trunk/MgDev/Server/src/Services/Site/OpRevokeRoleMembershipsFromUsers.h
   trunk/MgDev/Server/src/Services/Site/OpUpdateGroup.cpp
   trunk/MgDev/Server/src/Services/Site/OpUpdateGroup.h
   trunk/MgDev/Server/src/Services/Site/OpUpdateServer.cpp
   trunk/MgDev/Server/src/Services/Site/OpUpdateServer.h
   trunk/MgDev/Server/src/Services/Site/OpUpdateUser.cpp
   trunk/MgDev/Server/src/Services/Site/OpUpdateUser.h
   trunk/MgDev/Server/src/Services/Site/ServerSiteDllExport.h
   trunk/MgDev/Server/src/Services/Site/ServerSiteService.cpp
   trunk/MgDev/Server/src/Services/Site/ServerSiteService.h
   trunk/MgDev/Server/src/Services/Site/ServerSiteService.rc
   trunk/MgDev/Server/src/Services/Site/ServerSiteServiceBuild.cpp
   trunk/MgDev/Server/src/Services/Site/SiteOperation.cpp
   trunk/MgDev/Server/src/Services/Site/SiteOperation.h
   trunk/MgDev/Server/src/Services/Site/SiteOperationFactory.cpp
   trunk/MgDev/Server/src/Services/Site/SiteOperationFactory.h
   trunk/MgDev/Server/src/Services/Site/SiteServiceDefs.h
   trunk/MgDev/Server/src/Services/Site/SiteServiceHandler.cpp
   trunk/MgDev/Server/src/Services/Site/SiteServiceHandler.h
   trunk/MgDev/Server/src/Services/Site/SiteServiceUtil.cpp
   trunk/MgDev/Server/src/Services/Site/SiteServiceUtil.h
   trunk/MgDev/Server/src/Services/Tile/OpClearCache.cpp
   trunk/MgDev/Server/src/Services/Tile/OpClearCache.h
   trunk/MgDev/Server/src/Services/Tile/OpGetDefaultTileSizeX.cpp
   trunk/MgDev/Server/src/Services/Tile/OpGetDefaultTileSizeX.h
   trunk/MgDev/Server/src/Services/Tile/OpGetDefaultTileSizeY.cpp
   trunk/MgDev/Server/src/Services/Tile/OpGetDefaultTileSizeY.h
   trunk/MgDev/Server/src/Services/Tile/OpGetTile.cpp
   trunk/MgDev/Server/src/Services/Tile/OpGetTile.h
   trunk/MgDev/Server/src/Services/Tile/OpSetTile.cpp
   trunk/MgDev/Server/src/Services/Tile/OpSetTile.h
   trunk/MgDev/Server/src/Services/Tile/ServerTileDllExport.h
   trunk/MgDev/Server/src/Services/Tile/ServerTileService.cpp
   trunk/MgDev/Server/src/Services/Tile/ServerTileService.h
   trunk/MgDev/Server/src/Services/Tile/ServerTileService.rc
   trunk/MgDev/Server/src/Services/Tile/ServerTileServiceBuild.cpp
   trunk/MgDev/Server/src/Services/Tile/TileCache.cpp
   trunk/MgDev/Server/src/Services/Tile/TileCache.h
   trunk/MgDev/Server/src/Services/Tile/TileOperation.cpp
   trunk/MgDev/Server/src/Services/Tile/TileOperation.h
   trunk/MgDev/Server/src/Services/Tile/TileOperationFactory.cpp
   trunk/MgDev/Server/src/Services/Tile/TileOperationFactory.h
   trunk/MgDev/Server/src/Services/Tile/TileServiceHandler.cpp
   trunk/MgDev/Server/src/Services/Tile/TileServiceHandler.h
   trunk/MgDev/Server/src/UnitTesting/CppUnitExtensions.h
   trunk/MgDev/Server/src/UnitTesting/TestCoordinateSystem.cpp
   trunk/MgDev/Server/src/UnitTesting/TestCoordinateSystem.h
   trunk/MgDev/Server/src/UnitTesting/TestFeatureService.cpp
   trunk/MgDev/Server/src/UnitTesting/TestFeatureService.h
   trunk/MgDev/Server/src/UnitTesting/TestGeometry.cpp
   trunk/MgDev/Server/src/UnitTesting/TestGeometry.h
   trunk/MgDev/Server/src/UnitTesting/TestKmlService.cpp
   trunk/MgDev/Server/src/UnitTesting/TestKmlService.h
   trunk/MgDev/Server/src/UnitTesting/TestLogManager.cpp
   trunk/MgDev/Server/src/UnitTesting/TestLogManager.h
   trunk/MgDev/Server/src/UnitTesting/TestLogManagerThread.cpp
   trunk/MgDev/Server/src/UnitTesting/TestLogManagerThread.h
   trunk/MgDev/Server/src/UnitTesting/TestMappingService.cpp
   trunk/MgDev/Server/src/UnitTesting/TestMappingService.h
   trunk/MgDev/Server/src/UnitTesting/TestMdfModel.cpp
   trunk/MgDev/Server/src/UnitTesting/TestMdfModel.h
   trunk/MgDev/Server/src/UnitTesting/TestPerformance.cpp
   trunk/MgDev/Server/src/UnitTesting/TestPerformance.h
   trunk/MgDev/Server/src/UnitTesting/TestRenderingService.cpp
   trunk/MgDev/Server/src/UnitTesting/TestRenderingService.h
   trunk/MgDev/Server/src/UnitTesting/TestResourceService.cpp
   trunk/MgDev/Server/src/UnitTesting/TestResourceService.h
   trunk/MgDev/Server/src/UnitTesting/TestServerAdminService.cpp
   trunk/MgDev/Server/src/UnitTesting/TestServerAdminService.h
   trunk/MgDev/Server/src/UnitTesting/TestServerManager.cpp
   trunk/MgDev/Server/src/UnitTesting/TestServerManager.h
   trunk/MgDev/Server/src/UnitTesting/TestServiceManager.cpp
   trunk/MgDev/Server/src/UnitTesting/TestServiceManager.h
   trunk/MgDev/Server/src/UnitTesting/TestSiteManager.cpp
   trunk/MgDev/Server/src/UnitTesting/TestSiteManager.h
   trunk/MgDev/Server/src/UnitTesting/TestSiteService.cpp
   trunk/MgDev/Server/src/UnitTesting/TestSiteService.h
   trunk/MgDev/Server/src/UnitTesting/TestTileService.cpp
   trunk/MgDev/Server/src/UnitTesting/TestTileService.h
   trunk/MgDev/Server/src/UnitTesting/TestTransformMesh.cpp
   trunk/MgDev/Server/src/UnitTesting/TestTransformMesh.h
   trunk/MgDev/Server/src/UnitTesting/UnitTesting.cpp
   trunk/MgDev/Server/src/UnitTesting/UnitTesting.h
   trunk/MgDev/Server/src/UnitTesting/UnitTesting.rc
Log:
Update copyright year to 2010

Modified: trunk/MgDev/Server/src/Common/Base/ClientHandler.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Base/ClientHandler.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Base/ClientHandler.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Base/ClientHandler.h
===================================================================
--- trunk/MgDev/Server/src/Common/Base/ClientHandler.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Base/ClientHandler.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Base/IServiceHandler.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Base/IServiceHandler.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Base/IServiceHandler.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Base/IServiceHandler.h
===================================================================
--- trunk/MgDev/Server/src/Common/Base/IServiceHandler.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Base/IServiceHandler.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Base/ServerBase.rc
===================================================================
--- trunk/MgDev/Server/src/Common/Base/ServerBase.rc	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Base/ServerBase.rc	2010-01-09 04:08:59 UTC (rev 4501)
@@ -67,7 +67,7 @@
             VALUE "FileDescription", "ServerBase Dynamic Link Library"
             VALUE "FileVersion", "2, 2, 0, 0"
             VALUE "InternalName", "MgServerBase"
-            VALUE "LegalCopyright", "Copyright (C) 2006-2009 by Autodesk, Inc."
+            VALUE "LegalCopyright", "Copyright (C) 2006-2010 by Autodesk, Inc."
             VALUE "OriginalFilename", "MgServerBase.dll"
             VALUE "ProductName", "MapGuide Open Source"
             VALUE "ProductVersion", "2, 2, 0, 0"

Modified: trunk/MgDev/Server/src/Common/Base/ServerBaseBuild.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Base/ServerBaseBuild.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Base/ServerBaseBuild.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Base/ServerBaseDllExport.h
===================================================================
--- trunk/MgDev/Server/src/Common/Base/ServerBaseDllExport.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Base/ServerBaseDllExport.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Base/ServerStreamData.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Base/ServerStreamData.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Base/ServerStreamData.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Base/ServerStreamData.h
===================================================================
--- trunk/MgDev/Server/src/Common/Base/ServerStreamData.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Base/ServerStreamData.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Base/ServiceOperation.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Base/ServiceOperation.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Base/ServiceOperation.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Base/ServiceOperation.h
===================================================================
--- trunk/MgDev/Server/src/Common/Base/ServiceOperation.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Base/ServiceOperation.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Cache/FeatureClassCacheItem.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Cache/FeatureClassCacheItem.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Cache/FeatureClassCacheItem.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Cache/FeatureClassCacheItem.h
===================================================================
--- trunk/MgDev/Server/src/Common/Cache/FeatureClassCacheItem.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Cache/FeatureClassCacheItem.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Cache/FeatureSchemaCacheItem.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Cache/FeatureSchemaCacheItem.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Cache/FeatureSchemaCacheItem.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Cache/FeatureSchemaCacheItem.h
===================================================================
--- trunk/MgDev/Server/src/Common/Cache/FeatureSchemaCacheItem.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Cache/FeatureSchemaCacheItem.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Cache/FeatureServiceCache.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Cache/FeatureServiceCache.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Cache/FeatureServiceCache.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Cache/FeatureServiceCache.h
===================================================================
--- trunk/MgDev/Server/src/Common/Cache/FeatureServiceCache.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Cache/FeatureServiceCache.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Cache/FeatureServiceCacheEntry.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Cache/FeatureServiceCacheEntry.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Cache/FeatureServiceCacheEntry.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Cache/FeatureServiceCacheEntry.h
===================================================================
--- trunk/MgDev/Server/src/Common/Cache/FeatureServiceCacheEntry.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Cache/FeatureServiceCacheEntry.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Cache/FeatureSourceCacheItem.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Cache/FeatureSourceCacheItem.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Cache/FeatureSourceCacheItem.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Cache/FeatureSourceCacheItem.h
===================================================================
--- trunk/MgDev/Server/src/Common/Cache/FeatureSourceCacheItem.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Cache/FeatureSourceCacheItem.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Cache/ServerCache.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Cache/ServerCache.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Cache/ServerCache.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Cache/ServerCache.h
===================================================================
--- trunk/MgDev/Server/src/Common/Cache/ServerCache.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Cache/ServerCache.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Cache/ServerCache.rc
===================================================================
--- trunk/MgDev/Server/src/Common/Cache/ServerCache.rc	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Cache/ServerCache.rc	2010-01-09 04:08:59 UTC (rev 4501)
@@ -67,7 +67,7 @@
             VALUE "FileDescription", "ServerCache Dynamic Link Library"
             VALUE "FileVersion", "2, 2, 0, 0"
             VALUE "InternalName", "MgServerCache"
-            VALUE "LegalCopyright", "Copyright (C) 2006-2009 by Autodesk, Inc."
+            VALUE "LegalCopyright", "Copyright (C) 2006-2010 by Autodesk, Inc."
             VALUE "OriginalFilename", "MgServerCache.dll"
             VALUE "ProductName", "MapGuide Open Source"
             VALUE "ProductVersion", "2, 2, 0, 0"

Modified: trunk/MgDev/Server/src/Common/Cache/ServerCacheBuild.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Cache/ServerCacheBuild.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Cache/ServerCacheBuild.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Cache/ServerCacheDllExport.h
===================================================================
--- trunk/MgDev/Server/src/Common/Cache/ServerCacheDllExport.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Cache/ServerCacheDllExport.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Cache/ServerCacheEntry.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Cache/ServerCacheEntry.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Cache/ServerCacheEntry.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Cache/ServerCacheEntry.h
===================================================================
--- trunk/MgDev/Server/src/Common/Cache/ServerCacheEntry.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Cache/ServerCacheEntry.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Cache/ServerCacheItem.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Cache/ServerCacheItem.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Cache/ServerCacheItem.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Cache/ServerCacheItem.h
===================================================================
--- trunk/MgDev/Server/src/Common/Cache/ServerCacheItem.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Cache/ServerCacheItem.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Cache/SpatialContextCacheItem.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Cache/SpatialContextCacheItem.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Cache/SpatialContextCacheItem.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Cache/SpatialContextCacheItem.h
===================================================================
--- trunk/MgDev/Server/src/Common/Cache/SpatialContextCacheItem.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Cache/SpatialContextCacheItem.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Dll.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Dll.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Dll.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/CacheManager.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/CacheManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/CacheManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/CacheManager.h
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/CacheManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/CacheManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/Connection.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/Connection.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/Connection.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/Connection.h
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/Connection.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/Connection.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/FdoConnectionManager.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/FdoConnectionManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/FdoConnectionManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/FdoConnectionManager.h
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/FdoConnectionManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/FdoConnectionManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/GroupInfo.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/GroupInfo.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/GroupInfo.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/GroupInfo.h
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/GroupInfo.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/GroupInfo.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/LicenseManager.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/LicenseManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/LicenseManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/LicenseManager.h
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/LicenseManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/LicenseManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/LoadBalanceManager.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/LoadBalanceManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/LoadBalanceManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/LoadBalanceManager.h
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/LoadBalanceManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/LoadBalanceManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/LogDetail.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/LogDetail.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/LogDetail.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/LogDetail.h
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/LogDetail.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/LogDetail.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/LogEntryData.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/LogEntryData.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/LogEntryData.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/LogEntryData.h
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/LogEntryData.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/LogEntryData.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/LogManager.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/LogManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/LogManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/LogManager.h
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/LogManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/LogManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/LogThread.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/LogThread.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/LogThread.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/LogThread.h
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/LogThread.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/LogThread.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/LogType.h
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/LogType.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/LogType.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/LongTransactionManager.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/LongTransactionManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/LongTransactionManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/LongTransactionManager.h
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/LongTransactionManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/LongTransactionManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/PackageLogHandler.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/PackageLogHandler.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/PackageLogHandler.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/PackageLogHandler.h
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/PackageLogHandler.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/PackageLogHandler.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/PackageLogReader.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/PackageLogReader.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/PackageLogReader.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/PackageLogReader.h
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/PackageLogReader.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/PackageLogReader.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/PackageLogWriter.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/PackageLogWriter.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/PackageLogWriter.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/PackageLogWriter.h
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/PackageLogWriter.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/PackageLogWriter.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/PackageManager.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/PackageManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/PackageManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/PackageManager.h
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/PackageManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/PackageManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/PermissionCache.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/PermissionCache.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/PermissionCache.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/PermissionCache.h
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/PermissionCache.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/PermissionCache.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/PermissionInfo.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/PermissionInfo.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/PermissionInfo.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/PermissionInfo.h
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/PermissionInfo.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/PermissionInfo.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/PermissionManager.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/PermissionManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/PermissionManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/PermissionManager.h
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/PermissionManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/PermissionManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/RoleInfo.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/RoleInfo.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/RoleInfo.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/RoleInfo.h
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/RoleInfo.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/RoleInfo.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/SecurityCache.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/SecurityCache.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/SecurityCache.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/SecurityCache.h
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/SecurityCache.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/SecurityCache.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/SecurityManager.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/SecurityManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/SecurityManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/SecurityManager.h
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/SecurityManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/SecurityManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/ServerManager.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/ServerManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/ServerManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/ServerManager.h
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/ServerManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/ServerManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/ServerManager.rc
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/ServerManager.rc	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/ServerManager.rc	2010-01-09 04:08:59 UTC (rev 4501)
@@ -67,7 +67,7 @@
             VALUE "FileDescription", "ServerManager Dynamic Link Library"
             VALUE "FileVersion", "2, 2, 0, 0"
             VALUE "InternalName", "MgServerManager"
-            VALUE "LegalCopyright", "Copyright (C) 2006-2009 by Autodesk, Inc."
+            VALUE "LegalCopyright", "Copyright (C) 2006-2010 by Autodesk, Inc."
             VALUE "OriginalFilename", "MgServerManager.dll"
             VALUE "ProductName", "MapGuide Open Source"
             VALUE "ProductVersion", "2, 2, 0, 0"

Modified: trunk/MgDev/Server/src/Common/Manager/ServerManagerBuild.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/ServerManagerBuild.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/ServerManagerBuild.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/ServerManagerDllExport.h
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/ServerManagerDllExport.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/ServerManagerDllExport.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/ServiceManager.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/ServiceManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/ServiceManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/ServiceManager.h
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/ServiceManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/ServiceManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/SessionCache.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/SessionCache.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/SessionCache.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/SessionCache.h
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/SessionCache.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/SessionCache.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/SessionInfo.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/SessionInfo.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/SessionInfo.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/SessionInfo.h
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/SessionInfo.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/SessionInfo.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/SessionManager.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/SessionManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/SessionManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/SessionManager.h
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/SessionManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/SessionManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/UnmanagedDataManager.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/UnmanagedDataManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/UnmanagedDataManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/UnmanagedDataManager.h
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/UnmanagedDataManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/UnmanagedDataManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/UserInfo.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/UserInfo.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/UserInfo.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/UserInfo.h
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/UserInfo.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/UserInfo.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/WorkerThread.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/WorkerThread.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/WorkerThread.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/WorkerThread.h
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/WorkerThread.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/WorkerThread.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/WorkerThreadData.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/WorkerThreadData.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/WorkerThreadData.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Manager/WorkerThreadData.h
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/WorkerThreadData.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Manager/WorkerThreadData.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Thread/ServerThread.rc
===================================================================
--- trunk/MgDev/Server/src/Common/Thread/ServerThread.rc	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Thread/ServerThread.rc	2010-01-09 04:08:59 UTC (rev 4501)
@@ -67,7 +67,7 @@
             VALUE "FileDescription", "ServerThread Dynamic Link Library"
             VALUE "FileVersion", "2, 2, 0, 0"
             VALUE "InternalName", "MgServerThread"
-            VALUE "LegalCopyright", "Copyright (C) 2006-2009 by Autodesk, Inc."
+            VALUE "LegalCopyright", "Copyright (C) 2006-2010 by Autodesk, Inc."
             VALUE "OriginalFilename", "MgServerThread.dll"
             VALUE "ProductName", "MapGuide Open Source"
             VALUE "ProductVersion", "2, 2, 0, 0"

Modified: trunk/MgDev/Server/src/Common/Thread/ServerThreadBuild.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Thread/ServerThreadBuild.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Thread/ServerThreadBuild.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Thread/ServerThreadDllExport.h
===================================================================
--- trunk/MgDev/Server/src/Common/Thread/ServerThreadDllExport.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Thread/ServerThreadDllExport.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Thread/ThreadBase.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Thread/ThreadBase.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Thread/ThreadBase.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/Thread/ThreadBase.h
===================================================================
--- trunk/MgDev/Server/src/Common/Thread/ThreadBase.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/Thread/ThreadBase.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Common/stdafx.h
===================================================================
--- trunk/MgDev/Server/src/Common/stdafx.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Common/stdafx.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Core/ClientAcceptor.cpp
===================================================================
--- trunk/MgDev/Server/src/Core/ClientAcceptor.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Core/ClientAcceptor.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Core/ClientAcceptor.h
===================================================================
--- trunk/MgDev/Server/src/Core/ClientAcceptor.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Core/ClientAcceptor.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Core/ConnectionTimeoutEventHandler.cpp
===================================================================
--- trunk/MgDev/Server/src/Core/ConnectionTimeoutEventHandler.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Core/ConnectionTimeoutEventHandler.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Core/ConnectionTimeoutEventHandler.h
===================================================================
--- trunk/MgDev/Server/src/Core/ConnectionTimeoutEventHandler.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Core/ConnectionTimeoutEventHandler.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Core/DataConnectionTimeoutEventHandler.cpp
===================================================================
--- trunk/MgDev/Server/src/Core/DataConnectionTimeoutEventHandler.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Core/DataConnectionTimeoutEventHandler.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Core/DataConnectionTimeoutEventHandler.h
===================================================================
--- trunk/MgDev/Server/src/Core/DataConnectionTimeoutEventHandler.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Core/DataConnectionTimeoutEventHandler.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Core/DataTransactionTimeoutEventHandler.cpp
===================================================================
--- trunk/MgDev/Server/src/Core/DataTransactionTimeoutEventHandler.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Core/DataTransactionTimeoutEventHandler.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Core/DataTransactionTimeoutEventHandler.h
===================================================================
--- trunk/MgDev/Server/src/Core/DataTransactionTimeoutEventHandler.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Core/DataTransactionTimeoutEventHandler.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Core/EventTimer.cpp
===================================================================
--- trunk/MgDev/Server/src/Core/EventTimer.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Core/EventTimer.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Core/EventTimer.h
===================================================================
--- trunk/MgDev/Server/src/Core/EventTimer.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Core/EventTimer.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Core/EventTimerManager.cpp
===================================================================
--- trunk/MgDev/Server/src/Core/EventTimerManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Core/EventTimerManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Core/EventTimerManager.h
===================================================================
--- trunk/MgDev/Server/src/Core/EventTimerManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Core/EventTimerManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Core/FeatureServiceCacheTimeLimitEventHandler.cpp
===================================================================
--- trunk/MgDev/Server/src/Core/FeatureServiceCacheTimeLimitEventHandler.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Core/FeatureServiceCacheTimeLimitEventHandler.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Core/FeatureServiceCacheTimeLimitEventHandler.h
===================================================================
--- trunk/MgDev/Server/src/Core/FeatureServiceCacheTimeLimitEventHandler.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Core/FeatureServiceCacheTimeLimitEventHandler.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Core/OperationThread.cpp
===================================================================
--- trunk/MgDev/Server/src/Core/OperationThread.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Core/OperationThread.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Core/OperationThread.h
===================================================================
--- trunk/MgDev/Server/src/Core/OperationThread.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Core/OperationThread.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Core/RepositoryCheckpointEventHandler.cpp
===================================================================
--- trunk/MgDev/Server/src/Core/RepositoryCheckpointEventHandler.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Core/RepositoryCheckpointEventHandler.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Core/RepositoryCheckpointEventHandler.h
===================================================================
--- trunk/MgDev/Server/src/Core/RepositoryCheckpointEventHandler.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Core/RepositoryCheckpointEventHandler.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Core/ResourceChangeEventHandler.cpp
===================================================================
--- trunk/MgDev/Server/src/Core/ResourceChangeEventHandler.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Core/ResourceChangeEventHandler.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Core/ResourceChangeEventHandler.h
===================================================================
--- trunk/MgDev/Server/src/Core/ResourceChangeEventHandler.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Core/ResourceChangeEventHandler.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Core/Server.cpp
===================================================================
--- trunk/MgDev/Server/src/Core/Server.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Core/Server.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Core/Server.h
===================================================================
--- trunk/MgDev/Server/src/Core/Server.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Core/Server.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Core/ServerCore.rc
===================================================================
--- trunk/MgDev/Server/src/Core/ServerCore.rc	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Core/ServerCore.rc	2010-01-09 04:08:59 UTC (rev 4501)
@@ -67,7 +67,7 @@
             VALUE "FileDescription", "MapGuide Server Application"
             VALUE "FileVersion", "2, 2, 0, 0"
             VALUE "InternalName", "mgserver"
-            VALUE "LegalCopyright", "Copyright (C) 2006-2009 by Autodesk, Inc."
+            VALUE "LegalCopyright", "Copyright (C) 2006-2010 by Autodesk, Inc."
             VALUE "OriginalFilename", "mgserver.exe"
             VALUE "ProductName", "MapGuide Open Source"
             VALUE "ProductVersion", "2, 2, 0, 0"

Modified: trunk/MgDev/Server/src/Core/ServerCoreBuild.cpp
===================================================================
--- trunk/MgDev/Server/src/Core/ServerCoreBuild.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Core/ServerCoreBuild.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Core/ServerFactory.cpp
===================================================================
--- trunk/MgDev/Server/src/Core/ServerFactory.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Core/ServerFactory.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Core/ServiceHandlerFactory.cpp
===================================================================
--- trunk/MgDev/Server/src/Core/ServiceHandlerFactory.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Core/ServiceHandlerFactory.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Core/ServiceHandlerFactory.h
===================================================================
--- trunk/MgDev/Server/src/Core/ServiceHandlerFactory.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Core/ServiceHandlerFactory.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Core/ServiceRegistrationEventHandler.cpp
===================================================================
--- trunk/MgDev/Server/src/Core/ServiceRegistrationEventHandler.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Core/ServiceRegistrationEventHandler.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Core/ServiceRegistrationEventHandler.h
===================================================================
--- trunk/MgDev/Server/src/Core/ServiceRegistrationEventHandler.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Core/ServiceRegistrationEventHandler.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Core/SessionTimeoutEventHandler.cpp
===================================================================
--- trunk/MgDev/Server/src/Core/SessionTimeoutEventHandler.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Core/SessionTimeoutEventHandler.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Core/SessionTimeoutEventHandler.h
===================================================================
--- trunk/MgDev/Server/src/Core/SessionTimeoutEventHandler.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Core/SessionTimeoutEventHandler.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Core/SignalHandler.cpp
===================================================================
--- trunk/MgDev/Server/src/Core/SignalHandler.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Core/SignalHandler.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Core/SignalHandler.h
===================================================================
--- trunk/MgDev/Server/src/Core/SignalHandler.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Core/SignalHandler.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Core/TimedEvent.cpp
===================================================================
--- trunk/MgDev/Server/src/Core/TimedEvent.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Core/TimedEvent.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Core/TimedEvent.h
===================================================================
--- trunk/MgDev/Server/src/Core/TimedEvent.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Core/TimedEvent.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Core/TimedEventHandler.cpp
===================================================================
--- trunk/MgDev/Server/src/Core/TimedEventHandler.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Core/TimedEventHandler.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Core/TimedEventHandler.h
===================================================================
--- trunk/MgDev/Server/src/Core/TimedEventHandler.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Core/TimedEventHandler.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Core/main.cpp
===================================================================
--- trunk/MgDev/Server/src/Core/main.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Core/main.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsCommon/GwsCommon.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsCommon/GwsCommon.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsCommon/GwsCommon.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsCommon/GwsCommon.rc
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsCommon/GwsCommon.rc	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsCommon/GwsCommon.rc	2010-01-09 04:08:59 UTC (rev 4501)
@@ -67,7 +67,7 @@
             VALUE "FileDescription", "GwsCommon Dynamic Link Library"
             VALUE "FileVersion", "2, 2, 0, 0"
             VALUE "InternalName", "MgGwsCommon"
-            VALUE "LegalCopyright", "Copyright (C) 2006-2009 by Autodesk, Inc."
+            VALUE "LegalCopyright", "Copyright (C) 2006-2010 by Autodesk, Inc."
             VALUE "OriginalFilename", "MgGwsCommon.dll"
             VALUE "ProductName", "MapGuide Open Source"
             VALUE "ProductVersion", "2, 2, 0, 0"

Modified: trunk/MgDev/Server/src/Gws/GwsCommon/GwsCommonFactories.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsCommon/GwsCommonFactories.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsCommon/GwsCommonFactories.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsCommon/GwsCommonFdoUtils.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsCommon/GwsCommonFdoUtils.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsCommon/GwsCommonFdoUtils.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsCommon/GwsCsName.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsCommon/GwsCsName.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsCommon/GwsCsName.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsCommon/GwsDebugUtils.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsCommon/GwsDebugUtils.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsCommon/GwsDebugUtils.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsCommon/GwsException.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsCommon/GwsException.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsCommon/GwsException.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsCommon/GwsExtendedFeatureId.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsCommon/GwsExtendedFeatureId.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsCommon/GwsExtendedFeatureId.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsCommon/GwsFeatureId.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsCommon/GwsFeatureId.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsCommon/GwsFeatureId.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsCommon/GwsObjectImpl.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsCommon/GwsObjectImpl.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsCommon/GwsObjectImpl.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsCommon/GwsQualifiedName.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsCommon/GwsQualifiedName.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsCommon/GwsQualifiedName.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsCommon/GwsQualifiedNames.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsCommon/GwsQualifiedNames.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsCommon/GwsQualifiedNames.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsCommon/GwsResourceUtil.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsCommon/GwsResourceUtil.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsCommon/GwsResourceUtil.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsCommon/GwsXmlUtils.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsCommon/GwsXmlUtils.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsCommon/GwsXmlUtils.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsCommon/IGwsException.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsCommon/IGwsException.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsCommon/IGwsException.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsCommonImp.h
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsCommonImp.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsCommonImp.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsCommonUtils.h
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsCommonUtils.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsCommonUtils.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsException.h
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsException.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsException.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsFeatureIdSet.h
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsFeatureIdSet.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsFeatureIdSet.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsObject.h
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsObject.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsObject.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsObjectImpl.h
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsObjectImpl.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsObjectImpl.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsOperationHandler.h
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsOperationHandler.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsOperationHandler.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-// Copyright (C) 2004-2009 by Autodesk, Inc.
+// 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

Modified: trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsResourceUtil.h
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsResourceUtil.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsResourceUtil.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsStatus.h
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsStatus.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsStatus.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsThreads.h
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsThreads.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsThreads.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsCommon/stdafx.h
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsCommon/stdafx.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsCommon/stdafx.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsBatchSortedBlockJoinQueryResults.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsBatchSortedBlockJoinQueryResults.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsBatchSortedBlockJoinQueryResults.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsBinaryFeature.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsBinaryFeature.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsBinaryFeature.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsBinaryFeatureReader.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsBinaryFeatureReader.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsBinaryFeatureReader.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsBinaryFeatureWriter.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsBinaryFeatureWriter.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsBinaryFeatureWriter.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsBinaryReader.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsBinaryReader.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsBinaryReader.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsBinaryWriter.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsBinaryWriter.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsBinaryWriter.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsCsQueryProcessor.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsCsQueryProcessor.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsCsQueryProcessor.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsExtendedFeatureDescription.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsExtendedFeatureDescription.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsExtendedFeatureDescription.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFdoCommand.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFdoCommand.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFdoCommand.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFdoCommandDelete.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFdoCommandDelete.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFdoCommandDelete.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFdoCommandInsert.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFdoCommandInsert.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFdoCommandInsert.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFdoCommandLock.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFdoCommandLock.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFdoCommandLock.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFdoCommandUnlock.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFdoCommandUnlock.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFdoCommandUnlock.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFdoCommandUpdate.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFdoCommandUpdate.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFdoCommandUpdate.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFeatureQueryDefinition.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFeatureQueryDefinition.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFeatureQueryDefinition.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFeatureQueryResults.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFeatureQueryResults.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFeatureQueryResults.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFeatureSourceQuery.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFeatureSourceQuery.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFeatureSourceQuery.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFeaturesPool.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFeaturesPool.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFeaturesPool.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFlatFdoReader.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFlatFdoReader.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFlatFdoReader.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFlatGwsIterator.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFlatGwsIterator.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsFlatGwsIterator.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsJoinQueryDefinition.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsJoinQueryDefinition.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsJoinQueryDefinition.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsJoinQueryResults.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsJoinQueryResults.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsJoinQueryResults.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsMultiSelectIterator.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsMultiSelectIterator.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsMultiSelectIterator.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsMutableFeature.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsMutableFeature.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsMutableFeature.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsNestedLoopSortedBlockJoinQueryResults.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsNestedLoopSortedBlockJoinQueryResults.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsNestedLoopSortedBlockJoinQueryResults.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsNestedLoopsJoinQueryResults.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsNestedLoopsJoinQueryResults.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsNestedLoopsJoinQueryResults.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsPooledFeature.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsPooledFeature.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsPooledFeature.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsPreparedFeatureQuery.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsPreparedFeatureQuery.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsPreparedFeatureQuery.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsPreparedJoinQuery.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsPreparedJoinQuery.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsPreparedJoinQuery.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsPropertyDesc.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsPropertyDesc.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsPropertyDesc.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryDefinition.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryDefinition.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryDefinition.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryEngine.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryEngine.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryEngine.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryEngine.def
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryEngine.def	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryEngine.def	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 ;
-; Copyright (C) 2004-2009 by Autodesk, Inc.
+; Copyright (C) 2004-2010 by Autodesk, Inc.
 ;
 ; By using this code, you are agreeing to the terms and conditions of
 ; the License Agreement included in the documentation for this code.

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryEngine.rc
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryEngine.rc	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryEngine.rc	2010-01-09 04:08:59 UTC (rev 4501)
@@ -67,7 +67,7 @@
             VALUE "FileDescription", "GwsQueryEngine Dynamic Link Library"
             VALUE "FileVersion", "2, 2, 0, 0"
             VALUE "InternalName", "MgGwsQueryEngine"
-            VALUE "LegalCopyright", "Copyright (C) 2006-2009 by Autodesk, Inc."
+            VALUE "LegalCopyright", "Copyright (C) 2006-2010 by Autodesk, Inc."
             VALUE "OriginalFilename", "MgGwsQueryEngine.dll"
             VALUE "ProductName", "MapGuide Open Source"
             VALUE "ProductVersion", "2, 2, 0, 0"

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryFactories.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryFactories.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryFactories.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryUtils.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryUtils.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryUtils.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryXml.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryXml.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryXml.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsRightBatchSortedBlockJoinQueryResults.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsRightBatchSortedBlockJoinQueryResults.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsRightBatchSortedBlockJoinQueryResults.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsRightJoinQueryResults.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsRightJoinQueryResults.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsRightJoinQueryResults.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsRightNestedLoopJoinQueryResults.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsRightNestedLoopJoinQueryResults.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsRightNestedLoopJoinQueryResults.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsRightNestedLoopSortedBlockJoinQueryResults.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsRightNestedLoopSortedBlockJoinQueryResults.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsRightNestedLoopSortedBlockJoinQueryResults.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsRightSortedJoinQueryResults.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsRightSortedJoinQueryResults.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsRightSortedJoinQueryResults.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsSortMergeJoinQueryResults.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsSortMergeJoinQueryResults.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsSortMergeJoinQueryResults.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsBinaryFeatureReader.h
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsBinaryFeatureReader.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsBinaryFeatureReader.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2009 by Autodesk, Inc.
+// 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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsBinaryFeatureWriter.h
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsBinaryFeatureWriter.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsBinaryFeatureWriter.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2009 by Autodesk, Inc.
+// 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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsBinaryReader.h
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsBinaryReader.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsBinaryReader.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,7 +1,7 @@
 #ifndef _BINARYREADER_H
 #define _BINARYREADER_H
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsBinaryWriter.h
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsBinaryWriter.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsBinaryWriter.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsFdoCommand.h
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsFdoCommand.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsFdoCommand.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsFlatFdoReader.h
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsFlatFdoReader.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsFlatFdoReader.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsMutableFeature.h
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsMutableFeature.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsMutableFeature.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsQuery.h
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsQuery.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsQuery.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsQueryDefinition.h
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsQueryDefinition.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsQueryDefinition.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsQueryEngineImp.h
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsQueryEngineImp.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsQueryEngineImp.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/utf8_.h
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/utf8_.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/utf8_.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/stdafx.h
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/stdafx.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/stdafx.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/utf8_.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/utf8_.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/utf8_.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsResource/GwsResource.h
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsResource/GwsResource.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsResource/GwsResource.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Gws/GwsResource/GwsResource.rc
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsResource/GwsResource.rc	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsResource/GwsResource.rc	2010-01-09 04:08:59 UTC (rev 4501)
@@ -82,7 +82,7 @@
             VALUE "FileDescription", "GwsResource Dynamic Link Library"
             VALUE "FileVersion", "2, 2, 0, 0"
             VALUE "InternalName", "MgGwsResource"
-            VALUE "LegalCopyright", "Copyright (C) 2006-2009 by Autodesk, Inc."
+            VALUE "LegalCopyright", "Copyright (C) 2006-2010 by Autodesk, Inc."
             VALUE "OriginalFilename", "MgGwsResource.dll"
             VALUE "ProductName", "MapGuide Open Source"
             VALUE "ProductVersion", "2, 2, 0, 0"

Modified: trunk/MgDev/Server/src/Gws/GwsResource/GwsResourceLinux.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsResource/GwsResourceLinux.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsResource/GwsResourceLinux.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2009 by Autodesk, Inc.
+// 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

Modified: trunk/MgDev/Server/src/Gws/GwsResource/GwsResourceLinux.h
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsResource/GwsResourceLinux.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/GwsResource/GwsResourceLinux.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2009 by Autodesk, Inc.
+// 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

Modified: trunk/MgDev/Server/src/Gws/Include/GwsCommon.h
===================================================================
--- trunk/MgDev/Server/src/Gws/Include/GwsCommon.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/Include/GwsCommon.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,6 +1,6 @@
 #ifndef GWSCommon_H
 #define GWSCommon_H
-// Copyright (C) 2004-2009 by Autodesk, Inc.
+// 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

Modified: trunk/MgDev/Server/src/Gws/Include/GwsQueryEngine.h
===================================================================
--- trunk/MgDev/Server/src/Gws/Include/GwsQueryEngine.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Gws/Include/GwsQueryEngine.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,6 +1,6 @@
 #ifndef GwsQueryEngine_h
 #define GwsQueryEngine_h
-// Copyright (C) 2004-2009 by Autodesk, Inc.
+// 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

Modified: trunk/MgDev/Server/src/Services/Drawing/DrawingOperation.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Drawing/DrawingOperation.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Drawing/DrawingOperation.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Drawing/DrawingOperation.h
===================================================================
--- trunk/MgDev/Server/src/Services/Drawing/DrawingOperation.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Drawing/DrawingOperation.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Drawing/DrawingOperationFactory.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Drawing/DrawingOperationFactory.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Drawing/DrawingOperationFactory.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Drawing/DrawingOperationFactory.h
===================================================================
--- trunk/MgDev/Server/src/Services/Drawing/DrawingOperationFactory.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Drawing/DrawingOperationFactory.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Drawing/DrawingServiceHandler.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Drawing/DrawingServiceHandler.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Drawing/DrawingServiceHandler.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Drawing/DrawingServiceHandler.h
===================================================================
--- trunk/MgDev/Server/src/Services/Drawing/DrawingServiceHandler.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Drawing/DrawingServiceHandler.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Drawing/OpDescribeDrawing.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Drawing/OpDescribeDrawing.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Drawing/OpDescribeDrawing.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Drawing/OpDescribeDrawing.h
===================================================================
--- trunk/MgDev/Server/src/Services/Drawing/OpDescribeDrawing.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Drawing/OpDescribeDrawing.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Drawing/OpEnumerateLayers.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Drawing/OpEnumerateLayers.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Drawing/OpEnumerateLayers.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Drawing/OpEnumerateLayers.h
===================================================================
--- trunk/MgDev/Server/src/Services/Drawing/OpEnumerateLayers.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Drawing/OpEnumerateLayers.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Drawing/OpEnumerateSectionResources.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Drawing/OpEnumerateSectionResources.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Drawing/OpEnumerateSectionResources.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Drawing/OpEnumerateSectionResources.h
===================================================================
--- trunk/MgDev/Server/src/Services/Drawing/OpEnumerateSectionResources.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Drawing/OpEnumerateSectionResources.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Drawing/OpEnumerateSections.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Drawing/OpEnumerateSections.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Drawing/OpEnumerateSections.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Drawing/OpEnumerateSections.h
===================================================================
--- trunk/MgDev/Server/src/Services/Drawing/OpEnumerateSections.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Drawing/OpEnumerateSections.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Drawing/OpGetCoordinateSpace.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Drawing/OpGetCoordinateSpace.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Drawing/OpGetCoordinateSpace.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Drawing/OpGetCoordinateSpace.h
===================================================================
--- trunk/MgDev/Server/src/Services/Drawing/OpGetCoordinateSpace.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Drawing/OpGetCoordinateSpace.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Drawing/OpGetDrawing.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Drawing/OpGetDrawing.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Drawing/OpGetDrawing.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Drawing/OpGetDrawing.h
===================================================================
--- trunk/MgDev/Server/src/Services/Drawing/OpGetDrawing.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Drawing/OpGetDrawing.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Drawing/OpGetLayer.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Drawing/OpGetLayer.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Drawing/OpGetLayer.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Drawing/OpGetLayer.h
===================================================================
--- trunk/MgDev/Server/src/Services/Drawing/OpGetLayer.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Drawing/OpGetLayer.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Drawing/OpGetSection.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Drawing/OpGetSection.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Drawing/OpGetSection.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Drawing/OpGetSection.h
===================================================================
--- trunk/MgDev/Server/src/Services/Drawing/OpGetSection.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Drawing/OpGetSection.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Drawing/OpGetSectionResource.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Drawing/OpGetSectionResource.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Drawing/OpGetSectionResource.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Drawing/OpGetSectionResource.h
===================================================================
--- trunk/MgDev/Server/src/Services/Drawing/OpGetSectionResource.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Drawing/OpGetSectionResource.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Drawing/ServerDrawingDllExport.h
===================================================================
--- trunk/MgDev/Server/src/Services/Drawing/ServerDrawingDllExport.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Drawing/ServerDrawingDllExport.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Drawing/ServerDrawingService.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Drawing/ServerDrawingService.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Drawing/ServerDrawingService.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Drawing/ServerDrawingService.h
===================================================================
--- trunk/MgDev/Server/src/Services/Drawing/ServerDrawingService.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Drawing/ServerDrawingService.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Drawing/ServerDrawingService.rc
===================================================================
--- trunk/MgDev/Server/src/Services/Drawing/ServerDrawingService.rc	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Drawing/ServerDrawingService.rc	2010-01-09 04:08:59 UTC (rev 4501)
@@ -67,7 +67,7 @@
             VALUE "FileDescription", "ServerDrawingService Dynamic Link Library"
             VALUE "FileVersion", "2, 2, 0, 0"
             VALUE "InternalName", "MgServerDrawingService"
-            VALUE "LegalCopyright", "Copyright (C) 2006-2009 by Autodesk, Inc."
+            VALUE "LegalCopyright", "Copyright (C) 2006-2010 by Autodesk, Inc."
             VALUE "OriginalFilename", "MgServerDrawingService.dll"
             VALUE "ProductName", "MapGuide Open Source"
             VALUE "ProductVersion", "2, 2, 0, 0"

Modified: trunk/MgDev/Server/src/Services/Drawing/ServerDrawingServiceBuild.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Drawing/ServerDrawingServiceBuild.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Drawing/ServerDrawingServiceBuild.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Drawing/ServerDrawingServiceDefs.h
===================================================================
--- trunk/MgDev/Server/src/Services/Drawing/ServerDrawingServiceDefs.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Drawing/ServerDrawingServiceDefs.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Drawing/ServerDrawingServiceUtil.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Drawing/ServerDrawingServiceUtil.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Drawing/ServerDrawingServiceUtil.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Drawing/ServerDrawingServiceUtil.h
===================================================================
--- trunk/MgDev/Server/src/Services/Drawing/ServerDrawingServiceUtil.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Drawing/ServerDrawingServiceUtil.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/BooleanDataReaderCreator.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/BooleanDataReaderCreator.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/BooleanDataReaderCreator.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ByteDataReaderCreator.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ByteDataReaderCreator.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ByteDataReaderCreator.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ByteSourceRasterStreamImpl.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ByteSourceRasterStreamImpl.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ByteSourceRasterStreamImpl.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ByteSourceRasterStreamImpl.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ByteSourceRasterStreamImpl.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ByteSourceRasterStreamImpl.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/DataReaderCreator.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/DataReaderCreator.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/DataReaderCreator.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/DateTimeDataReaderCreator.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/DateTimeDataReaderCreator.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/DateTimeDataReaderCreator.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/DoubleDataReaderCreator.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/DoubleDataReaderCreator.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/DoubleDataReaderCreator.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/FdoFeatureReader.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/FdoFeatureReader.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/FdoFeatureReader.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,6 +1,6 @@
 /*
  *
-* Copyright (C) 2004-2009 by Autodesk, Inc.
+* 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

Modified: trunk/MgDev/Server/src/Services/Feature/FdoFeatureReader.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/FdoFeatureReader.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/FdoFeatureReader.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,7 +1,7 @@
 #ifndef _MGFDOFEATUREREADER_H
 #define _MGFDOFEATUREREADER_H
 /*
- * Copyright (C) 2004-2009 by Autodesk, Inc.
+ * 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

Modified: trunk/MgDev/Server/src/Services/Feature/FdoFilterCollection.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/FdoFilterCollection.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/FdoFilterCollection.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,6 +1,6 @@
 //
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/FdoFilterCollection.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/FdoFilterCollection.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/FdoFilterCollection.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -3,7 +3,7 @@
 //
 
 //
-// Copyright (C) 2004-2009 by Autodesk, Inc.
+// 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

Modified: trunk/MgDev/Server/src/Services/Feature/FdoReaderCollection.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/FdoReaderCollection.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/FdoReaderCollection.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,6 +1,6 @@
 //
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/FdoReaderCollection.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/FdoReaderCollection.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/FdoReaderCollection.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -3,7 +3,7 @@
 //
 
 //
-// Copyright (C) 2004-2009 by Autodesk, Inc.
+// 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

Modified: trunk/MgDev/Server/src/Services/Feature/FeatureDistribution.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/FeatureDistribution.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/FeatureDistribution.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/FeatureDistribution.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/FeatureDistribution.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/FeatureDistribution.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/FeatureGeometricFunctions.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/FeatureGeometricFunctions.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/FeatureGeometricFunctions.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/FeatureGeometricFunctions.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/FeatureGeometricFunctions.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/FeatureGeometricFunctions.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/FeatureManipulationCommand.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/FeatureManipulationCommand.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/FeatureManipulationCommand.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/FeatureManipulationCommand.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/FeatureManipulationCommand.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/FeatureManipulationCommand.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/FeatureNumericFunctions.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/FeatureNumericFunctions.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/FeatureNumericFunctions.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/FeatureNumericFunctions.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/FeatureNumericFunctions.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/FeatureNumericFunctions.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/FeatureOperation.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/FeatureOperation.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/FeatureOperation.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/FeatureOperation.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/FeatureOperation.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/FeatureOperation.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/FeatureOperationFactory.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/FeatureOperationFactory.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/FeatureOperationFactory.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/FeatureOperationFactory.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/FeatureOperationFactory.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/FeatureOperationFactory.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/FeatureServiceCommand.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/FeatureServiceCommand.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/FeatureServiceCommand.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/FeatureServiceCommand.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/FeatureServiceCommand.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/FeatureServiceCommand.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/FeatureServiceHandler.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/FeatureServiceHandler.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/FeatureServiceHandler.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/FeatureServiceHandler.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/FeatureServiceHandler.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/FeatureServiceHandler.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/FeatureStringFunctions.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/FeatureStringFunctions.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/FeatureStringFunctions.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/FeatureStringFunctions.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/FeatureStringFunctions.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/FeatureStringFunctions.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/FilterUtil.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/FilterUtil.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/FilterUtil.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/FilterUtil.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/FilterUtil.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/FilterUtil.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/GeometryDataReaderCreator.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/GeometryDataReaderCreator.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/GeometryDataReaderCreator.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/GwsConnectionPool.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/GwsConnectionPool.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/GwsConnectionPool.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/GwsConnectionPool.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/GwsConnectionPool.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/GwsConnectionPool.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/Int16DataReaderCreator.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/Int16DataReaderCreator.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/Int16DataReaderCreator.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/Int32DataReaderCreator.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/Int32DataReaderCreator.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/Int32DataReaderCreator.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/Int64DataReaderCreator.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/Int64DataReaderCreator.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/Int64DataReaderCreator.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/JoinFeatureReader.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/JoinFeatureReader.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/JoinFeatureReader.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/JoinFeatureReader.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/JoinFeatureReader.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/JoinFeatureReader.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/Matrix.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/Matrix.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/Matrix.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/MgCSTrans.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/MgCSTrans.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/MgCSTrans.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/MgCSTrans.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/MgCSTrans.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/MgCSTrans.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpApplySchema.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpApplySchema.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpApplySchema.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpApplySchema.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpApplySchema.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpApplySchema.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpBeginTransaction.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpBeginTransaction.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpBeginTransaction.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpBeginTransaction.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpBeginTransaction.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpBeginTransaction.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpCloseDataReader.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpCloseDataReader.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpCloseDataReader.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpCloseDataReader.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpCloseDataReader.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpCloseDataReader.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpCloseFeatureReader.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpCloseFeatureReader.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpCloseFeatureReader.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpCloseFeatureReader.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpCloseFeatureReader.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpCloseFeatureReader.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpCloseSqlReader.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpCloseSqlReader.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpCloseSqlReader.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpCloseSqlReader.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpCloseSqlReader.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpCloseSqlReader.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpCommitTransaction.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpCommitTransaction.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpCommitTransaction.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpCommitTransaction.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpCommitTransaction.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpCommitTransaction.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpCreateFeatureSource.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpCreateFeatureSource.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpCreateFeatureSource.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpCreateFeatureSource.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpCreateFeatureSource.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpCreateFeatureSource.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpDescribeSchema.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpDescribeSchema.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpDescribeSchema.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpDescribeSchema.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpDescribeSchema.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpDescribeSchema.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpDescribeSchemaAsXml.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpDescribeSchemaAsXml.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpDescribeSchemaAsXml.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpDescribeSchemaAsXml.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpDescribeSchemaAsXml.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpDescribeSchemaAsXml.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpDescribeWfsFeatureType.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpDescribeWfsFeatureType.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpDescribeWfsFeatureType.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpDescribeWfsFeatureType.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpDescribeWfsFeatureType.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpDescribeWfsFeatureType.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpEnumerateDataStores.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpEnumerateDataStores.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpEnumerateDataStores.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpEnumerateDataStores.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpEnumerateDataStores.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpEnumerateDataStores.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpExecuteSqlNonQuery.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpExecuteSqlNonQuery.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpExecuteSqlNonQuery.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpExecuteSqlNonQuery.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpExecuteSqlNonQuery.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpExecuteSqlNonQuery.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpExecuteSqlQuery.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpExecuteSqlQuery.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpExecuteSqlQuery.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpExecuteSqlQuery.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpExecuteSqlQuery.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpExecuteSqlQuery.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpGetCapabilities.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpGetCapabilities.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpGetCapabilities.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpGetCapabilities.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpGetCapabilities.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpGetCapabilities.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpGetClassDefinition.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpGetClassDefinition.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpGetClassDefinition.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpGetClassDefinition.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpGetClassDefinition.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpGetClassDefinition.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpGetClasses.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpGetClasses.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpGetClasses.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpGetClasses.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpGetClasses.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpGetClasses.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpGetConnectionPropertyValues.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpGetConnectionPropertyValues.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpGetConnectionPropertyValues.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpGetConnectionPropertyValues.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpGetConnectionPropertyValues.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpGetConnectionPropertyValues.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpGetDataRows.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpGetDataRows.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpGetDataRows.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpGetDataRows.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpGetDataRows.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpGetDataRows.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpGetFdoCacheInfo.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpGetFdoCacheInfo.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpGetFdoCacheInfo.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpGetFdoCacheInfo.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpGetFdoCacheInfo.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpGetFdoCacheInfo.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpGetFeatureProviders.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpGetFeatureProviders.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpGetFeatureProviders.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpGetFeatureProviders.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpGetFeatureProviders.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpGetFeatureProviders.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpGetFeatures.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpGetFeatures.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpGetFeatures.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpGetFeatures.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpGetFeatures.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpGetFeatures.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpGetIdentityProperties.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpGetIdentityProperties.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpGetIdentityProperties.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpGetIdentityProperties.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpGetIdentityProperties.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpGetIdentityProperties.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpGetLongTransactions.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpGetLongTransactions.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpGetLongTransactions.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpGetLongTransactions.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpGetLongTransactions.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpGetLongTransactions.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpGetRaster.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpGetRaster.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpGetRaster.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpGetRaster.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpGetRaster.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpGetRaster.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpGetSchemaMapping.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpGetSchemaMapping.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpGetSchemaMapping.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpGetSchemaMapping.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpGetSchemaMapping.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpGetSchemaMapping.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpGetSchemas.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpGetSchemas.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpGetSchemas.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpGetSchemas.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpGetSchemas.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpGetSchemas.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpGetSpatialContexts.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpGetSpatialContexts.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpGetSpatialContexts.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpGetSpatialContexts.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpGetSpatialContexts.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpGetSpatialContexts.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpGetSqlRows.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpGetSqlRows.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpGetSqlRows.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpGetSqlRows.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpGetSqlRows.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpGetSqlRows.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpGetWfsFeature.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpGetWfsFeature.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpGetWfsFeature.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpGetWfsFeature.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpGetWfsFeature.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpGetWfsFeature.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpRollbackTransaction.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpRollbackTransaction.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpRollbackTransaction.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpRollbackTransaction.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpRollbackTransaction.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpRollbackTransaction.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpSchemaToXml.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpSchemaToXml.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpSchemaToXml.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpSchemaToXml.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpSchemaToXml.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpSchemaToXml.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpSelectFeatures.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpSelectFeatures.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpSelectFeatures.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpSelectFeatures.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpSelectFeatures.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpSelectFeatures.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpSelectFeaturesSpatial.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpSelectFeaturesSpatial.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpSelectFeaturesSpatial.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpSelectFeaturesSpatial.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpSelectFeaturesSpatial.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpSelectFeaturesSpatial.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpSetLongTransaction.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpSetLongTransaction.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpSetLongTransaction.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpSetLongTransaction.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpSetLongTransaction.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpSetLongTransaction.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpTestConnection.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpTestConnection.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpTestConnection.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpTestConnection.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpTestConnection.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpTestConnection.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpTestFeatureSourceConnection.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpTestFeatureSourceConnection.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpTestFeatureSourceConnection.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpTestFeatureSourceConnection.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpTestFeatureSourceConnection.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpTestFeatureSourceConnection.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpUpdateFeatures.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpUpdateFeatures.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpUpdateFeatures.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpUpdateFeatures.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpUpdateFeatures.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpUpdateFeatures.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpUpdateFeaturesWithTransaction.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpUpdateFeaturesWithTransaction.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpUpdateFeaturesWithTransaction.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpUpdateFeaturesWithTransaction.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpUpdateFeaturesWithTransaction.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpUpdateFeaturesWithTransaction.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpXmlToSchema.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpXmlToSchema.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpXmlToSchema.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/OpXmlToSchema.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/OpXmlToSchema.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/OpXmlToSchema.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/SelectAggregateCommand.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/SelectAggregateCommand.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/SelectAggregateCommand.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/SelectAggregateCommand.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/SelectAggregateCommand.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/SelectAggregateCommand.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/SelectCommand.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/SelectCommand.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/SelectCommand.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/SelectCommand.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/SelectCommand.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/SelectCommand.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerApplySchema.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerApplySchema.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerApplySchema.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerApplySchema.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerApplySchema.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerApplySchema.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerCreateFeatureSource.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerCreateFeatureSource.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerCreateFeatureSource.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerCreateFeatureSource.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerCreateFeatureSource.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerCreateFeatureSource.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerDataReader.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerDataReader.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerDataReader.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerDataReader.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerDataReader.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerDataReader.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerDataReaderPool.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerDataReaderPool.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerDataReaderPool.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerDataReaderPool.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerDataReaderPool.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerDataReaderPool.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerDeleteCommand.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerDeleteCommand.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerDeleteCommand.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerDeleteCommand.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerDeleteCommand.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerDeleteCommand.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerDescribeSchema.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerDescribeSchema.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerDescribeSchema.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerDescribeSchema.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerDescribeSchema.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerDescribeSchema.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerEnumerateDataStores.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerEnumerateDataStores.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerEnumerateDataStores.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerEnumerateDataStores.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerEnumerateDataStores.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerEnumerateDataStores.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerFdoFeatureReader.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerFdoFeatureReader.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerFdoFeatureReader.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerFdoFeatureReader.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerFdoFeatureReader.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerFdoFeatureReader.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerFeatureConnection.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerFeatureConnection.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerFeatureConnection.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerFeatureConnection.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerFeatureConnection.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerFeatureConnection.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerFeatureDllExport.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerFeatureDllExport.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerFeatureDllExport.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerFeatureReader.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerFeatureReader.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerFeatureReader.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerFeatureReader.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerFeatureReader.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerFeatureReader.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerFeatureReaderPool.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerFeatureReaderPool.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerFeatureReaderPool.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerFeatureReaderPool.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerFeatureReaderPool.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerFeatureReaderPool.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerFeatureService.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerFeatureService.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerFeatureService.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerFeatureService.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerFeatureService.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerFeatureService.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerFeatureService.rc
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerFeatureService.rc	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerFeatureService.rc	2010-01-09 04:08:59 UTC (rev 4501)
@@ -68,7 +68,7 @@
             VALUE "FileDescription", "ServerFeatureService Dynamic Link Library"
             VALUE "FileVersion", "2, 2, 0, 0"
             VALUE "InternalName", "MgServerFeatureService"
-            VALUE "LegalCopyright", "Copyright (C) 2006-2009 by Autodesk, Inc."
+            VALUE "LegalCopyright", "Copyright (C) 2006-2010 by Autodesk, Inc."
             VALUE "OriginalFilename", "MgServerFeatureService.dll"
             VALUE "ProductName", "MapGuide Open Source"
             VALUE "ProductVersion", "2, 2, 0, 0"

Modified: trunk/MgDev/Server/src/Services/Feature/ServerFeatureServiceBuild.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerFeatureServiceBuild.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerFeatureServiceBuild.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerFeatureServiceDefs.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerFeatureServiceDefs.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerFeatureServiceDefs.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerFeatureServiceExceptionDef.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerFeatureServiceExceptionDef.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerFeatureServiceExceptionDef.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerFeatureTransaction.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerFeatureTransaction.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerFeatureTransaction.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerFeatureTransaction.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerFeatureTransaction.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerFeatureTransaction.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerFeatureTransactionPool.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerFeatureTransactionPool.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerFeatureTransactionPool.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerFeatureTransactionPool.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerFeatureTransactionPool.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerFeatureTransactionPool.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerFeatureUtil.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerFeatureUtil.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerFeatureUtil.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerFeatureUtil.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerFeatureUtil.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerFeatureUtil.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerGetConnectionPropertyValues.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerGetConnectionPropertyValues.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerGetConnectionPropertyValues.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerGetConnectionPropertyValues.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerGetConnectionPropertyValues.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerGetConnectionPropertyValues.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerGetFeatureProviders.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerGetFeatureProviders.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerGetFeatureProviders.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerGetFeatureProviders.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerGetFeatureProviders.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerGetFeatureProviders.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerGetLongTransactions.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerGetLongTransactions.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerGetLongTransactions.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerGetLongTransactions.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerGetLongTransactions.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerGetLongTransactions.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerGetProviderCapabilities.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerGetProviderCapabilities.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerGetProviderCapabilities.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerGetProviderCapabilities.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerGetProviderCapabilities.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerGetProviderCapabilities.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerGetSchemaMapping.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerGetSchemaMapping.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerGetSchemaMapping.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerGetSchemaMapping.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerGetSchemaMapping.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerGetSchemaMapping.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerGetSpatialContexts.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerGetSpatialContexts.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerGetSpatialContexts.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerGetSpatialContexts.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerGetSpatialContexts.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerGetSpatialContexts.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerGwsFeatureReader.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerGwsFeatureReader.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerGwsFeatureReader.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerGwsFeatureReader.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerGwsFeatureReader.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerGwsFeatureReader.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerInsertCommand.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerInsertCommand.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerInsertCommand.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerInsertCommand.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerInsertCommand.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerInsertCommand.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerSelectFeatures.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerSelectFeatures.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerSelectFeatures.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerSelectFeatures.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerSelectFeatures.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerSelectFeatures.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerSqlCommand.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerSqlCommand.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerSqlCommand.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerSqlCommand.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerSqlCommand.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerSqlCommand.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerSqlDataReader.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerSqlDataReader.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerSqlDataReader.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerSqlDataReader.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerSqlDataReader.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerSqlDataReader.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerSqlDataReaderPool.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerSqlDataReaderPool.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerSqlDataReaderPool.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerSqlDataReaderPool.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerSqlDataReaderPool.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerSqlDataReaderPool.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerUpdateCommand.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerUpdateCommand.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerUpdateCommand.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerUpdateCommand.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerUpdateCommand.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerUpdateCommand.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerUpdateFeatures.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerUpdateFeatures.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerUpdateFeatures.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/ServerUpdateFeatures.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerUpdateFeatures.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/ServerUpdateFeatures.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/SingleDataReaderCreator.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/SingleDataReaderCreator.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/SingleDataReaderCreator.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/StringDataReaderCreator.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/StringDataReaderCreator.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/StringDataReaderCreator.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/TransformCache.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/TransformCache.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/TransformCache.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/TransformCache.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/TransformCache.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/TransformCache.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Feature/UniqueFunction.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/UniqueFunction.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Feature/UniqueFunction.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Kml/KmlOperation.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Kml/KmlOperation.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Kml/KmlOperation.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Kml/KmlOperation.h
===================================================================
--- trunk/MgDev/Server/src/Services/Kml/KmlOperation.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Kml/KmlOperation.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Kml/KmlOperationFactory.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Kml/KmlOperationFactory.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Kml/KmlOperationFactory.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Kml/KmlOperationFactory.h
===================================================================
--- trunk/MgDev/Server/src/Services/Kml/KmlOperationFactory.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Kml/KmlOperationFactory.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Kml/KmlServiceHandler.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Kml/KmlServiceHandler.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Kml/KmlServiceHandler.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Kml/KmlServiceHandler.h
===================================================================
--- trunk/MgDev/Server/src/Services/Kml/KmlServiceHandler.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Kml/KmlServiceHandler.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Kml/OpGetFeaturesKml.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Kml/OpGetFeaturesKml.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Kml/OpGetFeaturesKml.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Kml/OpGetFeaturesKml.h
===================================================================
--- trunk/MgDev/Server/src/Services/Kml/OpGetFeaturesKml.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Kml/OpGetFeaturesKml.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Kml/OpGetLayerKml.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Kml/OpGetLayerKml.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Kml/OpGetLayerKml.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Kml/OpGetLayerKml.h
===================================================================
--- trunk/MgDev/Server/src/Services/Kml/OpGetLayerKml.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Kml/OpGetLayerKml.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Kml/OpGetMapKml.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Kml/OpGetMapKml.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Kml/OpGetMapKml.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Kml/OpGetMapKml.h
===================================================================
--- trunk/MgDev/Server/src/Services/Kml/OpGetMapKml.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Kml/OpGetMapKml.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Kml/ServerKmlDllExport.h
===================================================================
--- trunk/MgDev/Server/src/Services/Kml/ServerKmlDllExport.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Kml/ServerKmlDllExport.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Kml/ServerKmlService.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Kml/ServerKmlService.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Kml/ServerKmlService.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Kml/ServerKmlService.h
===================================================================
--- trunk/MgDev/Server/src/Services/Kml/ServerKmlService.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Kml/ServerKmlService.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Kml/ServerKmlService.rc
===================================================================
--- trunk/MgDev/Server/src/Services/Kml/ServerKmlService.rc	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Kml/ServerKmlService.rc	2010-01-09 04:08:59 UTC (rev 4501)
@@ -67,7 +67,7 @@
             VALUE "FileDescription", "ServerKmlService Dynamic Link Library"
             VALUE "FileVersion", "2, 2, 0, 0"
             VALUE "InternalName", "MgServerKmlService"
-            VALUE "LegalCopyright", "Copyright (C) 2006-2009 by Autodesk, Inc."
+            VALUE "LegalCopyright", "Copyright (C) 2006-2010 by Autodesk, Inc."
             VALUE "OriginalFilename", "MgServerKmlService.dll"
             VALUE "ProductName", "MapGuide Open Source"
             VALUE "ProductVersion", "2, 2, 0, 0"

Modified: trunk/MgDev/Server/src/Services/Kml/ServerKmlServiceBuild.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Kml/ServerKmlServiceBuild.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Kml/ServerKmlServiceBuild.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/LegendPlotUtil.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/LegendPlotUtil.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/LegendPlotUtil.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/LegendPlotUtil.h
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/LegendPlotUtil.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/LegendPlotUtil.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/MappingOperation.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/MappingOperation.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/MappingOperation.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/MappingOperation.h
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/MappingOperation.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/MappingOperation.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/MappingOperationFactory.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/MappingOperationFactory.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/MappingOperationFactory.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/MappingOperationFactory.h
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/MappingOperationFactory.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/MappingOperationFactory.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/MappingServiceHandler.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/MappingServiceHandler.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/MappingServiceHandler.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/MappingServiceHandler.h
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/MappingServiceHandler.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/MappingServiceHandler.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/MappingUtil.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/MappingUtil.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/MappingUtil.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/MappingUtil.h
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/MappingUtil.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/MappingUtil.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/OpGenerateLegendImage.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/OpGenerateLegendImage.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/OpGenerateLegendImage.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/OpGenerateLegendImage.h
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/OpGenerateLegendImage.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/OpGenerateLegendImage.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/OpGenerateLegendPlot.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/OpGenerateLegendPlot.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/OpGenerateLegendPlot.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/OpGenerateLegendPlot.h
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/OpGenerateLegendPlot.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/OpGenerateLegendPlot.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/OpGenerateMap.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/OpGenerateMap.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/OpGenerateMap.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/OpGenerateMap.h
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/OpGenerateMap.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/OpGenerateMap.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/OpGenerateMapUpdate.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/OpGenerateMapUpdate.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/OpGenerateMapUpdate.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/OpGenerateMapUpdate.h
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/OpGenerateMapUpdate.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/OpGenerateMapUpdate.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/OpGenerateMultiPlot.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/OpGenerateMultiPlot.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/OpGenerateMultiPlot.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/OpGenerateMultiPlot.h
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/OpGenerateMultiPlot.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/OpGenerateMultiPlot.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/OpGeneratePlot.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/OpGeneratePlot.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/OpGeneratePlot.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/OpGeneratePlot.h
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/OpGeneratePlot.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/OpGeneratePlot.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/OpQueryFeatures.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/OpQueryFeatures.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/OpQueryFeatures.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/OpQueryFeatures.h
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/OpQueryFeatures.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/OpQueryFeatures.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/OpQueryFeaturesWms.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/OpQueryFeaturesWms.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/OpQueryFeaturesWms.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/OpQueryFeaturesWms.h
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/OpQueryFeaturesWms.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/OpQueryFeaturesWms.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/RSMgFeatureReader.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/RSMgFeatureReader.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/RSMgFeatureReader.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/RSMgFeatureReader.h
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/RSMgFeatureReader.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/RSMgFeatureReader.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/RSMgInputStream.h
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/RSMgInputStream.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/RSMgInputStream.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/RSMgRaster.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/RSMgRaster.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/RSMgRaster.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/RSMgRaster.h
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/RSMgRaster.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/RSMgRaster.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/RSMgSymbolManager.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/RSMgSymbolManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/RSMgSymbolManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/RSMgSymbolManager.h
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/RSMgSymbolManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/RSMgSymbolManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/SEMgSymbolManager.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/SEMgSymbolManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/SEMgSymbolManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2007-2009 by Autodesk, Inc.
+//  Copyright (C) 2007-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

Modified: trunk/MgDev/Server/src/Services/Mapping/SEMgSymbolManager.h
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/SEMgSymbolManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/SEMgSymbolManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2007-2009 by Autodesk, Inc.
+//  Copyright (C) 2007-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

Modified: trunk/MgDev/Server/src/Services/Mapping/ServerMappingDllExport.h
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/ServerMappingDllExport.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/ServerMappingDllExport.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/ServerMappingService.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/ServerMappingService.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/ServerMappingService.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/ServerMappingService.h
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/ServerMappingService.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/ServerMappingService.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/ServerMappingService.rc
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/ServerMappingService.rc	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/ServerMappingService.rc	2010-01-09 04:08:59 UTC (rev 4501)
@@ -67,7 +67,7 @@
             VALUE "FileDescription", "ServerMappingService Dynamic Link Library"
             VALUE "FileVersion", "2, 2, 0, 0"
             VALUE "InternalName", "MgServerMappingService"
-            VALUE "LegalCopyright", "Copyright (C) 2006-2009 by Autodesk, Inc."
+            VALUE "LegalCopyright", "Copyright (C) 2006-2010 by Autodesk, Inc."
             VALUE "OriginalFilename", "MgServerMappingService.dll"
             VALUE "ProductName", "MapGuide Open Source"
             VALUE "ProductVersion", "2, 2, 0, 0"

Modified: trunk/MgDev/Server/src/Services/Mapping/ServerMappingServiceBuild.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/ServerMappingServiceBuild.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/ServerMappingServiceBuild.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/ServerMappingServiceDefs.h
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/ServerMappingServiceDefs.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/ServerMappingServiceDefs.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Mapping/icons.h
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/icons.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Mapping/icons.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Rendering/FeatureInfoRenderer.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Rendering/FeatureInfoRenderer.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Rendering/FeatureInfoRenderer.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Rendering/FeatureInfoRenderer.h
===================================================================
--- trunk/MgDev/Server/src/Services/Rendering/FeatureInfoRenderer.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Rendering/FeatureInfoRenderer.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Rendering/FeaturePropRenderer.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Rendering/FeaturePropRenderer.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Rendering/FeaturePropRenderer.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Rendering/FeaturePropRenderer.h
===================================================================
--- trunk/MgDev/Server/src/Services/Rendering/FeaturePropRenderer.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Rendering/FeaturePropRenderer.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Rendering/OpQueryFeatureProperties.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Rendering/OpQueryFeatureProperties.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Rendering/OpQueryFeatureProperties.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Rendering/OpQueryFeatureProperties.h
===================================================================
--- trunk/MgDev/Server/src/Services/Rendering/OpQueryFeatureProperties.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Rendering/OpQueryFeatureProperties.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Rendering/OpQueryFeatures.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Rendering/OpQueryFeatures.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Rendering/OpQueryFeatures.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Rendering/OpQueryFeatures.h
===================================================================
--- trunk/MgDev/Server/src/Services/Rendering/OpQueryFeatures.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Rendering/OpQueryFeatures.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Rendering/OpRenderDynamicOverlay.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Rendering/OpRenderDynamicOverlay.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Rendering/OpRenderDynamicOverlay.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Rendering/OpRenderDynamicOverlay.h
===================================================================
--- trunk/MgDev/Server/src/Services/Rendering/OpRenderDynamicOverlay.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Rendering/OpRenderDynamicOverlay.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Rendering/OpRenderMap.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Rendering/OpRenderMap.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Rendering/OpRenderMap.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Rendering/OpRenderMap.h
===================================================================
--- trunk/MgDev/Server/src/Services/Rendering/OpRenderMap.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Rendering/OpRenderMap.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Rendering/OpRenderMapLegend.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Rendering/OpRenderMapLegend.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Rendering/OpRenderMapLegend.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Rendering/OpRenderMapLegend.h
===================================================================
--- trunk/MgDev/Server/src/Services/Rendering/OpRenderMapLegend.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Rendering/OpRenderMapLegend.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Rendering/OpRenderTile.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Rendering/OpRenderTile.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Rendering/OpRenderTile.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Rendering/OpRenderTile.h
===================================================================
--- trunk/MgDev/Server/src/Services/Rendering/OpRenderTile.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Rendering/OpRenderTile.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Rendering/RenderingOperation.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Rendering/RenderingOperation.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Rendering/RenderingOperation.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Rendering/RenderingOperation.h
===================================================================
--- trunk/MgDev/Server/src/Services/Rendering/RenderingOperation.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Rendering/RenderingOperation.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Rendering/RenderingOperationFactory.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Rendering/RenderingOperationFactory.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Rendering/RenderingOperationFactory.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Rendering/RenderingOperationFactory.h
===================================================================
--- trunk/MgDev/Server/src/Services/Rendering/RenderingOperationFactory.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Rendering/RenderingOperationFactory.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Rendering/RenderingServiceHandler.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Rendering/RenderingServiceHandler.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Rendering/RenderingServiceHandler.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Rendering/RenderingServiceHandler.h
===================================================================
--- trunk/MgDev/Server/src/Services/Rendering/RenderingServiceHandler.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Rendering/RenderingServiceHandler.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Rendering/ServerRenderingDllExport.h
===================================================================
--- trunk/MgDev/Server/src/Services/Rendering/ServerRenderingDllExport.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Rendering/ServerRenderingDllExport.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Rendering/ServerRenderingService.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Rendering/ServerRenderingService.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Rendering/ServerRenderingService.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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
@@ -288,7 +288,7 @@
 {
     // Call updated RenderDynamicOverlay API
     MgRenderingOptions options(format, MgRenderingOptions::RenderSelection |
-        MgRenderingOptions::RenderLayers | (bKeepSelection ? MgRenderingOptions::KeepSelection : 0), NULL);
+        MgRenderingOptions::RenderLayers | (bKeepSelection? MgRenderingOptions::KeepSelection : 0), NULL);
     return RenderDynamicOverlay(map, selection, &options);
 }
 
@@ -712,7 +712,7 @@
 
     #ifdef _DEBUG
     Ptr<MgReadOnlyLayerCollection> selLayers = sel->GetLayers();
-    ACE_DEBUG((LM_ERROR, ACE_TEXT("MgServerRenderingService::QueryFeatures() Selection Size:%d\n"), selLayers.p ? selLayers->GetCount() : 0));
+    ACE_DEBUG((LM_ERROR, ACE_TEXT("MgServerRenderingService::QueryFeatures() Selection Size:%d\n"), selLayers.p? selLayers->GetCount() : 0));
     #endif
 
     MG_CATCH_AND_THROW(L"MgServerRenderingService.QueryFeatures")
@@ -780,7 +780,7 @@
                                                           bool bKeepSelection)
 {
     MgRenderingOptions options(format, MgRenderingOptions::RenderSelection |
-        MgRenderingOptions::RenderLayers | (bKeepSelection ? MgRenderingOptions::KeepSelection : 0), NULL);
+        MgRenderingOptions::RenderLayers | (bKeepSelection? MgRenderingOptions::KeepSelection : 0), NULL);
     return RenderMapInternal(map, selection, roLayers, dr, saveWidth, saveHeight, scale, b, expandExtents, &options);
 }
 
@@ -788,8 +788,8 @@
 ///////////////////////////////////////////////////////////////////////////////
 // called from (indirectly):
 //      RenderMap(complete), RenderMap(extent)(roLayers == NULL)
-//      RenderTile (selection == NULL)
-// render the map using from the provided rolayers
+//      RenderTile(selection == NULL)
+// render the map using the provided rolayers
 // (this is the baseGroup layers for rendering tiles)
 // render map using provided options object from before
 // this is called for tiles and for dynamic overlays
@@ -824,7 +824,7 @@
         }
     }
 
-    RS_String units = (dstCs.p) ? dstCs->GetUnits() : L"";
+    RS_String units = dstCs.p? dstCs->GetUnits() : L"";
 
     // get the session ID
     STRING sessionId;
@@ -877,7 +877,7 @@
             Ptr<MgReadOnlyLayerCollection> selLayers = selection->GetLayers();
 
             #ifdef _DEBUG
-            printf("MgServerRenderingService::RenderMapInternal() - Layers:%d  Selection Layers:%d\n", tempLayers.p ? tempLayers->GetCount() : 0, selLayers.p ? selLayers->GetCount() : 0);
+            printf("MgServerRenderingService::RenderMapInternal() - Layers:%d  Selection Layers:%d\n", tempLayers.p? tempLayers->GetCount() : 0, selLayers.p? selLayers->GetCount() : 0);
             #endif
 
             if (selLayers.p && selLayers->GetCount() > 0)
@@ -911,7 +911,7 @@
                     // generate a filter for the selected features
                     Ptr<MgStringCollection> filters = selection->GenerateFilters(
                     selLayer, selLayer->GetFeatureClassName(), m_renderSelectionBatchSize);
-                    INT32 numFilter = (NULL == filters) ? 0 : filters->GetCount();
+                    INT32 numFilter = (NULL == filters)? 0 : filters->GetCount();
 
                     for (INT32 i = 0; i < numFilter; ++i)
                     {
@@ -964,11 +964,12 @@
             //-------------------------------------------------------
             /// RFC60 code to correct colormaps by UV
             //-------------------------------------------------------
-            // we examine the expressions collected from xml definitions of all layers.
-            // the map object has a list from all color entries found in the most recent layer stylization
-            // TODO currently they are interpreted as ffffffff 32 bit RGBA string values.
-            // adding expresssions and other interpretations should be done in ParseColorStrings.
-            // the color Palette for the renderer is a vector<RS_Color>
+            // We examine the expressions collected from xml definitions of all layers.
+            // The map object has a list from all color entries found in the most recent
+            // layer stylization.
+            // * TODO - currently they are interpreted as ffffffff 32-bit RGBA string values
+            // * adding expresssions and other interpretations should be done in ParseColorStrings
+            // * the color Palette for the renderer is a vector<RS_Color>
             if (hasColorMap(format))
             {
                 RS_ColorVector tileColorPalette;
@@ -1246,7 +1247,7 @@
             Ptr<MgResourceIdentifier> featResId = new MgResourceIdentifier(layer->GetFeatureSourceId());
 
             //get a transform from layer coord sys to map coord sys
-            Ptr<MgCoordinateSystem> mapCs = (srs.empty()) ? NULL : m_pCSFactory->Create(srs);
+            Ptr<MgCoordinateSystem> mapCs = srs.empty()? NULL : m_pCSFactory->Create(srs);
             TransformCache* item = TransformCache::GetLayerToMapTransform(transformCache, vl->GetFeatureName(), featResId, mapCs, m_pCSFactory, m_svcFeature);
             Ptr<MgCoordinateSystemTransform> trans = item? item->GetMgTransform() : NULL;
 

Modified: trunk/MgDev/Server/src/Services/Rendering/ServerRenderingService.h
===================================================================
--- trunk/MgDev/Server/src/Services/Rendering/ServerRenderingService.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Rendering/ServerRenderingService.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Rendering/ServerRenderingService.rc
===================================================================
--- trunk/MgDev/Server/src/Services/Rendering/ServerRenderingService.rc	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Rendering/ServerRenderingService.rc	2010-01-09 04:08:59 UTC (rev 4501)
@@ -67,7 +67,7 @@
             VALUE "FileDescription", "ServerRenderingService Dynamic Link Library"
             VALUE "FileVersion", "2, 2, 0, 0"
             VALUE "InternalName", "MgServerRenderingService"
-            VALUE "LegalCopyright", "Copyright (C) 2006-2009 by Autodesk, Inc."
+            VALUE "LegalCopyright", "Copyright (C) 2006-2010 by Autodesk, Inc."
             VALUE "OriginalFilename", "MgServerRenderingService.dll"
             VALUE "ProductName", "MapGuide Open Source"
             VALUE "ProductVersion", "2, 2, 0, 0"

Modified: trunk/MgDev/Server/src/Services/Rendering/ServerRenderingServiceBuild.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Rendering/ServerRenderingServiceBuild.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Rendering/ServerRenderingServiceBuild.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ApplicationRepository.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ApplicationRepository.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ApplicationRepository.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ApplicationRepository.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ApplicationRepository.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ApplicationRepository.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ApplicationRepositoryManager.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ApplicationRepositoryManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ApplicationRepositoryManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ApplicationRepositoryManager.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ApplicationRepositoryManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ApplicationRepositoryManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ApplicationResourceContentManager.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ApplicationResourceContentManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ApplicationResourceContentManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ApplicationResourceContentManager.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ApplicationResourceContentManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ApplicationResourceContentManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ByteSourceDwfInputStreamImpl.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ByteSourceDwfInputStreamImpl.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ByteSourceDwfInputStreamImpl.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ByteSourceDwfInputStreamImpl.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ByteSourceDwfInputStreamImpl.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ByteSourceDwfInputStreamImpl.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/DataBindingInfo.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/DataBindingInfo.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/DataBindingInfo.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/DataBindingInfo.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/DataBindingInfo.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/DataBindingInfo.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/Database.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/Database.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/Database.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/Database.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/Database.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/Database.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/DbEnvironment.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/DbEnvironment.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/DbEnvironment.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/DbEnvironment.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/DbEnvironment.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/DbEnvironment.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/LibraryRepository.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/LibraryRepository.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/LibraryRepository.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/LibraryRepository.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/LibraryRepository.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/LibraryRepository.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/LibraryRepositoryManager.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/LibraryRepositoryManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/LibraryRepositoryManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/LibraryRepositoryManager.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/LibraryRepositoryManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/LibraryRepositoryManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/LibraryResourceContentManager.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/LibraryResourceContentManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/LibraryResourceContentManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/LibraryResourceContentManager.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/LibraryResourceContentManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/LibraryResourceContentManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpApplyResourcePackage.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpApplyResourcePackage.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpApplyResourcePackage.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpApplyResourcePackage.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpApplyResourcePackage.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpApplyResourcePackage.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpChangeResourceOwner.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpChangeResourceOwner.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpChangeResourceOwner.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpChangeResourceOwner.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpChangeResourceOwner.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpChangeResourceOwner.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpCopyResource.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpCopyResource.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpCopyResource.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpCopyResource.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpCopyResource.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpCopyResource.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpCreateRepository.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpCreateRepository.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpCreateRepository.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpCreateRepository.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpCreateRepository.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpCreateRepository.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpDeleteRepository.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpDeleteRepository.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpDeleteRepository.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpDeleteRepository.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpDeleteRepository.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpDeleteRepository.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpDeleteResource.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpDeleteResource.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpDeleteResource.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpDeleteResource.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpDeleteResource.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpDeleteResource.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpDeleteResourceData.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpDeleteResourceData.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpDeleteResourceData.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpDeleteResourceData.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpDeleteResourceData.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpDeleteResourceData.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpEnumerateParentMapDefinitions.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpEnumerateParentMapDefinitions.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpEnumerateParentMapDefinitions.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpEnumerateParentMapDefinitions.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpEnumerateParentMapDefinitions.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpEnumerateParentMapDefinitions.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpEnumerateRepositories.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpEnumerateRepositories.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpEnumerateRepositories.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpEnumerateRepositories.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpEnumerateRepositories.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpEnumerateRepositories.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpEnumerateResourceData.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpEnumerateResourceData.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpEnumerateResourceData.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpEnumerateResourceData.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpEnumerateResourceData.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpEnumerateResourceData.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpEnumerateResourceDocuments.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpEnumerateResourceDocuments.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpEnumerateResourceDocuments.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpEnumerateResourceDocuments.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpEnumerateResourceDocuments.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpEnumerateResourceDocuments.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpEnumerateResourceReferences.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpEnumerateResourceReferences.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpEnumerateResourceReferences.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpEnumerateResourceReferences.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpEnumerateResourceReferences.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpEnumerateResourceReferences.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpEnumerateResources.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpEnumerateResources.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpEnumerateResources.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpEnumerateResources.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpEnumerateResources.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpEnumerateResources.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpEnumerateUnmanagedData.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpEnumerateUnmanagedData.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpEnumerateUnmanagedData.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpEnumerateUnmanagedData.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpEnumerateUnmanagedData.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpEnumerateUnmanagedData.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpGetRepositoryContent.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpGetRepositoryContent.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpGetRepositoryContent.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpGetRepositoryContent.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpGetRepositoryContent.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpGetRepositoryContent.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpGetRepositoryHeader.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpGetRepositoryHeader.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpGetRepositoryHeader.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpGetRepositoryHeader.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpGetRepositoryHeader.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpGetRepositoryHeader.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpGetResourceContent.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpGetResourceContent.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpGetResourceContent.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpGetResourceContent.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpGetResourceContent.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpGetResourceContent.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpGetResourceContents.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpGetResourceContents.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpGetResourceContents.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpGetResourceContents.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpGetResourceContents.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpGetResourceContents.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpGetResourceData.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpGetResourceData.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpGetResourceData.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpGetResourceData.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpGetResourceData.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpGetResourceData.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpGetResourceHeader.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpGetResourceHeader.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpGetResourceHeader.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpGetResourceHeader.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpGetResourceHeader.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpGetResourceHeader.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpGetResourceModifiedDate.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpGetResourceModifiedDate.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpGetResourceModifiedDate.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpGetResourceModifiedDate.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpGetResourceModifiedDate.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpGetResourceModifiedDate.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpInheritPermissionsFrom.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpInheritPermissionsFrom.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpInheritPermissionsFrom.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpInheritPermissionsFrom.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpInheritPermissionsFrom.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpInheritPermissionsFrom.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpMoveResource.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpMoveResource.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpMoveResource.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpMoveResource.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpMoveResource.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpMoveResource.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpRenameResourceData.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpRenameResourceData.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpRenameResourceData.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpRenameResourceData.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpRenameResourceData.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpRenameResourceData.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpResourceExists.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpResourceExists.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpResourceExists.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpResourceExists.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpResourceExists.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpResourceExists.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpSetResource.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpSetResource.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpSetResource.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpSetResource.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpSetResource.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpSetResource.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpSetResourceData.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpSetResourceData.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpSetResourceData.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpSetResourceData.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpSetResourceData.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpSetResourceData.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpUpdateRepository.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpUpdateRepository.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpUpdateRepository.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OpUpdateRepository.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OpUpdateRepository.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OpUpdateRepository.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OperationInfo.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OperationInfo.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OperationInfo.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OperationInfo.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OperationInfo.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OperationInfo.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OperationParameter.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OperationParameter.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OperationParameter.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/OperationParameter.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/OperationParameter.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/OperationParameter.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/Repository.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/Repository.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/Repository.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/Repository.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/Repository.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/Repository.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/RepositoryManager.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/RepositoryManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/RepositoryManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/RepositoryManager.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/RepositoryManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/RepositoryManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourceContainer.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourceContainer.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourceContainer.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourceContainer.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourceContainer.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourceContainer.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourceContentManager.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourceContentManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourceContentManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourceContentManager.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourceContentManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourceContentManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourceDataFileManager.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourceDataFileManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourceDataFileManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourceDataFileManager.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourceDataFileManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourceDataFileManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourceDataManager.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourceDataManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourceDataManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourceDataManager.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourceDataManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourceDataManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourceDataStreamManager.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourceDataStreamManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourceDataStreamManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourceDataStreamManager.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourceDataStreamManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourceDataStreamManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourceDatabase.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourceDatabase.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourceDatabase.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourceDatabase.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourceDatabase.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourceDatabase.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourceDefinitionManager.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourceDefinitionManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourceDefinitionManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourceDefinitionManager.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourceDefinitionManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourceDefinitionManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourceHeader.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourceHeader.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourceHeader.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourceHeader.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourceHeader.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourceHeader.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourceHeaderManager.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourceHeaderManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourceHeaderManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourceHeaderManager.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourceHeaderManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourceHeaderManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourceInfo.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourceInfo.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourceInfo.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourceInfo.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourceInfo.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourceInfo.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourceManager.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourceManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourceManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourceManager.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourceManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourceManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourceOperation.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourceOperation.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourceOperation.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourceOperation.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourceOperation.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourceOperation.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourceOperationFactory.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourceOperationFactory.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourceOperationFactory.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourceOperationFactory.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourceOperationFactory.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourceOperationFactory.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourcePackageHandler.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourcePackageHandler.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourcePackageHandler.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourcePackageHandler.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourcePackageHandler.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourcePackageHandler.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourcePackageLoader.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourcePackageLoader.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourcePackageLoader.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourcePackageLoader.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourcePackageLoader.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourcePackageLoader.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourcePackageMaker.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourcePackageMaker.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourcePackageMaker.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourcePackageMaker.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourcePackageMaker.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourcePackageMaker.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourcePackageManifestHandler.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourcePackageManifestHandler.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourcePackageManifestHandler.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourcePackageManifestHandler.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourcePackageManifestHandler.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourcePackageManifestHandler.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourcePackageManifestParser.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourcePackageManifestParser.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourcePackageManifestParser.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourcePackageManifestParser.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourcePackageManifestParser.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourcePackageManifestParser.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourcePackageManifestSerializer.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourcePackageManifestSerializer.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourcePackageManifestSerializer.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourcePackageManifestSerializer.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourcePackageManifestSerializer.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourcePackageManifestSerializer.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourceServiceDefs.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourceServiceDefs.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourceServiceDefs.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourceServiceHandler.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourceServiceHandler.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourceServiceHandler.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ResourceServiceHandler.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ResourceServiceHandler.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ResourceServiceHandler.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ServerResourceDllExport.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ServerResourceDllExport.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ServerResourceDllExport.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ServerResourceService.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ServerResourceService.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ServerResourceService.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ServerResourceService.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ServerResourceService.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ServerResourceService.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ServerResourceService.rc
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ServerResourceService.rc	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ServerResourceService.rc	2010-01-09 04:08:59 UTC (rev 4501)
@@ -67,7 +67,7 @@
             VALUE "FileDescription", "ServerResourceService Dynamic Link Library"
             VALUE "FileVersion", "2, 2, 0, 0"
             VALUE "InternalName", "MgServerResourceService"
-            VALUE "LegalCopyright", "Copyright (C) 2006-2009 by Autodesk, Inc."
+            VALUE "LegalCopyright", "Copyright (C) 2006-2010 by Autodesk, Inc."
             VALUE "OriginalFilename", "MgServerResourceService.dll"
             VALUE "ProductName", "MapGuide Open Source"
             VALUE "ProductVersion", "2, 2, 0, 0"

Modified: trunk/MgDev/Server/src/Services/Resource/ServerResourceServiceBuild.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ServerResourceServiceBuild.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ServerResourceServiceBuild.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/SessionRepository.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/SessionRepository.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/SessionRepository.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/SessionRepository.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/SessionRepository.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/SessionRepository.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/SessionRepositoryManager.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/SessionRepositoryManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/SessionRepositoryManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/SessionRepositoryManager.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/SessionRepositoryManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/SessionRepositoryManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/SessionResourceContentManager.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/SessionResourceContentManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/SessionResourceContentManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/SessionResourceContentManager.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/SessionResourceContentManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/SessionResourceContentManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/SiteRepository.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/SiteRepository.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/SiteRepository.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/SiteRepository.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/SiteRepository.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/SiteRepository.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/SiteRepositoryManager.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/SiteRepositoryManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/SiteRepositoryManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/SiteRepositoryManager.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/SiteRepositoryManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/SiteRepositoryManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/SiteResourceContentManager.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/SiteResourceContentManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/SiteResourceContentManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/SiteResourceContentManager.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/SiteResourceContentManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/SiteResourceContentManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/SystemRepository.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/SystemRepository.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/SystemRepository.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/SystemRepository.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/SystemRepository.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/SystemRepository.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/SystemRepositoryManager.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/SystemRepositoryManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/SystemRepositoryManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/SystemRepositoryManager.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/SystemRepositoryManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/SystemRepositoryManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/SystemResourceContentManager.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/SystemResourceContentManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/SystemResourceContentManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/SystemResourceContentManager.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/SystemResourceContentManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/SystemResourceContentManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/TagInfo.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/TagInfo.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/TagInfo.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/TagInfo.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/TagInfo.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/TagInfo.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/TagManager.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/TagManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/TagManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/TagManager.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/TagManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/TagManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/XmlSchemaResolver.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/XmlSchemaResolver.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/XmlSchemaResolver.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/XmlSchemaResolver.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/XmlSchemaResolver.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/XmlSchemaResolver.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ZipFileHandler.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ZipFileHandler.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ZipFileHandler.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ZipFileHandler.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ZipFileHandler.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ZipFileHandler.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ZipFileReader.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ZipFileReader.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ZipFileReader.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ZipFileReader.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ZipFileReader.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ZipFileReader.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ZipFileWriter.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ZipFileWriter.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ZipFileWriter.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Resource/ZipFileWriter.h
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ZipFileWriter.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Resource/ZipFileWriter.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpBringOnline.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpBringOnline.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpBringOnline.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpBringOnline.h
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpBringOnline.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpBringOnline.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpClearLog.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpClearLog.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpClearLog.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpClearLog.h
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpClearLog.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpClearLog.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpDeleteLog.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpDeleteLog.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpDeleteLog.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpDeleteLog.h
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpDeleteLog.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpDeleteLog.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpDeletePackage.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpDeletePackage.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpDeletePackage.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpDeletePackage.h
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpDeletePackage.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpDeletePackage.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpEnableMaximumLogSize.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpEnableMaximumLogSize.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpEnableMaximumLogSize.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpEnableMaximumLogSize.h
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpEnableMaximumLogSize.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpEnableMaximumLogSize.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpEnumerateLogs.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpEnumerateLogs.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpEnumerateLogs.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpEnumerateLogs.h
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpEnumerateLogs.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpEnumerateLogs.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpEnumeratePackages.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpEnumeratePackages.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpEnumeratePackages.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpEnumeratePackages.h
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpEnumeratePackages.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpEnumeratePackages.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpGetConfigurationProperties.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpGetConfigurationProperties.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpGetConfigurationProperties.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpGetConfigurationProperties.h
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpGetConfigurationProperties.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpGetConfigurationProperties.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpGetDocument.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpGetDocument.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpGetDocument.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpGetDocument.h
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpGetDocument.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpGetDocument.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpGetInformationProperties.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpGetInformationProperties.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpGetInformationProperties.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpGetInformationProperties.h
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpGetInformationProperties.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpGetInformationProperties.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpGetLog.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpGetLog.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpGetLog.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpGetLog.h
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpGetLog.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpGetLog.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpGetLogFile.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpGetLogFile.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpGetLogFile.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpGetLogFile.h
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpGetLogFile.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpGetLogFile.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpGetPackageLog.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpGetPackageLog.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpGetPackageLog.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpGetPackageLog.h
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpGetPackageLog.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpGetPackageLog.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpGetPackageStatus.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpGetPackageStatus.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpGetPackageStatus.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpGetPackageStatus.h
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpGetPackageStatus.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpGetPackageStatus.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpGetSiteStatus.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpGetSiteStatus.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpGetSiteStatus.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpGetSiteStatus.h
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpGetSiteStatus.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpGetSiteStatus.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpGetSiteVersion.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpGetSiteVersion.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpGetSiteVersion.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpGetSiteVersion.h
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpGetSiteVersion.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpGetSiteVersion.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpIsMaximumLogSizeEnabled.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpIsMaximumLogSizeEnabled.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpIsMaximumLogSizeEnabled.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpIsMaximumLogSizeEnabled.h
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpIsMaximumLogSizeEnabled.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpIsMaximumLogSizeEnabled.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpIsOnline.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpIsOnline.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpIsOnline.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpIsOnline.h
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpIsOnline.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpIsOnline.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpLoadPackage.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpLoadPackage.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpLoadPackage.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpLoadPackage.h
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpLoadPackage.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpLoadPackage.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpMakePackage.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpMakePackage.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpMakePackage.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpMakePackage.h
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpMakePackage.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpMakePackage.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpNotifyResourcesChanged.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpNotifyResourcesChanged.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpNotifyResourcesChanged.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpNotifyResourcesChanged.h
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpNotifyResourcesChanged.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpNotifyResourcesChanged.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpRegisterServicesOnServers.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpRegisterServicesOnServers.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpRegisterServicesOnServers.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpRegisterServicesOnServers.h
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpRegisterServicesOnServers.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpRegisterServicesOnServers.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpRemoveConfigurationProperties.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpRemoveConfigurationProperties.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpRemoveConfigurationProperties.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpRemoveConfigurationProperties.h
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpRemoveConfigurationProperties.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpRemoveConfigurationProperties.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpRenameLog.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpRenameLog.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpRenameLog.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpRenameLog.h
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpRenameLog.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpRenameLog.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpSetConfigurationProperties.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpSetConfigurationProperties.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpSetConfigurationProperties.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpSetConfigurationProperties.h
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpSetConfigurationProperties.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpSetConfigurationProperties.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpSetDocument.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpSetDocument.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpSetDocument.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpSetDocument.h
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpSetDocument.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpSetDocument.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpSetLogDelimiter.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpSetLogDelimiter.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpSetLogDelimiter.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpSetLogDelimiter.h
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpSetLogDelimiter.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpSetLogDelimiter.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpSetMaximumLogSize.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpSetMaximumLogSize.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpSetMaximumLogSize.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpSetMaximumLogSize.h
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpSetMaximumLogSize.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpSetMaximumLogSize.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpTakeOffline.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpTakeOffline.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpTakeOffline.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpTakeOffline.h
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpTakeOffline.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpTakeOffline.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpUnregisterServicesOnServers.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpUnregisterServicesOnServers.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpUnregisterServicesOnServers.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/OpUnregisterServicesOnServers.h
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/OpUnregisterServicesOnServers.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/OpUnregisterServicesOnServers.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminDllExport.h
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminDllExport.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminDllExport.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminOperation.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminOperation.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminOperation.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminOperation.h
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminOperation.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminOperation.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminOperationFactory.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminOperationFactory.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminOperationFactory.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminOperationFactory.h
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminOperationFactory.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminOperationFactory.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminService.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminService.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminService.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminService.h
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminService.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminService.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminService.rc
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminService.rc	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminService.rc	2010-01-09 04:08:59 UTC (rev 4501)
@@ -67,7 +67,7 @@
             VALUE "FileDescription", "ServerAdminService Dynamic Link Library"
             VALUE "FileVersion", "2, 2, 0, 0"
             VALUE "InternalName", "MgServerAdminService"
-            VALUE "LegalCopyright", "Copyright (C) 2006-2009 by Autodesk, Inc."
+            VALUE "LegalCopyright", "Copyright (C) 2006-2010 by Autodesk, Inc."
             VALUE "OriginalFilename", "MdServerAdminService.dll"
             VALUE "ProductName", "MapGuide Open Source"
             VALUE "ProductVersion", "2, 2, 0, 0"

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminServiceBuild.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminServiceBuild.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminServiceBuild.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminServiceHandler.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminServiceHandler.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminServiceHandler.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminServiceHandler.h
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminServiceHandler.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminServiceHandler.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpAddGroup.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpAddGroup.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpAddGroup.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpAddGroup.h
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpAddGroup.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpAddGroup.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpAddServer.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpAddServer.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpAddServer.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpAddServer.h
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpAddServer.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpAddServer.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpAddUser.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpAddUser.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpAddUser.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpAddUser.h
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpAddUser.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpAddUser.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpAuthenticate.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpAuthenticate.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpAuthenticate.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpAuthenticate.h
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpAuthenticate.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpAuthenticate.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpCreateSession.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpCreateSession.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpCreateSession.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpCreateSession.h
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpCreateSession.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpCreateSession.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpDeleteGroups.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpDeleteGroups.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpDeleteGroups.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpDeleteGroups.h
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpDeleteGroups.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpDeleteGroups.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpDeleteUsers.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpDeleteUsers.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpDeleteUsers.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpDeleteUsers.h
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpDeleteUsers.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpDeleteUsers.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpDestroySession.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpDestroySession.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpDestroySession.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpDestroySession.h
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpDestroySession.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpDestroySession.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpEnumerateGroups.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpEnumerateGroups.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpEnumerateGroups.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpEnumerateGroups.h
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpEnumerateGroups.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpEnumerateGroups.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpEnumerateRoles.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpEnumerateRoles.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpEnumerateRoles.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpEnumerateRoles.h
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpEnumerateRoles.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpEnumerateRoles.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpEnumerateServers.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpEnumerateServers.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpEnumerateServers.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpEnumerateServers.h
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpEnumerateServers.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpEnumerateServers.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpEnumerateUsers.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpEnumerateUsers.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpEnumerateUsers.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpEnumerateUsers.h
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpEnumerateUsers.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpEnumerateUsers.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpGetSessionTimeout.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpGetSessionTimeout.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpGetSessionTimeout.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpGetSessionTimeout.h
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpGetSessionTimeout.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpGetSessionTimeout.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpGetUserForSession.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpGetUserForSession.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpGetUserForSession.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpGetUserForSession.h
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpGetUserForSession.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpGetUserForSession.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpGrantGroupMembershipsToUsers.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpGrantGroupMembershipsToUsers.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpGrantGroupMembershipsToUsers.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpGrantGroupMembershipsToUsers.h
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpGrantGroupMembershipsToUsers.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpGrantGroupMembershipsToUsers.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpGrantRoleMembershipsToGroups.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpGrantRoleMembershipsToGroups.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpGrantRoleMembershipsToGroups.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpGrantRoleMembershipsToGroups.h
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpGrantRoleMembershipsToGroups.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpGrantRoleMembershipsToGroups.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpGrantRoleMembershipsToUsers.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpGrantRoleMembershipsToUsers.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpGrantRoleMembershipsToUsers.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpGrantRoleMembershipsToUsers.h
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpGrantRoleMembershipsToUsers.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpGrantRoleMembershipsToUsers.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpRemoveServer.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpRemoveServer.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpRemoveServer.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpRemoveServer.h
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpRemoveServer.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpRemoveServer.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpRequestServer.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpRequestServer.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpRequestServer.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpRequestServer.h
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpRequestServer.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpRequestServer.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpRevokeGroupMembershipsFromUsers.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpRevokeGroupMembershipsFromUsers.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpRevokeGroupMembershipsFromUsers.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpRevokeGroupMembershipsFromUsers.h
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpRevokeGroupMembershipsFromUsers.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpRevokeGroupMembershipsFromUsers.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpRevokeRoleMembershipsFromGroups.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpRevokeRoleMembershipsFromGroups.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpRevokeRoleMembershipsFromGroups.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpRevokeRoleMembershipsFromGroups.h
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpRevokeRoleMembershipsFromGroups.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpRevokeRoleMembershipsFromGroups.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpRevokeRoleMembershipsFromUsers.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpRevokeRoleMembershipsFromUsers.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpRevokeRoleMembershipsFromUsers.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpRevokeRoleMembershipsFromUsers.h
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpRevokeRoleMembershipsFromUsers.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpRevokeRoleMembershipsFromUsers.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpUpdateGroup.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpUpdateGroup.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpUpdateGroup.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpUpdateGroup.h
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpUpdateGroup.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpUpdateGroup.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpUpdateServer.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpUpdateServer.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpUpdateServer.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpUpdateServer.h
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpUpdateServer.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpUpdateServer.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpUpdateUser.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpUpdateUser.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpUpdateUser.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/OpUpdateUser.h
===================================================================
--- trunk/MgDev/Server/src/Services/Site/OpUpdateUser.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/OpUpdateUser.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/ServerSiteDllExport.h
===================================================================
--- trunk/MgDev/Server/src/Services/Site/ServerSiteDllExport.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/ServerSiteDllExport.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/ServerSiteService.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Site/ServerSiteService.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/ServerSiteService.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/ServerSiteService.h
===================================================================
--- trunk/MgDev/Server/src/Services/Site/ServerSiteService.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/ServerSiteService.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/ServerSiteService.rc
===================================================================
--- trunk/MgDev/Server/src/Services/Site/ServerSiteService.rc	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/ServerSiteService.rc	2010-01-09 04:08:59 UTC (rev 4501)
@@ -67,7 +67,7 @@
             VALUE "FileDescription", "ServerSiteService Dynamic Link Library"
             VALUE "FileVersion", "2, 2, 0, 0"
             VALUE "InternalName", "MgServerSiteService"
-            VALUE "LegalCopyright", "Copyright (C) 2006-2009 by Autodesk, Inc."
+            VALUE "LegalCopyright", "Copyright (C) 2006-2010 by Autodesk, Inc."
             VALUE "OriginalFilename", "MgServerSiteService.dll"
             VALUE "ProductName", "MapGuide Open Source"
             VALUE "ProductVersion", "2, 2, 0, 0"

Modified: trunk/MgDev/Server/src/Services/Site/ServerSiteServiceBuild.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Site/ServerSiteServiceBuild.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/ServerSiteServiceBuild.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/SiteOperation.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Site/SiteOperation.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/SiteOperation.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/SiteOperation.h
===================================================================
--- trunk/MgDev/Server/src/Services/Site/SiteOperation.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/SiteOperation.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/SiteOperationFactory.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Site/SiteOperationFactory.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/SiteOperationFactory.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/SiteOperationFactory.h
===================================================================
--- trunk/MgDev/Server/src/Services/Site/SiteOperationFactory.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/SiteOperationFactory.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/SiteServiceDefs.h
===================================================================
--- trunk/MgDev/Server/src/Services/Site/SiteServiceDefs.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/SiteServiceDefs.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/SiteServiceHandler.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Site/SiteServiceHandler.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/SiteServiceHandler.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/SiteServiceHandler.h
===================================================================
--- trunk/MgDev/Server/src/Services/Site/SiteServiceHandler.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/SiteServiceHandler.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/SiteServiceUtil.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Site/SiteServiceUtil.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/SiteServiceUtil.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Site/SiteServiceUtil.h
===================================================================
--- trunk/MgDev/Server/src/Services/Site/SiteServiceUtil.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Site/SiteServiceUtil.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Tile/OpClearCache.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Tile/OpClearCache.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Tile/OpClearCache.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Tile/OpClearCache.h
===================================================================
--- trunk/MgDev/Server/src/Services/Tile/OpClearCache.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Tile/OpClearCache.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Tile/OpGetDefaultTileSizeX.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Tile/OpGetDefaultTileSizeX.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Tile/OpGetDefaultTileSizeX.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Tile/OpGetDefaultTileSizeX.h
===================================================================
--- trunk/MgDev/Server/src/Services/Tile/OpGetDefaultTileSizeX.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Tile/OpGetDefaultTileSizeX.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Tile/OpGetDefaultTileSizeY.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Tile/OpGetDefaultTileSizeY.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Tile/OpGetDefaultTileSizeY.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Tile/OpGetDefaultTileSizeY.h
===================================================================
--- trunk/MgDev/Server/src/Services/Tile/OpGetDefaultTileSizeY.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Tile/OpGetDefaultTileSizeY.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Tile/OpGetTile.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Tile/OpGetTile.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Tile/OpGetTile.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Tile/OpGetTile.h
===================================================================
--- trunk/MgDev/Server/src/Services/Tile/OpGetTile.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Tile/OpGetTile.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Tile/OpSetTile.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Tile/OpSetTile.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Tile/OpSetTile.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Tile/OpSetTile.h
===================================================================
--- trunk/MgDev/Server/src/Services/Tile/OpSetTile.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Tile/OpSetTile.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Tile/ServerTileDllExport.h
===================================================================
--- trunk/MgDev/Server/src/Services/Tile/ServerTileDllExport.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Tile/ServerTileDllExport.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Tile/ServerTileService.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Tile/ServerTileService.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Tile/ServerTileService.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Tile/ServerTileService.h
===================================================================
--- trunk/MgDev/Server/src/Services/Tile/ServerTileService.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Tile/ServerTileService.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Tile/ServerTileService.rc
===================================================================
--- trunk/MgDev/Server/src/Services/Tile/ServerTileService.rc	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Tile/ServerTileService.rc	2010-01-09 04:08:59 UTC (rev 4501)
@@ -67,7 +67,7 @@
             VALUE "FileDescription", "ServerTileService Dynamic Link Library"
             VALUE "FileVersion", "2, 2, 0, 0"
             VALUE "InternalName", "MgServerTileService"
-            VALUE "LegalCopyright", "Copyright (C) 2006-2009 by Autodesk, Inc."
+            VALUE "LegalCopyright", "Copyright (C) 2006-2010 by Autodesk, Inc."
             VALUE "OriginalFilename", "MgServerTileService.dll"
             VALUE "ProductName", "MapGuide Open Source"
             VALUE "ProductVersion", "2, 2, 0, 0"

Modified: trunk/MgDev/Server/src/Services/Tile/ServerTileServiceBuild.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Tile/ServerTileServiceBuild.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Tile/ServerTileServiceBuild.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Tile/TileCache.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Tile/TileCache.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Tile/TileCache.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Tile/TileCache.h
===================================================================
--- trunk/MgDev/Server/src/Services/Tile/TileCache.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Tile/TileCache.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Tile/TileOperation.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Tile/TileOperation.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Tile/TileOperation.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Tile/TileOperation.h
===================================================================
--- trunk/MgDev/Server/src/Services/Tile/TileOperation.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Tile/TileOperation.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Tile/TileOperationFactory.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Tile/TileOperationFactory.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Tile/TileOperationFactory.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Tile/TileOperationFactory.h
===================================================================
--- trunk/MgDev/Server/src/Services/Tile/TileOperationFactory.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Tile/TileOperationFactory.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Tile/TileServiceHandler.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Tile/TileServiceHandler.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Tile/TileServiceHandler.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/Services/Tile/TileServiceHandler.h
===================================================================
--- trunk/MgDev/Server/src/Services/Tile/TileServiceHandler.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/Services/Tile/TileServiceHandler.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/UnitTesting/CppUnitExtensions.h
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/CppUnitExtensions.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/CppUnitExtensions.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/UnitTesting/TestCoordinateSystem.cpp
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestCoordinateSystem.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/TestCoordinateSystem.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/UnitTesting/TestCoordinateSystem.h
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestCoordinateSystem.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/TestCoordinateSystem.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/UnitTesting/TestFeatureService.cpp
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestFeatureService.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/TestFeatureService.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/UnitTesting/TestFeatureService.h
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestFeatureService.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/TestFeatureService.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/UnitTesting/TestGeometry.cpp
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestGeometry.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/TestGeometry.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/UnitTesting/TestGeometry.h
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestGeometry.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/TestGeometry.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/UnitTesting/TestKmlService.cpp
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestKmlService.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/TestKmlService.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2007-2009 by Autodesk, Inc.
+//  Copyright (C) 2007-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

Modified: trunk/MgDev/Server/src/UnitTesting/TestKmlService.h
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestKmlService.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/TestKmlService.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2007-2009 by Autodesk, Inc.
+//  Copyright (C) 2007-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

Modified: trunk/MgDev/Server/src/UnitTesting/TestLogManager.cpp
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestLogManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/TestLogManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/UnitTesting/TestLogManager.h
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestLogManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/TestLogManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/UnitTesting/TestLogManagerThread.cpp
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestLogManagerThread.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/TestLogManagerThread.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/UnitTesting/TestLogManagerThread.h
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestLogManagerThread.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/TestLogManagerThread.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/UnitTesting/TestMappingService.cpp
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestMappingService.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/TestMappingService.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/UnitTesting/TestMappingService.h
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestMappingService.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/TestMappingService.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/UnitTesting/TestMdfModel.cpp
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestMdfModel.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/TestMdfModel.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/UnitTesting/TestMdfModel.h
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestMdfModel.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/TestMdfModel.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/UnitTesting/TestPerformance.cpp
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestPerformance.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/TestPerformance.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/UnitTesting/TestPerformance.h
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestPerformance.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/TestPerformance.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/UnitTesting/TestRenderingService.cpp
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestRenderingService.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/TestRenderingService.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/UnitTesting/TestRenderingService.h
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestRenderingService.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/TestRenderingService.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/UnitTesting/TestResourceService.cpp
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestResourceService.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/TestResourceService.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/UnitTesting/TestResourceService.h
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestResourceService.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/TestResourceService.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/UnitTesting/TestServerAdminService.cpp
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestServerAdminService.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/TestServerAdminService.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/UnitTesting/TestServerAdminService.h
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestServerAdminService.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/TestServerAdminService.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/UnitTesting/TestServerManager.cpp
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestServerManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/TestServerManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/UnitTesting/TestServerManager.h
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestServerManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/TestServerManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/UnitTesting/TestServiceManager.cpp
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestServiceManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/TestServiceManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/UnitTesting/TestServiceManager.h
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestServiceManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/TestServiceManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/UnitTesting/TestSiteManager.cpp
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestSiteManager.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/TestSiteManager.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/UnitTesting/TestSiteManager.h
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestSiteManager.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/TestSiteManager.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/UnitTesting/TestSiteService.cpp
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestSiteService.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/TestSiteService.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/UnitTesting/TestSiteService.h
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestSiteService.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/TestSiteService.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/UnitTesting/TestTileService.cpp
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestTileService.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/TestTileService.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/UnitTesting/TestTileService.h
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestTileService.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/TestTileService.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/UnitTesting/TestTransformMesh.cpp
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestTransformMesh.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/TestTransformMesh.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/UnitTesting/TestTransformMesh.h
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestTransformMesh.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/TestTransformMesh.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/UnitTesting/UnitTesting.cpp
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/UnitTesting.cpp	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/UnitTesting.cpp	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/UnitTesting/UnitTesting.h
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/UnitTesting.h	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/UnitTesting.h	2010-01-09 04:08:59 UTC (rev 4501)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2009 by Autodesk, Inc.
+//  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

Modified: trunk/MgDev/Server/src/UnitTesting/UnitTesting.rc
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/UnitTesting.rc	2010-01-09 03:55:33 UTC (rev 4500)
+++ trunk/MgDev/Server/src/UnitTesting/UnitTesting.rc	2010-01-09 04:08:59 UTC (rev 4501)
@@ -67,7 +67,7 @@
             VALUE "FileDescription", "UnitTesting Dynamic Link Library"
             VALUE "FileVersion", "2, 2, 0, 0"
             VALUE "InternalName", "MgUnitTesting"
-            VALUE "LegalCopyright", "Copyright (C) 2006-2009 by Autodesk, Inc."
+            VALUE "LegalCopyright", "Copyright (C) 2006-2010 by Autodesk, Inc."
             VALUE "OriginalFilename", "MgUnitTesting.dll"
             VALUE "ProductName", "MapGuide Open Source"
             VALUE "ProductVersion", "2, 2, 0, 0"



More information about the mapguide-commits mailing list