[mapguide-commits] r4535 - in trunk/MgDev: Common/Geometry/Buffer Common/Geometry/Parse Common/Stylization Server/src/Gws/GwsCommon Server/src/Gws/GwsCommon/inc Server/src/Gws/GwsQueryEngine Server/src/Gws/GwsQueryEngine/inc Server/src/Gws/GwsResource Server/src/Gws/Include Server/src/Services/Feature

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Jan 14 01:21:48 EST 2010


Author: waltweltonlair
Date: 2010-01-14 01:21:48 -0500 (Thu, 14 Jan 2010)
New Revision: 4535

Modified:
   trunk/MgDev/Common/Geometry/Buffer/performanceOptions.h
   trunk/MgDev/Common/Geometry/Parse/yyAwkt.y
   trunk/MgDev/Common/Stylization/ExpressionFunctionArgb.cpp
   trunk/MgDev/Common/Stylization/ExpressionFunctionArgb.h
   trunk/MgDev/Common/Stylization/ExpressionFunctionDecap.cpp
   trunk/MgDev/Common/Stylization/ExpressionFunctionDecap.h
   trunk/MgDev/Common/Stylization/ExpressionFunctionFeatureClass.cpp
   trunk/MgDev/Common/Stylization/ExpressionFunctionFeatureClass.h
   trunk/MgDev/Common/Stylization/ExpressionFunctionFeatureId.cpp
   trunk/MgDev/Common/Stylization/ExpressionFunctionFeatureId.h
   trunk/MgDev/Common/Stylization/ExpressionFunctionIf.cpp
   trunk/MgDev/Common/Stylization/ExpressionFunctionIf.h
   trunk/MgDev/Common/Stylization/ExpressionFunctionLayerId.cpp
   trunk/MgDev/Common/Stylization/ExpressionFunctionLayerId.h
   trunk/MgDev/Common/Stylization/ExpressionFunctionLookup.cpp
   trunk/MgDev/Common/Stylization/ExpressionFunctionLookup.h
   trunk/MgDev/Common/Stylization/ExpressionFunctionMapName.cpp
   trunk/MgDev/Common/Stylization/ExpressionFunctionMapName.h
   trunk/MgDev/Common/Stylization/ExpressionFunctionRange.cpp
   trunk/MgDev/Common/Stylization/ExpressionFunctionRange.h
   trunk/MgDev/Common/Stylization/ExpressionFunctionSession.cpp
   trunk/MgDev/Common/Stylization/ExpressionFunctionSession.h
   trunk/MgDev/Common/Stylization/ExpressionFunctionUrlEncode.cpp
   trunk/MgDev/Common/Stylization/ExpressionFunctionUrlEncode.h
   trunk/MgDev/Common/Stylization/ExpressionHelper.cpp
   trunk/MgDev/Common/Stylization/ExpressionHelper.h
   trunk/MgDev/Common/Stylization/GridStatusReporter.h
   trunk/MgDev/Common/Stylization/GridStyleHandler.h
   trunk/MgDev/Common/Stylization/GridStyleSurfaceColorHandler.cpp
   trunk/MgDev/Common/Stylization/GridStylizerReactor.cpp
   trunk/MgDev/Common/Stylization/GridStylizerReactor.h
   trunk/MgDev/Common/Stylization/GridTheme.cpp
   trunk/MgDev/Common/Stylization/GridThemeParser.cpp
   trunk/MgDev/Common/Stylization/ThemeParameters.cpp
   trunk/MgDev/Common/Stylization/ThemeParameters.h
   trunk/MgDev/Server/src/Gws/GwsCommon/GwsCommon.cpp
   trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsOperationHandler.h
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryEngine.def
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsBinaryFeatureReader.h
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsBinaryFeatureWriter.h
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsBinaryReader.h
   trunk/MgDev/Server/src/Gws/GwsResource/GwsResourceLinux.cpp
   trunk/MgDev/Server/src/Gws/GwsResource/GwsResourceLinux.h
   trunk/MgDev/Server/src/Gws/Include/GwsCommon.h
   trunk/MgDev/Server/src/Gws/Include/GwsQueryEngine.h
   trunk/MgDev/Server/src/Services/Feature/ByteSourceRasterStreamImpl.cpp
   trunk/MgDev/Server/src/Services/Feature/FdoFeatureReader.cpp
   trunk/MgDev/Server/src/Services/Feature/FdoFeatureReader.h
   trunk/MgDev/Server/src/Services/Feature/FdoFilterCollection.cpp
   trunk/MgDev/Server/src/Services/Feature/FdoFilterCollection.h
   trunk/MgDev/Server/src/Services/Feature/FdoReaderCollection.cpp
   trunk/MgDev/Server/src/Services/Feature/FdoReaderCollection.h
   trunk/MgDev/Server/src/Services/Feature/FilterUtil.cpp
   trunk/MgDev/Server/src/Services/Feature/GwsConnectionPool.cpp
   trunk/MgDev/Server/src/Services/Feature/GwsConnectionPool.h
   trunk/MgDev/Server/src/Services/Feature/ServerApplySchema.cpp
   trunk/MgDev/Server/src/Services/Feature/ServerFeatureReader.cpp
Log:
Fix headers

Modified: trunk/MgDev/Common/Geometry/Buffer/performanceOptions.h
===================================================================
--- trunk/MgDev/Common/Geometry/Buffer/performanceOptions.h	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Common/Geometry/Buffer/performanceOptions.h	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,5 +1,3 @@
-#ifndef _PERFORMANCEOPTIONS_H_
-#define _PERFORMANCEOPTIONS_H_
 //
 //  Copyright (C) 2004-2010 by Autodesk, Inc.
 //
@@ -17,9 +15,9 @@
 //  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 //
 
+#ifndef _PERFORMANCEOPTIONS_H_
+#define _PERFORMANCEOPTIONS_H_
 
-
-
 // FOR DEBUGGING A CERTAIN POLYGON BUFFERING FAILURE, SET THE FOLLOWING:
 //----------------------------------------------------------------------
 // Dump intermediate data to .ffgf files (the winged edges). Set these flags in the compiler's command line:

Modified: trunk/MgDev/Common/Geometry/Parse/yyAwkt.y
===================================================================
--- trunk/MgDev/Common/Geometry/Parse/yyAwkt.y	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Common/Geometry/Parse/yyAwkt.y	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,19 +1,19 @@
-// 
-//  Copyright (C) 2001-2010 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.
-// 
-//  AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE
-//  CORRECTNESS OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE
-//  IT. AUTODESK PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY
-//  DISCLAIMS ANY LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL
-//  DAMAGES FOR ERRORS, OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
-// 
-//  Use, duplication, or disclosure by the U.S. Government is subject
-//  to restrictions set forth in FAR 52.227-19 (Commercial Computer 
-//  Software Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
-//  (Rights in Technical Data and Computer Software), as applicable.
+//
+//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//
+//  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
+//
 
 ///////////////////////////////////////////////////////////////////////
 // Name

Modified: trunk/MgDev/Common/Stylization/ExpressionFunctionArgb.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/ExpressionFunctionArgb.cpp	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Common/Stylization/ExpressionFunctionArgb.cpp	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,20 +1,19 @@
-/*
- * Copyright (C) 2007-2010 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.
- *
- * AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE
- * CORRECTNESS OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE
- * IT. AUTODESK PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY
- * DISCLAIMS ANY LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL
- * DAMAGES FOR ERRORS, OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
- *
- * Use, duplication, or disclosure by the U.S. Government is subject
- * to restrictions set forth in FAR 52.227-19 (Commercial Computer
- * Software Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
- * (Rights in Technical Data and Computer Software), as applicable.
- */
+//
+//  Copyright (C) 2007-2010 by Autodesk, Inc.
+//
+//  This library is free software; you can redistribute it and/or
+//  modify it under the terms of version 2.1 of the GNU Lesser
+//  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 "stdafx.h"
 #include "ExpressionFunctionArgb.h"

Modified: trunk/MgDev/Common/Stylization/ExpressionFunctionArgb.h
===================================================================
--- trunk/MgDev/Common/Stylization/ExpressionFunctionArgb.h	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Common/Stylization/ExpressionFunctionArgb.h	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,20 +1,19 @@
-/*
- * Copyright (C) 2007-2010 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.
- *
- * AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE
- * CORRECTNESS OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE
- * IT. AUTODESK PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY
- * DISCLAIMS ANY LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL
- * DAMAGES FOR ERRORS, OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
- *
- * Use, duplication, or disclosure by the U.S. Government is subject
- * to restrictions set forth in FAR 52.227-19 (Commercial Computer
- * Software Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
- * (Rights in Technical Data and Computer Software), as applicable.
- */
+//
+//  Copyright (C) 2007-2010 by Autodesk, Inc.
+//
+//  This library is free software; you can redistribute it and/or
+//  modify it under the terms of version 2.1 of the GNU Lesser
+//  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 EXPRESSION_FUNCTION_ARGB_H_
 #define EXPRESSION_FUNCTION_ARGB_H_

Modified: trunk/MgDev/Common/Stylization/ExpressionFunctionDecap.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/ExpressionFunctionDecap.cpp	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Common/Stylization/ExpressionFunctionDecap.cpp	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,20 +1,19 @@
-/*
- * Copyright (C) 2007-2010 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.
- *
- * AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE
- * CORRECTNESS OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE
- * IT. AUTODESK PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY
- * DISCLAIMS ANY LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL
- * DAMAGES FOR ERRORS, OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
- *
- * Use, duplication, or disclosure by the U.S. Government is subject
- * to restrictions set forth in FAR 52.227-19 (Commercial Computer
- * Software Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
- * (Rights in Technical Data and Computer Software), as applicable.
- */
+//
+//  Copyright (C) 2007-2010 by Autodesk, Inc.
+//
+//  This library is free software; you can redistribute it and/or
+//  modify it under the terms of version 2.1 of the GNU Lesser
+//  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 "stdafx.h"
 #include "ExpressionFunctionDecap.h"

Modified: trunk/MgDev/Common/Stylization/ExpressionFunctionDecap.h
===================================================================
--- trunk/MgDev/Common/Stylization/ExpressionFunctionDecap.h	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Common/Stylization/ExpressionFunctionDecap.h	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,20 +1,19 @@
-/*
- * Copyright (C) 2007-2010 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.
- *
- * AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE
- * CORRECTNESS OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE
- * IT. AUTODESK PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY
- * DISCLAIMS ANY LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL
- * DAMAGES FOR ERRORS, OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
- *
- * Use, duplication, or disclosure by the U.S. Government is subject
- * to restrictions set forth in FAR 52.227-19 (Commercial Computer
- * Software Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
- * (Rights in Technical Data and Computer Software), as applicable.
- */
+//
+//  Copyright (C) 2007-2010 by Autodesk, Inc.
+//
+//  This library is free software; you can redistribute it and/or
+//  modify it under the terms of version 2.1 of the GNU Lesser
+//  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 EXPRESSION_FUNCTION_DECAP_H_
 #define EXPRESSION_FUNCTION_DECAP_H_

Modified: trunk/MgDev/Common/Stylization/ExpressionFunctionFeatureClass.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/ExpressionFunctionFeatureClass.cpp	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Common/Stylization/ExpressionFunctionFeatureClass.cpp	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,20 +1,19 @@
-/*
- * Copyright (C) 2007-2010 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.
- *
- * AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE
- * CORRECTNESS OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE
- * IT. AUTODESK PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY
- * DISCLAIMS ANY LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL
- * DAMAGES FOR ERRORS, OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
- *
- * Use, duplication, or disclosure by the U.S. Government is subject
- * to restrictions set forth in FAR 52.227-19 (Commercial Computer
- * Software Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
- * (Rights in Technical Data and Computer Software), as applicable.
- */
+//
+//  Copyright (C) 2007-2010 by Autodesk, Inc.
+//
+//  This library is free software; you can redistribute it and/or
+//  modify it under the terms of version 2.1 of the GNU Lesser
+//  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 "stdafx.h"
 #include "ExpressionFunctionFeatureClass.h"

Modified: trunk/MgDev/Common/Stylization/ExpressionFunctionFeatureClass.h
===================================================================
--- trunk/MgDev/Common/Stylization/ExpressionFunctionFeatureClass.h	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Common/Stylization/ExpressionFunctionFeatureClass.h	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,20 +1,19 @@
-/*
- * Copyright (C) 2007-2010 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.
- *
- * AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE
- * CORRECTNESS OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE
- * IT. AUTODESK PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY
- * DISCLAIMS ANY LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL
- * DAMAGES FOR ERRORS, OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
- *
- * Use, duplication, or disclosure by the U.S. Government is subject
- * to restrictions set forth in FAR 52.227-19 (Commercial Computer
- * Software Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
- * (Rights in Technical Data and Computer Software), as applicable.
- */
+//
+//  Copyright (C) 2007-2010 by Autodesk, Inc.
+//
+//  This library is free software; you can redistribute it and/or
+//  modify it under the terms of version 2.1 of the GNU Lesser
+//  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 EXPRESSION_FUNCTION_FEATURECLASS_H_
 #define EXPRESSION_FUNCTION_FEATURECLASS_H_

Modified: trunk/MgDev/Common/Stylization/ExpressionFunctionFeatureId.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/ExpressionFunctionFeatureId.cpp	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Common/Stylization/ExpressionFunctionFeatureId.cpp	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,20 +1,19 @@
-/*
- * Copyright (C) 2007-2010 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.
- *
- * AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE
- * CORRECTNESS OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE
- * IT. AUTODESK PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY
- * DISCLAIMS ANY LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL
- * DAMAGES FOR ERRORS, OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
- *
- * Use, duplication, or disclosure by the U.S. Government is subject
- * to restrictions set forth in FAR 52.227-19 (Commercial Computer
- * Software Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
- * (Rights in Technical Data and Computer Software), as applicable.
- */
+//
+//  Copyright (C) 2007-2010 by Autodesk, Inc.
+//
+//  This library is free software; you can redistribute it and/or
+//  modify it under the terms of version 2.1 of the GNU Lesser
+//  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 "stdafx.h"
 #include "ExpressionFunctionFeatureId.h"

Modified: trunk/MgDev/Common/Stylization/ExpressionFunctionFeatureId.h
===================================================================
--- trunk/MgDev/Common/Stylization/ExpressionFunctionFeatureId.h	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Common/Stylization/ExpressionFunctionFeatureId.h	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,20 +1,19 @@
-/*
- * Copyright (C) 2007-2010 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.
- *
- * AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE
- * CORRECTNESS OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE
- * IT. AUTODESK PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY
- * DISCLAIMS ANY LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL
- * DAMAGES FOR ERRORS, OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
- *
- * Use, duplication, or disclosure by the U.S. Government is subject
- * to restrictions set forth in FAR 52.227-19 (Commercial Computer
- * Software Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
- * (Rights in Technical Data and Computer Software), as applicable.
- */
+//
+//  Copyright (C) 2007-2010 by Autodesk, Inc.
+//
+//  This library is free software; you can redistribute it and/or
+//  modify it under the terms of version 2.1 of the GNU Lesser
+//  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 EXPRESSION_FUNCTION_FEATUREID_H_
 #define EXPRESSION_FUNCTION_FEATUREID_H_

Modified: trunk/MgDev/Common/Stylization/ExpressionFunctionIf.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/ExpressionFunctionIf.cpp	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Common/Stylization/ExpressionFunctionIf.cpp	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,20 +1,19 @@
-/*
- * Copyright (C) 2007-2010 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.
- *
- * AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE
- * CORRECTNESS OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE
- * IT. AUTODESK PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY
- * DISCLAIMS ANY LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL
- * DAMAGES FOR ERRORS, OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
- *
- * Use, duplication, or disclosure by the U.S. Government is subject
- * to restrictions set forth in FAR 52.227-19 (Commercial Computer
- * Software Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
- * (Rights in Technical Data and Computer Software), as applicable.
- */
+//
+//  Copyright (C) 2007-2010 by Autodesk, Inc.
+//
+//  This library is free software; you can redistribute it and/or
+//  modify it under the terms of version 2.1 of the GNU Lesser
+//  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 "stdafx.h"
 #include "ExpressionFunctionIf.h"

Modified: trunk/MgDev/Common/Stylization/ExpressionFunctionIf.h
===================================================================
--- trunk/MgDev/Common/Stylization/ExpressionFunctionIf.h	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Common/Stylization/ExpressionFunctionIf.h	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,20 +1,19 @@
-/*
- * Copyright (C) 2007-2010 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.
- *
- * AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE
- * CORRECTNESS OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE
- * IT. AUTODESK PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY
- * DISCLAIMS ANY LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL
- * DAMAGES FOR ERRORS, OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
- *
- * Use, duplication, or disclosure by the U.S. Government is subject
- * to restrictions set forth in FAR 52.227-19 (Commercial Computer
- * Software Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
- * (Rights in Technical Data and Computer Software), as applicable.
- */
+//
+//  Copyright (C) 2007-2010 by Autodesk, Inc.
+//
+//  This library is free software; you can redistribute it and/or
+//  modify it under the terms of version 2.1 of the GNU Lesser
+//  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 EXPRESSION_FUNCTION_IF_H_
 #define EXPRESSION_FUNCTION_IF_H_

Modified: trunk/MgDev/Common/Stylization/ExpressionFunctionLayerId.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/ExpressionFunctionLayerId.cpp	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Common/Stylization/ExpressionFunctionLayerId.cpp	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,20 +1,19 @@
-/*
- * Copyright (C) 2007-2010 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.
- *
- * AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE
- * CORRECTNESS OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE
- * IT. AUTODESK PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY
- * DISCLAIMS ANY LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL
- * DAMAGES FOR ERRORS, OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
- *
- * Use, duplication, or disclosure by the U.S. Government is subject
- * to restrictions set forth in FAR 52.227-19 (Commercial Computer
- * Software Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
- * (Rights in Technical Data and Computer Software), as applicable.
- */
+//
+//  Copyright (C) 2007-2010 by Autodesk, Inc.
+//
+//  This library is free software; you can redistribute it and/or
+//  modify it under the terms of version 2.1 of the GNU Lesser
+//  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 "stdafx.h"
 #include "ExpressionFunctionLayerId.h"

Modified: trunk/MgDev/Common/Stylization/ExpressionFunctionLayerId.h
===================================================================
--- trunk/MgDev/Common/Stylization/ExpressionFunctionLayerId.h	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Common/Stylization/ExpressionFunctionLayerId.h	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,20 +1,19 @@
-/*
- * Copyright (C) 2007-2010 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.
- *
- * AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE
- * CORRECTNESS OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE
- * IT. AUTODESK PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY
- * DISCLAIMS ANY LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL
- * DAMAGES FOR ERRORS, OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
- *
- * Use, duplication, or disclosure by the U.S. Government is subject
- * to restrictions set forth in FAR 52.227-19 (Commercial Computer
- * Software Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
- * (Rights in Technical Data and Computer Software), as applicable.
- */
+//
+//  Copyright (C) 2007-2010 by Autodesk, Inc.
+//
+//  This library is free software; you can redistribute it and/or
+//  modify it under the terms of version 2.1 of the GNU Lesser
+//  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 EXPRESSION_FUNCTION_LAYERID_H_
 #define EXPRESSION_FUNCTION_LAYERID_H_

Modified: trunk/MgDev/Common/Stylization/ExpressionFunctionLookup.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/ExpressionFunctionLookup.cpp	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Common/Stylization/ExpressionFunctionLookup.cpp	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,20 +1,19 @@
-/*
- * Copyright (C) 2007-2010 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.
- *
- * AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE
- * CORRECTNESS OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE
- * IT. AUTODESK PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY
- * DISCLAIMS ANY LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL
- * DAMAGES FOR ERRORS, OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
- *
- * Use, duplication, or disclosure by the U.S. Government is subject
- * to restrictions set forth in FAR 52.227-19 (Commercial Computer
- * Software Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
- * (Rights in Technical Data and Computer Software), as applicable.
- */
+//
+//  Copyright (C) 2007-2010 by Autodesk, Inc.
+//
+//  This library is free software; you can redistribute it and/or
+//  modify it under the terms of version 2.1 of the GNU Lesser
+//  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 "stdafx.h"
 #include "ExpressionFunctionLookup.h"

Modified: trunk/MgDev/Common/Stylization/ExpressionFunctionLookup.h
===================================================================
--- trunk/MgDev/Common/Stylization/ExpressionFunctionLookup.h	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Common/Stylization/ExpressionFunctionLookup.h	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,20 +1,19 @@
-/*
- * Copyright (C) 2007-2010 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.
- *
- * AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE
- * CORRECTNESS OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE
- * IT. AUTODESK PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY
- * DISCLAIMS ANY LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL
- * DAMAGES FOR ERRORS, OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
- *
- * Use, duplication, or disclosure by the U.S. Government is subject
- * to restrictions set forth in FAR 52.227-19 (Commercial Computer
- * Software Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
- * (Rights in Technical Data and Computer Software), as applicable.
- */
+//
+//  Copyright (C) 2007-2010 by Autodesk, Inc.
+//
+//  This library is free software; you can redistribute it and/or
+//  modify it under the terms of version 2.1 of the GNU Lesser
+//  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 EXPRESSION_FUNCTION_LOOKUP_H_
 #define EXPRESSION_FUNCTION_LOOKUP_H_

Modified: trunk/MgDev/Common/Stylization/ExpressionFunctionMapName.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/ExpressionFunctionMapName.cpp	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Common/Stylization/ExpressionFunctionMapName.cpp	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,20 +1,19 @@
-/*
- * Copyright (C) 2007-2010 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.
- *
- * AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE
- * CORRECTNESS OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE
- * IT. AUTODESK PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY
- * DISCLAIMS ANY LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL
- * DAMAGES FOR ERRORS, OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
- *
- * Use, duplication, or disclosure by the U.S. Government is subject
- * to restrictions set forth in FAR 52.227-19 (Commercial Computer
- * Software Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
- * (Rights in Technical Data and Computer Software), as applicable.
- */
+//
+//  Copyright (C) 2007-2010 by Autodesk, Inc.
+//
+//  This library is free software; you can redistribute it and/or
+//  modify it under the terms of version 2.1 of the GNU Lesser
+//  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 "stdafx.h"
 #include "ExpressionFunctionMapName.h"

Modified: trunk/MgDev/Common/Stylization/ExpressionFunctionMapName.h
===================================================================
--- trunk/MgDev/Common/Stylization/ExpressionFunctionMapName.h	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Common/Stylization/ExpressionFunctionMapName.h	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,20 +1,19 @@
-/*
- * Copyright (C) 2007-2010 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.
- *
- * AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE
- * CORRECTNESS OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE
- * IT. AUTODESK PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY
- * DISCLAIMS ANY LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL
- * DAMAGES FOR ERRORS, OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
- *
- * Use, duplication, or disclosure by the U.S. Government is subject
- * to restrictions set forth in FAR 52.227-19 (Commercial Computer
- * Software Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
- * (Rights in Technical Data and Computer Software), as applicable.
- */
+//
+//  Copyright (C) 2007-2010 by Autodesk, Inc.
+//
+//  This library is free software; you can redistribute it and/or
+//  modify it under the terms of version 2.1 of the GNU Lesser
+//  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 EXPRESSION_FUNCTION_MAPNAME_H_
 #define EXPRESSION_FUNCTION_MAPNAME_H_

Modified: trunk/MgDev/Common/Stylization/ExpressionFunctionRange.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/ExpressionFunctionRange.cpp	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Common/Stylization/ExpressionFunctionRange.cpp	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,20 +1,19 @@
-/*
- * Copyright (C) 2007-2010 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.
- *
- * AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE
- * CORRECTNESS OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE
- * IT. AUTODESK PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY
- * DISCLAIMS ANY LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL
- * DAMAGES FOR ERRORS, OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
- *
- * Use, duplication, or disclosure by the U.S. Government is subject
- * to restrictions set forth in FAR 52.227-19 (Commercial Computer
- * Software Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
- * (Rights in Technical Data and Computer Software), as applicable.
- */
+//
+//  Copyright (C) 2007-2010 by Autodesk, Inc.
+//
+//  This library is free software; you can redistribute it and/or
+//  modify it under the terms of version 2.1 of the GNU Lesser
+//  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 "stdafx.h"
 #include "ExpressionFunctionRange.h"

Modified: trunk/MgDev/Common/Stylization/ExpressionFunctionRange.h
===================================================================
--- trunk/MgDev/Common/Stylization/ExpressionFunctionRange.h	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Common/Stylization/ExpressionFunctionRange.h	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,20 +1,19 @@
-/*
- * Copyright (C) 2007-2010 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.
- *
- * AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE
- * CORRECTNESS OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE
- * IT. AUTODESK PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY
- * DISCLAIMS ANY LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL
- * DAMAGES FOR ERRORS, OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
- *
- * Use, duplication, or disclosure by the U.S. Government is subject
- * to restrictions set forth in FAR 52.227-19 (Commercial Computer
- * Software Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
- * (Rights in Technical Data and Computer Software), as applicable.
- */
+//
+//  Copyright (C) 2007-2010 by Autodesk, Inc.
+//
+//  This library is free software; you can redistribute it and/or
+//  modify it under the terms of version 2.1 of the GNU Lesser
+//  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 EXPRESSION_FUNCTION_RANGE_H_
 #define EXPRESSION_FUNCTION_RANGE_H_

Modified: trunk/MgDev/Common/Stylization/ExpressionFunctionSession.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/ExpressionFunctionSession.cpp	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Common/Stylization/ExpressionFunctionSession.cpp	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,20 +1,19 @@
-/*
- * Copyright (C) 2007-2010 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.
- *
- * AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE
- * CORRECTNESS OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE
- * IT. AUTODESK PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY
- * DISCLAIMS ANY LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL
- * DAMAGES FOR ERRORS, OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
- *
- * Use, duplication, or disclosure by the U.S. Government is subject
- * to restrictions set forth in FAR 52.227-19 (Commercial Computer
- * Software Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
- * (Rights in Technical Data and Computer Software), as applicable.
- */
+//
+//  Copyright (C) 2007-2010 by Autodesk, Inc.
+//
+//  This library is free software; you can redistribute it and/or
+//  modify it under the terms of version 2.1 of the GNU Lesser
+//  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 "stdafx.h"
 #include "ExpressionFunctionSession.h"

Modified: trunk/MgDev/Common/Stylization/ExpressionFunctionSession.h
===================================================================
--- trunk/MgDev/Common/Stylization/ExpressionFunctionSession.h	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Common/Stylization/ExpressionFunctionSession.h	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,21 +1,21 @@
-/*
- * Copyright (C) 2007-2010 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.
- *
- * AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE
- * CORRECTNESS OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE
- * IT. AUTODESK PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY
- * DISCLAIMS ANY LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL
- * DAMAGES FOR ERRORS, OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
- *
- * Use, duplication, or disclosure by the U.S. Government is subject
- * to restrictions set forth in FAR 52.227-19 (Commercial Computer
- * Software Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
- * (Rights in Technical Data and Computer Software), as applicable.
- */
+//
+//  Copyright (C) 2007-2010 by Autodesk, Inc.
+//
+//  This library is free software; you can redistribute it and/or
+//  modify it under the terms of version 2.1 of the GNU Lesser
+//  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 EXPRESSION_FUNCTION_SESSION_H_
 #define EXPRESSION_FUNCTION_SESSION_H_
 

Modified: trunk/MgDev/Common/Stylization/ExpressionFunctionUrlEncode.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/ExpressionFunctionUrlEncode.cpp	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Common/Stylization/ExpressionFunctionUrlEncode.cpp	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,20 +1,19 @@
-/*
- * Copyright (C) 2007-2010 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.
- *
- * AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE
- * CORRECTNESS OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE
- * IT. AUTODESK PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY
- * DISCLAIMS ANY LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL
- * DAMAGES FOR ERRORS, OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
- *
- * Use, duplication, or disclosure by the U.S. Government is subject
- * to restrictions set forth in FAR 52.227-19 (Commercial Computer
- * Software Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
- * (Rights in Technical Data and Computer Software), as applicable.
- */
+//
+//  Copyright (C) 2007-2010 by Autodesk, Inc.
+//
+//  This library is free software; you can redistribute it and/or
+//  modify it under the terms of version 2.1 of the GNU Lesser
+//  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 "stdafx.h"
 #include "ExpressionFunctionUrlEncode.h"

Modified: trunk/MgDev/Common/Stylization/ExpressionFunctionUrlEncode.h
===================================================================
--- trunk/MgDev/Common/Stylization/ExpressionFunctionUrlEncode.h	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Common/Stylization/ExpressionFunctionUrlEncode.h	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,20 +1,19 @@
-/*
- * Copyright (C) 2007-2010 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.
- *
- * AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE
- * CORRECTNESS OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE
- * IT. AUTODESK PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY
- * DISCLAIMS ANY LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL
- * DAMAGES FOR ERRORS, OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
- *
- * Use, duplication, or disclosure by the U.S. Government is subject
- * to restrictions set forth in FAR 52.227-19 (Commercial Computer
- * Software Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
- * (Rights in Technical Data and Computer Software), as applicable.
- */
+//
+//  Copyright (C) 2007-2010 by Autodesk, Inc.
+//
+//  This library is free software; you can redistribute it and/or
+//  modify it under the terms of version 2.1 of the GNU Lesser
+//  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 EXPRESSION_FUNCTION_URLENCODE_H_
 #define EXPRESSION_FUNCTION_URLENCODE_H_

Modified: trunk/MgDev/Common/Stylization/ExpressionHelper.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/ExpressionHelper.cpp	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Common/Stylization/ExpressionHelper.cpp	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,20 +1,19 @@
-/*
- * Copyright (C) 2007-2010 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.
- *
- * AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE
- * CORRECTNESS OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE
- * IT. AUTODESK PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY
- * DISCLAIMS ANY LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL
- * DAMAGES FOR ERRORS, OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
- *
- * Use, duplication, or disclosure by the U.S. Government is subject
- * to restrictions set forth in FAR 52.227-19 (Commercial Computer
- * Software Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
- * (Rights in Technical Data and Computer Software), as applicable.
- */
+//
+//  Copyright (C) 2007-2010 by Autodesk, Inc.
+//
+//  This library is free software; you can redistribute it and/or
+//  modify it under the terms of version 2.1 of the GNU Lesser
+//  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 "stdafx.h"
 #include "ExpressionHelper.h"

Modified: trunk/MgDev/Common/Stylization/ExpressionHelper.h
===================================================================
--- trunk/MgDev/Common/Stylization/ExpressionHelper.h	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Common/Stylization/ExpressionHelper.h	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,20 +1,19 @@
-/*
- * Copyright (C) 2007-2010 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.
- *
- * AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE
- * CORRECTNESS OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE
- * IT. AUTODESK PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY
- * DISCLAIMS ANY LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL
- * DAMAGES FOR ERRORS, OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
- *
- * Use, duplication, or disclosure by the U.S. Government is subject
- * to restrictions set forth in FAR 52.227-19 (Commercial Computer
- * Software Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
- * (Rights in Technical Data and Computer Software), as applicable.
- */
+//
+//  Copyright (C) 2007-2010 by Autodesk, Inc.
+//
+//  This library is free software; you can redistribute it and/or
+//  modify it under the terms of version 2.1 of the GNU Lesser
+//  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 EXPRESSION_HELPER_H_
 #define EXPRESSION_HELPER_H_

Modified: trunk/MgDev/Common/Stylization/GridStatusReporter.h
===================================================================
--- trunk/MgDev/Common/Stylization/GridStatusReporter.h	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Common/Stylization/GridStatusReporter.h	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,20 +1,18 @@
-//  $Header: //GBU/Metropolis/Main/Server/Common/Stylization/GridStatusReporter.h#1 $
 //
-//  Copyright (C) 2005-2010 by Autodesk, Inc. All Rights Reserved.
+//  Copyright (C) 2005-2010 by Autodesk, Inc.
 //
-//  By using this code, you are agreeing to the terms and conditions of
-//  the License Agreement included in the documentation for this code.
+//  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.
 //
-//  AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE
-//  CORRECTNESS OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE
-//  IT. AUTODESK PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY
-//  DISCLAIMS ANY LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL
-//  DAMAGES FOR ERRORS, OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
+//  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.
 //
-//  Use, duplication, or disclosure by the U.S. Government is subject
-//  to restrictions set forth in FAR 52.227-19 (Commercial Computer
-//  Software Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
-//  (Rights in Technical Data and Computer Software), as applicable.
+//  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 GRIDSTATUSREPORTER_H_

Modified: trunk/MgDev/Common/Stylization/GridStyleHandler.h
===================================================================
--- trunk/MgDev/Common/Stylization/GridStyleHandler.h	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Common/Stylization/GridStyleHandler.h	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,20 +1,18 @@
-//  $Header: //GBU/Metropolis/Main/Server/Common/Stylization/GridStyleHandler.h#1 $
 //
-//  Copyright (C) 2005-2010 by Autodesk, Inc. All Rights Reserved.
+//  Copyright (C) 2005-2010 by Autodesk, Inc.
 //
-//  By using this code, you are agreeing to the terms and conditions of
-//  the License Agreement included in the documentation for this code.
+//  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.
 //
-//  AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE
-//  CORRECTNESS OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE
-//  IT. AUTODESK PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY
-//  DISCLAIMS ANY LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL
-//  DAMAGES FOR ERRORS, OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
+//  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.
 //
-//  Use, duplication, or disclosure by the U.S. Government is subject
-//  to restrictions set forth in FAR 52.227-19 (Commercial Computer
-//  Software Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
-//  (Rights in Technical Data and Computer Software), as applicable.
+//  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 GRIDSTYLEHANDLER_H_

Modified: trunk/MgDev/Common/Stylization/GridStyleSurfaceColorHandler.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/GridStyleSurfaceColorHandler.cpp	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Common/Stylization/GridStyleSurfaceColorHandler.cpp	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,20 +1,18 @@
-//  $Header: //GBU/Metropolis/Main/Server/Common/Stylization/GridStyleSurfaceColorHandler.cpp#1 $
 //
-//  Copyright (C) 2005-2010 by Autodesk, Inc. All Rights Reserved.
+//  Copyright (C) 2005-2010 by Autodesk, Inc.
 //
-//  By using this code, you are agreeing to the terms and conditions of
-//  the License Agreement included in the documentation for this code.
+//  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.
 //
-//  AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE
-//  CORRECTNESS OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE
-//  IT. AUTODESK PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY
-//  DISCLAIMS ANY LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL
-//  DAMAGES FOR ERRORS, OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
+//  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.
 //
-//  Use, duplication, or disclosure by the U.S. Government is subject
-//  to restrictions set forth in FAR 52.227-19 (Commercial Computer
-//  Software Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
-//  (Rights in Technical Data and Computer Software), as applicable.
+//  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 "stdafx.h"

Modified: trunk/MgDev/Common/Stylization/GridStylizerReactor.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/GridStylizerReactor.cpp	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Common/Stylization/GridStylizerReactor.cpp	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,20 +1,18 @@
-//  $Header: //GBU/Metropolis/Main/Server/Common/Stylization/GridStylizerReactor.cpp#1 $
 //
-//  Copyright (C) 2005-2010 by Autodesk, Inc. All Rights Reserved.
+//  Copyright (C) 2005-2010 by Autodesk, Inc.
 //
-//  By using this code, you are agreeing to the terms and conditions of
-//  the License Agreement included in the documentation for this code.
+//  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.
 //
-//  AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE
-//  CORRECTNESS OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE
-//  IT. AUTODESK PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY
-//  DISCLAIMS ANY LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL
-//  DAMAGES FOR ERRORS, OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
+//  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.
 //
-//  Use, duplication, or disclosure by the U.S. Government is subject
-//  to restrictions set forth in FAR 52.227-19 (Commercial Computer
-//  Software Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
-//  (Rights in Technical Data and Computer Software), as applicable.
+//  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 "stdafx.h"

Modified: trunk/MgDev/Common/Stylization/GridStylizerReactor.h
===================================================================
--- trunk/MgDev/Common/Stylization/GridStylizerReactor.h	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Common/Stylization/GridStylizerReactor.h	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,20 +1,18 @@
-//  $Header: //GBU/Metropolis/Main/Server/Common/Stylization/GridStylizerReactor.h#1 $
 //
-//  Copyright (C) 2005-2010 by Autodesk, Inc. All Rights Reserved.
+//  Copyright (C) 2005-2010 by Autodesk, Inc.
 //
-//  By using this code, you are agreeing to the terms and conditions of
-//  the License Agreement included in the documentation for this code.
+//  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.
 //
-//  AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE
-//  CORRECTNESS OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE
-//  IT. AUTODESK PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY
-//  DISCLAIMS ANY LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL
-//  DAMAGES FOR ERRORS, OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
+//  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.
 //
-//  Use, duplication, or disclosure by the U.S. Government is subject
-//  to restrictions set forth in FAR 52.227-19 (Commercial Computer
-//  Software Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
-//  (Rights in Technical Data and Computer Software), as applicable.
+//  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
 //
 
 //#pragma once

Modified: trunk/MgDev/Common/Stylization/GridTheme.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/GridTheme.cpp	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Common/Stylization/GridTheme.cpp	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,20 +1,18 @@
-//  $Header: //GBU/Metropolis/Main/Server/Common/Stylization/GridTheme.cpp#1 $
 //
-//  Copyright (C) 2005-2010 by Autodesk, Inc. All Rights Reserved.
+//  Copyright (C) 2005-2010 by Autodesk, Inc.
 //
-//  By using this code, you are agreeing to the terms and conditions of
-//  the License Agreement included in the documentation for this code.
+//  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.
 //
-//  AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE
-//  CORRECTNESS OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE
-//  IT. AUTODESK PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY
-//  DISCLAIMS ANY LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL
-//  DAMAGES FOR ERRORS, OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
+//  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.
 //
-//  Use, duplication, or disclosure by the U.S. Government is subject
-//  to restrictions set forth in FAR 52.227-19 (Commercial Computer
-//  Software Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
-//  (Rights in Technical Data and Computer Software), as applicable.
+//  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 "stdafx.h"

Modified: trunk/MgDev/Common/Stylization/GridThemeParser.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/GridThemeParser.cpp	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Common/Stylization/GridThemeParser.cpp	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,20 +1,18 @@
-//  $Header: //GBU/Metropolis/Main/Server/Common/Stylization/GridThemeParser.cpp#1 $
 //
-//  Copyright (C) 2005-2010 by Autodesk, Inc. All Rights Reserved.
+//  Copyright (C) 2005-2010 by Autodesk, Inc.
 //
-//  By using this code, you are agreeing to the terms and conditions of
-//  the License Agreement included in the documentation for this code.
+//  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.
 //
-//  AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE
-//  CORRECTNESS OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE
-//  IT. AUTODESK PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY
-//  DISCLAIMS ANY LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL
-//  DAMAGES FOR ERRORS, OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
+//  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.
 //
-//  Use, duplication, or disclosure by the U.S. Government is subject
-//  to restrictions set forth in FAR 52.227-19 (Commercial Computer
-//  Software Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
-//  (Rights in Technical Data and Computer Software), as applicable.
+//  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 "stdafx.h"

Modified: trunk/MgDev/Common/Stylization/ThemeParameters.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/ThemeParameters.cpp	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Common/Stylization/ThemeParameters.cpp	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,20 +1,19 @@
-/*
- * Copyright (C) 2007-2010 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.
- *
- * AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE
- * CORRECTNESS OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE
- * IT. AUTODESK PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY
- * DISCLAIMS ANY LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL
- * DAMAGES FOR ERRORS, OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
- *
- * Use, duplication, or disclosure by the U.S. Government is subject
- * to restrictions set forth in FAR 52.227-19 (Commercial Computer
- * Software Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
- * (Rights in Technical Data and Computer Software), as applicable.
- */
+//
+//  Copyright (C) 2007-2010 by Autodesk, Inc.
+//
+//  This library is free software; you can redistribute it and/or
+//  modify it under the terms of version 2.1 of the GNU Lesser
+//  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 "stdafx.h"
 #include "ThemeParameters.h"

Modified: trunk/MgDev/Common/Stylization/ThemeParameters.h
===================================================================
--- trunk/MgDev/Common/Stylization/ThemeParameters.h	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Common/Stylization/ThemeParameters.h	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,20 +1,19 @@
-/*
- * Copyright (C) 2007-2010 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.
- *
- * AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE
- * CORRECTNESS OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE
- * IT. AUTODESK PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY
- * DISCLAIMS ANY LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL
- * DAMAGES FOR ERRORS, OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
- *
- * Use, duplication, or disclosure by the U.S. Government is subject
- * to restrictions set forth in FAR 52.227-19 (Commercial Computer
- * Software Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
- * (Rights in Technical Data and Computer Software), as applicable.
- */
+//
+//  Copyright (C) 2007-2010 by Autodesk, Inc.
+//
+//  This library is free software; you can redistribute it and/or
+//  modify it under the terms of version 2.1 of the GNU Lesser
+//  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 THEME_PARAMETERS_H_
 #define THEME_PARAMETERS_H_

Modified: trunk/MgDev/Server/src/Gws/GwsCommon/GwsCommon.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsCommon/GwsCommon.cpp	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Server/src/Gws/GwsCommon/GwsCommon.cpp	2010-01-14 06:21:48 UTC (rev 4535)
@@ -17,6 +17,7 @@
 
 #include "stdafx.h"
 #include "GWSCommonImp.h"
+
 BOOL APIENTRY DllMain( HANDLE hModule,
                        DWORD  ul_reason_for_call,
                        LPVOID lpReserved

Modified: trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsOperationHandler.h
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsOperationHandler.h	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Server/src/Gws/GwsCommon/inc/GwsOperationHandler.h	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,18 +1,18 @@
 //
-// Copyright (C) 2004-2010 by Autodesk, Inc.
+//  Copyright (C) 2004-2010 by Autodesk, Inc.
 //
-// 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 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.
+//  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
+//  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 "GwsObjectImpl.h"

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryEngine.def
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryEngine.def	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryEngine.def	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,16 +1,16 @@
 ;
-; Copyright (C) 2004-2010 by Autodesk, Inc.
+;  Copyright (C) 2007-2010 by Autodesk, Inc.
 ;
-; By using this code, you are agreeing to the terms and conditions of
-; the License Agreement included in the documentation for this code.
+;  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.
 ;
-; AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE
-; CORRECTNESS OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE
-; IT. AUTODESK PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY
-; DISCLAIMS ANY LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL
-; DAMAGES FOR ERRORS, OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
+;  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.
 ;
-; Use, duplication, or disclosure by the U.S. Government is subject
-; to restrictions set forth in FAR 52.227-19 (Commercial Computer
-; Software Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
-; (Rights in Technical Data and Computer Software), as applicable.
+;  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
+;

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsBinaryFeatureReader.h
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsBinaryFeatureReader.h	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsBinaryFeatureReader.h	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,17 +1,19 @@
-// Copyright (C) 2004-2010 by Autodesk, Inc.
 //
-// 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.
+//  Copyright (C) 2004-2010 by Autodesk, Inc.
 //
-// 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.
+//  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.
 //
-// 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
+//  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 GWS_BINARYFEATUREWRITER_H
 #define GWS_BINARYFEATUREWRITER_H

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsBinaryFeatureWriter.h
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsBinaryFeatureWriter.h	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsBinaryFeatureWriter.h	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,17 +1,19 @@
-// Copyright (C) 2004-2010 by Autodesk, Inc.
 //
-// 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.
+//  Copyright (C) 2004-2010 by Autodesk, Inc.
 //
-// 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.
+//  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.
 //
-// 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
+//  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 GWS_BINARYFEATUREWRITER_H
 #define GWS_BINARYFEATUREWRITER_H

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsBinaryReader.h
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsBinaryReader.h	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/inc/GwsBinaryReader.h	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,5 +1,3 @@
-#ifndef _BINARYREADER_H
-#define _BINARYREADER_H
 //
 //  Copyright (C) 2004-2010 by Autodesk, Inc.
 //
@@ -15,7 +13,11 @@
 //  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 _BINARYREADER_H
+#define _BINARYREADER_H
+
 #ifdef _WIN32
 #include <hash_map>
 #else

Modified: trunk/MgDev/Server/src/Gws/GwsResource/GwsResourceLinux.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsResource/GwsResourceLinux.cpp	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Server/src/Gws/GwsResource/GwsResourceLinux.cpp	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,17 +1,19 @@
-// Copyright (C) 2004-2010 by Autodesk, Inc.
 //
-// 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.
+//  Copyright (C) 2004-2010 by Autodesk, Inc.
 //
-// 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.
+//  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.
 //
-// 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
+//  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
+//
 
 // This file was generated from the GWSResource.rc file
 

Modified: trunk/MgDev/Server/src/Gws/GwsResource/GwsResourceLinux.h
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsResource/GwsResourceLinux.h	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Server/src/Gws/GwsResource/GwsResourceLinux.h	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,17 +1,19 @@
-// Copyright (C) 2004-2010 by Autodesk, Inc.
 //
-// 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.
+//  Copyright (C) 2004-2010 by Autodesk, Inc.
 //
-// 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.
+//  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.
 //
-// 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
+//  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
+//
 
 // This file was generated from the GWSResource.rc file
 

Modified: trunk/MgDev/Server/src/Gws/Include/GwsCommon.h
===================================================================
--- trunk/MgDev/Server/src/Gws/Include/GwsCommon.h	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Server/src/Gws/Include/GwsCommon.h	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,21 +1,23 @@
-#ifndef GWSCommon_H
-#define GWSCommon_H
-// Copyright (C) 2004-2010 by Autodesk, Inc.
 //
-// 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.
+//  Copyright (C) 2004-2010 by Autodesk, Inc.
 //
-// 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.
+//  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.
 //
-// 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
+//  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 GWSCommon_H
+#define GWSCommon_H
+
 #ifdef _WIN32
 #ifdef GWSCOMMON_EXPORTS
 #define GWS_COMMON_API __declspec(dllexport)

Modified: trunk/MgDev/Server/src/Gws/Include/GwsQueryEngine.h
===================================================================
--- trunk/MgDev/Server/src/Gws/Include/GwsQueryEngine.h	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Server/src/Gws/Include/GwsQueryEngine.h	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,21 +1,23 @@
-#ifndef GwsQueryEngine_h
-#define GwsQueryEngine_h
-// Copyright (C) 2004-2010 by Autodesk, Inc.
 //
-// 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.
+//  Copyright (C) 2004-2010 by Autodesk, Inc.
 //
-// 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.
+//  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.
 //
-// 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
+//  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 GwsQueryEngine_h
+#define GwsQueryEngine_h
+
 #ifdef _WIN32
 #ifdef GWSQUERYENGINE_EXPORTS
 #define GWS_QUERYENGINE_API __declspec(dllexport)

Modified: trunk/MgDev/Server/src/Services/Feature/ByteSourceRasterStreamImpl.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ByteSourceRasterStreamImpl.cpp	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Server/src/Services/Feature/ByteSourceRasterStreamImpl.cpp	2010-01-14 06:21:48 UTC (rev 4535)
@@ -20,6 +20,7 @@
 #include "MapGuideCommon.h"
 #include "ServerFeatureServiceDefs.h"
 #include "ByteSourceRasterStreamImpl.h"
+
 //////////////////////////////////////////////////////////////////
 ///<summary>
 /// Construct a ByteSourceRasterStreamImpl object

Modified: trunk/MgDev/Server/src/Services/Feature/FdoFeatureReader.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/FdoFeatureReader.cpp	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Server/src/Services/Feature/FdoFeatureReader.cpp	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,21 +1,20 @@
-/*
- *
-* Copyright (C) 2004-2010 by Autodesk, Inc.
-*
-* This library is free software; you can redistribute it and/or
-* modify it under the terms of version 2.1 of the GNU Lesser
-* General Public License as published by the Free Software Foundation.
-*
-* This library is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this library; if not, write to the Free Software
-* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
-*
- */
+//
+//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//
+//  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 "stdafx.h"
 #include <assert.h>
 #include "Fdo.h"

Modified: trunk/MgDev/Server/src/Services/Feature/FdoFeatureReader.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/FdoFeatureReader.h	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Server/src/Services/Feature/FdoFeatureReader.h	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,21 +1,22 @@
+//
+//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//
+//  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 _MGFDOFEATUREREADER_H
 #define _MGFDOFEATUREREADER_H
-/*
- * Copyright (C) 2004-2010 by Autodesk, Inc.
- *
- * 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 "FdoReaderCollection.h"
 
@@ -96,4 +97,3 @@
 };
 
 #endif // _MGFDOFEATUREREADER_H
-

Modified: trunk/MgDev/Server/src/Services/Feature/FdoFilterCollection.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/FdoFilterCollection.cpp	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Server/src/Services/Feature/FdoFilterCollection.cpp	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,5 +1,4 @@
 //
-//
 //  Copyright (C) 2004-2010 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
@@ -15,6 +14,7 @@
 //  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 "stdafx.h"
 #include "FdoFilterCollection.h"
 
@@ -22,4 +22,3 @@
 {
     return new MgFdoFilterCollection();
 }
-

Modified: trunk/MgDev/Server/src/Services/Feature/FdoFilterCollection.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/FdoFilterCollection.h	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Server/src/Services/Feature/FdoFilterCollection.h	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,27 +1,22 @@
-#ifndef _MGFDOFILTERCOLLECTION_H_
-#define _MGFDOFILTERCOLLECTION_H_
 //
-
+//  Copyright (C) 2004-2010 by Autodesk, Inc.
 //
-// Copyright (C) 2004-2010 by Autodesk, Inc.
+//  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 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.
 //
-// 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
 //
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
-//
 
-#ifdef _WIN32
-#pragma once
-#endif
+#ifndef _MGFDOFILTERCOLLECTION_H_
+#define _MGFDOFILTERCOLLECTION_H_
 
 #include <FdoStd.h>
 
@@ -57,5 +52,3 @@
     /*FDO_API*/ static MgFdoFilterCollection* Create();
 };
 #endif
-
-

Modified: trunk/MgDev/Server/src/Services/Feature/FdoReaderCollection.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/FdoReaderCollection.cpp	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Server/src/Services/Feature/FdoReaderCollection.cpp	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,5 +1,4 @@
 //
-//
 //  Copyright (C) 2004-2010 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
@@ -15,6 +14,7 @@
 //  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 "stdafx.h"
 #include "FdoReaderCollection.h"
 
@@ -22,4 +22,3 @@
 {
     return new MgFdoReaderCollection();
 }
-

Modified: trunk/MgDev/Server/src/Services/Feature/FdoReaderCollection.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/FdoReaderCollection.h	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Server/src/Services/Feature/FdoReaderCollection.h	2010-01-14 06:21:48 UTC (rev 4535)
@@ -1,27 +1,22 @@
-#ifndef _MGFDOREADERCOLLECTION_H_
-#define _MGFDOREADERCOLLECTION_H_
 //
-
+//  Copyright (C) 2004-2010 by Autodesk, Inc.
 //
-// Copyright (C) 2004-2010 by Autodesk, Inc.
+//  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 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.
 //
-// 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
 //
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
-//
 
-#ifdef _WIN32
-#pragma once
-#endif
+#ifndef _MGFDOREADERCOLLECTION_H_
+#define _MGFDOREADERCOLLECTION_H_
 
 #include <FdoStd.h>
 
@@ -57,5 +52,3 @@
     /*FDO_API*/ static MgFdoReaderCollection* Create();
 };
 #endif
-
-

Modified: trunk/MgDev/Server/src/Services/Feature/FilterUtil.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/FilterUtil.cpp	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Server/src/Services/Feature/FilterUtil.cpp	2010-01-14 06:21:48 UTC (rev 4535)
@@ -921,4 +921,3 @@
 
     return ret;
 }
-

Modified: trunk/MgDev/Server/src/Services/Feature/GwsConnectionPool.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/GwsConnectionPool.cpp	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Server/src/Services/Feature/GwsConnectionPool.cpp	2010-01-14 06:21:48 UTC (rev 4535)
@@ -141,5 +141,3 @@
     }
     m_connections.erase (iter);
 }
-
-

Modified: trunk/MgDev/Server/src/Services/Feature/GwsConnectionPool.h
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/GwsConnectionPool.h	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Server/src/Services/Feature/GwsConnectionPool.h	2010-01-14 06:21:48 UTC (rev 4535)
@@ -30,7 +30,6 @@
 typedef MgGwsConnectionMap::value_type MgGwsConnectionMapValue;
 
 
-
 class MgGwsConnectionPool : public IGWSConnectionPool
 {
 public:

Modified: trunk/MgDev/Server/src/Services/Feature/ServerApplySchema.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerApplySchema.cpp	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Server/src/Services/Feature/ServerApplySchema.cpp	2010-01-14 06:21:48 UTC (rev 4535)
@@ -105,5 +105,3 @@
 
     MG_FEATURE_SERVICE_CHECK_CONNECTION_CATCH_AND_THROW(resource, L"MgServerDescribeSchema.ApplySchema")
 }
-
-

Modified: trunk/MgDev/Server/src/Services/Feature/ServerFeatureReader.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerFeatureReader.cpp	2010-01-14 05:04:09 UTC (rev 4534)
+++ trunk/MgDev/Server/src/Services/Feature/ServerFeatureReader.cpp	2010-01-14 06:21:48 UTC (rev 4535)
@@ -21,6 +21,7 @@
 #include "Envelope.h"
 #include "ServiceManager.h"
 #include "ServerFeatureUtil.h"
+
 //////////////////////////////////////////////////////////////////
 ///<summary>
 /// Construct a MgServerFeatureReader object from a byte source
@@ -1232,4 +1233,3 @@
     STRING propertyName = GetPropertyName(index);
     return GetRaster(propertyName);
 }
-



More information about the mapguide-commits mailing list