[mapguide-commits] r1113 - in trunk/MgDev/Common: . Foundation Foundation/Data Foundation/Exception Foundation/System Geometry Geometry/Buffer Geometry/CoordinateSystem Geometry/Exception Geometry/Parse Geometry/Spatial MapGuideCommon MapGuideCommon/Controller MapGuideCommon/Exception MapGuideCommon/MapLayer MapGuideCommon/Net MapGuideCommon/Services MapGuideCommon/System MapGuideCommon/Util MdfModel MdfParser PlatformBase PlatformBase/Data PlatformBase/Exception PlatformBase/MapLayer PlatformBase/Services Security Stylization

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


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

Modified:
   trunk/MgDev/Common/Foundation/Data/BatchPropertyCollection.cpp
   trunk/MgDev/Common/Foundation/Data/BatchPropertyCollection.h
   trunk/MgDev/Common/Foundation/Data/Byte.cpp
   trunk/MgDev/Common/Foundation/Data/Byte.h
   trunk/MgDev/Common/Foundation/Data/ByteReader.cpp
   trunk/MgDev/Common/Foundation/Data/ByteReader.h
   trunk/MgDev/Common/Foundation/Data/ByteSink.cpp
   trunk/MgDev/Common/Foundation/Data/ByteSink.h
   trunk/MgDev/Common/Foundation/Data/ByteSource.cpp
   trunk/MgDev/Common/Foundation/Data/ByteSource.h
   trunk/MgDev/Common/Foundation/Data/Collection.cpp
   trunk/MgDev/Common/Foundation/Data/Collection.h
   trunk/MgDev/Common/Foundation/Data/DateTime.cpp
   trunk/MgDev/Common/Foundation/Data/DateTime.h
   trunk/MgDev/Common/Foundation/Data/FeaturePropertyType.h
   trunk/MgDev/Common/Foundation/Data/MimeType.cpp
   trunk/MgDev/Common/Foundation/Data/MimeType.h
   trunk/MgDev/Common/Foundation/Data/NamedCollection.cpp
   trunk/MgDev/Common/Foundation/Data/NamedCollection.h
   trunk/MgDev/Common/Foundation/Data/NullableProperty.cpp
   trunk/MgDev/Common/Foundation/Data/NullableProperty.h
   trunk/MgDev/Common/Foundation/Data/Property.cpp
   trunk/MgDev/Common/Foundation/Data/Property.h
   trunk/MgDev/Common/Foundation/Data/PropertyCollection.cpp
   trunk/MgDev/Common/Foundation/Data/PropertyCollection.h
   trunk/MgDev/Common/Foundation/Data/PropertyDefinition.cpp
   trunk/MgDev/Common/Foundation/Data/PropertyDefinition.h
   trunk/MgDev/Common/Foundation/Data/PropertyType.h
   trunk/MgDev/Common/Foundation/Data/StringCollection.cpp
   trunk/MgDev/Common/Foundation/Data/StringCollection.h
   trunk/MgDev/Common/Foundation/Data/StringProperty.cpp
   trunk/MgDev/Common/Foundation/Data/StringProperty.h
   trunk/MgDev/Common/Foundation/Exception/ApplicationException.cpp
   trunk/MgDev/Common/Foundation/Exception/ApplicationException.h
   trunk/MgDev/Common/Foundation/Exception/ArgumentOutOfRangeException.cpp
   trunk/MgDev/Common/Foundation/Exception/ArgumentOutOfRangeException.h
   trunk/MgDev/Common/Foundation/Exception/ClassNotFoundException.cpp
   trunk/MgDev/Common/Foundation/Exception/ClassNotFoundException.h
   trunk/MgDev/Common/Foundation/Exception/ConfigurationException.cpp
   trunk/MgDev/Common/Foundation/Exception/ConfigurationException.h
   trunk/MgDev/Common/Foundation/Exception/ConfigurationLoadFailedException.cpp
   trunk/MgDev/Common/Foundation/Exception/ConfigurationLoadFailedException.h
   trunk/MgDev/Common/Foundation/Exception/ConfigurationSaveFailedException.cpp
   trunk/MgDev/Common/Foundation/Exception/ConfigurationSaveFailedException.h
   trunk/MgDev/Common/Foundation/Exception/DateTimeException.cpp
   trunk/MgDev/Common/Foundation/Exception/DateTimeException.h
   trunk/MgDev/Common/Foundation/Exception/DecryptionException.cpp
   trunk/MgDev/Common/Foundation/Exception/DecryptionException.h
   trunk/MgDev/Common/Foundation/Exception/DirectoryNotFoundException.cpp
   trunk/MgDev/Common/Foundation/Exception/DirectoryNotFoundException.h
   trunk/MgDev/Common/Foundation/Exception/DivideByZeroException.cpp
   trunk/MgDev/Common/Foundation/Exception/DivideByZeroException.h
   trunk/MgDev/Common/Foundation/Exception/DomainException.cpp
   trunk/MgDev/Common/Foundation/Exception/DomainException.h
   trunk/MgDev/Common/Foundation/Exception/DuplicateDirectoryException.cpp
   trunk/MgDev/Common/Foundation/Exception/DuplicateDirectoryException.h
   trunk/MgDev/Common/Foundation/Exception/DuplicateFileException.cpp
   trunk/MgDev/Common/Foundation/Exception/DuplicateFileException.h
   trunk/MgDev/Common/Foundation/Exception/DuplicateObjectException.cpp
   trunk/MgDev/Common/Foundation/Exception/DuplicateObjectException.h
   trunk/MgDev/Common/Foundation/Exception/EncryptionException.cpp
   trunk/MgDev/Common/Foundation/Exception/EncryptionException.h
   trunk/MgDev/Common/Foundation/Exception/Exception.cpp
   trunk/MgDev/Common/Foundation/Exception/Exception.h
   trunk/MgDev/Common/Foundation/Exception/ExceptionDefs.h
   trunk/MgDev/Common/Foundation/Exception/FileIoException.cpp
   trunk/MgDev/Common/Foundation/Exception/FileIoException.h
   trunk/MgDev/Common/Foundation/Exception/FileNotFoundException.cpp
   trunk/MgDev/Common/Foundation/Exception/FileNotFoundException.h
   trunk/MgDev/Common/Foundation/Exception/IndexOutOfRangeException.cpp
   trunk/MgDev/Common/Foundation/Exception/IndexOutOfRangeException.h
   trunk/MgDev/Common/Foundation/Exception/InvalidArgumentException.cpp
   trunk/MgDev/Common/Foundation/Exception/InvalidArgumentException.h
   trunk/MgDev/Common/Foundation/Exception/InvalidCastException.cpp
   trunk/MgDev/Common/Foundation/Exception/InvalidCastException.h
   trunk/MgDev/Common/Foundation/Exception/InvalidMimeTypeException.cpp
   trunk/MgDev/Common/Foundation/Exception/InvalidMimeTypeException.h
   trunk/MgDev/Common/Foundation/Exception/InvalidOperationException.cpp
   trunk/MgDev/Common/Foundation/Exception/InvalidOperationException.h
   trunk/MgDev/Common/Foundation/Exception/InvalidPropertyTypeException.cpp
   trunk/MgDev/Common/Foundation/Exception/InvalidPropertyTypeException.h
   trunk/MgDev/Common/Foundation/Exception/InvalidStreamHeaderException.cpp
   trunk/MgDev/Common/Foundation/Exception/InvalidStreamHeaderException.h
   trunk/MgDev/Common/Foundation/Exception/IoException.cpp
   trunk/MgDev/Common/Foundation/Exception/IoException.h
   trunk/MgDev/Common/Foundation/Exception/LengthException.cpp
   trunk/MgDev/Common/Foundation/Exception/LengthException.h
   trunk/MgDev/Common/Foundation/Exception/LogicException.cpp
   trunk/MgDev/Common/Foundation/Exception/LogicException.h
   trunk/MgDev/Common/Foundation/Exception/NotFiniteNumberException.cpp
   trunk/MgDev/Common/Foundation/Exception/NotFiniteNumberException.h
   trunk/MgDev/Common/Foundation/Exception/NotImplementedException.cpp
   trunk/MgDev/Common/Foundation/Exception/NotImplementedException.h
   trunk/MgDev/Common/Foundation/Exception/NullArgumentException.cpp
   trunk/MgDev/Common/Foundation/Exception/NullArgumentException.h
   trunk/MgDev/Common/Foundation/Exception/NullPropertyValueException.cpp
   trunk/MgDev/Common/Foundation/Exception/NullPropertyValueException.h
   trunk/MgDev/Common/Foundation/Exception/NullReferenceException.cpp
   trunk/MgDev/Common/Foundation/Exception/NullReferenceException.h
   trunk/MgDev/Common/Foundation/Exception/ObjectNotFoundException.cpp
   trunk/MgDev/Common/Foundation/Exception/ObjectNotFoundException.h
   trunk/MgDev/Common/Foundation/Exception/OutOfMemoryException.cpp
   trunk/MgDev/Common/Foundation/Exception/OutOfMemoryException.h
   trunk/MgDev/Common/Foundation/Exception/OutOfRangeException.cpp
   trunk/MgDev/Common/Foundation/Exception/OutOfRangeException.h
   trunk/MgDev/Common/Foundation/Exception/OverflowException.cpp
   trunk/MgDev/Common/Foundation/Exception/OverflowException.h
   trunk/MgDev/Common/Foundation/Exception/PlatformNotSupportedException.cpp
   trunk/MgDev/Common/Foundation/Exception/PlatformNotSupportedException.h
   trunk/MgDev/Common/Foundation/Exception/ResourceTagNotFoundException.cpp
   trunk/MgDev/Common/Foundation/Exception/ResourceTagNotFoundException.h
   trunk/MgDev/Common/Foundation/Exception/ResourcesException.cpp
   trunk/MgDev/Common/Foundation/Exception/ResourcesException.h
   trunk/MgDev/Common/Foundation/Exception/ResourcesLoadFailedException.cpp
   trunk/MgDev/Common/Foundation/Exception/ResourcesLoadFailedException.h
   trunk/MgDev/Common/Foundation/Exception/RuntimeException.cpp
   trunk/MgDev/Common/Foundation/Exception/RuntimeException.h
   trunk/MgDev/Common/Foundation/Exception/StreamIoException.cpp
   trunk/MgDev/Common/Foundation/Exception/StreamIoException.h
   trunk/MgDev/Common/Foundation/Exception/SystemException.cpp
   trunk/MgDev/Common/Foundation/Exception/SystemException.h
   trunk/MgDev/Common/Foundation/Exception/TemporaryFileNotAvailableException.cpp
   trunk/MgDev/Common/Foundation/Exception/TemporaryFileNotAvailableException.h
   trunk/MgDev/Common/Foundation/Exception/ThirdPartyException.cpp
   trunk/MgDev/Common/Foundation/Exception/ThirdPartyException.h
   trunk/MgDev/Common/Foundation/Exception/UnclassifiedException.cpp
   trunk/MgDev/Common/Foundation/Exception/UnclassifiedException.h
   trunk/MgDev/Common/Foundation/Exception/UnderflowException.cpp
   trunk/MgDev/Common/Foundation/Exception/UnderflowException.h
   trunk/MgDev/Common/Foundation/Exception/XmlException.cpp
   trunk/MgDev/Common/Foundation/Exception/XmlException.h
   trunk/MgDev/Common/Foundation/Exception/XmlParserException.cpp
   trunk/MgDev/Common/Foundation/Exception/XmlParserException.h
   trunk/MgDev/Common/Foundation/Foundation.h
   trunk/MgDev/Common/Foundation/FoundationBuild.cpp
   trunk/MgDev/Common/Foundation/FoundationDefs.h
   trunk/MgDev/Common/Foundation/System/AceStreamHelper.cpp
   trunk/MgDev/Common/Foundation/System/AceStreamHelper.h
   trunk/MgDev/Common/Foundation/System/ArgumentPacket.h
   trunk/MgDev/Common/Foundation/System/BasicPacket.h
   trunk/MgDev/Common/Foundation/System/BinaryStreamArgumentPacket.h
   trunk/MgDev/Common/Foundation/System/ByteSourceFileImpl.cpp
   trunk/MgDev/Common/Foundation/System/ByteSourceFileImpl.h
   trunk/MgDev/Common/Foundation/System/ByteSourceImpl.h
   trunk/MgDev/Common/Foundation/System/ByteSourceMemoryImpl.cpp
   trunk/MgDev/Common/Foundation/System/ByteSourceMemoryImpl.h
   trunk/MgDev/Common/Foundation/System/ByteSourceSocketStreamImpl.cpp
   trunk/MgDev/Common/Foundation/System/ByteSourceSocketStreamImpl.h
   trunk/MgDev/Common/Foundation/System/ByteSourceStreamImpl.cpp
   trunk/MgDev/Common/Foundation/System/ByteSourceStreamImpl.h
   trunk/MgDev/Common/Foundation/System/ClassFactory.cpp
   trunk/MgDev/Common/Foundation/System/ClassFactory.h
   trunk/MgDev/Common/Foundation/System/CollectionPacket.h
   trunk/MgDev/Common/Foundation/System/Configuration.cpp
   trunk/MgDev/Common/Foundation/System/Configuration.h
   trunk/MgDev/Common/Foundation/System/ConfigurationHeap.cpp
   trunk/MgDev/Common/Foundation/System/ConfigurationHeap.h
   trunk/MgDev/Common/Foundation/System/ConfigurationSection.cpp
   trunk/MgDev/Common/Foundation/System/ConfigurationSection.h
   trunk/MgDev/Common/Foundation/System/ConfigurationSectionCollection.cpp
   trunk/MgDev/Common/Foundation/System/ConfigurationSectionCollection.h
   trunk/MgDev/Common/Foundation/System/ControlPacket.h
   trunk/MgDev/Common/Foundation/System/Disposable.cpp
   trunk/MgDev/Common/Foundation/System/Disposable.h
   trunk/MgDev/Common/Foundation/System/DisposableCollection.cpp
   trunk/MgDev/Common/Foundation/System/DisposableCollection.h
   trunk/MgDev/Common/Foundation/System/FileUtil.cpp
   trunk/MgDev/Common/Foundation/System/FileUtil.h
   trunk/MgDev/Common/Foundation/System/FoundationClassId.h
   trunk/MgDev/Common/Foundation/System/FoundationConfigProperties.cpp
   trunk/MgDev/Common/Foundation/System/FoundationConfigProperties.h
   trunk/MgDev/Common/Foundation/System/GuardDisposable.cpp
   trunk/MgDev/Common/Foundation/System/GuardDisposable.h
   trunk/MgDev/Common/Foundation/System/LinuxMemoryStatus.h
   trunk/MgDev/Common/Foundation/System/MemoryStreamHelper.cpp
   trunk/MgDev/Common/Foundation/System/MemoryStreamHelper.h
   trunk/MgDev/Common/Foundation/System/NamedSerializable.cpp
   trunk/MgDev/Common/Foundation/System/NamedSerializable.h
   trunk/MgDev/Common/Foundation/System/Object.cpp
   trunk/MgDev/Common/Foundation/System/Object.h
   trunk/MgDev/Common/Foundation/System/OperationPacket.h
   trunk/MgDev/Common/Foundation/System/OperationResponsePacket.h
   trunk/MgDev/Common/Foundation/System/PacketParser.cpp
   trunk/MgDev/Common/Foundation/System/PacketParser.h
   trunk/MgDev/Common/Foundation/System/PacketStructure.h
   trunk/MgDev/Common/Foundation/System/Ptr.h
   trunk/MgDev/Common/Foundation/System/Resources.cpp
   trunk/MgDev/Common/Foundation/System/Resources.h
   trunk/MgDev/Common/Foundation/System/Serializable.cpp
   trunk/MgDev/Common/Foundation/System/Serializable.h
   trunk/MgDev/Common/Foundation/System/ServerConnectionBase.cpp
   trunk/MgDev/Common/Foundation/System/ServerConnectionBase.h
   trunk/MgDev/Common/Foundation/System/SetLocale.cpp
   trunk/MgDev/Common/Foundation/System/SetLocale.h
   trunk/MgDev/Common/Foundation/System/Stream.cpp
   trunk/MgDev/Common/Foundation/System/Stream.h
   trunk/MgDev/Common/Foundation/System/StreamData.cpp
   trunk/MgDev/Common/Foundation/System/StreamData.h
   trunk/MgDev/Common/Foundation/System/StreamHeader.h
   trunk/MgDev/Common/Foundation/System/StreamHelper.cpp
   trunk/MgDev/Common/Foundation/System/StreamHelper.h
   trunk/MgDev/Common/Foundation/System/StreamParser.cpp
   trunk/MgDev/Common/Foundation/System/StreamParser.h
   trunk/MgDev/Common/Foundation/System/StreamReader.cpp
   trunk/MgDev/Common/Foundation/System/StreamReader.h
   trunk/MgDev/Common/Foundation/System/StreamWriter.cpp
   trunk/MgDev/Common/Foundation/System/StreamWriter.h
   trunk/MgDev/Common/Foundation/System/Util.cpp
   trunk/MgDev/Common/Foundation/System/Util.h
   trunk/MgDev/Common/Foundation/System/XmlDefs.h
   trunk/MgDev/Common/Foundation/System/XmlUtil.cpp
   trunk/MgDev/Common/Foundation/System/XmlUtil.h
   trunk/MgDev/Common/Geometry/AgfReaderWriter.cpp
   trunk/MgDev/Common/Geometry/AgfReaderWriter.h
   trunk/MgDev/Common/Geometry/AgfStream.cpp
   trunk/MgDev/Common/Geometry/AgfStream.h
   trunk/MgDev/Common/Geometry/AggregateGeometry.cpp
   trunk/MgDev/Common/Geometry/AggregateGeometry.h
   trunk/MgDev/Common/Geometry/ArcSegment.cpp
   trunk/MgDev/Common/Geometry/ArcSegment.h
   trunk/MgDev/Common/Geometry/Buffer/BorderWalker.cpp
   trunk/MgDev/Common/Geometry/Buffer/BorderWalker.h
   trunk/MgDev/Common/Geometry/Buffer/FloatTransform.cpp
   trunk/MgDev/Common/Geometry/Buffer/FloatTransform.h
   trunk/MgDev/Common/Geometry/Buffer/GreatCircleBufferUtil.cpp
   trunk/MgDev/Common/Geometry/Buffer/GreatCircleBufferUtil.h
   trunk/MgDev/Common/Geometry/Buffer/LatLonBorderWalker.cpp
   trunk/MgDev/Common/Geometry/Buffer/LatLonBorderWalker.h
   trunk/MgDev/Common/Geometry/Buffer/MgBuffer.cpp
   trunk/MgDev/Common/Geometry/Buffer/MgBuffer.h
   trunk/MgDev/Common/Geometry/Buffer/buffer.h
   trunk/MgDev/Common/Geometry/Buffer/bufraloc.h
   trunk/MgDev/Common/Geometry/Buffer/bufrsort.h
   trunk/MgDev/Common/Geometry/Buffer/bufrutil.cpp
   trunk/MgDev/Common/Geometry/Buffer/bufrutil.h
   trunk/MgDev/Common/Geometry/Buffer/eventarr.cpp
   trunk/MgDev/Common/Geometry/Buffer/eventarr.h
   trunk/MgDev/Common/Geometry/Buffer/eventint.h
   trunk/MgDev/Common/Geometry/Buffer/interlst.cpp
   trunk/MgDev/Common/Geometry/Buffer/interlst.h
   trunk/MgDev/Common/Geometry/Buffer/interprc.cpp
   trunk/MgDev/Common/Geometry/Buffer/interprc.h
   trunk/MgDev/Common/Geometry/Buffer/oarray.h
   trunk/MgDev/Common/Geometry/Buffer/oextent.h
   trunk/MgDev/Common/Geometry/Buffer/ogeomtry.cpp
   trunk/MgDev/Common/Geometry/Buffer/ogeomtry.h
   trunk/MgDev/Common/Geometry/Buffer/olinep.h
   trunk/MgDev/Common/Geometry/Buffer/oobject.cpp
   trunk/MgDev/Common/Geometry/Buffer/oobject.h
   trunk/MgDev/Common/Geometry/Buffer/opline.cpp
   trunk/MgDev/Common/Geometry/Buffer/opline.h
   trunk/MgDev/Common/Geometry/Buffer/opoint.h
   trunk/MgDev/Common/Geometry/Buffer/opolygnp.h
   trunk/MgDev/Common/Geometry/Buffer/opolygon.cpp
   trunk/MgDev/Common/Geometry/Buffer/opolygon.h
   trunk/MgDev/Common/Geometry/Buffer/oppolygn.cpp
   trunk/MgDev/Common/Geometry/Buffer/oppolygn.h
   trunk/MgDev/Common/Geometry/Buffer/oppolyln.cpp
   trunk/MgDev/Common/Geometry/Buffer/oppolyln.h
   trunk/MgDev/Common/Geometry/Buffer/opsprimitive.h
   trunk/MgDev/Common/Geometry/Buffer/orpplygn.cpp
   trunk/MgDev/Common/Geometry/Buffer/orpplygn.h
   trunk/MgDev/Common/Geometry/Buffer/ortree.cpp
   trunk/MgDev/Common/Geometry/Buffer/ortree.h
   trunk/MgDev/Common/Geometry/Buffer/planeswp.cpp
   trunk/MgDev/Common/Geometry/Buffer/planeswp.h
   trunk/MgDev/Common/Geometry/Buffer/plgnbufr.cpp
   trunk/MgDev/Common/Geometry/Buffer/plgnbufr.h
   trunk/MgDev/Common/Geometry/Buffer/plgnsbak.cpp
   trunk/MgDev/Common/Geometry/Buffer/plgnsbak.h
   trunk/MgDev/Common/Geometry/Buffer/plinbufr.cpp
   trunk/MgDev/Common/Geometry/Buffer/plinbufr.h
   trunk/MgDev/Common/Geometry/Buffer/pobjbufr.cpp
   trunk/MgDev/Common/Geometry/Buffer/pobjbufr.h
   trunk/MgDev/Common/Geometry/Buffer/ppgunion.cpp
   trunk/MgDev/Common/Geometry/Buffer/ppgunion.h
   trunk/MgDev/Common/Geometry/Buffer/progcbck.cpp
   trunk/MgDev/Common/Geometry/Buffer/progcbck.h
   trunk/MgDev/Common/Geometry/Buffer/sedgaloc.cpp
   trunk/MgDev/Common/Geometry/Buffer/sedgaloc.h
   trunk/MgDev/Common/Geometry/Buffer/sweepedg.cpp
   trunk/MgDev/Common/Geometry/Buffer/sweepedg.h
   trunk/MgDev/Common/Geometry/Buffer/tuplearr.cpp
   trunk/MgDev/Common/Geometry/Buffer/tuplearr.h
   trunk/MgDev/Common/Geometry/Buffer/vertaloc.cpp
   trunk/MgDev/Common/Geometry/Buffer/vertaloc.h
   trunk/MgDev/Common/Geometry/Buffer/wedgaloc.cpp
   trunk/MgDev/Common/Geometry/Buffer/wedgaloc.h
   trunk/MgDev/Common/Geometry/Buffer/wedgearr.cpp
   trunk/MgDev/Common/Geometry/Buffer/wedgearr.h
   trunk/MgDev/Common/Geometry/Buffer/wingedge.cpp
   trunk/MgDev/Common/Geometry/Buffer/wingedge.h
   trunk/MgDev/Common/Geometry/Buffer/worklist.cpp
   trunk/MgDev/Common/Geometry/Buffer/worklist.h
   trunk/MgDev/Common/Geometry/Buffer/xordtree.cpp
   trunk/MgDev/Common/Geometry/Buffer/xordtree.h
   trunk/MgDev/Common/Geometry/CloseInstruction.h
   trunk/MgDev/Common/Geometry/Coordinate.cpp
   trunk/MgDev/Common/Geometry/Coordinate.h
   trunk/MgDev/Common/Geometry/CoordinateCollection.cpp
   trunk/MgDev/Common/Geometry/CoordinateCollection.h
   trunk/MgDev/Common/Geometry/CoordinateDimension.h
   trunk/MgDev/Common/Geometry/CoordinateIterator.cpp
   trunk/MgDev/Common/Geometry/CoordinateIterator.h
   trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystem.cpp
   trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystem.h
   trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemCommon.h
   trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemFactory.cpp
   trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemFactory.h
   trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemMeasure.cpp
   trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemMeasure.h
   trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemTransform.cpp
   trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemTransform.h
   trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemType.h
   trunk/MgDev/Common/Geometry/CoordinateXY.cpp
   trunk/MgDev/Common/Geometry/CoordinateXY.h
   trunk/MgDev/Common/Geometry/CoordinateXYM.cpp
   trunk/MgDev/Common/Geometry/CoordinateXYM.h
   trunk/MgDev/Common/Geometry/CoordinateXYZ.cpp
   trunk/MgDev/Common/Geometry/CoordinateXYZ.h
   trunk/MgDev/Common/Geometry/CoordinateXYZM.cpp
   trunk/MgDev/Common/Geometry/CoordinateXYZM.h
   trunk/MgDev/Common/Geometry/Curve.cpp
   trunk/MgDev/Common/Geometry/Curve.h
   trunk/MgDev/Common/Geometry/CurvePolygon.cpp
   trunk/MgDev/Common/Geometry/CurvePolygon.h
   trunk/MgDev/Common/Geometry/CurvePolygonCollection.cpp
   trunk/MgDev/Common/Geometry/CurvePolygonCollection.h
   trunk/MgDev/Common/Geometry/CurveRing.cpp
   trunk/MgDev/Common/Geometry/CurveRing.h
   trunk/MgDev/Common/Geometry/CurveRingCollection.cpp
   trunk/MgDev/Common/Geometry/CurveRingCollection.h
   trunk/MgDev/Common/Geometry/CurveSegment.h
   trunk/MgDev/Common/Geometry/CurveSegmentCollection.cpp
   trunk/MgDev/Common/Geometry/CurveSegmentCollection.h
   trunk/MgDev/Common/Geometry/CurveString.cpp
   trunk/MgDev/Common/Geometry/CurveString.h
   trunk/MgDev/Common/Geometry/CurveStringCollection.cpp
   trunk/MgDev/Common/Geometry/CurveStringCollection.h
   trunk/MgDev/Common/Geometry/Envelope.cpp
   trunk/MgDev/Common/Geometry/Envelope.h
   trunk/MgDev/Common/Geometry/Exception/CoordinateSystemComputationFailedException.cpp
   trunk/MgDev/Common/Geometry/Exception/CoordinateSystemComputationFailedException.h
   trunk/MgDev/Common/Geometry/Exception/CoordinateSystemConversionFailedException.cpp
   trunk/MgDev/Common/Geometry/Exception/CoordinateSystemConversionFailedException.h
   trunk/MgDev/Common/Geometry/Exception/CoordinateSystemInitializationFailedException.cpp
   trunk/MgDev/Common/Geometry/Exception/CoordinateSystemInitializationFailedException.h
   trunk/MgDev/Common/Geometry/Exception/CoordinateSystemLoadFailedException.cpp
   trunk/MgDev/Common/Geometry/Exception/CoordinateSystemLoadFailedException.h
   trunk/MgDev/Common/Geometry/Exception/CoordinateSystemMeasureFailedException.cpp
   trunk/MgDev/Common/Geometry/Exception/CoordinateSystemMeasureFailedException.h
   trunk/MgDev/Common/Geometry/Exception/CoordinateSystemTransformFailedException.cpp
   trunk/MgDev/Common/Geometry/Exception/CoordinateSystemTransformFailedException.h
   trunk/MgDev/Common/Geometry/Exception/GeometryException.cpp
   trunk/MgDev/Common/Geometry/Exception/GeometryException.h
   trunk/MgDev/Common/Geometry/Exception/InvalidCoordinateSystemException.cpp
   trunk/MgDev/Common/Geometry/Exception/InvalidCoordinateSystemException.h
   trunk/MgDev/Common/Geometry/Exception/InvalidCoordinateSystemTypeException.cpp
   trunk/MgDev/Common/Geometry/Exception/InvalidCoordinateSystemTypeException.h
   trunk/MgDev/Common/Geometry/Exception/InvalidCoordinateSystemUnitsException.cpp
   trunk/MgDev/Common/Geometry/Exception/InvalidCoordinateSystemUnitsException.h
   trunk/MgDev/Common/Geometry/GeometricDimension.h
   trunk/MgDev/Common/Geometry/GeometricEntity.cpp
   trunk/MgDev/Common/Geometry/GeometricEntity.h
   trunk/MgDev/Common/Geometry/GeometricEntityType.h
   trunk/MgDev/Common/Geometry/GeometricPathInstruction.h
   trunk/MgDev/Common/Geometry/GeometricPathInstructionType.h
   trunk/MgDev/Common/Geometry/GeometricPathIterator.h
   trunk/MgDev/Common/Geometry/Geometry.cpp
   trunk/MgDev/Common/Geometry/Geometry.h
   trunk/MgDev/Common/Geometry/GeometryBuild.cpp
   trunk/MgDev/Common/Geometry/GeometryClassFactory.cpp
   trunk/MgDev/Common/Geometry/GeometryClassId.h
   trunk/MgDev/Common/Geometry/GeometryCollection.cpp
   trunk/MgDev/Common/Geometry/GeometryCollection.h
   trunk/MgDev/Common/Geometry/GeometryCommon.h
   trunk/MgDev/Common/Geometry/GeometryComponent.h
   trunk/MgDev/Common/Geometry/GeometryComponentCollection.h
   trunk/MgDev/Common/Geometry/GeometryComponentType.h
   trunk/MgDev/Common/Geometry/GeometryExceptionDef.h
   trunk/MgDev/Common/Geometry/GeometryFactory.cpp
   trunk/MgDev/Common/Geometry/GeometryFactory.h
   trunk/MgDev/Common/Geometry/GeometryType.h
   trunk/MgDev/Common/Geometry/GeometryUtil.cpp
   trunk/MgDev/Common/Geometry/GeometryUtil.h
   trunk/MgDev/Common/Geometry/GeosUtil.cpp
   trunk/MgDev/Common/Geometry/GeosUtil.h
   trunk/MgDev/Common/Geometry/LineString.cpp
   trunk/MgDev/Common/Geometry/LineString.h
   trunk/MgDev/Common/Geometry/LineStringCollection.cpp
   trunk/MgDev/Common/Geometry/LineStringCollection.h
   trunk/MgDev/Common/Geometry/LineToInstruction.h
   trunk/MgDev/Common/Geometry/LinearRing.cpp
   trunk/MgDev/Common/Geometry/LinearRing.h
   trunk/MgDev/Common/Geometry/LinearRingCollection.cpp
   trunk/MgDev/Common/Geometry/LinearRingCollection.h
   trunk/MgDev/Common/Geometry/LinearSegment.cpp
   trunk/MgDev/Common/Geometry/LinearSegment.h
   trunk/MgDev/Common/Geometry/Measure.h
   trunk/MgDev/Common/Geometry/MoveToInstruction.h
   trunk/MgDev/Common/Geometry/MultiCurvePolygon.cpp
   trunk/MgDev/Common/Geometry/MultiCurvePolygon.h
   trunk/MgDev/Common/Geometry/MultiCurveString.cpp
   trunk/MgDev/Common/Geometry/MultiCurveString.h
   trunk/MgDev/Common/Geometry/MultiGeometry.cpp
   trunk/MgDev/Common/Geometry/MultiGeometry.h
   trunk/MgDev/Common/Geometry/MultiLineString.cpp
   trunk/MgDev/Common/Geometry/MultiLineString.h
   trunk/MgDev/Common/Geometry/MultiPoint.cpp
   trunk/MgDev/Common/Geometry/MultiPoint.h
   trunk/MgDev/Common/Geometry/MultiPolygon.cpp
   trunk/MgDev/Common/Geometry/MultiPolygon.h
   trunk/MgDev/Common/Geometry/Parse/Array.h
   trunk/MgDev/Common/Geometry/Parse/ArrayHelper.cpp
   trunk/MgDev/Common/Geometry/Parse/ArrayHelper.h
   trunk/MgDev/Common/Geometry/Parse/LexAwkt.cpp
   trunk/MgDev/Common/Geometry/Parse/LexAwkt.h
   trunk/MgDev/Common/Geometry/Parse/ParseAwkt.cpp
   trunk/MgDev/Common/Geometry/Parse/ParseAwkt.h
   trunk/MgDev/Common/Geometry/Parse/ParseAwktUtil.cpp
   trunk/MgDev/Common/Geometry/Parse/ParseAwktUtil.h
   trunk/MgDev/Common/Geometry/Parse/StringUtility.cpp
   trunk/MgDev/Common/Geometry/Parse/StringUtility.h
   trunk/MgDev/Common/Geometry/Parse/yyAwkt.cpp
   trunk/MgDev/Common/Geometry/Parse/yyAwkt.h
   trunk/MgDev/Common/Geometry/Parse/yyAwkt_linux.cpp
   trunk/MgDev/Common/Geometry/Point.cpp
   trunk/MgDev/Common/Geometry/Point.h
   trunk/MgDev/Common/Geometry/PointCollection.cpp
   trunk/MgDev/Common/Geometry/PointCollection.h
   trunk/MgDev/Common/Geometry/Polygon.cpp
   trunk/MgDev/Common/Geometry/Polygon.h
   trunk/MgDev/Common/Geometry/PolygonCollection.cpp
   trunk/MgDev/Common/Geometry/PolygonCollection.h
   trunk/MgDev/Common/Geometry/QuadToInstruction.h
   trunk/MgDev/Common/Geometry/Region.cpp
   trunk/MgDev/Common/Geometry/Region.h
   trunk/MgDev/Common/Geometry/Ring.cpp
   trunk/MgDev/Common/Geometry/Ring.h
   trunk/MgDev/Common/Geometry/Spatial/MathUtility.cpp
   trunk/MgDev/Common/Geometry/Spatial/MathUtility.h
   trunk/MgDev/Common/Geometry/Spatial/SpatialUtility.cpp
   trunk/MgDev/Common/Geometry/Spatial/SpatialUtility.h
   trunk/MgDev/Common/Geometry/Spatial/SpatialUtilityCircularArc.cpp
   trunk/MgDev/Common/Geometry/Spatial/SpatialUtilityCircularArc.h
   trunk/MgDev/Common/Geometry/Spatial/SpatialUtilityVectorAngle.h
   trunk/MgDev/Common/Geometry/Transform.h
   trunk/MgDev/Common/Geometry/WktReaderWriter.cpp
   trunk/MgDev/Common/Geometry/WktReaderWriter.h
   trunk/MgDev/Common/MapGuideCommon/Controller/Controller.cpp
   trunk/MgDev/Common/MapGuideCommon/Controller/Controller.h
   trunk/MgDev/Common/MapGuideCommon/Controller/DwfController.cpp
   trunk/MgDev/Common/MapGuideCommon/Controller/DwfController.h
   trunk/MgDev/Common/MapGuideCommon/Controller/HtmlController.cpp
   trunk/MgDev/Common/MapGuideCommon/Controller/HtmlController.h
   trunk/MgDev/Common/MapGuideCommon/Exception/AuthenticationFailedException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/AuthenticationFailedException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/ConnectionFailedException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/ConnectionFailedException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/ConnectionNotOpenException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/ConnectionNotOpenException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/DbException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/DbException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/DbXmlException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/DbXmlException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateGroupException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateGroupException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateNameException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateNameException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateParameterException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateParameterException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateRepositoryException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateRepositoryException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateRoleException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateRoleException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateServerException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateServerException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateSessionException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateSessionException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateUserException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateUserException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/DwfException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/DwfException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/DwfSectionNotFoundException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/DwfSectionNotFoundException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/DwfSectionResourceNotFoundException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/DwfSectionResourceNotFoundException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/EndOfStreamException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/EndOfStreamException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/EvaluationExpiredException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/EvaluationExpiredException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/GroupNotFoundException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/GroupNotFoundException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/InvalidDwfPackageException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/InvalidDwfPackageException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/InvalidDwfSectionException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/InvalidDwfSectionException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/InvalidFeatureSourceException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/InvalidFeatureSourceException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/InvalidIpAddressException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/InvalidIpAddressException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/InvalidLicenseException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/InvalidLicenseException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/InvalidLogEntryException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/InvalidLogEntryException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/InvalidOperationVersionException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/InvalidOperationVersionException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/InvalidPasswordException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/InvalidPasswordException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/InvalidPrintLayoutFontSizeUnitsException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/InvalidPrintLayoutFontSizeUnitsException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/InvalidPrintLayoutPositionUnitsException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/InvalidPrintLayoutPositionUnitsException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/InvalidPrintLayoutSizeUnitsException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/InvalidPrintLayoutSizeUnitsException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/InvalidSerialNumberException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/InvalidSerialNumberException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/InvalidServerNameException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/InvalidServerNameException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/LicenseException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/LicenseException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/LicenseExpiredException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/LicenseExpiredException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/LogOpenFailedException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/LogOpenFailedException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/OperationProcessingException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/OperationProcessingException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/ParameterNotFoundException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/ParameterNotFoundException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/PathTooLongException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/PathTooLongException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/PermissionDeniedException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/PermissionDeniedException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/PortNotAvailableException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/PortNotAvailableException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/PrintToScaleModeNotSelectedException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/PrintToScaleModeNotSelectedException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/RepositoryCreationFailedException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/RepositoryCreationFailedException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/RepositoryNotFoundException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/RepositoryNotFoundException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/RepositoryNotOpenException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/RepositoryNotOpenException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/RepositoryOpenFailedException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/RepositoryOpenFailedException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/RoleNotFoundException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/RoleNotFoundException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/ServerNotFoundException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/ServerNotFoundException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/ServerNotOnlineException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/ServerNotOnlineException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/SessionExpiredException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/SessionExpiredException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/SessionNotFoundException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/SessionNotFoundException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/StylizeLayerFailedException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/StylizeLayerFailedException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/UnauthorizedAccessException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/UnauthorizedAccessException.h
   trunk/MgDev/Common/MapGuideCommon/Exception/UriFormatException.cpp
   trunk/MgDev/Common/MapGuideCommon/Exception/UriFormatException.h
   trunk/MgDev/Common/MapGuideCommon/MapGuideCommon.h
   trunk/MgDev/Common/MapGuideCommon/MapGuideCommonBuild.cpp
   trunk/MgDev/Common/MapGuideCommon/MapLayer/Layer.cpp
   trunk/MgDev/Common/MapGuideCommon/MapLayer/Layer.h
   trunk/MgDev/Common/MapGuideCommon/MapLayer/Map.cpp
   trunk/MgDev/Common/MapGuideCommon/MapLayer/Map.h
   trunk/MgDev/Common/MapGuideCommon/MapLayer/Selection.cpp
   trunk/MgDev/Common/MapGuideCommon/MapLayer/Selection.h
   trunk/MgDev/Common/MapGuideCommon/Net/IOperationHandler.cpp
   trunk/MgDev/Common/MapGuideCommon/Net/IOperationHandler.h
   trunk/MgDev/Common/MapGuideCommon/Services/Command.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/Command.h
   trunk/MgDev/Common/MapGuideCommon/Services/ConnectionProperties.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/ConnectionProperties.h
   trunk/MgDev/Common/MapGuideCommon/Services/CustomLogoInfo.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/CustomLogoInfo.h
   trunk/MgDev/Common/MapGuideCommon/Services/CustomTextInfo.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/CustomTextInfo.h
   trunk/MgDev/Common/MapGuideCommon/Services/DrawingDefs.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/DrawingDefs.h
   trunk/MgDev/Common/MapGuideCommon/Services/DrawingService.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/DrawingService.h
   trunk/MgDev/Common/MapGuideCommon/Services/DwfVersion.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/DwfVersion.h
   trunk/MgDev/Common/MapGuideCommon/Services/FeatureInformation.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/FeatureInformation.h
   trunk/MgDev/Common/MapGuideCommon/Services/ImageFormats.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/ImageFormats.h
   trunk/MgDev/Common/MapGuideCommon/Services/KmlDefs.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/KmlDefs.h
   trunk/MgDev/Common/MapGuideCommon/Services/KmlService.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/KmlService.h
   trunk/MgDev/Common/MapGuideCommon/Services/Layout.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/Layout.h
   trunk/MgDev/Common/MapGuideCommon/Services/MapPlot.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/MapPlot.h
   trunk/MgDev/Common/MapGuideCommon/Services/MapPlotCollection.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/MapPlotCollection.h
   trunk/MgDev/Common/MapGuideCommon/Services/MapPlotInstruction.h
   trunk/MgDev/Common/MapGuideCommon/Services/MappingDefs.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/MappingDefs.h
   trunk/MgDev/Common/MapGuideCommon/Services/MappingService.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/MappingService.h
   trunk/MgDev/Common/MapGuideCommon/Services/PackageStatusInformation.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/PackageStatusInformation.h
   trunk/MgDev/Common/MapGuideCommon/Services/PlotSpecification.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/PlotSpecification.h
   trunk/MgDev/Common/MapGuideCommon/Services/PrintLayout.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/PrintLayout.h
   trunk/MgDev/Common/MapGuideCommon/Services/ProxyDataReader.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/ProxyDataReader.h
   trunk/MgDev/Common/MapGuideCommon/Services/ProxyDrawingService.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/ProxyDrawingService.h
   trunk/MgDev/Common/MapGuideCommon/Services/ProxyFeatureReader.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/ProxyFeatureReader.h
   trunk/MgDev/Common/MapGuideCommon/Services/ProxyFeatureService.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/ProxyFeatureService.h
   trunk/MgDev/Common/MapGuideCommon/Services/ProxyGwsFeatureReader.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/ProxyGwsFeatureReader.h
   trunk/MgDev/Common/MapGuideCommon/Services/ProxyKmlService.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/ProxyKmlService.h
   trunk/MgDev/Common/MapGuideCommon/Services/ProxyMappingService.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/ProxyMappingService.h
   trunk/MgDev/Common/MapGuideCommon/Services/ProxyRenderingService.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/ProxyRenderingService.h
   trunk/MgDev/Common/MapGuideCommon/Services/ProxyResourceService.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/ProxyResourceService.h
   trunk/MgDev/Common/MapGuideCommon/Services/ProxySqlDataReader.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/ProxySqlDataReader.h
   trunk/MgDev/Common/MapGuideCommon/Services/ProxyTileService.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/ProxyTileService.h
   trunk/MgDev/Common/MapGuideCommon/Services/RenderingDefs.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/RenderingDefs.h
   trunk/MgDev/Common/MapGuideCommon/Services/RenderingService.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/RenderingService.h
   trunk/MgDev/Common/MapGuideCommon/Services/ServerAdmin.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/ServerAdmin.h
   trunk/MgDev/Common/MapGuideCommon/Services/ServerAdminDefs.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/ServerAdminDefs.h
   trunk/MgDev/Common/MapGuideCommon/Services/ServerConnection.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/ServerConnection.h
   trunk/MgDev/Common/MapGuideCommon/Services/ServerConnectionImp.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/ServerConnectionImp.h
   trunk/MgDev/Common/MapGuideCommon/Services/ServerConnectionPool.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/ServerConnectionPool.h
   trunk/MgDev/Common/MapGuideCommon/Services/ServerConnectionStack.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/ServerConnectionStack.h
   trunk/MgDev/Common/MapGuideCommon/Services/ServerInformation.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/ServerInformation.h
   trunk/MgDev/Common/MapGuideCommon/Services/Site.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/Site.h
   trunk/MgDev/Common/MapGuideCommon/Services/SiteConnection.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/SiteConnection.h
   trunk/MgDev/Common/MapGuideCommon/Services/SiteInfo.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/SiteInfo.h
   trunk/MgDev/Common/MapGuideCommon/Services/SiteManager.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/SiteManager.h
   trunk/MgDev/Common/MapGuideCommon/Services/TileDefs.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/TileDefs.h
   trunk/MgDev/Common/MapGuideCommon/Services/TileService.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/TileService.h
   trunk/MgDev/Common/MapGuideCommon/Services/UnitType.cpp
   trunk/MgDev/Common/MapGuideCommon/Services/UnitType.h
   trunk/MgDev/Common/MapGuideCommon/System/ConfigProperties.cpp
   trunk/MgDev/Common/MapGuideCommon/System/ConfigProperties.h
   trunk/MgDev/Common/MapGuideCommon/System/CryptographyManager.cpp
   trunk/MgDev/Common/MapGuideCommon/System/CryptographyManager.h
   trunk/MgDev/Common/MapGuideCommon/System/MapGuideCommonClassId.h
   trunk/MgDev/Common/MapGuideCommon/System/MapGuideCommonFactory.cpp
   trunk/MgDev/Common/MapGuideCommon/System/MapGuideStream.cpp
   trunk/MgDev/Common/MapGuideCommon/System/MapGuideStream.h
   trunk/MgDev/Common/MapGuideCommon/System/UserInformation.cpp
   trunk/MgDev/Common/MapGuideCommon/System/UserInformation.h
   trunk/MgDev/Common/MapGuideCommon/Util/IpUtil.cpp
   trunk/MgDev/Common/MapGuideCommon/Util/IpUtil.h
   trunk/MgDev/Common/MdfModel/AreaRule.cpp
   trunk/MgDev/Common/MdfModel/AreaRule.h
   trunk/MgDev/Common/MdfModel/AreaSymbolization2D.cpp
   trunk/MgDev/Common/MdfModel/AreaSymbolization2D.h
   trunk/MgDev/Common/MdfModel/AreaTypeStyle.cpp
   trunk/MgDev/Common/MdfModel/AreaTypeStyle.h
   trunk/MgDev/Common/MdfModel/AttributeRelate.cpp
   trunk/MgDev/Common/MdfModel/AttributeRelate.h
   trunk/MgDev/Common/MdfModel/Base64.h
   trunk/MgDev/Common/MdfModel/BaseMapLayer.cpp
   trunk/MgDev/Common/MdfModel/BaseMapLayer.h
   trunk/MgDev/Common/MdfModel/BaseMapLayerGroup.cpp
   trunk/MgDev/Common/MdfModel/BaseMapLayerGroup.h
   trunk/MgDev/Common/MdfModel/BlockSymbol.cpp
   trunk/MgDev/Common/MdfModel/BlockSymbol.h
   trunk/MgDev/Common/MdfModel/Box2D.cpp
   trunk/MgDev/Common/MdfModel/Box2D.h
   trunk/MgDev/Common/MdfModel/CalculatedProperty.cpp
   trunk/MgDev/Common/MdfModel/CalculatedProperty.h
   trunk/MgDev/Common/MdfModel/ChannelBand.cpp
   trunk/MgDev/Common/MdfModel/ChannelBand.h
   trunk/MgDev/Common/MdfModel/DisplayScale.cpp
   trunk/MgDev/Common/MdfModel/DisplayScale.h
   trunk/MgDev/Common/MdfModel/DrawingLayerDefinition.cpp
   trunk/MgDev/Common/MdfModel/DrawingLayerDefinition.h
   trunk/MgDev/Common/MdfModel/Extension.cpp
   trunk/MgDev/Common/MdfModel/Extension.h
   trunk/MgDev/Common/MdfModel/FeatureSource.cpp
   trunk/MgDev/Common/MdfModel/FeatureSource.h
   trunk/MgDev/Common/MdfModel/FeatureTypeStyle.cpp
   trunk/MgDev/Common/MdfModel/FeatureTypeStyle.h
   trunk/MgDev/Common/MdfModel/Fill.cpp
   trunk/MgDev/Common/MdfModel/Fill.h
   trunk/MgDev/Common/MdfModel/FontSymbol.cpp
   trunk/MgDev/Common/MdfModel/FontSymbol.h
   trunk/MgDev/Common/MdfModel/GridColor.cpp
   trunk/MgDev/Common/MdfModel/GridColor.h
   trunk/MgDev/Common/MdfModel/GridColorRule.cpp
   trunk/MgDev/Common/MdfModel/GridColorRule.h
   trunk/MgDev/Common/MdfModel/GridColorStyle.cpp
   trunk/MgDev/Common/MdfModel/GridColorStyle.h
   trunk/MgDev/Common/MdfModel/GridLayerDefinition.cpp
   trunk/MgDev/Common/MdfModel/GridLayerDefinition.h
   trunk/MgDev/Common/MdfModel/GridScaleRange.cpp
   trunk/MgDev/Common/MdfModel/GridScaleRange.h
   trunk/MgDev/Common/MdfModel/GridSurfaceStyle.cpp
   trunk/MgDev/Common/MdfModel/GridSurfaceStyle.h
   trunk/MgDev/Common/MdfModel/HillShade.cpp
   trunk/MgDev/Common/MdfModel/HillShade.h
   trunk/MgDev/Common/MdfModel/IFeatureTypeStyleVisitor.h
   trunk/MgDev/Common/MdfModel/ISymbolVisitor.h
   trunk/MgDev/Common/MdfModel/ISymbolizationVisitor.h
   trunk/MgDev/Common/MdfModel/ImageSymbol.cpp
   trunk/MgDev/Common/MdfModel/ImageSymbol.h
   trunk/MgDev/Common/MdfModel/Label.cpp
   trunk/MgDev/Common/MdfModel/Label.h
   trunk/MgDev/Common/MdfModel/LayerDefinition.cpp
   trunk/MgDev/Common/MdfModel/LayerDefinition.h
   trunk/MgDev/Common/MdfModel/LengthConverter.cpp
   trunk/MgDev/Common/MdfModel/LengthConverter.h
   trunk/MgDev/Common/MdfModel/LineRule.cpp
   trunk/MgDev/Common/MdfModel/LineRule.h
   trunk/MgDev/Common/MdfModel/LineSymbolization2D.cpp
   trunk/MgDev/Common/MdfModel/LineSymbolization2D.h
   trunk/MgDev/Common/MdfModel/LineTypeStyle.cpp
   trunk/MgDev/Common/MdfModel/LineTypeStyle.h
   trunk/MgDev/Common/MdfModel/MapDefinition.cpp
   trunk/MgDev/Common/MdfModel/MapDefinition.h
   trunk/MgDev/Common/MdfModel/MapLayer.cpp
   trunk/MgDev/Common/MdfModel/MapLayer.h
   trunk/MgDev/Common/MdfModel/MapLayerGroup.cpp
   trunk/MgDev/Common/MdfModel/MapLayerGroup.h
   trunk/MgDev/Common/MdfModel/MapLayerGroupCommon.cpp
   trunk/MgDev/Common/MdfModel/MapLayerGroupCommon.h
   trunk/MgDev/Common/MdfModel/MarkSymbol.cpp
   trunk/MgDev/Common/MdfModel/MarkSymbol.h
   trunk/MgDev/Common/MdfModel/MdfModel.cpp
   trunk/MgDev/Common/MdfModel/MdfModel.h
   trunk/MgDev/Common/MdfModel/MdfOwnerCollection.h
   trunk/MgDev/Common/MdfModel/MdfRootObject.cpp
   trunk/MgDev/Common/MdfModel/MdfRootObject.h
   trunk/MgDev/Common/MdfModel/NameStringPair.cpp
   trunk/MgDev/Common/MdfModel/NameStringPair.h
   trunk/MgDev/Common/MdfModel/PointRule.cpp
   trunk/MgDev/Common/MdfModel/PointRule.h
   trunk/MgDev/Common/MdfModel/PointSymbolization2D.cpp
   trunk/MgDev/Common/MdfModel/PointSymbolization2D.h
   trunk/MgDev/Common/MdfModel/PointTypeStyle.cpp
   trunk/MgDev/Common/MdfModel/PointTypeStyle.h
   trunk/MgDev/Common/MdfModel/RelateProperty.cpp
   trunk/MgDev/Common/MdfModel/RelateProperty.h
   trunk/MgDev/Common/MdfModel/Rule.cpp
   trunk/MgDev/Common/MdfModel/Rule.h
   trunk/MgDev/Common/MdfModel/SizeContexts.h
   trunk/MgDev/Common/MdfModel/Stroke.cpp
   trunk/MgDev/Common/MdfModel/Stroke.h
   trunk/MgDev/Common/MdfModel/SupplementalSpatialContextInfo.cpp
   trunk/MgDev/Common/MdfModel/SupplementalSpatialContextInfo.h
   trunk/MgDev/Common/MdfModel/Symbol.cpp
   trunk/MgDev/Common/MdfModel/Symbol.h
   trunk/MgDev/Common/MdfModel/Symbolization.cpp
   trunk/MgDev/Common/MdfModel/Symbolization.h
   trunk/MgDev/Common/MdfModel/TextSymbol.cpp
   trunk/MgDev/Common/MdfModel/TextSymbol.h
   trunk/MgDev/Common/MdfModel/UnicodeString.cpp
   trunk/MgDev/Common/MdfModel/UnicodeString.h
   trunk/MgDev/Common/MdfModel/Vector.cpp
   trunk/MgDev/Common/MdfModel/Vector.h
   trunk/MgDev/Common/MdfModel/VectorLayerDefinition.cpp
   trunk/MgDev/Common/MdfModel/VectorLayerDefinition.h
   trunk/MgDev/Common/MdfModel/VectorScaleRange.cpp
   trunk/MgDev/Common/MdfModel/VectorScaleRange.h
   trunk/MgDev/Common/MdfModel/W2DSymbol.cpp
   trunk/MgDev/Common/MdfModel/W2DSymbol.h
   trunk/MgDev/Common/MdfModel/stdafx.h
   trunk/MgDev/Common/MdfParser/FSDSAX2Parser.cpp
   trunk/MgDev/Common/MdfParser/FSDSAX2Parser.h
   trunk/MgDev/Common/MdfParser/IOAreaRule.cpp
   trunk/MgDev/Common/MdfParser/IOAreaRule.h
   trunk/MgDev/Common/MdfParser/IOAreaSymbolization2D.cpp
   trunk/MgDev/Common/MdfParser/IOAreaSymbolization2D.h
   trunk/MgDev/Common/MdfParser/IOAreaTypeStyle.cpp
   trunk/MgDev/Common/MdfParser/IOAreaTypeStyle.h
   trunk/MgDev/Common/MdfParser/IOAttributeRelate.cpp
   trunk/MgDev/Common/MdfParser/IOAttributeRelate.h
   trunk/MgDev/Common/MdfParser/IOBaseMapDefinition.cpp
   trunk/MgDev/Common/MdfParser/IOBaseMapDefinition.h
   trunk/MgDev/Common/MdfParser/IOBaseMapLayer.cpp
   trunk/MgDev/Common/MdfParser/IOBaseMapLayer.h
   trunk/MgDev/Common/MdfParser/IOBaseMapLayerGroup.cpp
   trunk/MgDev/Common/MdfParser/IOBaseMapLayerGroup.h
   trunk/MgDev/Common/MdfParser/IOBlockSymbol.cpp
   trunk/MgDev/Common/MdfParser/IOBlockSymbol.h
   trunk/MgDev/Common/MdfParser/IOCalculatedProperty.cpp
   trunk/MgDev/Common/MdfParser/IOCalculatedProperty.h
   trunk/MgDev/Common/MdfParser/IOChannelBand.cpp
   trunk/MgDev/Common/MdfParser/IOChannelBand.h
   trunk/MgDev/Common/MdfParser/IODrawingLayerDefinition.cpp
   trunk/MgDev/Common/MdfParser/IODrawingLayerDefinition.h
   trunk/MgDev/Common/MdfParser/IOExtension.cpp
   trunk/MgDev/Common/MdfParser/IOExtension.h
   trunk/MgDev/Common/MdfParser/IOExtra.cpp
   trunk/MgDev/Common/MdfParser/IOExtra.h
   trunk/MgDev/Common/MdfParser/IOFeatureSource.cpp
   trunk/MgDev/Common/MdfParser/IOFeatureSource.h
   trunk/MgDev/Common/MdfParser/IOFill.cpp
   trunk/MgDev/Common/MdfParser/IOFill.h
   trunk/MgDev/Common/MdfParser/IOFontSymbol.cpp
   trunk/MgDev/Common/MdfParser/IOFontSymbol.h
   trunk/MgDev/Common/MdfParser/IOGridColor.cpp
   trunk/MgDev/Common/MdfParser/IOGridColor.h
   trunk/MgDev/Common/MdfParser/IOGridColorBands.cpp
   trunk/MgDev/Common/MdfParser/IOGridColorRule.cpp
   trunk/MgDev/Common/MdfParser/IOGridColorRule.h
   trunk/MgDev/Common/MdfParser/IOGridColorStyle.cpp
   trunk/MgDev/Common/MdfParser/IOGridColorStyle.h
   trunk/MgDev/Common/MdfParser/IOGridLayerDefinition.cpp
   trunk/MgDev/Common/MdfParser/IOGridLayerDefinition.h
   trunk/MgDev/Common/MdfParser/IOGridScaleRange.cpp
   trunk/MgDev/Common/MdfParser/IOGridScaleRange.h
   trunk/MgDev/Common/MdfParser/IOGridSurfaceStyle.cpp
   trunk/MgDev/Common/MdfParser/IOGridSurfaceStyle.h
   trunk/MgDev/Common/MdfParser/IOHillShade.cpp
   trunk/MgDev/Common/MdfParser/IOHillShade.h
   trunk/MgDev/Common/MdfParser/IOImageSymbol.cpp
   trunk/MgDev/Common/MdfParser/IOImageSymbol.h
   trunk/MgDev/Common/MdfParser/IOLabel.cpp
   trunk/MgDev/Common/MdfParser/IOLabel.h
   trunk/MgDev/Common/MdfParser/IOLineRule.cpp
   trunk/MgDev/Common/MdfParser/IOLineRule.h
   trunk/MgDev/Common/MdfParser/IOLineSymbolization2D.cpp
   trunk/MgDev/Common/MdfParser/IOLineSymbolization2D.h
   trunk/MgDev/Common/MdfParser/IOLineTypeStyle.cpp
   trunk/MgDev/Common/MdfParser/IOLineTypeStyle.h
   trunk/MgDev/Common/MdfParser/IOMapDefinition.cpp
   trunk/MgDev/Common/MdfParser/IOMapDefinition.h
   trunk/MgDev/Common/MdfParser/IOMapLayer.cpp
   trunk/MgDev/Common/MdfParser/IOMapLayer.h
   trunk/MgDev/Common/MdfParser/IOMapLayerCommon.cpp
   trunk/MgDev/Common/MdfParser/IOMapLayerCommon.h
   trunk/MgDev/Common/MdfParser/IOMapLayerGroup.cpp
   trunk/MgDev/Common/MdfParser/IOMapLayerGroup.h
   trunk/MgDev/Common/MdfParser/IOMapLayerGroupCommon.cpp
   trunk/MgDev/Common/MdfParser/IOMapLayerGroupCommon.h
   trunk/MgDev/Common/MdfParser/IOMarkSymbol.cpp
   trunk/MgDev/Common/MdfParser/IOMarkSymbol.h
   trunk/MgDev/Common/MdfParser/IONameStringPair.cpp
   trunk/MgDev/Common/MdfParser/IONameStringPair.h
   trunk/MgDev/Common/MdfParser/IOPointRule.cpp
   trunk/MgDev/Common/MdfParser/IOPointRule.h
   trunk/MgDev/Common/MdfParser/IOPointSymbolization2D.cpp
   trunk/MgDev/Common/MdfParser/IOPointSymbolization2D.h
   trunk/MgDev/Common/MdfParser/IOPointTypeStyle.cpp
   trunk/MgDev/Common/MdfParser/IOPointTypeStyle.h
   trunk/MgDev/Common/MdfParser/IORelateProperty.cpp
   trunk/MgDev/Common/MdfParser/IORelateProperty.h
   trunk/MgDev/Common/MdfParser/IOResourceRef.cpp
   trunk/MgDev/Common/MdfParser/IOResourceRef.h
   trunk/MgDev/Common/MdfParser/IOStroke.cpp
   trunk/MgDev/Common/MdfParser/IOStroke.h
   trunk/MgDev/Common/MdfParser/IOSupplementalSpatialContextInfo.cpp
   trunk/MgDev/Common/MdfParser/IOSupplementalSpatialContextInfo.h
   trunk/MgDev/Common/MdfParser/IOSymbol.cpp
   trunk/MgDev/Common/MdfParser/IOSymbol.h
   trunk/MgDev/Common/MdfParser/IOUnknown.cpp
   trunk/MgDev/Common/MdfParser/IOUnknown.h
   trunk/MgDev/Common/MdfParser/IOUtil.cpp
   trunk/MgDev/Common/MdfParser/IOUtil.h
   trunk/MgDev/Common/MdfParser/IOVectorLayerDefinition.cpp
   trunk/MgDev/Common/MdfParser/IOVectorLayerDefinition.h
   trunk/MgDev/Common/MdfParser/IOVectorScaleRange.cpp
   trunk/MgDev/Common/MdfParser/IOVectorScaleRange.h
   trunk/MgDev/Common/MdfParser/IOW2DSymbol.cpp
   trunk/MgDev/Common/MdfParser/IOW2DSymbol.h
   trunk/MgDev/Common/MdfParser/MdfParser.cpp
   trunk/MgDev/Common/MdfParser/MdfParser.h
   trunk/MgDev/Common/MdfParser/SAX2ElementHandler.cpp
   trunk/MgDev/Common/MdfParser/SAX2ElementHandler.h
   trunk/MgDev/Common/MdfParser/SAX2Parser.cpp
   trunk/MgDev/Common/MdfParser/SAX2Parser.h
   trunk/MgDev/Common/MdfParser/stdafx.h
   trunk/MgDev/Common/PlatformBase/Data/BlobProperty.cpp
   trunk/MgDev/Common/PlatformBase/Data/BlobProperty.h
   trunk/MgDev/Common/PlatformBase/Data/BooleanProperty.cpp
   trunk/MgDev/Common/PlatformBase/Data/BooleanProperty.h
   trunk/MgDev/Common/PlatformBase/Data/ByteProperty.cpp
   trunk/MgDev/Common/PlatformBase/Data/ByteProperty.h
   trunk/MgDev/Common/PlatformBase/Data/ClobProperty.cpp
   trunk/MgDev/Common/PlatformBase/Data/ClobProperty.h
   trunk/MgDev/Common/PlatformBase/Data/Color.cpp
   trunk/MgDev/Common/PlatformBase/Data/Color.h
   trunk/MgDev/Common/PlatformBase/Data/DateTimeProperty.cpp
   trunk/MgDev/Common/PlatformBase/Data/DateTimeProperty.h
   trunk/MgDev/Common/PlatformBase/Data/DoubleProperty.cpp
   trunk/MgDev/Common/PlatformBase/Data/DoubleProperty.h
   trunk/MgDev/Common/PlatformBase/Data/Int16Property.cpp
   trunk/MgDev/Common/PlatformBase/Data/Int16Property.h
   trunk/MgDev/Common/PlatformBase/Data/Int32Property.cpp
   trunk/MgDev/Common/PlatformBase/Data/Int32Property.h
   trunk/MgDev/Common/PlatformBase/Data/Int64Property.cpp
   trunk/MgDev/Common/PlatformBase/Data/Int64Property.h
   trunk/MgDev/Common/PlatformBase/Data/IntCollection.cpp
   trunk/MgDev/Common/PlatformBase/Data/IntCollection.h
   trunk/MgDev/Common/PlatformBase/Data/PropertyDefinitionCollection.cpp
   trunk/MgDev/Common/PlatformBase/Data/PropertyDefinitionCollection.h
   trunk/MgDev/Common/PlatformBase/Data/SerializableCollection.cpp
   trunk/MgDev/Common/PlatformBase/Data/SerializableCollection.h
   trunk/MgDev/Common/PlatformBase/Data/SingleProperty.cpp
   trunk/MgDev/Common/PlatformBase/Data/SingleProperty.h
   trunk/MgDev/Common/PlatformBase/Data/StringPropertyCollection.cpp
   trunk/MgDev/Common/PlatformBase/Data/StringPropertyCollection.h
   trunk/MgDev/Common/PlatformBase/Exception/ArrayTypeMismatchException.cpp
   trunk/MgDev/Common/PlatformBase/Exception/ArrayTypeMismatchException.h
   trunk/MgDev/Common/PlatformBase/Exception/DuplicateResourceDataException.cpp
   trunk/MgDev/Common/PlatformBase/Exception/DuplicateResourceDataException.h
   trunk/MgDev/Common/PlatformBase/Exception/DuplicateResourceException.cpp
   trunk/MgDev/Common/PlatformBase/Exception/DuplicateResourceException.h
   trunk/MgDev/Common/PlatformBase/Exception/EmptyFeatureSetException.cpp
   trunk/MgDev/Common/PlatformBase/Exception/EmptyFeatureSetException.h
   trunk/MgDev/Common/PlatformBase/Exception/FdoException.cpp
   trunk/MgDev/Common/PlatformBase/Exception/FdoException.h
   trunk/MgDev/Common/PlatformBase/Exception/FeatureServiceException.cpp
   trunk/MgDev/Common/PlatformBase/Exception/FeatureServiceException.h
   trunk/MgDev/Common/PlatformBase/Exception/InvalidMapDefinitionException.cpp
   trunk/MgDev/Common/PlatformBase/Exception/InvalidMapDefinitionException.h
   trunk/MgDev/Common/PlatformBase/Exception/InvalidRepositoryNameException.cpp
   trunk/MgDev/Common/PlatformBase/Exception/InvalidRepositoryNameException.h
   trunk/MgDev/Common/PlatformBase/Exception/InvalidRepositoryTypeException.cpp
   trunk/MgDev/Common/PlatformBase/Exception/InvalidRepositoryTypeException.h
   trunk/MgDev/Common/PlatformBase/Exception/InvalidResourceDataNameException.cpp
   trunk/MgDev/Common/PlatformBase/Exception/InvalidResourceDataNameException.h
   trunk/MgDev/Common/PlatformBase/Exception/InvalidResourceDataTypeException.cpp
   trunk/MgDev/Common/PlatformBase/Exception/InvalidResourceDataTypeException.h
   trunk/MgDev/Common/PlatformBase/Exception/InvalidResourceNameException.cpp
   trunk/MgDev/Common/PlatformBase/Exception/InvalidResourceNameException.h
   trunk/MgDev/Common/PlatformBase/Exception/InvalidResourcePathException.cpp
   trunk/MgDev/Common/PlatformBase/Exception/InvalidResourcePathException.h
   trunk/MgDev/Common/PlatformBase/Exception/InvalidResourcePreProcessingTypeException.cpp
   trunk/MgDev/Common/PlatformBase/Exception/InvalidResourcePreProcessingTypeException.h
   trunk/MgDev/Common/PlatformBase/Exception/InvalidResourceTypeException.cpp
   trunk/MgDev/Common/PlatformBase/Exception/InvalidResourceTypeException.h
   trunk/MgDev/Common/PlatformBase/Exception/LayerNotFoundException.cpp
   trunk/MgDev/Common/PlatformBase/Exception/LayerNotFoundException.h
   trunk/MgDev/Common/PlatformBase/Exception/ResourceBusyException.cpp
   trunk/MgDev/Common/PlatformBase/Exception/ResourceBusyException.h
   trunk/MgDev/Common/PlatformBase/Exception/ResourceDataNotFoundException.cpp
   trunk/MgDev/Common/PlatformBase/Exception/ResourceDataNotFoundException.h
   trunk/MgDev/Common/PlatformBase/Exception/ResourceNotFoundException.cpp
   trunk/MgDev/Common/PlatformBase/Exception/ResourceNotFoundException.h
   trunk/MgDev/Common/PlatformBase/Exception/ServiceNotAvailableException.cpp
   trunk/MgDev/Common/PlatformBase/Exception/ServiceNotAvailableException.h
   trunk/MgDev/Common/PlatformBase/Exception/ServiceNotSupportedException.cpp
   trunk/MgDev/Common/PlatformBase/Exception/ServiceNotSupportedException.h
   trunk/MgDev/Common/PlatformBase/Exception/UserNotFoundException.cpp
   trunk/MgDev/Common/PlatformBase/Exception/UserNotFoundException.h
   trunk/MgDev/Common/PlatformBase/MapLayer/ChangeList.cpp
   trunk/MgDev/Common/PlatformBase/MapLayer/ChangeList.h
   trunk/MgDev/Common/PlatformBase/MapLayer/LayerBase.cpp
   trunk/MgDev/Common/PlatformBase/MapLayer/LayerBase.h
   trunk/MgDev/Common/PlatformBase/MapLayer/LayerCollection.cpp
   trunk/MgDev/Common/PlatformBase/MapLayer/LayerCollection.h
   trunk/MgDev/Common/PlatformBase/MapLayer/LayerGroup.cpp
   trunk/MgDev/Common/PlatformBase/MapLayer/LayerGroup.h
   trunk/MgDev/Common/PlatformBase/MapLayer/LayerGroupCollection.cpp
   trunk/MgDev/Common/PlatformBase/MapLayer/LayerGroupCollection.h
   trunk/MgDev/Common/PlatformBase/MapLayer/LayerGroupType.h
   trunk/MgDev/Common/PlatformBase/MapLayer/LayerType.h
   trunk/MgDev/Common/PlatformBase/MapLayer/MapBase.cpp
   trunk/MgDev/Common/PlatformBase/MapLayer/MapBase.h
   trunk/MgDev/Common/PlatformBase/MapLayer/MapCollection.cpp
   trunk/MgDev/Common/PlatformBase/MapLayer/MapCollection.h
   trunk/MgDev/Common/PlatformBase/MapLayer/ObjectChange.cpp
   trunk/MgDev/Common/PlatformBase/MapLayer/ObjectChange.h
   trunk/MgDev/Common/PlatformBase/MapLayer/ReadOnlyLayerCollection.cpp
   trunk/MgDev/Common/PlatformBase/MapLayer/ReadOnlyLayerCollection.h
   trunk/MgDev/Common/PlatformBase/MapLayer/SelectionBase.cpp
   trunk/MgDev/Common/PlatformBase/MapLayer/SelectionBase.h
   trunk/MgDev/Common/PlatformBase/PlatformBase.h
   trunk/MgDev/Common/PlatformBase/PlatformBaseBuild.cpp
   trunk/MgDev/Common/PlatformBase/Services/BaseService.h
   trunk/MgDev/Common/PlatformBase/Services/BaseServiceDefs.cpp
   trunk/MgDev/Common/PlatformBase/Services/BaseServiceDefs.h
   trunk/MgDev/Common/PlatformBase/Services/ClassDefinition.cpp
   trunk/MgDev/Common/PlatformBase/Services/ClassDefinition.h
   trunk/MgDev/Common/PlatformBase/Services/ClassDefinitionCollection.cpp
   trunk/MgDev/Common/PlatformBase/Services/ClassDefinitionCollection.h
   trunk/MgDev/Common/PlatformBase/Services/CreateSdfParams.cpp
   trunk/MgDev/Common/PlatformBase/Services/CreateSdfParams.h
   trunk/MgDev/Common/PlatformBase/Services/DataPropertyDefinition.cpp
   trunk/MgDev/Common/PlatformBase/Services/DataPropertyDefinition.h
   trunk/MgDev/Common/PlatformBase/Services/DataReader.cpp
   trunk/MgDev/Common/PlatformBase/Services/DataReader.h
   trunk/MgDev/Common/PlatformBase/Services/DeleteFeatures.cpp
   trunk/MgDev/Common/PlatformBase/Services/DeleteFeatures.h
   trunk/MgDev/Common/PlatformBase/Services/FeatureAggregateOptions.cpp
   trunk/MgDev/Common/PlatformBase/Services/FeatureAggregateOptions.h
   trunk/MgDev/Common/PlatformBase/Services/FeatureCommand.h
   trunk/MgDev/Common/PlatformBase/Services/FeatureCommandCollection.cpp
   trunk/MgDev/Common/PlatformBase/Services/FeatureCommandCollection.h
   trunk/MgDev/Common/PlatformBase/Services/FeatureCommandType.h
   trunk/MgDev/Common/PlatformBase/Services/FeatureDefs.cpp
   trunk/MgDev/Common/PlatformBase/Services/FeatureDefs.h
   trunk/MgDev/Common/PlatformBase/Services/FeatureGeometricType.h
   trunk/MgDev/Common/PlatformBase/Services/FeatureProperty.cpp
   trunk/MgDev/Common/PlatformBase/Services/FeatureProperty.h
   trunk/MgDev/Common/PlatformBase/Services/FeatureQueryOptions.cpp
   trunk/MgDev/Common/PlatformBase/Services/FeatureQueryOptions.h
   trunk/MgDev/Common/PlatformBase/Services/FeatureReader.cpp
   trunk/MgDev/Common/PlatformBase/Services/FeatureReader.h
   trunk/MgDev/Common/PlatformBase/Services/FeatureSchema.cpp
   trunk/MgDev/Common/PlatformBase/Services/FeatureSchema.h
   trunk/MgDev/Common/PlatformBase/Services/FeatureSchemaCollection.cpp
   trunk/MgDev/Common/PlatformBase/Services/FeatureSchemaCollection.h
   trunk/MgDev/Common/PlatformBase/Services/FeatureService.cpp
   trunk/MgDev/Common/PlatformBase/Services/FeatureService.h
   trunk/MgDev/Common/PlatformBase/Services/FeatureServiceCommon.h
   trunk/MgDev/Common/PlatformBase/Services/FeatureSet.cpp
   trunk/MgDev/Common/PlatformBase/Services/FeatureSet.h
   trunk/MgDev/Common/PlatformBase/Services/FeatureSourceParams.cpp
   trunk/MgDev/Common/PlatformBase/Services/FeatureSourceParams.h
   trunk/MgDev/Common/PlatformBase/Services/FeatureSpatialOperations.h
   trunk/MgDev/Common/PlatformBase/Services/GeometricPropertyDefinition.cpp
   trunk/MgDev/Common/PlatformBase/Services/GeometricPropertyDefinition.h
   trunk/MgDev/Common/PlatformBase/Services/GeometryProperty.cpp
   trunk/MgDev/Common/PlatformBase/Services/GeometryProperty.h
   trunk/MgDev/Common/PlatformBase/Services/GwsFeatureReader.h
   trunk/MgDev/Common/PlatformBase/Services/InsertFeatures.cpp
   trunk/MgDev/Common/PlatformBase/Services/InsertFeatures.h
   trunk/MgDev/Common/PlatformBase/Services/LockFeatures.cpp
   trunk/MgDev/Common/PlatformBase/Services/LockFeatures.h
   trunk/MgDev/Common/PlatformBase/Services/LongTransactionData.cpp
   trunk/MgDev/Common/PlatformBase/Services/LongTransactionData.h
   trunk/MgDev/Common/PlatformBase/Services/LongTransactionReader.cpp
   trunk/MgDev/Common/PlatformBase/Services/LongTransactionReader.h
   trunk/MgDev/Common/PlatformBase/Services/ObjectPropertyDefinition.cpp
   trunk/MgDev/Common/PlatformBase/Services/ObjectPropertyDefinition.h
   trunk/MgDev/Common/PlatformBase/Services/ObjectPropertyType.h
   trunk/MgDev/Common/PlatformBase/Services/OrderingOption.h
   trunk/MgDev/Common/PlatformBase/Services/PlatformBaseClassId.h
   trunk/MgDev/Common/PlatformBase/Services/Raster.cpp
   trunk/MgDev/Common/PlatformBase/Services/Raster.h
   trunk/MgDev/Common/PlatformBase/Services/RasterProperty.cpp
   trunk/MgDev/Common/PlatformBase/Services/RasterProperty.h
   trunk/MgDev/Common/PlatformBase/Services/RasterPropertyDefinition.cpp
   trunk/MgDev/Common/PlatformBase/Services/RasterPropertyDefinition.h
   trunk/MgDev/Common/PlatformBase/Services/RasterTypes.cpp
   trunk/MgDev/Common/PlatformBase/Services/RasterTypes.h
   trunk/MgDev/Common/PlatformBase/Services/Reader.h
   trunk/MgDev/Common/PlatformBase/Services/ReaderType.h
   trunk/MgDev/Common/PlatformBase/Services/Resource.cpp
   trunk/MgDev/Common/PlatformBase/Services/Resource.h
   trunk/MgDev/Common/PlatformBase/Services/ResourceDefs.cpp
   trunk/MgDev/Common/PlatformBase/Services/ResourceDefs.h
   trunk/MgDev/Common/PlatformBase/Services/ResourceIdentifier.cpp
   trunk/MgDev/Common/PlatformBase/Services/ResourceIdentifier.h
   trunk/MgDev/Common/PlatformBase/Services/ResourceService.cpp
   trunk/MgDev/Common/PlatformBase/Services/ResourceService.h
   trunk/MgDev/Common/PlatformBase/Services/Service.cpp
   trunk/MgDev/Common/PlatformBase/Services/Service.h
   trunk/MgDev/Common/PlatformBase/Services/ServiceRegistry.cpp
   trunk/MgDev/Common/PlatformBase/Services/ServiceRegistry.h
   trunk/MgDev/Common/PlatformBase/Services/SpatialContextData.cpp
   trunk/MgDev/Common/PlatformBase/Services/SpatialContextData.h
   trunk/MgDev/Common/PlatformBase/Services/SpatialContextExtentType.h
   trunk/MgDev/Common/PlatformBase/Services/SpatialContextReader.cpp
   trunk/MgDev/Common/PlatformBase/Services/SpatialContextReader.h
   trunk/MgDev/Common/PlatformBase/Services/SqlDataReader.cpp
   trunk/MgDev/Common/PlatformBase/Services/SqlDataReader.h
   trunk/MgDev/Common/PlatformBase/Services/UnlockFeatures.cpp
   trunk/MgDev/Common/PlatformBase/Services/UnlockFeatures.h
   trunk/MgDev/Common/PlatformBase/Services/UpdateFeatures.cpp
   trunk/MgDev/Common/PlatformBase/Services/UpdateFeatures.h
   trunk/MgDev/Common/PlatformBase/Services/Warnings.cpp
   trunk/MgDev/Common/PlatformBase/Services/Warnings.h
   trunk/MgDev/Common/ProductVersion.h
   trunk/MgDev/Common/Security/CryptographyUtil.cpp
   trunk/MgDev/Common/Security/CryptographyUtil.h
   trunk/MgDev/Common/Security/LicenseUtil.cpp
   trunk/MgDev/Common/Security/LicenseUtil.h
   trunk/MgDev/Common/Security/SecurityBuild.cpp
   trunk/MgDev/Common/Security/SecurityDefs.h
   trunk/MgDev/Common/Stylization/BooleanValue.cpp
   trunk/MgDev/Common/Stylization/BooleanValue.h
   trunk/MgDev/Common/Stylization/Bounds.h
   trunk/MgDev/Common/Stylization/CSysTransformer.h
   trunk/MgDev/Common/Stylization/Centroid.cpp
   trunk/MgDev/Common/Stylization/Centroid.h
   trunk/MgDev/Common/Stylization/DWFRSInputStream.h
   trunk/MgDev/Common/Stylization/DWFRenderer.cpp
   trunk/MgDev/Common/Stylization/DWFRenderer.h
   trunk/MgDev/Common/Stylization/DataValue.h
   trunk/MgDev/Common/Stylization/DataValuePool.cpp
   trunk/MgDev/Common/Stylization/DataValuePool.h
   trunk/MgDev/Common/Stylization/DataValueStack.h
   trunk/MgDev/Common/Stylization/DateTimeValue.cpp
   trunk/MgDev/Common/Stylization/DateTimeValue.h
   trunk/MgDev/Common/Stylization/DefaultStylizer.cpp
   trunk/MgDev/Common/Stylization/DefaultStylizer.h
   trunk/MgDev/Common/Stylization/DoubleValue.cpp
   trunk/MgDev/Common/Stylization/DoubleValue.h
   trunk/MgDev/Common/Stylization/EMapRenderer.cpp
   trunk/MgDev/Common/Stylization/EMapRenderer.h
   trunk/MgDev/Common/Stylization/EMapUpdateRenderer.cpp
   trunk/MgDev/Common/Stylization/EMapUpdateRenderer.h
   trunk/MgDev/Common/Stylization/EPlotRenderer.cpp
   trunk/MgDev/Common/Stylization/EPlotRenderer.h
   trunk/MgDev/Common/Stylization/FeatureTypeStyleVisitor.h
   trunk/MgDev/Common/Stylization/FilterExecutor.cpp
   trunk/MgDev/Common/Stylization/FilterExecutor.h
   trunk/MgDev/Common/Stylization/FontManager.cpp
   trunk/MgDev/Common/Stylization/FontManager.h
   trunk/MgDev/Common/Stylization/GDFillPatterns.cpp
   trunk/MgDev/Common/Stylization/GDFillPatterns.h
   trunk/MgDev/Common/Stylization/GDRenderer.cpp
   trunk/MgDev/Common/Stylization/GDRenderer.h
   trunk/MgDev/Common/Stylization/GDUtils.cpp
   trunk/MgDev/Common/Stylization/GDUtils.h
   trunk/MgDev/Common/Stylization/GDW2DRewriter.cpp
   trunk/MgDev/Common/Stylization/GDW2DRewriter.h
   trunk/MgDev/Common/Stylization/GeometryAdapter.cpp
   trunk/MgDev/Common/Stylization/GeometryAdapter.h
   trunk/MgDev/Common/Stylization/Int64Value.cpp
   trunk/MgDev/Common/Stylization/Int64Value.h
   trunk/MgDev/Common/Stylization/KeyEncode.cpp
   trunk/MgDev/Common/Stylization/KeyEncode.h
   trunk/MgDev/Common/Stylization/KmlContent.cpp
   trunk/MgDev/Common/Stylization/KmlContent.h
   trunk/MgDev/Common/Stylization/KmlLineStyle.cpp
   trunk/MgDev/Common/Stylization/KmlLineStyle.h
   trunk/MgDev/Common/Stylization/KmlPolyStyle.cpp
   trunk/MgDev/Common/Stylization/KmlPolyStyle.h
   trunk/MgDev/Common/Stylization/KmlRenderer.cpp
   trunk/MgDev/Common/Stylization/KmlRenderer.h
   trunk/MgDev/Common/Stylization/LabelRenderer.cpp
   trunk/MgDev/Common/Stylization/LabelRenderer.h
   trunk/MgDev/Common/Stylization/LabelRendererBase.cpp
   trunk/MgDev/Common/Stylization/LabelRendererBase.h
   trunk/MgDev/Common/Stylization/LabelRendererLocal.cpp
   trunk/MgDev/Common/Stylization/LabelRendererLocal.h
   trunk/MgDev/Common/Stylization/LineBuffer.cpp
   trunk/MgDev/Common/Stylization/LineBuffer.h
   trunk/MgDev/Common/Stylization/LineStyle.h
   trunk/MgDev/Common/Stylization/LineStyleDef.cpp
   trunk/MgDev/Common/Stylization/LineStyleDef.h
   trunk/MgDev/Common/Stylization/ObservationMesh.cpp
   trunk/MgDev/Common/Stylization/ObservationMesh.h
   trunk/MgDev/Common/Stylization/PointAdapter.cpp
   trunk/MgDev/Common/Stylization/PointAdapter.h
   trunk/MgDev/Common/Stylization/PolygonAdapter.cpp
   trunk/MgDev/Common/Stylization/PolygonAdapter.h
   trunk/MgDev/Common/Stylization/PolygonUtils.cpp
   trunk/MgDev/Common/Stylization/PolygonUtils.h
   trunk/MgDev/Common/Stylization/PolylineAdapter.cpp
   trunk/MgDev/Common/Stylization/PolylineAdapter.h
   trunk/MgDev/Common/Stylization/RSBufferOutputStream.h
   trunk/MgDev/Common/Stylization/RSDWFInputStream.h
   trunk/MgDev/Common/Stylization/RSDWFOutputStream.h
   trunk/MgDev/Common/Stylization/RS_ByteData.cpp
   trunk/MgDev/Common/Stylization/RS_ByteData.h
   trunk/MgDev/Common/Stylization/RS_FeatureReader.h
   trunk/MgDev/Common/Stylization/RS_Font.h
   trunk/MgDev/Common/Stylization/RS_InputStream.h
   trunk/MgDev/Common/Stylization/RS_OutputStream.h
   trunk/MgDev/Common/Stylization/RS_Raster.h
   trunk/MgDev/Common/Stylization/RasterAdapter.cpp
   trunk/MgDev/Common/Stylization/RasterAdapter.h
   trunk/MgDev/Common/Stylization/Renderer.h
   trunk/MgDev/Common/Stylization/RendererStyles.h
   trunk/MgDev/Common/Stylization/SLDSymbols.h
   trunk/MgDev/Common/Stylization/SimpleOverpost.cpp
   trunk/MgDev/Common/Stylization/SimpleOverpost.h
   trunk/MgDev/Common/Stylization/StringValue.cpp
   trunk/MgDev/Common/Stylization/StringValue.h
   trunk/MgDev/Common/Stylization/Stylization.h
   trunk/MgDev/Common/Stylization/Stylizer.cpp
   trunk/MgDev/Common/Stylization/Stylizer.h
   trunk/MgDev/Common/Stylization/SymbolManager.h
   trunk/MgDev/Common/Stylization/SymbolTrans.cpp
   trunk/MgDev/Common/Stylization/SymbolTrans.h
   trunk/MgDev/Common/Stylization/SymbolVisitor.h
   trunk/MgDev/Common/Stylization/W2DRewriter.cpp
   trunk/MgDev/Common/Stylization/W2DRewriter.h
   trunk/MgDev/Common/Stylization/stdafx.h
   trunk/MgDev/Common/Stylization/whip_fill_library.h
   trunk/MgDev/Common/Stylization/whip_hatch_library.h
Log:
Updated the copyright date to 2007.

Modified: trunk/MgDev/Common/Foundation/Data/BatchPropertyCollection.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Data/BatchPropertyCollection.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Data/BatchPropertyCollection.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Data/BatchPropertyCollection.h
===================================================================
--- trunk/MgDev/Common/Foundation/Data/BatchPropertyCollection.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Data/BatchPropertyCollection.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Data/Byte.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Data/Byte.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Data/Byte.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Data/Byte.h
===================================================================
--- trunk/MgDev/Common/Foundation/Data/Byte.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Data/Byte.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Data/ByteReader.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Data/ByteReader.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Data/ByteReader.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Data/ByteReader.h
===================================================================
--- trunk/MgDev/Common/Foundation/Data/ByteReader.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Data/ByteReader.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Data/ByteSink.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Data/ByteSink.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Data/ByteSink.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Data/ByteSink.h
===================================================================
--- trunk/MgDev/Common/Foundation/Data/ByteSink.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Data/ByteSink.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Data/ByteSource.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Data/ByteSource.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Data/ByteSource.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Data/ByteSource.h
===================================================================
--- trunk/MgDev/Common/Foundation/Data/ByteSource.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Data/ByteSource.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Data/Collection.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Data/Collection.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Data/Collection.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Data/Collection.h
===================================================================
--- trunk/MgDev/Common/Foundation/Data/Collection.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Data/Collection.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Data/DateTime.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Data/DateTime.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Data/DateTime.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Data/DateTime.h
===================================================================
--- trunk/MgDev/Common/Foundation/Data/DateTime.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Data/DateTime.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Data/FeaturePropertyType.h
===================================================================
--- trunk/MgDev/Common/Foundation/Data/FeaturePropertyType.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Data/FeaturePropertyType.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Data/MimeType.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Data/MimeType.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Data/MimeType.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Data/MimeType.h
===================================================================
--- trunk/MgDev/Common/Foundation/Data/MimeType.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Data/MimeType.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Data/NamedCollection.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Data/NamedCollection.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Data/NamedCollection.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Data/NamedCollection.h
===================================================================
--- trunk/MgDev/Common/Foundation/Data/NamedCollection.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Data/NamedCollection.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Data/NullableProperty.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Data/NullableProperty.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Data/NullableProperty.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Data/NullableProperty.h
===================================================================
--- trunk/MgDev/Common/Foundation/Data/NullableProperty.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Data/NullableProperty.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Data/Property.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Data/Property.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Data/Property.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Data/Property.h
===================================================================
--- trunk/MgDev/Common/Foundation/Data/Property.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Data/Property.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Data/PropertyCollection.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Data/PropertyCollection.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Data/PropertyCollection.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Data/PropertyCollection.h
===================================================================
--- trunk/MgDev/Common/Foundation/Data/PropertyCollection.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Data/PropertyCollection.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Data/PropertyDefinition.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Data/PropertyDefinition.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Data/PropertyDefinition.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Data/PropertyDefinition.h
===================================================================
--- trunk/MgDev/Common/Foundation/Data/PropertyDefinition.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Data/PropertyDefinition.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Data/PropertyType.h
===================================================================
--- trunk/MgDev/Common/Foundation/Data/PropertyType.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Data/PropertyType.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Data/StringCollection.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Data/StringCollection.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Data/StringCollection.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Data/StringCollection.h
===================================================================
--- trunk/MgDev/Common/Foundation/Data/StringCollection.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Data/StringCollection.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Data/StringProperty.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Data/StringProperty.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Data/StringProperty.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Data/StringProperty.h
===================================================================
--- trunk/MgDev/Common/Foundation/Data/StringProperty.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Data/StringProperty.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/ApplicationException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/ApplicationException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/ApplicationException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/ApplicationException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/ApplicationException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/ApplicationException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/ArgumentOutOfRangeException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/ArgumentOutOfRangeException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/ArgumentOutOfRangeException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/ArgumentOutOfRangeException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/ArgumentOutOfRangeException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/ArgumentOutOfRangeException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/ClassNotFoundException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/ClassNotFoundException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/ClassNotFoundException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/ClassNotFoundException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/ClassNotFoundException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/ClassNotFoundException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/ConfigurationException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/ConfigurationException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/ConfigurationException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/ConfigurationException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/ConfigurationException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/ConfigurationException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/ConfigurationLoadFailedException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/ConfigurationLoadFailedException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/ConfigurationLoadFailedException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/ConfigurationLoadFailedException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/ConfigurationLoadFailedException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/ConfigurationLoadFailedException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/ConfigurationSaveFailedException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/ConfigurationSaveFailedException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/ConfigurationSaveFailedException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/ConfigurationSaveFailedException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/ConfigurationSaveFailedException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/ConfigurationSaveFailedException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/DateTimeException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/DateTimeException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/DateTimeException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/DateTimeException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/DateTimeException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/DateTimeException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/DecryptionException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/DecryptionException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/DecryptionException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/DecryptionException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/DecryptionException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/DecryptionException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/DirectoryNotFoundException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/DirectoryNotFoundException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/DirectoryNotFoundException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/DirectoryNotFoundException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/DirectoryNotFoundException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/DirectoryNotFoundException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/DivideByZeroException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/DivideByZeroException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/DivideByZeroException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/DivideByZeroException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/DivideByZeroException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/DivideByZeroException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/DomainException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/DomainException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/DomainException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/DomainException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/DomainException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/DomainException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/DuplicateDirectoryException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/DuplicateDirectoryException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/DuplicateDirectoryException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/DuplicateDirectoryException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/DuplicateDirectoryException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/DuplicateDirectoryException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/DuplicateFileException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/DuplicateFileException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/DuplicateFileException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/DuplicateFileException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/DuplicateFileException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/DuplicateFileException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/DuplicateObjectException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/DuplicateObjectException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/DuplicateObjectException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/DuplicateObjectException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/DuplicateObjectException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/DuplicateObjectException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/EncryptionException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/EncryptionException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/EncryptionException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/EncryptionException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/EncryptionException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/EncryptionException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/Exception.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/Exception.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/Exception.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/Exception.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/Exception.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/Exception.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/ExceptionDefs.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/ExceptionDefs.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/ExceptionDefs.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/FileIoException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/FileIoException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/FileIoException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/FileIoException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/FileIoException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/FileIoException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/FileNotFoundException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/FileNotFoundException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/FileNotFoundException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/FileNotFoundException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/FileNotFoundException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/FileNotFoundException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/IndexOutOfRangeException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/IndexOutOfRangeException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/IndexOutOfRangeException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/IndexOutOfRangeException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/IndexOutOfRangeException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/IndexOutOfRangeException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/InvalidArgumentException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/InvalidArgumentException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/InvalidArgumentException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/InvalidArgumentException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/InvalidArgumentException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/InvalidArgumentException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/InvalidCastException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/InvalidCastException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/InvalidCastException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/InvalidCastException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/InvalidCastException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/InvalidCastException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/InvalidMimeTypeException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/InvalidMimeTypeException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/InvalidMimeTypeException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/InvalidMimeTypeException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/InvalidMimeTypeException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/InvalidMimeTypeException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/InvalidOperationException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/InvalidOperationException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/InvalidOperationException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/InvalidOperationException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/InvalidOperationException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/InvalidOperationException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/InvalidPropertyTypeException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/InvalidPropertyTypeException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/InvalidPropertyTypeException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/InvalidPropertyTypeException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/InvalidPropertyTypeException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/InvalidPropertyTypeException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/InvalidStreamHeaderException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/InvalidStreamHeaderException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/InvalidStreamHeaderException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/InvalidStreamHeaderException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/InvalidStreamHeaderException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/InvalidStreamHeaderException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/IoException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/IoException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/IoException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/IoException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/IoException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/IoException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/LengthException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/LengthException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/LengthException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/LengthException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/LengthException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/LengthException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/LogicException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/LogicException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/LogicException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/LogicException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/LogicException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/LogicException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/NotFiniteNumberException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/NotFiniteNumberException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/NotFiniteNumberException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/NotFiniteNumberException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/NotFiniteNumberException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/NotFiniteNumberException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/NotImplementedException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/NotImplementedException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/NotImplementedException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/NotImplementedException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/NotImplementedException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/NotImplementedException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/NullArgumentException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/NullArgumentException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/NullArgumentException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/NullArgumentException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/NullArgumentException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/NullArgumentException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/NullPropertyValueException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/NullPropertyValueException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/NullPropertyValueException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/NullPropertyValueException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/NullPropertyValueException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/NullPropertyValueException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/NullReferenceException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/NullReferenceException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/NullReferenceException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/NullReferenceException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/NullReferenceException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/NullReferenceException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/ObjectNotFoundException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/ObjectNotFoundException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/ObjectNotFoundException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/ObjectNotFoundException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/ObjectNotFoundException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/ObjectNotFoundException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/OutOfMemoryException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/OutOfMemoryException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/OutOfMemoryException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/OutOfMemoryException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/OutOfMemoryException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/OutOfMemoryException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/OutOfRangeException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/OutOfRangeException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/OutOfRangeException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/OutOfRangeException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/OutOfRangeException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/OutOfRangeException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/OverflowException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/OverflowException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/OverflowException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/OverflowException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/OverflowException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/OverflowException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/PlatformNotSupportedException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/PlatformNotSupportedException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/PlatformNotSupportedException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/PlatformNotSupportedException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/PlatformNotSupportedException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/PlatformNotSupportedException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/ResourceTagNotFoundException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/ResourceTagNotFoundException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/ResourceTagNotFoundException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/ResourceTagNotFoundException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/ResourceTagNotFoundException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/ResourceTagNotFoundException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/ResourcesException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/ResourcesException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/ResourcesException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/ResourcesException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/ResourcesException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/ResourcesException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/ResourcesLoadFailedException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/ResourcesLoadFailedException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/ResourcesLoadFailedException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/ResourcesLoadFailedException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/ResourcesLoadFailedException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/ResourcesLoadFailedException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/RuntimeException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/RuntimeException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/RuntimeException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/RuntimeException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/RuntimeException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/RuntimeException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/StreamIoException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/StreamIoException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/StreamIoException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/StreamIoException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/StreamIoException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/StreamIoException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/SystemException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/SystemException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/SystemException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/SystemException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/SystemException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/SystemException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/TemporaryFileNotAvailableException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/TemporaryFileNotAvailableException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/TemporaryFileNotAvailableException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/TemporaryFileNotAvailableException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/TemporaryFileNotAvailableException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/TemporaryFileNotAvailableException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/ThirdPartyException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/ThirdPartyException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/ThirdPartyException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/ThirdPartyException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/ThirdPartyException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/ThirdPartyException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/UnclassifiedException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/UnclassifiedException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/UnclassifiedException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/UnclassifiedException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/UnclassifiedException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/UnclassifiedException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/UnderflowException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/UnderflowException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/UnderflowException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/UnderflowException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/UnderflowException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/UnderflowException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/XmlException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/XmlException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/XmlException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/XmlException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/XmlException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/XmlException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/XmlParserException.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/XmlParserException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/XmlParserException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Exception/XmlParserException.h
===================================================================
--- trunk/MgDev/Common/Foundation/Exception/XmlParserException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Exception/XmlParserException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/Foundation.h
===================================================================
--- trunk/MgDev/Common/Foundation/Foundation.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/Foundation.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser
@@ -121,16 +121,16 @@
 #include "System/ConfigurationHeap.h"
 #include "System/Configuration.h"
 #include "System/Resources.h"
-
-// Base exception classes and defines
-#include "Exception/ExceptionDefs.h"
-#include "Exception/Exception.h"
-#include "Exception/SystemException.h"
-#include "Exception/OutOfRangeException.h"
-#include "Exception/IoException.h"
-#include "Exception/FileIoException.h"
-#include "Exception/StreamIoException.h"
-
+
+// Base exception classes and defines
+#include "Exception/ExceptionDefs.h"
+#include "Exception/Exception.h"
+#include "Exception/SystemException.h"
+#include "Exception/OutOfRangeException.h"
+#include "Exception/IoException.h"
+#include "Exception/FileIoException.h"
+#include "Exception/StreamIoException.h"
+
 #include "Exception/ApplicationException.h"
 #include "Exception/ArgumentOutOfRangeException.h"
 #include "Exception/ClassNotFoundException.h"
@@ -175,8 +175,8 @@
 #include "Exception/UnderflowException.h"
 #include "Exception/XmlException.h"
 #include "Exception/XmlParserException.h"
-
 
+
 #include "System/ByteSourceFileImpl.h"
 #include "System/ByteSourceMemoryImpl.h"
 

Modified: trunk/MgDev/Common/Foundation/FoundationBuild.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/FoundationBuild.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/FoundationBuild.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/FoundationDefs.h
===================================================================
--- trunk/MgDev/Common/Foundation/FoundationDefs.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/FoundationDefs.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/AceStreamHelper.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/System/AceStreamHelper.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/AceStreamHelper.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/AceStreamHelper.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/AceStreamHelper.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/AceStreamHelper.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/ArgumentPacket.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/ArgumentPacket.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/ArgumentPacket.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/BasicPacket.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/BasicPacket.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/BasicPacket.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/BinaryStreamArgumentPacket.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/BinaryStreamArgumentPacket.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/BinaryStreamArgumentPacket.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/ByteSourceFileImpl.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/System/ByteSourceFileImpl.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/ByteSourceFileImpl.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/ByteSourceFileImpl.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/ByteSourceFileImpl.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/ByteSourceFileImpl.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/ByteSourceImpl.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/ByteSourceImpl.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/ByteSourceImpl.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/ByteSourceMemoryImpl.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/System/ByteSourceMemoryImpl.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/ByteSourceMemoryImpl.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/ByteSourceMemoryImpl.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/ByteSourceMemoryImpl.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/ByteSourceMemoryImpl.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/ByteSourceSocketStreamImpl.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/System/ByteSourceSocketStreamImpl.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/ByteSourceSocketStreamImpl.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/ByteSourceSocketStreamImpl.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/ByteSourceSocketStreamImpl.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/ByteSourceSocketStreamImpl.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/ByteSourceStreamImpl.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/System/ByteSourceStreamImpl.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/ByteSourceStreamImpl.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/ByteSourceStreamImpl.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/ByteSourceStreamImpl.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/ByteSourceStreamImpl.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/ClassFactory.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/System/ClassFactory.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/ClassFactory.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/ClassFactory.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/ClassFactory.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/ClassFactory.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/CollectionPacket.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/CollectionPacket.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/CollectionPacket.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/Configuration.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/System/Configuration.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/Configuration.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/Configuration.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/Configuration.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/Configuration.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/ConfigurationHeap.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/System/ConfigurationHeap.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/ConfigurationHeap.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/ConfigurationHeap.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/ConfigurationHeap.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/ConfigurationHeap.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/ConfigurationSection.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/System/ConfigurationSection.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/ConfigurationSection.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/ConfigurationSection.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/ConfigurationSection.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/ConfigurationSection.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/ConfigurationSectionCollection.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/System/ConfigurationSectionCollection.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/ConfigurationSectionCollection.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/ConfigurationSectionCollection.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/ConfigurationSectionCollection.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/ConfigurationSectionCollection.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/ControlPacket.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/ControlPacket.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/ControlPacket.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/Disposable.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/System/Disposable.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/Disposable.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/Disposable.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/Disposable.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/Disposable.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/DisposableCollection.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/System/DisposableCollection.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/DisposableCollection.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/DisposableCollection.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/DisposableCollection.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/DisposableCollection.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/FileUtil.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/System/FileUtil.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/FileUtil.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/FileUtil.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/FileUtil.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/FileUtil.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/FoundationClassId.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/FoundationClassId.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/FoundationClassId.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/FoundationConfigProperties.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/System/FoundationConfigProperties.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/FoundationConfigProperties.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/FoundationConfigProperties.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/FoundationConfigProperties.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/FoundationConfigProperties.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/GuardDisposable.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/System/GuardDisposable.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/GuardDisposable.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/GuardDisposable.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/GuardDisposable.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/GuardDisposable.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/LinuxMemoryStatus.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/LinuxMemoryStatus.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/LinuxMemoryStatus.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/MemoryStreamHelper.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/System/MemoryStreamHelper.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/MemoryStreamHelper.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/MemoryStreamHelper.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/MemoryStreamHelper.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/MemoryStreamHelper.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/NamedSerializable.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/System/NamedSerializable.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/NamedSerializable.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/NamedSerializable.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/NamedSerializable.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/NamedSerializable.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/Object.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/System/Object.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/Object.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/Object.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/Object.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/Object.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/OperationPacket.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/OperationPacket.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/OperationPacket.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/OperationResponsePacket.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/OperationResponsePacket.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/OperationResponsePacket.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/PacketParser.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/System/PacketParser.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/PacketParser.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/PacketParser.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/PacketParser.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/PacketParser.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/PacketStructure.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/PacketStructure.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/PacketStructure.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/Ptr.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/Ptr.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/Ptr.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/Resources.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/System/Resources.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/Resources.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/Resources.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/Resources.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/Resources.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/Serializable.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/System/Serializable.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/Serializable.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/Serializable.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/Serializable.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/Serializable.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/ServerConnectionBase.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/System/ServerConnectionBase.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/ServerConnectionBase.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/ServerConnectionBase.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/ServerConnectionBase.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/ServerConnectionBase.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/SetLocale.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/System/SetLocale.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/SetLocale.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,36 +1,36 @@
-//
-//  Copyright (C) 2004-2006  Autodesk, Inc.
-//
-//  This library is free software; you can redistribute it and/or
-//  modify it under the terms of version 2.1 of the GNU Lesser
-//  General Public License as published by the Free Software Foundation.
-//
-//  This library is distributed in the hope that it will be useful,
-//  but WITHOUT ANY WARRANTY; without even the implied warranty of
-//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-//  Lesser General Public License for more details.
-//
-//  You should have received a copy of the GNU Lesser General Public
-//  License along with this library; if not, write to the Free Software
-//  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
-//
-#include "Foundation.h"
-#include <locale.h>
-#include "SetLocale.h"
-
-
-MgSetLocale::MgSetLocale(int category, const char * locale) :
-    m_category(category)
-{
-    m_strOldLocale = ::setlocale(m_category, NULL);
-    m_strNewLocale = locale;
-    if (m_strOldLocale != locale)
-        ::setlocale(m_category, locale);
-}
-
-
-MgSetLocale::~MgSetLocale()
-{
-    if (m_strOldLocale != m_strNewLocale)
-        ::setlocale(m_category, m_strOldLocale.c_str());
-}
+//
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
+//
+//  This library is free software; you can redistribute it and/or
+//  modify it under the terms of version 2.1 of the GNU Lesser
+//  General Public License as published by the Free Software Foundation.
+//
+//  This library is distributed in the hope that it will be useful,
+//  but WITHOUT ANY WARRANTY; without even the implied warranty of
+//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+//  Lesser General Public License for more details.
+//
+//  You should have received a copy of the GNU Lesser General Public
+//  License along with this library; if not, write to the Free Software
+//  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+//
+#include "Foundation.h"
+#include <locale.h>
+#include "SetLocale.h"
+
+
+MgSetLocale::MgSetLocale(int category, const char * locale) :
+    m_category(category)
+{
+    m_strOldLocale = ::setlocale(m_category, NULL);
+    m_strNewLocale = locale;
+    if (m_strOldLocale != locale)
+        ::setlocale(m_category, locale);
+}
+
+
+MgSetLocale::~MgSetLocale()
+{
+    if (m_strOldLocale != m_strNewLocale)
+        ::setlocale(m_category, m_strOldLocale.c_str());
+}

Modified: trunk/MgDev/Common/Foundation/System/SetLocale.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/SetLocale.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/SetLocale.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,49 +1,49 @@
-//
-//  Copyright (C) 2004-2006  Autodesk, Inc.
-//
-//  This library is free software; you can redistribute it and/or
-//  modify it under the terms of version 2.1 of the GNU Lesser
-//  General Public License as published by the Free Software Foundation.
-//
-//  This library is distributed in the hope that it will be useful,
-//  but WITHOUT ANY WARRANTY; without even the implied warranty of
-//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-//  Lesser General Public License for more details.
-//
-//  You should have received a copy of the GNU Lesser General Public
-//  License along with this library; if not, write to the Free Software
-//  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
-//
-
-#ifndef MGSETLOCALE_H_
-#define MGSETLOCALE_H_
-
-/// \cond INTERNAL
-// This class should be used instead of ::setlocale(int category, const char * locale)
-// in order to temporarily set the locale for an operation.  The reason being:
-// this class will automatically reset the locale back to what it was before
-// this object was created whether an exception occurs in the block of code where 
-// it is active or not.
-// 
-// Usage:
-//    {
-//        MgSetLocale mgSetLocale(LC_NUMERIC, "");  // create a stack instance
-//        ...code that works in the new locale...
-//    }
-//    <-- at the point where execution resumes after the block, the old locale 
-//        is restored whether an exception had occurred in the above code or not.
-class MgSetLocale {
-
-public:
-
-    MgSetLocale(int category, const char * locale);
-    ~MgSetLocale();
-
-protected:
-    std::string m_strOldLocale;
-    std::string m_strNewLocale;
-    int m_category;
-};
-/// \endcond
-
-#endif
+//
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
+//
+//  This library is free software; you can redistribute it and/or
+//  modify it under the terms of version 2.1 of the GNU Lesser
+//  General Public License as published by the Free Software Foundation.
+//
+//  This library is distributed in the hope that it will be useful,
+//  but WITHOUT ANY WARRANTY; without even the implied warranty of
+//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+//  Lesser General Public License for more details.
+//
+//  You should have received a copy of the GNU Lesser General Public
+//  License along with this library; if not, write to the Free Software
+//  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+//
+
+#ifndef MGSETLOCALE_H_
+#define MGSETLOCALE_H_
+
+/// \cond INTERNAL
+// This class should be used instead of ::setlocale(int category, const char * locale)
+// in order to temporarily set the locale for an operation.  The reason being:
+// this class will automatically reset the locale back to what it was before
+// this object was created whether an exception occurs in the block of code where 
+// it is active or not.
+// 
+// Usage:
+//    {
+//        MgSetLocale mgSetLocale(LC_NUMERIC, "");  // create a stack instance
+//        ...code that works in the new locale...
+//    }
+//    <-- at the point where execution resumes after the block, the old locale 
+//        is restored whether an exception had occurred in the above code or not.
+class MgSetLocale {
+
+public:
+
+    MgSetLocale(int category, const char * locale);
+    ~MgSetLocale();
+
+protected:
+    std::string m_strOldLocale;
+    std::string m_strNewLocale;
+    int m_category;
+};
+/// \endcond
+
+#endif

Modified: trunk/MgDev/Common/Foundation/System/Stream.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/System/Stream.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/Stream.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/Stream.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/Stream.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/Stream.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/StreamData.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/System/StreamData.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/StreamData.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/StreamData.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/StreamData.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/StreamData.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/StreamHeader.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/StreamHeader.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/StreamHeader.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/StreamHelper.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/System/StreamHelper.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/StreamHelper.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/StreamHelper.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/StreamHelper.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/StreamHelper.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/StreamParser.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/System/StreamParser.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/StreamParser.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/StreamParser.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/StreamParser.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/StreamParser.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/StreamReader.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/System/StreamReader.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/StreamReader.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/StreamReader.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/StreamReader.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/StreamReader.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/StreamWriter.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/System/StreamWriter.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/StreamWriter.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/StreamWriter.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/StreamWriter.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/StreamWriter.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/Util.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/System/Util.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/Util.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/Util.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/Util.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/Util.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/XmlDefs.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/XmlDefs.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/XmlDefs.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/XmlUtil.cpp
===================================================================
--- trunk/MgDev/Common/Foundation/System/XmlUtil.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/XmlUtil.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Foundation/System/XmlUtil.h
===================================================================
--- trunk/MgDev/Common/Foundation/System/XmlUtil.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Foundation/System/XmlUtil.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/AgfReaderWriter.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/AgfReaderWriter.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/AgfReaderWriter.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/AgfReaderWriter.h
===================================================================
--- trunk/MgDev/Common/Geometry/AgfReaderWriter.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/AgfReaderWriter.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/AgfStream.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/AgfStream.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/AgfStream.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/AgfStream.h
===================================================================
--- trunk/MgDev/Common/Geometry/AgfStream.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/AgfStream.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/AggregateGeometry.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/AggregateGeometry.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/AggregateGeometry.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/AggregateGeometry.h
===================================================================
--- trunk/MgDev/Common/Geometry/AggregateGeometry.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/AggregateGeometry.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/ArcSegment.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/ArcSegment.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/ArcSegment.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/ArcSegment.h
===================================================================
--- trunk/MgDev/Common/Geometry/ArcSegment.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/ArcSegment.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/BorderWalker.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/BorderWalker.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/BorderWalker.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/BorderWalker.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/BorderWalker.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/BorderWalker.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/FloatTransform.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/FloatTransform.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/FloatTransform.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/FloatTransform.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/FloatTransform.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/FloatTransform.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/GreatCircleBufferUtil.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/GreatCircleBufferUtil.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/GreatCircleBufferUtil.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/GreatCircleBufferUtil.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/GreatCircleBufferUtil.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/GreatCircleBufferUtil.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/LatLonBorderWalker.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/LatLonBorderWalker.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/LatLonBorderWalker.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/LatLonBorderWalker.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/LatLonBorderWalker.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/LatLonBorderWalker.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/MgBuffer.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/MgBuffer.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/MgBuffer.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/MgBuffer.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/MgBuffer.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/MgBuffer.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/buffer.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/buffer.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/buffer.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/bufraloc.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/bufraloc.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/bufraloc.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/bufrsort.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/bufrsort.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/bufrsort.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/bufrutil.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/bufrutil.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/bufrutil.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/bufrutil.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/bufrutil.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/bufrutil.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/eventarr.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/eventarr.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/eventarr.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/eventarr.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/eventarr.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/eventarr.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/eventint.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/eventint.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/eventint.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/interlst.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/interlst.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/interlst.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/interlst.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/interlst.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/interlst.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/interprc.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/interprc.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/interprc.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/interprc.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/interprc.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/interprc.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/oarray.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/oarray.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/oarray.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/oextent.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/oextent.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/oextent.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/ogeomtry.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/ogeomtry.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/ogeomtry.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/ogeomtry.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/ogeomtry.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/ogeomtry.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/olinep.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/olinep.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/olinep.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/oobject.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/oobject.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/oobject.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/oobject.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/oobject.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/oobject.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/opline.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/opline.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/opline.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/opline.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/opline.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/opline.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/opoint.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/opoint.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/opoint.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/opolygnp.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/opolygnp.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/opolygnp.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/opolygon.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/opolygon.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/opolygon.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/opolygon.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/opolygon.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/opolygon.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/oppolygn.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/oppolygn.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/oppolygn.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/oppolygn.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/oppolygn.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/oppolygn.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/oppolyln.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/oppolyln.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/oppolyln.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/oppolyln.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/oppolyln.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/oppolyln.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/opsprimitive.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/opsprimitive.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/opsprimitive.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/orpplygn.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/orpplygn.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/orpplygn.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/orpplygn.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/orpplygn.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/orpplygn.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/ortree.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/ortree.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/ortree.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/ortree.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/ortree.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/ortree.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/planeswp.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/planeswp.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/planeswp.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/planeswp.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/planeswp.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/planeswp.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/plgnbufr.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/plgnbufr.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/plgnbufr.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/plgnbufr.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/plgnbufr.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/plgnbufr.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/plgnsbak.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/plgnsbak.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/plgnsbak.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/plgnsbak.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/plgnsbak.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/plgnsbak.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/plinbufr.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/plinbufr.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/plinbufr.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/plinbufr.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/plinbufr.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/plinbufr.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/pobjbufr.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/pobjbufr.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/pobjbufr.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/pobjbufr.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/pobjbufr.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/pobjbufr.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/ppgunion.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/ppgunion.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/ppgunion.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/ppgunion.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/ppgunion.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/ppgunion.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/progcbck.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/progcbck.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/progcbck.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/progcbck.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/progcbck.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/progcbck.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/sedgaloc.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/sedgaloc.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/sedgaloc.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/sedgaloc.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/sedgaloc.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/sedgaloc.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/sweepedg.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/sweepedg.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/sweepedg.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/sweepedg.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/sweepedg.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/sweepedg.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/tuplearr.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/tuplearr.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/tuplearr.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/tuplearr.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/tuplearr.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/tuplearr.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/vertaloc.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/vertaloc.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/vertaloc.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/vertaloc.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/vertaloc.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/vertaloc.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/wedgaloc.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/wedgaloc.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/wedgaloc.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/wedgaloc.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/wedgaloc.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/wedgaloc.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/wedgearr.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/wedgearr.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/wedgearr.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/wedgearr.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/wedgearr.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/wedgearr.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/wingedge.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/wingedge.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/wingedge.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/wingedge.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/wingedge.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/wingedge.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/worklist.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/worklist.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/worklist.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/worklist.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/worklist.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/worklist.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/xordtree.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/xordtree.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/xordtree.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Buffer/xordtree.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/xordtree.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Buffer/xordtree.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CloseInstruction.h
===================================================================
--- trunk/MgDev/Common/Geometry/CloseInstruction.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CloseInstruction.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Coordinate.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Coordinate.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Coordinate.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Coordinate.h
===================================================================
--- trunk/MgDev/Common/Geometry/Coordinate.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Coordinate.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CoordinateCollection.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/CoordinateCollection.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CoordinateCollection.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CoordinateCollection.h
===================================================================
--- trunk/MgDev/Common/Geometry/CoordinateCollection.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CoordinateCollection.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CoordinateDimension.h
===================================================================
--- trunk/MgDev/Common/Geometry/CoordinateDimension.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CoordinateDimension.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CoordinateIterator.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/CoordinateIterator.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CoordinateIterator.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CoordinateIterator.h
===================================================================
--- trunk/MgDev/Common/Geometry/CoordinateIterator.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CoordinateIterator.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystem.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystem.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystem.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystem.h
===================================================================
--- trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystem.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystem.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemCommon.h
===================================================================
--- trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemCommon.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemCommon.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemFactory.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemFactory.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemFactory.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemFactory.h
===================================================================
--- trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemFactory.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemFactory.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemMeasure.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemMeasure.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemMeasure.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemMeasure.h
===================================================================
--- trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemMeasure.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemMeasure.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemTransform.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemTransform.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemTransform.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemTransform.h
===================================================================
--- trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemTransform.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemTransform.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemType.h
===================================================================
--- trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemType.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemType.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CoordinateXY.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/CoordinateXY.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CoordinateXY.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CoordinateXY.h
===================================================================
--- trunk/MgDev/Common/Geometry/CoordinateXY.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CoordinateXY.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CoordinateXYM.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/CoordinateXYM.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CoordinateXYM.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CoordinateXYM.h
===================================================================
--- trunk/MgDev/Common/Geometry/CoordinateXYM.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CoordinateXYM.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CoordinateXYZ.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/CoordinateXYZ.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CoordinateXYZ.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CoordinateXYZ.h
===================================================================
--- trunk/MgDev/Common/Geometry/CoordinateXYZ.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CoordinateXYZ.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CoordinateXYZM.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/CoordinateXYZM.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CoordinateXYZM.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CoordinateXYZM.h
===================================================================
--- trunk/MgDev/Common/Geometry/CoordinateXYZM.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CoordinateXYZM.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Curve.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Curve.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Curve.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Curve.h
===================================================================
--- trunk/MgDev/Common/Geometry/Curve.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Curve.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CurvePolygon.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/CurvePolygon.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CurvePolygon.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CurvePolygon.h
===================================================================
--- trunk/MgDev/Common/Geometry/CurvePolygon.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CurvePolygon.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CurvePolygonCollection.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/CurvePolygonCollection.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CurvePolygonCollection.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CurvePolygonCollection.h
===================================================================
--- trunk/MgDev/Common/Geometry/CurvePolygonCollection.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CurvePolygonCollection.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CurveRing.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/CurveRing.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CurveRing.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CurveRing.h
===================================================================
--- trunk/MgDev/Common/Geometry/CurveRing.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CurveRing.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CurveRingCollection.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/CurveRingCollection.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CurveRingCollection.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CurveRingCollection.h
===================================================================
--- trunk/MgDev/Common/Geometry/CurveRingCollection.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CurveRingCollection.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CurveSegment.h
===================================================================
--- trunk/MgDev/Common/Geometry/CurveSegment.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CurveSegment.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CurveSegmentCollection.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/CurveSegmentCollection.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CurveSegmentCollection.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CurveSegmentCollection.h
===================================================================
--- trunk/MgDev/Common/Geometry/CurveSegmentCollection.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CurveSegmentCollection.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CurveString.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/CurveString.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CurveString.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CurveString.h
===================================================================
--- trunk/MgDev/Common/Geometry/CurveString.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CurveString.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CurveStringCollection.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/CurveStringCollection.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CurveStringCollection.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/CurveStringCollection.h
===================================================================
--- trunk/MgDev/Common/Geometry/CurveStringCollection.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/CurveStringCollection.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Envelope.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Envelope.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Envelope.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Envelope.h
===================================================================
--- trunk/MgDev/Common/Geometry/Envelope.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Envelope.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Exception/CoordinateSystemComputationFailedException.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Exception/CoordinateSystemComputationFailedException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Exception/CoordinateSystemComputationFailedException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Exception/CoordinateSystemComputationFailedException.h
===================================================================
--- trunk/MgDev/Common/Geometry/Exception/CoordinateSystemComputationFailedException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Exception/CoordinateSystemComputationFailedException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Exception/CoordinateSystemConversionFailedException.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Exception/CoordinateSystemConversionFailedException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Exception/CoordinateSystemConversionFailedException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Exception/CoordinateSystemConversionFailedException.h
===================================================================
--- trunk/MgDev/Common/Geometry/Exception/CoordinateSystemConversionFailedException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Exception/CoordinateSystemConversionFailedException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Exception/CoordinateSystemInitializationFailedException.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Exception/CoordinateSystemInitializationFailedException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Exception/CoordinateSystemInitializationFailedException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Exception/CoordinateSystemInitializationFailedException.h
===================================================================
--- trunk/MgDev/Common/Geometry/Exception/CoordinateSystemInitializationFailedException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Exception/CoordinateSystemInitializationFailedException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Exception/CoordinateSystemLoadFailedException.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Exception/CoordinateSystemLoadFailedException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Exception/CoordinateSystemLoadFailedException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Exception/CoordinateSystemLoadFailedException.h
===================================================================
--- trunk/MgDev/Common/Geometry/Exception/CoordinateSystemLoadFailedException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Exception/CoordinateSystemLoadFailedException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Exception/CoordinateSystemMeasureFailedException.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Exception/CoordinateSystemMeasureFailedException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Exception/CoordinateSystemMeasureFailedException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Exception/CoordinateSystemMeasureFailedException.h
===================================================================
--- trunk/MgDev/Common/Geometry/Exception/CoordinateSystemMeasureFailedException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Exception/CoordinateSystemMeasureFailedException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Exception/CoordinateSystemTransformFailedException.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Exception/CoordinateSystemTransformFailedException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Exception/CoordinateSystemTransformFailedException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Exception/CoordinateSystemTransformFailedException.h
===================================================================
--- trunk/MgDev/Common/Geometry/Exception/CoordinateSystemTransformFailedException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Exception/CoordinateSystemTransformFailedException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Exception/GeometryException.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Exception/GeometryException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Exception/GeometryException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Exception/GeometryException.h
===================================================================
--- trunk/MgDev/Common/Geometry/Exception/GeometryException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Exception/GeometryException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Exception/InvalidCoordinateSystemException.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Exception/InvalidCoordinateSystemException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Exception/InvalidCoordinateSystemException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Exception/InvalidCoordinateSystemException.h
===================================================================
--- trunk/MgDev/Common/Geometry/Exception/InvalidCoordinateSystemException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Exception/InvalidCoordinateSystemException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Exception/InvalidCoordinateSystemTypeException.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Exception/InvalidCoordinateSystemTypeException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Exception/InvalidCoordinateSystemTypeException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Exception/InvalidCoordinateSystemTypeException.h
===================================================================
--- trunk/MgDev/Common/Geometry/Exception/InvalidCoordinateSystemTypeException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Exception/InvalidCoordinateSystemTypeException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Exception/InvalidCoordinateSystemUnitsException.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Exception/InvalidCoordinateSystemUnitsException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Exception/InvalidCoordinateSystemUnitsException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Exception/InvalidCoordinateSystemUnitsException.h
===================================================================
--- trunk/MgDev/Common/Geometry/Exception/InvalidCoordinateSystemUnitsException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Exception/InvalidCoordinateSystemUnitsException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/GeometricDimension.h
===================================================================
--- trunk/MgDev/Common/Geometry/GeometricDimension.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/GeometricDimension.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/GeometricEntity.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/GeometricEntity.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/GeometricEntity.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/GeometricEntity.h
===================================================================
--- trunk/MgDev/Common/Geometry/GeometricEntity.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/GeometricEntity.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/GeometricEntityType.h
===================================================================
--- trunk/MgDev/Common/Geometry/GeometricEntityType.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/GeometricEntityType.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/GeometricPathInstruction.h
===================================================================
--- trunk/MgDev/Common/Geometry/GeometricPathInstruction.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/GeometricPathInstruction.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/GeometricPathInstructionType.h
===================================================================
--- trunk/MgDev/Common/Geometry/GeometricPathInstructionType.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/GeometricPathInstructionType.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/GeometricPathIterator.h
===================================================================
--- trunk/MgDev/Common/Geometry/GeometricPathIterator.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/GeometricPathIterator.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Geometry.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Geometry.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Geometry.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Geometry.h
===================================================================
--- trunk/MgDev/Common/Geometry/Geometry.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Geometry.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/GeometryBuild.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/GeometryBuild.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/GeometryBuild.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/GeometryClassFactory.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/GeometryClassFactory.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/GeometryClassFactory.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/GeometryClassId.h
===================================================================
--- trunk/MgDev/Common/Geometry/GeometryClassId.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/GeometryClassId.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/GeometryCollection.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/GeometryCollection.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/GeometryCollection.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/GeometryCollection.h
===================================================================
--- trunk/MgDev/Common/Geometry/GeometryCollection.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/GeometryCollection.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/GeometryCommon.h
===================================================================
--- trunk/MgDev/Common/Geometry/GeometryCommon.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/GeometryCommon.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/GeometryComponent.h
===================================================================
--- trunk/MgDev/Common/Geometry/GeometryComponent.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/GeometryComponent.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/GeometryComponentCollection.h
===================================================================
--- trunk/MgDev/Common/Geometry/GeometryComponentCollection.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/GeometryComponentCollection.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/GeometryComponentType.h
===================================================================
--- trunk/MgDev/Common/Geometry/GeometryComponentType.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/GeometryComponentType.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/GeometryExceptionDef.h
===================================================================
--- trunk/MgDev/Common/Geometry/GeometryExceptionDef.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/GeometryExceptionDef.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/GeometryFactory.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/GeometryFactory.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/GeometryFactory.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/GeometryFactory.h
===================================================================
--- trunk/MgDev/Common/Geometry/GeometryFactory.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/GeometryFactory.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/GeometryType.h
===================================================================
--- trunk/MgDev/Common/Geometry/GeometryType.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/GeometryType.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/GeometryUtil.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/GeometryUtil.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/GeometryUtil.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/GeometryUtil.h
===================================================================
--- trunk/MgDev/Common/Geometry/GeometryUtil.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/GeometryUtil.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/GeosUtil.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/GeosUtil.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/GeosUtil.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/GeosUtil.h
===================================================================
--- trunk/MgDev/Common/Geometry/GeosUtil.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/GeosUtil.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/LineString.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/LineString.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/LineString.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/LineString.h
===================================================================
--- trunk/MgDev/Common/Geometry/LineString.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/LineString.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/LineStringCollection.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/LineStringCollection.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/LineStringCollection.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/LineStringCollection.h
===================================================================
--- trunk/MgDev/Common/Geometry/LineStringCollection.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/LineStringCollection.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/LineToInstruction.h
===================================================================
--- trunk/MgDev/Common/Geometry/LineToInstruction.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/LineToInstruction.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/LinearRing.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/LinearRing.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/LinearRing.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/LinearRing.h
===================================================================
--- trunk/MgDev/Common/Geometry/LinearRing.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/LinearRing.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/LinearRingCollection.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/LinearRingCollection.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/LinearRingCollection.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/LinearRingCollection.h
===================================================================
--- trunk/MgDev/Common/Geometry/LinearRingCollection.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/LinearRingCollection.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/LinearSegment.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/LinearSegment.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/LinearSegment.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/LinearSegment.h
===================================================================
--- trunk/MgDev/Common/Geometry/LinearSegment.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/LinearSegment.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Measure.h
===================================================================
--- trunk/MgDev/Common/Geometry/Measure.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Measure.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/MoveToInstruction.h
===================================================================
--- trunk/MgDev/Common/Geometry/MoveToInstruction.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/MoveToInstruction.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/MultiCurvePolygon.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/MultiCurvePolygon.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/MultiCurvePolygon.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/MultiCurvePolygon.h
===================================================================
--- trunk/MgDev/Common/Geometry/MultiCurvePolygon.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/MultiCurvePolygon.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/MultiCurveString.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/MultiCurveString.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/MultiCurveString.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/MultiCurveString.h
===================================================================
--- trunk/MgDev/Common/Geometry/MultiCurveString.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/MultiCurveString.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/MultiGeometry.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/MultiGeometry.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/MultiGeometry.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/MultiGeometry.h
===================================================================
--- trunk/MgDev/Common/Geometry/MultiGeometry.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/MultiGeometry.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/MultiLineString.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/MultiLineString.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/MultiLineString.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/MultiLineString.h
===================================================================
--- trunk/MgDev/Common/Geometry/MultiLineString.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/MultiLineString.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/MultiPoint.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/MultiPoint.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/MultiPoint.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/MultiPoint.h
===================================================================
--- trunk/MgDev/Common/Geometry/MultiPoint.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/MultiPoint.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/MultiPolygon.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/MultiPolygon.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/MultiPolygon.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/MultiPolygon.h
===================================================================
--- trunk/MgDev/Common/Geometry/MultiPolygon.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/MultiPolygon.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Parse/Array.h
===================================================================
--- trunk/MgDev/Common/Geometry/Parse/Array.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Parse/Array.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Parse/ArrayHelper.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Parse/ArrayHelper.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Parse/ArrayHelper.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Parse/ArrayHelper.h
===================================================================
--- trunk/MgDev/Common/Geometry/Parse/ArrayHelper.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Parse/ArrayHelper.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Parse/LexAwkt.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Parse/LexAwkt.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Parse/LexAwkt.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Parse/LexAwkt.h
===================================================================
--- trunk/MgDev/Common/Geometry/Parse/LexAwkt.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Parse/LexAwkt.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Parse/ParseAwkt.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Parse/ParseAwkt.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Parse/ParseAwkt.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Parse/ParseAwkt.h
===================================================================
--- trunk/MgDev/Common/Geometry/Parse/ParseAwkt.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Parse/ParseAwkt.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Parse/ParseAwktUtil.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Parse/ParseAwktUtil.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Parse/ParseAwktUtil.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Parse/ParseAwktUtil.h
===================================================================
--- trunk/MgDev/Common/Geometry/Parse/ParseAwktUtil.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Parse/ParseAwktUtil.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Parse/StringUtility.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Parse/StringUtility.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Parse/StringUtility.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Parse/StringUtility.h
===================================================================
--- trunk/MgDev/Common/Geometry/Parse/StringUtility.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Parse/StringUtility.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Parse/yyAwkt.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Parse/yyAwkt.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Parse/yyAwkt.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Parse/yyAwkt.h
===================================================================
--- trunk/MgDev/Common/Geometry/Parse/yyAwkt.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Parse/yyAwkt.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Parse/yyAwkt_linux.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Parse/yyAwkt_linux.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Parse/yyAwkt_linux.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Point.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Point.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Point.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Point.h
===================================================================
--- trunk/MgDev/Common/Geometry/Point.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Point.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/PointCollection.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/PointCollection.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/PointCollection.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/PointCollection.h
===================================================================
--- trunk/MgDev/Common/Geometry/PointCollection.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/PointCollection.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Polygon.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Polygon.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Polygon.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Polygon.h
===================================================================
--- trunk/MgDev/Common/Geometry/Polygon.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Polygon.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/PolygonCollection.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/PolygonCollection.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/PolygonCollection.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/PolygonCollection.h
===================================================================
--- trunk/MgDev/Common/Geometry/PolygonCollection.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/PolygonCollection.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/QuadToInstruction.h
===================================================================
--- trunk/MgDev/Common/Geometry/QuadToInstruction.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/QuadToInstruction.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Region.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Region.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Region.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Region.h
===================================================================
--- trunk/MgDev/Common/Geometry/Region.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Region.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Ring.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Ring.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Ring.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Ring.h
===================================================================
--- trunk/MgDev/Common/Geometry/Ring.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Ring.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Spatial/MathUtility.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Spatial/MathUtility.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Spatial/MathUtility.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Spatial/MathUtility.h
===================================================================
--- trunk/MgDev/Common/Geometry/Spatial/MathUtility.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Spatial/MathUtility.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Spatial/SpatialUtility.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Spatial/SpatialUtility.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Spatial/SpatialUtility.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Spatial/SpatialUtility.h
===================================================================
--- trunk/MgDev/Common/Geometry/Spatial/SpatialUtility.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Spatial/SpatialUtility.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Spatial/SpatialUtilityCircularArc.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/Spatial/SpatialUtilityCircularArc.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Spatial/SpatialUtilityCircularArc.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Spatial/SpatialUtilityCircularArc.h
===================================================================
--- trunk/MgDev/Common/Geometry/Spatial/SpatialUtilityCircularArc.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Spatial/SpatialUtilityCircularArc.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Spatial/SpatialUtilityVectorAngle.h
===================================================================
--- trunk/MgDev/Common/Geometry/Spatial/SpatialUtilityVectorAngle.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Spatial/SpatialUtilityVectorAngle.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/Transform.h
===================================================================
--- trunk/MgDev/Common/Geometry/Transform.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/Transform.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/WktReaderWriter.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/WktReaderWriter.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/WktReaderWriter.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Geometry/WktReaderWriter.h
===================================================================
--- trunk/MgDev/Common/Geometry/WktReaderWriter.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Geometry/WktReaderWriter.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Controller/Controller.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Controller/Controller.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Controller/Controller.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Controller/Controller.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Controller/Controller.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Controller/Controller.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Controller/DwfController.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Controller/DwfController.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Controller/DwfController.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Controller/DwfController.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Controller/DwfController.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Controller/DwfController.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Controller/HtmlController.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Controller/HtmlController.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Controller/HtmlController.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Controller/HtmlController.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Controller/HtmlController.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Controller/HtmlController.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/AuthenticationFailedException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/AuthenticationFailedException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/AuthenticationFailedException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/AuthenticationFailedException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/AuthenticationFailedException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/AuthenticationFailedException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/ConnectionFailedException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/ConnectionFailedException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/ConnectionFailedException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/ConnectionFailedException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/ConnectionFailedException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/ConnectionFailedException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/ConnectionNotOpenException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/ConnectionNotOpenException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/ConnectionNotOpenException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/ConnectionNotOpenException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/ConnectionNotOpenException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/ConnectionNotOpenException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/DbException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/DbException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/DbException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/DbException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/DbException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/DbException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/DbXmlException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/DbXmlException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/DbXmlException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/DbXmlException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/DbXmlException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/DbXmlException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateGroupException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateGroupException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateGroupException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateGroupException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateGroupException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateGroupException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateNameException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateNameException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateNameException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateNameException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateNameException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateNameException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateParameterException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateParameterException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateParameterException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateParameterException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateParameterException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateParameterException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateRepositoryException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateRepositoryException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateRepositoryException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateRepositoryException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateRepositoryException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateRepositoryException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateRoleException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateRoleException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateRoleException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateRoleException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateRoleException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateRoleException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateServerException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateServerException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateServerException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateServerException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateServerException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateServerException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateSessionException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateSessionException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateSessionException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateSessionException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateSessionException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateSessionException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateUserException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateUserException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateUserException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateUserException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateUserException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/DuplicateUserException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/DwfException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/DwfException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/DwfException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/DwfException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/DwfException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/DwfException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/DwfSectionNotFoundException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/DwfSectionNotFoundException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/DwfSectionNotFoundException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/DwfSectionNotFoundException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/DwfSectionNotFoundException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/DwfSectionNotFoundException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/DwfSectionResourceNotFoundException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/DwfSectionResourceNotFoundException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/DwfSectionResourceNotFoundException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/DwfSectionResourceNotFoundException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/DwfSectionResourceNotFoundException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/DwfSectionResourceNotFoundException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/EndOfStreamException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/EndOfStreamException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/EndOfStreamException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/EndOfStreamException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/EndOfStreamException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/EndOfStreamException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/EvaluationExpiredException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/EvaluationExpiredException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/EvaluationExpiredException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/EvaluationExpiredException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/EvaluationExpiredException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/EvaluationExpiredException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/GroupNotFoundException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/GroupNotFoundException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/GroupNotFoundException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/GroupNotFoundException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/GroupNotFoundException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/GroupNotFoundException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/InvalidDwfPackageException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/InvalidDwfPackageException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/InvalidDwfPackageException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/InvalidDwfPackageException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/InvalidDwfPackageException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/InvalidDwfPackageException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/InvalidDwfSectionException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/InvalidDwfSectionException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/InvalidDwfSectionException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/InvalidDwfSectionException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/InvalidDwfSectionException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/InvalidDwfSectionException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/InvalidFeatureSourceException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/InvalidFeatureSourceException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/InvalidFeatureSourceException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/InvalidFeatureSourceException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/InvalidFeatureSourceException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/InvalidFeatureSourceException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/InvalidIpAddressException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/InvalidIpAddressException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/InvalidIpAddressException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/InvalidIpAddressException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/InvalidIpAddressException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/InvalidIpAddressException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/InvalidLicenseException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/InvalidLicenseException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/InvalidLicenseException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/InvalidLicenseException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/InvalidLicenseException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/InvalidLicenseException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/InvalidLogEntryException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/InvalidLogEntryException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/InvalidLogEntryException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/InvalidLogEntryException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/InvalidLogEntryException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/InvalidLogEntryException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/InvalidOperationVersionException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/InvalidOperationVersionException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/InvalidOperationVersionException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/InvalidOperationVersionException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/InvalidOperationVersionException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/InvalidOperationVersionException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/InvalidPasswordException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/InvalidPasswordException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/InvalidPasswordException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/InvalidPasswordException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/InvalidPasswordException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/InvalidPasswordException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/InvalidPrintLayoutFontSizeUnitsException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/InvalidPrintLayoutFontSizeUnitsException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/InvalidPrintLayoutFontSizeUnitsException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/InvalidPrintLayoutFontSizeUnitsException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/InvalidPrintLayoutFontSizeUnitsException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/InvalidPrintLayoutFontSizeUnitsException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/InvalidPrintLayoutPositionUnitsException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/InvalidPrintLayoutPositionUnitsException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/InvalidPrintLayoutPositionUnitsException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/InvalidPrintLayoutPositionUnitsException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/InvalidPrintLayoutPositionUnitsException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/InvalidPrintLayoutPositionUnitsException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/InvalidPrintLayoutSizeUnitsException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/InvalidPrintLayoutSizeUnitsException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/InvalidPrintLayoutSizeUnitsException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/InvalidPrintLayoutSizeUnitsException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/InvalidPrintLayoutSizeUnitsException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/InvalidPrintLayoutSizeUnitsException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/InvalidSerialNumberException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/InvalidSerialNumberException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/InvalidSerialNumberException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/InvalidSerialNumberException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/InvalidSerialNumberException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/InvalidSerialNumberException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/InvalidServerNameException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/InvalidServerNameException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/InvalidServerNameException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/InvalidServerNameException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/InvalidServerNameException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/InvalidServerNameException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/LicenseException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/LicenseException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/LicenseException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/LicenseException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/LicenseException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/LicenseException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/LicenseExpiredException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/LicenseExpiredException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/LicenseExpiredException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/LicenseExpiredException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/LicenseExpiredException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/LicenseExpiredException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/LogOpenFailedException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/LogOpenFailedException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/LogOpenFailedException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/LogOpenFailedException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/LogOpenFailedException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/LogOpenFailedException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/OperationProcessingException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/OperationProcessingException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/OperationProcessingException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/OperationProcessingException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/OperationProcessingException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/OperationProcessingException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/ParameterNotFoundException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/ParameterNotFoundException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/ParameterNotFoundException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/ParameterNotFoundException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/ParameterNotFoundException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/ParameterNotFoundException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/PathTooLongException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/PathTooLongException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/PathTooLongException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/PathTooLongException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/PathTooLongException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/PathTooLongException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/PermissionDeniedException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/PermissionDeniedException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/PermissionDeniedException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/PermissionDeniedException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/PermissionDeniedException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/PermissionDeniedException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/PortNotAvailableException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/PortNotAvailableException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/PortNotAvailableException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/PortNotAvailableException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/PortNotAvailableException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/PortNotAvailableException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/PrintToScaleModeNotSelectedException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/PrintToScaleModeNotSelectedException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/PrintToScaleModeNotSelectedException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/PrintToScaleModeNotSelectedException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/PrintToScaleModeNotSelectedException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/PrintToScaleModeNotSelectedException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/RepositoryCreationFailedException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/RepositoryCreationFailedException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/RepositoryCreationFailedException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/RepositoryCreationFailedException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/RepositoryCreationFailedException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/RepositoryCreationFailedException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/RepositoryNotFoundException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/RepositoryNotFoundException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/RepositoryNotFoundException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/RepositoryNotFoundException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/RepositoryNotFoundException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/RepositoryNotFoundException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/RepositoryNotOpenException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/RepositoryNotOpenException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/RepositoryNotOpenException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/RepositoryNotOpenException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/RepositoryNotOpenException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/RepositoryNotOpenException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/RepositoryOpenFailedException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/RepositoryOpenFailedException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/RepositoryOpenFailedException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/RepositoryOpenFailedException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/RepositoryOpenFailedException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/RepositoryOpenFailedException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/RoleNotFoundException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/RoleNotFoundException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/RoleNotFoundException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/RoleNotFoundException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/RoleNotFoundException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/RoleNotFoundException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/ServerNotFoundException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/ServerNotFoundException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/ServerNotFoundException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/ServerNotFoundException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/ServerNotFoundException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/ServerNotFoundException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/ServerNotOnlineException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/ServerNotOnlineException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/ServerNotOnlineException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/ServerNotOnlineException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/ServerNotOnlineException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/ServerNotOnlineException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/SessionExpiredException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/SessionExpiredException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/SessionExpiredException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/SessionExpiredException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/SessionExpiredException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/SessionExpiredException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/SessionNotFoundException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/SessionNotFoundException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/SessionNotFoundException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/SessionNotFoundException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/SessionNotFoundException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/SessionNotFoundException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/StylizeLayerFailedException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/StylizeLayerFailedException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/StylizeLayerFailedException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/StylizeLayerFailedException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/StylizeLayerFailedException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/StylizeLayerFailedException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/UnauthorizedAccessException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/UnauthorizedAccessException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/UnauthorizedAccessException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/UnauthorizedAccessException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/UnauthorizedAccessException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/UnauthorizedAccessException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/UriFormatException.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/UriFormatException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/UriFormatException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Exception/UriFormatException.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Exception/UriFormatException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Exception/UriFormatException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/MapGuideCommon.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/MapGuideCommon.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/MapGuideCommon.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/MapGuideCommonBuild.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/MapGuideCommonBuild.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/MapGuideCommonBuild.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/MapLayer/Layer.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/MapLayer/Layer.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/MapLayer/Layer.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/MapLayer/Layer.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/MapLayer/Layer.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/MapLayer/Layer.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/MapLayer/Map.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/MapLayer/Map.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/MapLayer/Map.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/MapLayer/Map.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/MapLayer/Map.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/MapLayer/Map.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/MapLayer/Selection.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/MapLayer/Selection.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/MapLayer/Selection.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/MapLayer/Selection.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/MapLayer/Selection.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/MapLayer/Selection.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Net/IOperationHandler.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Net/IOperationHandler.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Net/IOperationHandler.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Net/IOperationHandler.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Net/IOperationHandler.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Net/IOperationHandler.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/Command.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/Command.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/Command.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/Command.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/Command.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/Command.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ConnectionProperties.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ConnectionProperties.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ConnectionProperties.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ConnectionProperties.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ConnectionProperties.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ConnectionProperties.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/CustomLogoInfo.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/CustomLogoInfo.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/CustomLogoInfo.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/CustomLogoInfo.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/CustomLogoInfo.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/CustomLogoInfo.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/CustomTextInfo.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/CustomTextInfo.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/CustomTextInfo.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/CustomTextInfo.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/CustomTextInfo.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/CustomTextInfo.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/DrawingDefs.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/DrawingDefs.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/DrawingDefs.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/DrawingDefs.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/DrawingDefs.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/DrawingDefs.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/DrawingService.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/DrawingService.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/DrawingService.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/DrawingService.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/DrawingService.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/DrawingService.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/DwfVersion.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/DwfVersion.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/DwfVersion.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/DwfVersion.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/DwfVersion.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/DwfVersion.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/FeatureInformation.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/FeatureInformation.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/FeatureInformation.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/FeatureInformation.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/FeatureInformation.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/FeatureInformation.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ImageFormats.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ImageFormats.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ImageFormats.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ImageFormats.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ImageFormats.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ImageFormats.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/KmlDefs.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/KmlDefs.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/KmlDefs.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/KmlDefs.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/KmlDefs.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/KmlDefs.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/KmlService.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/KmlService.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/KmlService.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/KmlService.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/KmlService.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/KmlService.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/Layout.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/Layout.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/Layout.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/Layout.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/Layout.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/Layout.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/MapPlot.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/MapPlot.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/MapPlot.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/MapPlot.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/MapPlot.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/MapPlot.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/MapPlotCollection.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/MapPlotCollection.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/MapPlotCollection.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/MapPlotCollection.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/MapPlotCollection.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/MapPlotCollection.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/MapPlotInstruction.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/MapPlotInstruction.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/MapPlotInstruction.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/MappingDefs.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/MappingDefs.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/MappingDefs.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/MappingDefs.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/MappingDefs.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/MappingDefs.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/MappingService.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/MappingService.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/MappingService.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/MappingService.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/MappingService.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/MappingService.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/PackageStatusInformation.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/PackageStatusInformation.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/PackageStatusInformation.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/PackageStatusInformation.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/PackageStatusInformation.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/PackageStatusInformation.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/PlotSpecification.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/PlotSpecification.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/PlotSpecification.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/PlotSpecification.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/PlotSpecification.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/PlotSpecification.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/PrintLayout.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/PrintLayout.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/PrintLayout.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/PrintLayout.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/PrintLayout.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/PrintLayout.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ProxyDataReader.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ProxyDataReader.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ProxyDataReader.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ProxyDataReader.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ProxyDataReader.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ProxyDataReader.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ProxyDrawingService.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ProxyDrawingService.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ProxyDrawingService.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ProxyDrawingService.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ProxyDrawingService.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ProxyDrawingService.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ProxyFeatureReader.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ProxyFeatureReader.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ProxyFeatureReader.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ProxyFeatureReader.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ProxyFeatureReader.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ProxyFeatureReader.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ProxyFeatureService.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ProxyFeatureService.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ProxyFeatureService.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ProxyFeatureService.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ProxyFeatureService.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ProxyFeatureService.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ProxyGwsFeatureReader.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ProxyGwsFeatureReader.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ProxyGwsFeatureReader.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ProxyGwsFeatureReader.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ProxyGwsFeatureReader.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ProxyGwsFeatureReader.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ProxyKmlService.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ProxyKmlService.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ProxyKmlService.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ProxyKmlService.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ProxyKmlService.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ProxyKmlService.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ProxyMappingService.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ProxyMappingService.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ProxyMappingService.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ProxyMappingService.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ProxyMappingService.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ProxyMappingService.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ProxyRenderingService.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ProxyRenderingService.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ProxyRenderingService.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ProxyRenderingService.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ProxyRenderingService.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ProxyRenderingService.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ProxyResourceService.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ProxyResourceService.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ProxyResourceService.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ProxyResourceService.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ProxyResourceService.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ProxyResourceService.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ProxySqlDataReader.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ProxySqlDataReader.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ProxySqlDataReader.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ProxySqlDataReader.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ProxySqlDataReader.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ProxySqlDataReader.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ProxyTileService.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ProxyTileService.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ProxyTileService.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ProxyTileService.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ProxyTileService.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ProxyTileService.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/RenderingDefs.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/RenderingDefs.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/RenderingDefs.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/RenderingDefs.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/RenderingDefs.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/RenderingDefs.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/RenderingService.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/RenderingService.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/RenderingService.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/RenderingService.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/RenderingService.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/RenderingService.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ServerAdmin.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ServerAdmin.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ServerAdmin.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ServerAdmin.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ServerAdmin.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ServerAdmin.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ServerAdminDefs.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ServerAdminDefs.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ServerAdminDefs.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ServerAdminDefs.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ServerAdminDefs.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ServerAdminDefs.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ServerConnection.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ServerConnection.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ServerConnection.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ServerConnection.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ServerConnection.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ServerConnection.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ServerConnectionImp.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ServerConnectionImp.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ServerConnectionImp.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ServerConnectionImp.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ServerConnectionImp.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ServerConnectionImp.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ServerConnectionPool.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ServerConnectionPool.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ServerConnectionPool.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ServerConnectionPool.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ServerConnectionPool.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ServerConnectionPool.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ServerConnectionStack.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ServerConnectionStack.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ServerConnectionStack.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ServerConnectionStack.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ServerConnectionStack.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ServerConnectionStack.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ServerInformation.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ServerInformation.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ServerInformation.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ServerInformation.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ServerInformation.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ServerInformation.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/Site.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/Site.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/Site.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/Site.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/Site.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/Site.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/SiteConnection.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/SiteConnection.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/SiteConnection.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/SiteConnection.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/SiteConnection.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/SiteConnection.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/SiteInfo.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/SiteInfo.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/SiteInfo.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/SiteInfo.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/SiteInfo.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/SiteInfo.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/SiteManager.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/SiteManager.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/SiteManager.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/SiteManager.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/SiteManager.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/SiteManager.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/TileDefs.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/TileDefs.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/TileDefs.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/TileDefs.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/TileDefs.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/TileDefs.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/TileService.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/TileService.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/TileService.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/TileService.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/TileService.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/TileService.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/UnitType.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/UnitType.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/UnitType.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Services/UnitType.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/UnitType.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Services/UnitType.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/System/ConfigProperties.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/System/ConfigProperties.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/System/ConfigProperties.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/System/ConfigProperties.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/System/ConfigProperties.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/System/ConfigProperties.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/System/CryptographyManager.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/System/CryptographyManager.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/System/CryptographyManager.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/System/CryptographyManager.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/System/CryptographyManager.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/System/CryptographyManager.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/System/MapGuideCommonClassId.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/System/MapGuideCommonClassId.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/System/MapGuideCommonClassId.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/System/MapGuideCommonFactory.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/System/MapGuideCommonFactory.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/System/MapGuideCommonFactory.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/System/MapGuideStream.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/System/MapGuideStream.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/System/MapGuideStream.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/System/MapGuideStream.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/System/MapGuideStream.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/System/MapGuideStream.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/System/UserInformation.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/System/UserInformation.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/System/UserInformation.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/System/UserInformation.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/System/UserInformation.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/System/UserInformation.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Util/IpUtil.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Util/IpUtil.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Util/IpUtil.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MapGuideCommon/Util/IpUtil.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Util/IpUtil.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MapGuideCommon/Util/IpUtil.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/AreaRule.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/AreaRule.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/AreaRule.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/AreaRule.h
===================================================================
--- trunk/MgDev/Common/MdfModel/AreaRule.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/AreaRule.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/AreaSymbolization2D.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/AreaSymbolization2D.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/AreaSymbolization2D.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/AreaSymbolization2D.h
===================================================================
--- trunk/MgDev/Common/MdfModel/AreaSymbolization2D.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/AreaSymbolization2D.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/AreaTypeStyle.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/AreaTypeStyle.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/AreaTypeStyle.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/AreaTypeStyle.h
===================================================================
--- trunk/MgDev/Common/MdfModel/AreaTypeStyle.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/AreaTypeStyle.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/AttributeRelate.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/AttributeRelate.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/AttributeRelate.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/AttributeRelate.h
===================================================================
--- trunk/MgDev/Common/MdfModel/AttributeRelate.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/AttributeRelate.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/Base64.h
===================================================================
--- trunk/MgDev/Common/MdfModel/Base64.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/Base64.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/BaseMapLayer.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/BaseMapLayer.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/BaseMapLayer.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/BaseMapLayer.h
===================================================================
--- trunk/MgDev/Common/MdfModel/BaseMapLayer.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/BaseMapLayer.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/BaseMapLayerGroup.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/BaseMapLayerGroup.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/BaseMapLayerGroup.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/BaseMapLayerGroup.h
===================================================================
--- trunk/MgDev/Common/MdfModel/BaseMapLayerGroup.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/BaseMapLayerGroup.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/BlockSymbol.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/BlockSymbol.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/BlockSymbol.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/BlockSymbol.h
===================================================================
--- trunk/MgDev/Common/MdfModel/BlockSymbol.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/BlockSymbol.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/Box2D.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/Box2D.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/Box2D.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/Box2D.h
===================================================================
--- trunk/MgDev/Common/MdfModel/Box2D.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/Box2D.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/CalculatedProperty.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/CalculatedProperty.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/CalculatedProperty.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/CalculatedProperty.h
===================================================================
--- trunk/MgDev/Common/MdfModel/CalculatedProperty.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/CalculatedProperty.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/ChannelBand.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/ChannelBand.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/ChannelBand.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/ChannelBand.h
===================================================================
--- trunk/MgDev/Common/MdfModel/ChannelBand.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/ChannelBand.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/DisplayScale.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/DisplayScale.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/DisplayScale.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/DisplayScale.h
===================================================================
--- trunk/MgDev/Common/MdfModel/DisplayScale.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/DisplayScale.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/DrawingLayerDefinition.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/DrawingLayerDefinition.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/DrawingLayerDefinition.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/DrawingLayerDefinition.h
===================================================================
--- trunk/MgDev/Common/MdfModel/DrawingLayerDefinition.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/DrawingLayerDefinition.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/Extension.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/Extension.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/Extension.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/Extension.h
===================================================================
--- trunk/MgDev/Common/MdfModel/Extension.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/Extension.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/FeatureSource.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/FeatureSource.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/FeatureSource.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/FeatureSource.h
===================================================================
--- trunk/MgDev/Common/MdfModel/FeatureSource.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/FeatureSource.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/FeatureTypeStyle.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/FeatureTypeStyle.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/FeatureTypeStyle.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/FeatureTypeStyle.h
===================================================================
--- trunk/MgDev/Common/MdfModel/FeatureTypeStyle.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/FeatureTypeStyle.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/Fill.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/Fill.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/Fill.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/Fill.h
===================================================================
--- trunk/MgDev/Common/MdfModel/Fill.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/Fill.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/FontSymbol.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/FontSymbol.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/FontSymbol.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/FontSymbol.h
===================================================================
--- trunk/MgDev/Common/MdfModel/FontSymbol.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/FontSymbol.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/GridColor.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/GridColor.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/GridColor.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/GridColor.h
===================================================================
--- trunk/MgDev/Common/MdfModel/GridColor.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/GridColor.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/GridColorRule.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/GridColorRule.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/GridColorRule.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/GridColorRule.h
===================================================================
--- trunk/MgDev/Common/MdfModel/GridColorRule.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/GridColorRule.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/GridColorStyle.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/GridColorStyle.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/GridColorStyle.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/GridColorStyle.h
===================================================================
--- trunk/MgDev/Common/MdfModel/GridColorStyle.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/GridColorStyle.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/GridLayerDefinition.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/GridLayerDefinition.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/GridLayerDefinition.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/GridLayerDefinition.h
===================================================================
--- trunk/MgDev/Common/MdfModel/GridLayerDefinition.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/GridLayerDefinition.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/GridScaleRange.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/GridScaleRange.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/GridScaleRange.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/GridScaleRange.h
===================================================================
--- trunk/MgDev/Common/MdfModel/GridScaleRange.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/GridScaleRange.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/GridSurfaceStyle.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/GridSurfaceStyle.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/GridSurfaceStyle.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/GridSurfaceStyle.h
===================================================================
--- trunk/MgDev/Common/MdfModel/GridSurfaceStyle.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/GridSurfaceStyle.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/HillShade.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/HillShade.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/HillShade.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/HillShade.h
===================================================================
--- trunk/MgDev/Common/MdfModel/HillShade.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/HillShade.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/IFeatureTypeStyleVisitor.h
===================================================================
--- trunk/MgDev/Common/MdfModel/IFeatureTypeStyleVisitor.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/IFeatureTypeStyleVisitor.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/ISymbolVisitor.h
===================================================================
--- trunk/MgDev/Common/MdfModel/ISymbolVisitor.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/ISymbolVisitor.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/ISymbolizationVisitor.h
===================================================================
--- trunk/MgDev/Common/MdfModel/ISymbolizationVisitor.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/ISymbolizationVisitor.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/ImageSymbol.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/ImageSymbol.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/ImageSymbol.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/ImageSymbol.h
===================================================================
--- trunk/MgDev/Common/MdfModel/ImageSymbol.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/ImageSymbol.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/Label.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/Label.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/Label.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/Label.h
===================================================================
--- trunk/MgDev/Common/MdfModel/Label.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/Label.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/LayerDefinition.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/LayerDefinition.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/LayerDefinition.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/LayerDefinition.h
===================================================================
--- trunk/MgDev/Common/MdfModel/LayerDefinition.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/LayerDefinition.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/LengthConverter.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/LengthConverter.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/LengthConverter.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/LengthConverter.h
===================================================================
--- trunk/MgDev/Common/MdfModel/LengthConverter.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/LengthConverter.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/LineRule.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/LineRule.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/LineRule.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/LineRule.h
===================================================================
--- trunk/MgDev/Common/MdfModel/LineRule.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/LineRule.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/LineSymbolization2D.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/LineSymbolization2D.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/LineSymbolization2D.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/LineSymbolization2D.h
===================================================================
--- trunk/MgDev/Common/MdfModel/LineSymbolization2D.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/LineSymbolization2D.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/LineTypeStyle.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/LineTypeStyle.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/LineTypeStyle.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/LineTypeStyle.h
===================================================================
--- trunk/MgDev/Common/MdfModel/LineTypeStyle.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/LineTypeStyle.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/MapDefinition.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/MapDefinition.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/MapDefinition.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/MapDefinition.h
===================================================================
--- trunk/MgDev/Common/MdfModel/MapDefinition.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/MapDefinition.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/MapLayer.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/MapLayer.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/MapLayer.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/MapLayer.h
===================================================================
--- trunk/MgDev/Common/MdfModel/MapLayer.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/MapLayer.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/MapLayerGroup.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/MapLayerGroup.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/MapLayerGroup.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/MapLayerGroup.h
===================================================================
--- trunk/MgDev/Common/MdfModel/MapLayerGroup.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/MapLayerGroup.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/MapLayerGroupCommon.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/MapLayerGroupCommon.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/MapLayerGroupCommon.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/MapLayerGroupCommon.h
===================================================================
--- trunk/MgDev/Common/MdfModel/MapLayerGroupCommon.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/MapLayerGroupCommon.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/MarkSymbol.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/MarkSymbol.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/MarkSymbol.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/MarkSymbol.h
===================================================================
--- trunk/MgDev/Common/MdfModel/MarkSymbol.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/MarkSymbol.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/MdfModel.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/MdfModel.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/MdfModel.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/MdfModel.h
===================================================================
--- trunk/MgDev/Common/MdfModel/MdfModel.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/MdfModel.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/MdfOwnerCollection.h
===================================================================
--- trunk/MgDev/Common/MdfModel/MdfOwnerCollection.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/MdfOwnerCollection.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/MdfRootObject.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/MdfRootObject.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/MdfRootObject.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/MdfRootObject.h
===================================================================
--- trunk/MgDev/Common/MdfModel/MdfRootObject.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/MdfRootObject.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/NameStringPair.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/NameStringPair.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/NameStringPair.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/NameStringPair.h
===================================================================
--- trunk/MgDev/Common/MdfModel/NameStringPair.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/NameStringPair.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/PointRule.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/PointRule.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/PointRule.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/PointRule.h
===================================================================
--- trunk/MgDev/Common/MdfModel/PointRule.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/PointRule.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/PointSymbolization2D.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/PointSymbolization2D.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/PointSymbolization2D.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/PointSymbolization2D.h
===================================================================
--- trunk/MgDev/Common/MdfModel/PointSymbolization2D.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/PointSymbolization2D.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/PointTypeStyle.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/PointTypeStyle.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/PointTypeStyle.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/PointTypeStyle.h
===================================================================
--- trunk/MgDev/Common/MdfModel/PointTypeStyle.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/PointTypeStyle.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/RelateProperty.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/RelateProperty.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/RelateProperty.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/RelateProperty.h
===================================================================
--- trunk/MgDev/Common/MdfModel/RelateProperty.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/RelateProperty.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/Rule.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/Rule.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/Rule.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/Rule.h
===================================================================
--- trunk/MgDev/Common/MdfModel/Rule.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/Rule.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/SizeContexts.h
===================================================================
--- trunk/MgDev/Common/MdfModel/SizeContexts.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/SizeContexts.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/Stroke.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/Stroke.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/Stroke.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/Stroke.h
===================================================================
--- trunk/MgDev/Common/MdfModel/Stroke.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/Stroke.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/SupplementalSpatialContextInfo.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/SupplementalSpatialContextInfo.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/SupplementalSpatialContextInfo.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/SupplementalSpatialContextInfo.h
===================================================================
--- trunk/MgDev/Common/MdfModel/SupplementalSpatialContextInfo.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/SupplementalSpatialContextInfo.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/Symbol.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/Symbol.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/Symbol.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/Symbol.h
===================================================================
--- trunk/MgDev/Common/MdfModel/Symbol.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/Symbol.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/Symbolization.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/Symbolization.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/Symbolization.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/Symbolization.h
===================================================================
--- trunk/MgDev/Common/MdfModel/Symbolization.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/Symbolization.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/TextSymbol.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/TextSymbol.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/TextSymbol.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/TextSymbol.h
===================================================================
--- trunk/MgDev/Common/MdfModel/TextSymbol.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/TextSymbol.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/UnicodeString.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/UnicodeString.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/UnicodeString.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/UnicodeString.h
===================================================================
--- trunk/MgDev/Common/MdfModel/UnicodeString.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/UnicodeString.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/Vector.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/Vector.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/Vector.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/Vector.h
===================================================================
--- trunk/MgDev/Common/MdfModel/Vector.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/Vector.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/VectorLayerDefinition.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/VectorLayerDefinition.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/VectorLayerDefinition.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/VectorLayerDefinition.h
===================================================================
--- trunk/MgDev/Common/MdfModel/VectorLayerDefinition.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/VectorLayerDefinition.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/VectorScaleRange.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/VectorScaleRange.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/VectorScaleRange.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/VectorScaleRange.h
===================================================================
--- trunk/MgDev/Common/MdfModel/VectorScaleRange.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/VectorScaleRange.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/W2DSymbol.cpp
===================================================================
--- trunk/MgDev/Common/MdfModel/W2DSymbol.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/W2DSymbol.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/W2DSymbol.h
===================================================================
--- trunk/MgDev/Common/MdfModel/W2DSymbol.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/W2DSymbol.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfModel/stdafx.h
===================================================================
--- trunk/MgDev/Common/MdfModel/stdafx.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfModel/stdafx.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/FSDSAX2Parser.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/FSDSAX2Parser.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/FSDSAX2Parser.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/FSDSAX2Parser.h
===================================================================
--- trunk/MgDev/Common/MdfParser/FSDSAX2Parser.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/FSDSAX2Parser.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOAreaRule.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOAreaRule.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOAreaRule.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOAreaRule.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOAreaRule.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOAreaRule.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOAreaSymbolization2D.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOAreaSymbolization2D.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOAreaSymbolization2D.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOAreaSymbolization2D.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOAreaSymbolization2D.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOAreaSymbolization2D.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOAreaTypeStyle.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOAreaTypeStyle.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOAreaTypeStyle.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOAreaTypeStyle.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOAreaTypeStyle.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOAreaTypeStyle.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOAttributeRelate.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOAttributeRelate.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOAttributeRelate.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOAttributeRelate.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOAttributeRelate.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOAttributeRelate.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004 Autodesk, Inc. All Rights Reserved.
+ * Copyright (C) 2004-2007 by Autodesk, Inc. All Rights Reserved.
  *
  * 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/Common/MdfParser/IOBaseMapDefinition.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOBaseMapDefinition.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOBaseMapDefinition.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOBaseMapDefinition.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOBaseMapDefinition.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOBaseMapDefinition.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOBaseMapLayer.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOBaseMapLayer.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOBaseMapLayer.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOBaseMapLayer.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOBaseMapLayer.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOBaseMapLayer.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOBaseMapLayerGroup.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOBaseMapLayerGroup.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOBaseMapLayerGroup.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOBaseMapLayerGroup.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOBaseMapLayerGroup.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOBaseMapLayerGroup.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOBlockSymbol.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOBlockSymbol.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOBlockSymbol.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOBlockSymbol.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOBlockSymbol.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOBlockSymbol.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOCalculatedProperty.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOCalculatedProperty.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOCalculatedProperty.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOCalculatedProperty.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOCalculatedProperty.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOCalculatedProperty.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOChannelBand.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOChannelBand.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOChannelBand.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOChannelBand.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOChannelBand.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOChannelBand.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IODrawingLayerDefinition.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IODrawingLayerDefinition.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IODrawingLayerDefinition.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IODrawingLayerDefinition.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IODrawingLayerDefinition.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IODrawingLayerDefinition.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOExtension.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOExtension.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOExtension.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOExtension.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOExtension.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOExtension.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOExtra.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOExtra.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOExtra.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOExtra.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOExtra.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOExtra.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOFeatureSource.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOFeatureSource.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOFeatureSource.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOFeatureSource.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOFeatureSource.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOFeatureSource.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOFill.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOFill.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOFill.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOFill.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOFill.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOFill.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOFontSymbol.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOFontSymbol.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOFontSymbol.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOFontSymbol.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOFontSymbol.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOFontSymbol.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOGridColor.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOGridColor.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOGridColor.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOGridColor.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOGridColor.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOGridColor.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOGridColorBands.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOGridColorBands.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOGridColorBands.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOGridColorRule.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOGridColorRule.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOGridColorRule.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOGridColorRule.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOGridColorRule.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOGridColorRule.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOGridColorStyle.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOGridColorStyle.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOGridColorStyle.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOGridColorStyle.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOGridColorStyle.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOGridColorStyle.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOGridLayerDefinition.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOGridLayerDefinition.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOGridLayerDefinition.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOGridLayerDefinition.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOGridLayerDefinition.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOGridLayerDefinition.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOGridScaleRange.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOGridScaleRange.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOGridScaleRange.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOGridScaleRange.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOGridScaleRange.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOGridScaleRange.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOGridSurfaceStyle.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOGridSurfaceStyle.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOGridSurfaceStyle.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOGridSurfaceStyle.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOGridSurfaceStyle.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOGridSurfaceStyle.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOHillShade.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOHillShade.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOHillShade.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOHillShade.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOHillShade.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOHillShade.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOImageSymbol.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOImageSymbol.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOImageSymbol.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOImageSymbol.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOImageSymbol.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOImageSymbol.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOLabel.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOLabel.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOLabel.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOLabel.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOLabel.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOLabel.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOLineRule.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOLineRule.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOLineRule.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOLineRule.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOLineRule.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOLineRule.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOLineSymbolization2D.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOLineSymbolization2D.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOLineSymbolization2D.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOLineSymbolization2D.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOLineSymbolization2D.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOLineSymbolization2D.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOLineTypeStyle.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOLineTypeStyle.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOLineTypeStyle.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOLineTypeStyle.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOLineTypeStyle.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOLineTypeStyle.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOMapDefinition.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOMapDefinition.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOMapDefinition.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOMapDefinition.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOMapDefinition.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOMapDefinition.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOMapLayer.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOMapLayer.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOMapLayer.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOMapLayer.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOMapLayer.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOMapLayer.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOMapLayerCommon.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOMapLayerCommon.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOMapLayerCommon.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOMapLayerCommon.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOMapLayerCommon.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOMapLayerCommon.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOMapLayerGroup.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOMapLayerGroup.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOMapLayerGroup.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOMapLayerGroup.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOMapLayerGroup.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOMapLayerGroup.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOMapLayerGroupCommon.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOMapLayerGroupCommon.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOMapLayerGroupCommon.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOMapLayerGroupCommon.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOMapLayerGroupCommon.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOMapLayerGroupCommon.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOMarkSymbol.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOMarkSymbol.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOMarkSymbol.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOMarkSymbol.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOMarkSymbol.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOMarkSymbol.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IONameStringPair.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IONameStringPair.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IONameStringPair.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IONameStringPair.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IONameStringPair.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IONameStringPair.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOPointRule.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOPointRule.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOPointRule.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOPointRule.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOPointRule.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOPointRule.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOPointSymbolization2D.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOPointSymbolization2D.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOPointSymbolization2D.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOPointSymbolization2D.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOPointSymbolization2D.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOPointSymbolization2D.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOPointTypeStyle.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOPointTypeStyle.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOPointTypeStyle.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOPointTypeStyle.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOPointTypeStyle.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOPointTypeStyle.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IORelateProperty.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IORelateProperty.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IORelateProperty.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IORelateProperty.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IORelateProperty.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IORelateProperty.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOResourceRef.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOResourceRef.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOResourceRef.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOResourceRef.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOResourceRef.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOResourceRef.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOStroke.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOStroke.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOStroke.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOStroke.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOStroke.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOStroke.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOSupplementalSpatialContextInfo.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOSupplementalSpatialContextInfo.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOSupplementalSpatialContextInfo.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOSupplementalSpatialContextInfo.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOSupplementalSpatialContextInfo.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOSupplementalSpatialContextInfo.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOSymbol.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOSymbol.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOSymbol.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOSymbol.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOSymbol.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOSymbol.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOUnknown.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOUnknown.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOUnknown.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOUnknown.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOUnknown.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOUnknown.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOUtil.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOUtil.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOUtil.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOUtil.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOUtil.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOUtil.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOVectorLayerDefinition.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOVectorLayerDefinition.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOVectorLayerDefinition.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOVectorLayerDefinition.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOVectorLayerDefinition.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOVectorLayerDefinition.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOVectorScaleRange.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOVectorScaleRange.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOVectorScaleRange.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOVectorScaleRange.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOVectorScaleRange.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOVectorScaleRange.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOW2DSymbol.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/IOW2DSymbol.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOW2DSymbol.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/IOW2DSymbol.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOW2DSymbol.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/IOW2DSymbol.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/MdfParser.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/MdfParser.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/MdfParser.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/MdfParser.h
===================================================================
--- trunk/MgDev/Common/MdfParser/MdfParser.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/MdfParser.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/SAX2ElementHandler.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/SAX2ElementHandler.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/SAX2ElementHandler.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/SAX2ElementHandler.h
===================================================================
--- trunk/MgDev/Common/MdfParser/SAX2ElementHandler.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/SAX2ElementHandler.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/SAX2Parser.cpp
===================================================================
--- trunk/MgDev/Common/MdfParser/SAX2Parser.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/SAX2Parser.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/SAX2Parser.h
===================================================================
--- trunk/MgDev/Common/MdfParser/SAX2Parser.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/SAX2Parser.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/MdfParser/stdafx.h
===================================================================
--- trunk/MgDev/Common/MdfParser/stdafx.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/MdfParser/stdafx.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Data/BlobProperty.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Data/BlobProperty.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Data/BlobProperty.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Data/BlobProperty.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Data/BlobProperty.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Data/BlobProperty.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Data/BooleanProperty.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Data/BooleanProperty.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Data/BooleanProperty.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Data/BooleanProperty.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Data/BooleanProperty.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Data/BooleanProperty.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Data/ByteProperty.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Data/ByteProperty.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Data/ByteProperty.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Data/ByteProperty.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Data/ByteProperty.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Data/ByteProperty.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Data/ClobProperty.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Data/ClobProperty.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Data/ClobProperty.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Data/ClobProperty.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Data/ClobProperty.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Data/ClobProperty.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Data/Color.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Data/Color.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Data/Color.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Data/Color.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Data/Color.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Data/Color.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Data/DateTimeProperty.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Data/DateTimeProperty.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Data/DateTimeProperty.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Data/DateTimeProperty.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Data/DateTimeProperty.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Data/DateTimeProperty.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Data/DoubleProperty.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Data/DoubleProperty.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Data/DoubleProperty.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Data/DoubleProperty.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Data/DoubleProperty.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Data/DoubleProperty.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Data/Int16Property.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Data/Int16Property.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Data/Int16Property.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Data/Int16Property.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Data/Int16Property.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Data/Int16Property.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Data/Int32Property.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Data/Int32Property.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Data/Int32Property.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Data/Int32Property.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Data/Int32Property.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Data/Int32Property.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Data/Int64Property.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Data/Int64Property.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Data/Int64Property.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Data/Int64Property.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Data/Int64Property.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Data/Int64Property.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Data/IntCollection.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Data/IntCollection.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Data/IntCollection.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Data/IntCollection.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Data/IntCollection.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Data/IntCollection.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Data/PropertyDefinitionCollection.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Data/PropertyDefinitionCollection.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Data/PropertyDefinitionCollection.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Data/PropertyDefinitionCollection.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Data/PropertyDefinitionCollection.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Data/PropertyDefinitionCollection.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Data/SerializableCollection.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Data/SerializableCollection.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Data/SerializableCollection.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Data/SerializableCollection.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Data/SerializableCollection.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Data/SerializableCollection.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Data/SingleProperty.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Data/SingleProperty.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Data/SingleProperty.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Data/SingleProperty.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Data/SingleProperty.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Data/SingleProperty.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Data/StringPropertyCollection.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Data/StringPropertyCollection.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Data/StringPropertyCollection.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Data/StringPropertyCollection.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Data/StringPropertyCollection.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Data/StringPropertyCollection.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/ArrayTypeMismatchException.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/ArrayTypeMismatchException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/ArrayTypeMismatchException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/ArrayTypeMismatchException.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/ArrayTypeMismatchException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/ArrayTypeMismatchException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/DuplicateResourceDataException.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/DuplicateResourceDataException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/DuplicateResourceDataException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/DuplicateResourceDataException.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/DuplicateResourceDataException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/DuplicateResourceDataException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/DuplicateResourceException.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/DuplicateResourceException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/DuplicateResourceException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/DuplicateResourceException.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/DuplicateResourceException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/DuplicateResourceException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/EmptyFeatureSetException.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/EmptyFeatureSetException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/EmptyFeatureSetException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/EmptyFeatureSetException.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/EmptyFeatureSetException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/EmptyFeatureSetException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/FdoException.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/FdoException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/FdoException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/FdoException.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/FdoException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/FdoException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/FeatureServiceException.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/FeatureServiceException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/FeatureServiceException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/FeatureServiceException.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/FeatureServiceException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/FeatureServiceException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/InvalidMapDefinitionException.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/InvalidMapDefinitionException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/InvalidMapDefinitionException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/InvalidMapDefinitionException.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/InvalidMapDefinitionException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/InvalidMapDefinitionException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/InvalidRepositoryNameException.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/InvalidRepositoryNameException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/InvalidRepositoryNameException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/InvalidRepositoryNameException.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/InvalidRepositoryNameException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/InvalidRepositoryNameException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/InvalidRepositoryTypeException.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/InvalidRepositoryTypeException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/InvalidRepositoryTypeException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/InvalidRepositoryTypeException.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/InvalidRepositoryTypeException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/InvalidRepositoryTypeException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/InvalidResourceDataNameException.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/InvalidResourceDataNameException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/InvalidResourceDataNameException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/InvalidResourceDataNameException.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/InvalidResourceDataNameException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/InvalidResourceDataNameException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/InvalidResourceDataTypeException.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/InvalidResourceDataTypeException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/InvalidResourceDataTypeException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/InvalidResourceDataTypeException.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/InvalidResourceDataTypeException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/InvalidResourceDataTypeException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/InvalidResourceNameException.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/InvalidResourceNameException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/InvalidResourceNameException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/InvalidResourceNameException.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/InvalidResourceNameException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/InvalidResourceNameException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/InvalidResourcePathException.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/InvalidResourcePathException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/InvalidResourcePathException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/InvalidResourcePathException.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/InvalidResourcePathException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/InvalidResourcePathException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/InvalidResourcePreProcessingTypeException.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/InvalidResourcePreProcessingTypeException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/InvalidResourcePreProcessingTypeException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/InvalidResourcePreProcessingTypeException.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/InvalidResourcePreProcessingTypeException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/InvalidResourcePreProcessingTypeException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/InvalidResourceTypeException.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/InvalidResourceTypeException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/InvalidResourceTypeException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/InvalidResourceTypeException.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/InvalidResourceTypeException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/InvalidResourceTypeException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/LayerNotFoundException.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/LayerNotFoundException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/LayerNotFoundException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/LayerNotFoundException.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/LayerNotFoundException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/LayerNotFoundException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/ResourceBusyException.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/ResourceBusyException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/ResourceBusyException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/ResourceBusyException.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/ResourceBusyException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/ResourceBusyException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/ResourceDataNotFoundException.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/ResourceDataNotFoundException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/ResourceDataNotFoundException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/ResourceDataNotFoundException.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/ResourceDataNotFoundException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/ResourceDataNotFoundException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/ResourceNotFoundException.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/ResourceNotFoundException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/ResourceNotFoundException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/ResourceNotFoundException.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/ResourceNotFoundException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/ResourceNotFoundException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/ServiceNotAvailableException.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/ServiceNotAvailableException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/ServiceNotAvailableException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/ServiceNotAvailableException.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/ServiceNotAvailableException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/ServiceNotAvailableException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/ServiceNotSupportedException.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/ServiceNotSupportedException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/ServiceNotSupportedException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/ServiceNotSupportedException.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/ServiceNotSupportedException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/ServiceNotSupportedException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/UserNotFoundException.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/UserNotFoundException.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/UserNotFoundException.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Exception/UserNotFoundException.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Exception/UserNotFoundException.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Exception/UserNotFoundException.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/MapLayer/ChangeList.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/MapLayer/ChangeList.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/MapLayer/ChangeList.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/MapLayer/ChangeList.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/MapLayer/ChangeList.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/MapLayer/ChangeList.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/MapLayer/LayerBase.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/MapLayer/LayerBase.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/MapLayer/LayerBase.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/MapLayer/LayerBase.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/MapLayer/LayerBase.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/MapLayer/LayerBase.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/MapLayer/LayerCollection.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/MapLayer/LayerCollection.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/MapLayer/LayerCollection.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/MapLayer/LayerCollection.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/MapLayer/LayerCollection.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/MapLayer/LayerCollection.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/MapLayer/LayerGroup.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/MapLayer/LayerGroup.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/MapLayer/LayerGroup.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/MapLayer/LayerGroup.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/MapLayer/LayerGroup.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/MapLayer/LayerGroup.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/MapLayer/LayerGroupCollection.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/MapLayer/LayerGroupCollection.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/MapLayer/LayerGroupCollection.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/MapLayer/LayerGroupCollection.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/MapLayer/LayerGroupCollection.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/MapLayer/LayerGroupCollection.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/MapLayer/LayerGroupType.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/MapLayer/LayerGroupType.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/MapLayer/LayerGroupType.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/MapLayer/LayerType.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/MapLayer/LayerType.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/MapLayer/LayerType.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/MapLayer/MapBase.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/MapLayer/MapBase.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/MapLayer/MapBase.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/MapLayer/MapBase.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/MapLayer/MapBase.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/MapLayer/MapBase.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/MapLayer/MapCollection.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/MapLayer/MapCollection.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/MapLayer/MapCollection.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/MapLayer/MapCollection.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/MapLayer/MapCollection.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/MapLayer/MapCollection.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/MapLayer/ObjectChange.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/MapLayer/ObjectChange.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/MapLayer/ObjectChange.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/MapLayer/ObjectChange.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/MapLayer/ObjectChange.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/MapLayer/ObjectChange.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/MapLayer/ReadOnlyLayerCollection.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/MapLayer/ReadOnlyLayerCollection.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/MapLayer/ReadOnlyLayerCollection.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/MapLayer/ReadOnlyLayerCollection.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/MapLayer/ReadOnlyLayerCollection.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/MapLayer/ReadOnlyLayerCollection.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/MapLayer/SelectionBase.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/MapLayer/SelectionBase.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/MapLayer/SelectionBase.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/MapLayer/SelectionBase.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/MapLayer/SelectionBase.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/MapLayer/SelectionBase.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/PlatformBase.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/PlatformBase.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/PlatformBase.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/PlatformBaseBuild.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/PlatformBaseBuild.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/PlatformBaseBuild.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/BaseService.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/BaseService.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/BaseService.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/BaseServiceDefs.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/BaseServiceDefs.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/BaseServiceDefs.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/BaseServiceDefs.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/BaseServiceDefs.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/BaseServiceDefs.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/ClassDefinition.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/ClassDefinition.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/ClassDefinition.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/ClassDefinition.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/ClassDefinition.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/ClassDefinition.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/ClassDefinitionCollection.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/ClassDefinitionCollection.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/ClassDefinitionCollection.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/ClassDefinitionCollection.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/ClassDefinitionCollection.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/ClassDefinitionCollection.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/CreateSdfParams.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/CreateSdfParams.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/CreateSdfParams.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/CreateSdfParams.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/CreateSdfParams.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/CreateSdfParams.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/DataPropertyDefinition.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/DataPropertyDefinition.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/DataPropertyDefinition.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/DataPropertyDefinition.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/DataPropertyDefinition.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/DataPropertyDefinition.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/DataReader.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/DataReader.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/DataReader.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/DataReader.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/DataReader.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/DataReader.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/DeleteFeatures.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/DeleteFeatures.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/DeleteFeatures.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/DeleteFeatures.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/DeleteFeatures.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/DeleteFeatures.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/FeatureAggregateOptions.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/FeatureAggregateOptions.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/FeatureAggregateOptions.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/FeatureAggregateOptions.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/FeatureAggregateOptions.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/FeatureAggregateOptions.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/FeatureCommand.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/FeatureCommand.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/FeatureCommand.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/FeatureCommandCollection.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/FeatureCommandCollection.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/FeatureCommandCollection.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/FeatureCommandCollection.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/FeatureCommandCollection.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/FeatureCommandCollection.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/FeatureCommandType.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/FeatureCommandType.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/FeatureCommandType.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/FeatureDefs.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/FeatureDefs.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/FeatureDefs.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/FeatureDefs.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/FeatureDefs.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/FeatureDefs.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/FeatureGeometricType.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/FeatureGeometricType.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/FeatureGeometricType.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/FeatureProperty.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/FeatureProperty.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/FeatureProperty.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/FeatureProperty.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/FeatureProperty.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/FeatureProperty.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/FeatureQueryOptions.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/FeatureQueryOptions.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/FeatureQueryOptions.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/FeatureQueryOptions.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/FeatureQueryOptions.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/FeatureQueryOptions.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/FeatureReader.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/FeatureReader.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/FeatureReader.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/FeatureReader.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/FeatureReader.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/FeatureReader.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/FeatureSchema.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/FeatureSchema.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/FeatureSchema.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/FeatureSchema.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/FeatureSchema.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/FeatureSchema.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/FeatureSchemaCollection.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/FeatureSchemaCollection.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/FeatureSchemaCollection.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/FeatureSchemaCollection.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/FeatureSchemaCollection.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/FeatureSchemaCollection.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/FeatureService.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/FeatureService.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/FeatureService.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/FeatureService.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/FeatureService.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/FeatureService.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/FeatureServiceCommon.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/FeatureServiceCommon.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/FeatureServiceCommon.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/FeatureSet.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/FeatureSet.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/FeatureSet.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/FeatureSet.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/FeatureSet.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/FeatureSet.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/FeatureSourceParams.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/FeatureSourceParams.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/FeatureSourceParams.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/FeatureSourceParams.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/FeatureSourceParams.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/FeatureSourceParams.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/FeatureSpatialOperations.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/FeatureSpatialOperations.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/FeatureSpatialOperations.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/GeometricPropertyDefinition.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/GeometricPropertyDefinition.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/GeometricPropertyDefinition.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/GeometricPropertyDefinition.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/GeometricPropertyDefinition.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/GeometricPropertyDefinition.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/GeometryProperty.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/GeometryProperty.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/GeometryProperty.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/GeometryProperty.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/GeometryProperty.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/GeometryProperty.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/GwsFeatureReader.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/GwsFeatureReader.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/GwsFeatureReader.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/InsertFeatures.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/InsertFeatures.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/InsertFeatures.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/InsertFeatures.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/InsertFeatures.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/InsertFeatures.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/LockFeatures.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/LockFeatures.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/LockFeatures.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/LockFeatures.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/LockFeatures.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/LockFeatures.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/LongTransactionData.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/LongTransactionData.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/LongTransactionData.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/LongTransactionData.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/LongTransactionData.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/LongTransactionData.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/LongTransactionReader.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/LongTransactionReader.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/LongTransactionReader.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/LongTransactionReader.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/LongTransactionReader.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/LongTransactionReader.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/ObjectPropertyDefinition.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/ObjectPropertyDefinition.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/ObjectPropertyDefinition.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/ObjectPropertyDefinition.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/ObjectPropertyDefinition.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/ObjectPropertyDefinition.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/ObjectPropertyType.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/ObjectPropertyType.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/ObjectPropertyType.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/OrderingOption.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/OrderingOption.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/OrderingOption.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/PlatformBaseClassId.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/PlatformBaseClassId.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/PlatformBaseClassId.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/Raster.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/Raster.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/Raster.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/Raster.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/Raster.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/Raster.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/RasterProperty.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/RasterProperty.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/RasterProperty.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/RasterProperty.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/RasterProperty.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/RasterProperty.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/RasterPropertyDefinition.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/RasterPropertyDefinition.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/RasterPropertyDefinition.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/RasterPropertyDefinition.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/RasterPropertyDefinition.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/RasterPropertyDefinition.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/RasterTypes.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/RasterTypes.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/RasterTypes.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/RasterTypes.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/RasterTypes.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/RasterTypes.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/Reader.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/Reader.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/Reader.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/ReaderType.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/ReaderType.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/ReaderType.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/Resource.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/Resource.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/Resource.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/Resource.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/Resource.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/Resource.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/ResourceDefs.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/ResourceDefs.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/ResourceDefs.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/ResourceDefs.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/ResourceDefs.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/ResourceDefs.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/ResourceIdentifier.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/ResourceIdentifier.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/ResourceIdentifier.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/ResourceIdentifier.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/ResourceIdentifier.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/ResourceIdentifier.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/ResourceService.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/ResourceService.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/ResourceService.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/ResourceService.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/ResourceService.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/ResourceService.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/Service.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/Service.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/Service.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/Service.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/Service.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/Service.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/ServiceRegistry.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/ServiceRegistry.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/ServiceRegistry.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/ServiceRegistry.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/ServiceRegistry.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/ServiceRegistry.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/SpatialContextData.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/SpatialContextData.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/SpatialContextData.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/SpatialContextData.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/SpatialContextData.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/SpatialContextData.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/SpatialContextExtentType.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/SpatialContextExtentType.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/SpatialContextExtentType.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/SpatialContextReader.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/SpatialContextReader.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/SpatialContextReader.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/SpatialContextReader.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/SpatialContextReader.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/SpatialContextReader.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/SqlDataReader.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/SqlDataReader.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/SqlDataReader.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/SqlDataReader.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/SqlDataReader.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/SqlDataReader.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/UnlockFeatures.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/UnlockFeatures.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/UnlockFeatures.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/UnlockFeatures.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/UnlockFeatures.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/UnlockFeatures.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/UpdateFeatures.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/UpdateFeatures.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/UpdateFeatures.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/UpdateFeatures.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/UpdateFeatures.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/UpdateFeatures.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/Warnings.cpp
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/Warnings.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/Warnings.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/PlatformBase/Services/Warnings.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/Warnings.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/PlatformBase/Services/Warnings.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/ProductVersion.h
===================================================================
--- trunk/MgDev/Common/ProductVersion.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/ProductVersion.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Security/CryptographyUtil.cpp
===================================================================
--- trunk/MgDev/Common/Security/CryptographyUtil.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Security/CryptographyUtil.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Security/CryptographyUtil.h
===================================================================
--- trunk/MgDev/Common/Security/CryptographyUtil.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Security/CryptographyUtil.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Security/LicenseUtil.cpp
===================================================================
--- trunk/MgDev/Common/Security/LicenseUtil.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Security/LicenseUtil.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Security/LicenseUtil.h
===================================================================
--- trunk/MgDev/Common/Security/LicenseUtil.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Security/LicenseUtil.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Security/SecurityBuild.cpp
===================================================================
--- trunk/MgDev/Common/Security/SecurityBuild.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Security/SecurityBuild.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Security/SecurityDefs.h
===================================================================
--- trunk/MgDev/Common/Security/SecurityDefs.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Security/SecurityDefs.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/BooleanValue.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/BooleanValue.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/BooleanValue.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/BooleanValue.h
===================================================================
--- trunk/MgDev/Common/Stylization/BooleanValue.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/BooleanValue.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/Bounds.h
===================================================================
--- trunk/MgDev/Common/Stylization/Bounds.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/Bounds.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/CSysTransformer.h
===================================================================
--- trunk/MgDev/Common/Stylization/CSysTransformer.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/CSysTransformer.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/Centroid.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/Centroid.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/Centroid.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/Centroid.h
===================================================================
--- trunk/MgDev/Common/Stylization/Centroid.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/Centroid.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/DWFRSInputStream.h
===================================================================
--- trunk/MgDev/Common/Stylization/DWFRSInputStream.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/DWFRSInputStream.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/DWFRenderer.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/DWFRenderer.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/DWFRenderer.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/DWFRenderer.h
===================================================================
--- trunk/MgDev/Common/Stylization/DWFRenderer.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/DWFRenderer.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/DataValue.h
===================================================================
--- trunk/MgDev/Common/Stylization/DataValue.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/DataValue.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/DataValuePool.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/DataValuePool.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/DataValuePool.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/DataValuePool.h
===================================================================
--- trunk/MgDev/Common/Stylization/DataValuePool.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/DataValuePool.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/DataValueStack.h
===================================================================
--- trunk/MgDev/Common/Stylization/DataValueStack.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/DataValueStack.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/DateTimeValue.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/DateTimeValue.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/DateTimeValue.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/DateTimeValue.h
===================================================================
--- trunk/MgDev/Common/Stylization/DateTimeValue.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/DateTimeValue.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/DefaultStylizer.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/DefaultStylizer.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/DefaultStylizer.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/DefaultStylizer.h
===================================================================
--- trunk/MgDev/Common/Stylization/DefaultStylizer.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/DefaultStylizer.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/DoubleValue.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/DoubleValue.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/DoubleValue.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/DoubleValue.h
===================================================================
--- trunk/MgDev/Common/Stylization/DoubleValue.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/DoubleValue.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/EMapRenderer.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/EMapRenderer.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/EMapRenderer.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/EMapRenderer.h
===================================================================
--- trunk/MgDev/Common/Stylization/EMapRenderer.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/EMapRenderer.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/EMapUpdateRenderer.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/EMapUpdateRenderer.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/EMapUpdateRenderer.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/EMapUpdateRenderer.h
===================================================================
--- trunk/MgDev/Common/Stylization/EMapUpdateRenderer.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/EMapUpdateRenderer.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/EPlotRenderer.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/EPlotRenderer.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/EPlotRenderer.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/EPlotRenderer.h
===================================================================
--- trunk/MgDev/Common/Stylization/EPlotRenderer.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/EPlotRenderer.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/FeatureTypeStyleVisitor.h
===================================================================
--- trunk/MgDev/Common/Stylization/FeatureTypeStyleVisitor.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/FeatureTypeStyleVisitor.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/FilterExecutor.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/FilterExecutor.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/FilterExecutor.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/FilterExecutor.h
===================================================================
--- trunk/MgDev/Common/Stylization/FilterExecutor.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/FilterExecutor.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/FontManager.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/FontManager.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/FontManager.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/FontManager.h
===================================================================
--- trunk/MgDev/Common/Stylization/FontManager.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/FontManager.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/GDFillPatterns.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/GDFillPatterns.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/GDFillPatterns.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/GDFillPatterns.h
===================================================================
--- trunk/MgDev/Common/Stylization/GDFillPatterns.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/GDFillPatterns.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/GDRenderer.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/GDRenderer.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/GDRenderer.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/GDRenderer.h
===================================================================
--- trunk/MgDev/Common/Stylization/GDRenderer.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/GDRenderer.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/GDUtils.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/GDUtils.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/GDUtils.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/GDUtils.h
===================================================================
--- trunk/MgDev/Common/Stylization/GDUtils.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/GDUtils.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/GDW2DRewriter.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/GDW2DRewriter.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/GDW2DRewriter.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/GDW2DRewriter.h
===================================================================
--- trunk/MgDev/Common/Stylization/GDW2DRewriter.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/GDW2DRewriter.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/GeometryAdapter.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/GeometryAdapter.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/GeometryAdapter.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/GeometryAdapter.h
===================================================================
--- trunk/MgDev/Common/Stylization/GeometryAdapter.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/GeometryAdapter.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/Int64Value.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/Int64Value.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/Int64Value.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/Int64Value.h
===================================================================
--- trunk/MgDev/Common/Stylization/Int64Value.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/Int64Value.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/KeyEncode.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/KeyEncode.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/KeyEncode.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/KeyEncode.h
===================================================================
--- trunk/MgDev/Common/Stylization/KeyEncode.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/KeyEncode.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/KmlContent.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/KmlContent.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/KmlContent.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/KmlContent.h
===================================================================
--- trunk/MgDev/Common/Stylization/KmlContent.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/KmlContent.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/KmlLineStyle.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/KmlLineStyle.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/KmlLineStyle.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/KmlLineStyle.h
===================================================================
--- trunk/MgDev/Common/Stylization/KmlLineStyle.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/KmlLineStyle.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/KmlPolyStyle.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/KmlPolyStyle.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/KmlPolyStyle.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/KmlPolyStyle.h
===================================================================
--- trunk/MgDev/Common/Stylization/KmlPolyStyle.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/KmlPolyStyle.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/KmlRenderer.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/KmlRenderer.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/KmlRenderer.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/KmlRenderer.h
===================================================================
--- trunk/MgDev/Common/Stylization/KmlRenderer.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/KmlRenderer.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/LabelRenderer.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/LabelRenderer.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/LabelRenderer.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/LabelRenderer.h
===================================================================
--- trunk/MgDev/Common/Stylization/LabelRenderer.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/LabelRenderer.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/LabelRendererBase.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/LabelRendererBase.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/LabelRendererBase.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/LabelRendererBase.h
===================================================================
--- trunk/MgDev/Common/Stylization/LabelRendererBase.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/LabelRendererBase.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/LabelRendererLocal.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/LabelRendererLocal.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/LabelRendererLocal.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/LabelRendererLocal.h
===================================================================
--- trunk/MgDev/Common/Stylization/LabelRendererLocal.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/LabelRendererLocal.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/LineBuffer.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/LineBuffer.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/LineBuffer.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/LineBuffer.h
===================================================================
--- trunk/MgDev/Common/Stylization/LineBuffer.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/LineBuffer.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/LineStyle.h
===================================================================
--- trunk/MgDev/Common/Stylization/LineStyle.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/LineStyle.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/LineStyleDef.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/LineStyleDef.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/LineStyleDef.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/LineStyleDef.h
===================================================================
--- trunk/MgDev/Common/Stylization/LineStyleDef.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/LineStyleDef.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/ObservationMesh.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/ObservationMesh.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/ObservationMesh.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/ObservationMesh.h
===================================================================
--- trunk/MgDev/Common/Stylization/ObservationMesh.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/ObservationMesh.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/PointAdapter.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/PointAdapter.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/PointAdapter.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/PointAdapter.h
===================================================================
--- trunk/MgDev/Common/Stylization/PointAdapter.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/PointAdapter.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/PolygonAdapter.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/PolygonAdapter.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/PolygonAdapter.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/PolygonAdapter.h
===================================================================
--- trunk/MgDev/Common/Stylization/PolygonAdapter.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/PolygonAdapter.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/PolygonUtils.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/PolygonUtils.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/PolygonUtils.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/PolygonUtils.h
===================================================================
--- trunk/MgDev/Common/Stylization/PolygonUtils.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/PolygonUtils.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/PolylineAdapter.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/PolylineAdapter.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/PolylineAdapter.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/PolylineAdapter.h
===================================================================
--- trunk/MgDev/Common/Stylization/PolylineAdapter.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/PolylineAdapter.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/RSBufferOutputStream.h
===================================================================
--- trunk/MgDev/Common/Stylization/RSBufferOutputStream.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/RSBufferOutputStream.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/RSDWFInputStream.h
===================================================================
--- trunk/MgDev/Common/Stylization/RSDWFInputStream.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/RSDWFInputStream.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/RSDWFOutputStream.h
===================================================================
--- trunk/MgDev/Common/Stylization/RSDWFOutputStream.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/RSDWFOutputStream.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/RS_ByteData.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/RS_ByteData.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/RS_ByteData.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/RS_ByteData.h
===================================================================
--- trunk/MgDev/Common/Stylization/RS_ByteData.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/RS_ByteData.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/RS_FeatureReader.h
===================================================================
--- trunk/MgDev/Common/Stylization/RS_FeatureReader.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/RS_FeatureReader.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/RS_Font.h
===================================================================
--- trunk/MgDev/Common/Stylization/RS_Font.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/RS_Font.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/RS_InputStream.h
===================================================================
--- trunk/MgDev/Common/Stylization/RS_InputStream.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/RS_InputStream.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/RS_OutputStream.h
===================================================================
--- trunk/MgDev/Common/Stylization/RS_OutputStream.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/RS_OutputStream.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/RS_Raster.h
===================================================================
--- trunk/MgDev/Common/Stylization/RS_Raster.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/RS_Raster.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/RasterAdapter.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/RasterAdapter.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/RasterAdapter.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/RasterAdapter.h
===================================================================
--- trunk/MgDev/Common/Stylization/RasterAdapter.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/RasterAdapter.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/Renderer.h
===================================================================
--- trunk/MgDev/Common/Stylization/Renderer.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/Renderer.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/RendererStyles.h
===================================================================
--- trunk/MgDev/Common/Stylization/RendererStyles.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/RendererStyles.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/SLDSymbols.h
===================================================================
--- trunk/MgDev/Common/Stylization/SLDSymbols.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/SLDSymbols.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/SimpleOverpost.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/SimpleOverpost.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/SimpleOverpost.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/SimpleOverpost.h
===================================================================
--- trunk/MgDev/Common/Stylization/SimpleOverpost.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/SimpleOverpost.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/StringValue.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/StringValue.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/StringValue.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/StringValue.h
===================================================================
--- trunk/MgDev/Common/Stylization/StringValue.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/StringValue.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/Stylization.h
===================================================================
--- trunk/MgDev/Common/Stylization/Stylization.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/Stylization.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/Stylizer.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/Stylizer.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/Stylizer.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/Stylizer.h
===================================================================
--- trunk/MgDev/Common/Stylization/Stylizer.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/Stylizer.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/SymbolManager.h
===================================================================
--- trunk/MgDev/Common/Stylization/SymbolManager.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/SymbolManager.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/SymbolTrans.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/SymbolTrans.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/SymbolTrans.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/SymbolTrans.h
===================================================================
--- trunk/MgDev/Common/Stylization/SymbolTrans.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/SymbolTrans.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/SymbolVisitor.h
===================================================================
--- trunk/MgDev/Common/Stylization/SymbolVisitor.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/SymbolVisitor.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/W2DRewriter.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/W2DRewriter.cpp	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/W2DRewriter.cpp	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/W2DRewriter.h
===================================================================
--- trunk/MgDev/Common/Stylization/W2DRewriter.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/W2DRewriter.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/stdafx.h
===================================================================
--- trunk/MgDev/Common/Stylization/stdafx.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/stdafx.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/whip_fill_library.h
===================================================================
--- trunk/MgDev/Common/Stylization/whip_fill_library.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/whip_fill_library.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Common/Stylization/whip_hatch_library.h
===================================================================
--- trunk/MgDev/Common/Stylization/whip_hatch_library.h	2007-02-16 20:51:40 UTC (rev 1112)
+++ trunk/MgDev/Common/Stylization/whip_hatch_library.h	2007-02-16 21:40:51 UTC (rev 1113)
@@ -1,5 +1,5 @@
 //
-//  Copyright (C) 2004-2006  Autodesk, Inc.
+//  Copyright (C) 2004-2007 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser



More information about the mapguide-commits mailing list