[mapguide-commits] r9872 - in sandbox/adsk/trunk: Common/CoordinateSystem Common/Foundation/Data Common/Foundation/System Common/PlatformBase Common/PlatformBase/MapLayer Web/src/DotNetApi/Foundation Web/src/DotNetApi/Geometry Web/src/DotNetApi/MapGuideCommon Web/src/DotNetApi/PlatformBase Web/src/DotNetApi/Web

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Sep 17 01:54:04 PDT 2021


Author: christinebao
Date: 2021-09-17 01:54:03 -0700 (Fri, 17 Sep 2021)
New Revision: 9872

Modified:
   sandbox/adsk/trunk/Common/CoordinateSystem/CoordSysUtil.h
   sandbox/adsk/trunk/Common/Foundation/Data/NamedCollection.cpp
   sandbox/adsk/trunk/Common/Foundation/System/Util.cpp
   sandbox/adsk/trunk/Common/PlatformBase/MapLayer/LayerBase.h
   sandbox/adsk/trunk/Common/PlatformBase/MapLayer/LayerGroup.h
   sandbox/adsk/trunk/Common/PlatformBase/MapLayer/LayerGroupOrder.h
   sandbox/adsk/trunk/Common/PlatformBase/PlatformBase.h
   sandbox/adsk/trunk/Web/src/DotNetApi/Foundation/AssemblyInfo.cs
   sandbox/adsk/trunk/Web/src/DotNetApi/Geometry/AssemblyInfo.cs
   sandbox/adsk/trunk/Web/src/DotNetApi/MapGuideCommon/AssemblyInfo.cs
   sandbox/adsk/trunk/Web/src/DotNetApi/PlatformBase/AssemblyInfo.cs
   sandbox/adsk/trunk/Web/src/DotNetApi/Web/AssemblyInfo.cs
Log:
Revert copyright to LGPL 2.1

Modified: sandbox/adsk/trunk/Common/CoordinateSystem/CoordSysUtil.h
===================================================================
--- sandbox/adsk/trunk/Common/CoordinateSystem/CoordSysUtil.h	2021-09-17 07:23:22 UTC (rev 9871)
+++ sandbox/adsk/trunk/Common/CoordinateSystem/CoordSysUtil.h	2021-09-17 08:54:03 UTC (rev 9872)
@@ -1,14 +1,20 @@
 //
-// (C) Copyright 2021 by Autodesk, Inc.
+//  Copyright (C) 2004-2021 by Autodesk, Inc.
 //
-// The information contained herein is confidential, proprietary
-// to Autodesk,  Inc.,  and considered a trade secret as defined
-// in section 499C of the penal code of the State of California.
-// Use of  this information  by  anyone  other  than  authorized
-// employees of Autodesk, Inc.  is granted  only under a written
-// non-disclosure agreement,  expressly  prescribing  the  scope
-// and manner of such use.
+//  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
+//
+// This implementation file provides some useful utility functions and classes.
 
 #ifndef _CCOORDINATESYSTEMUTIL_H_
 #define _CCOORDINATESYSTEMUTIL_H_

Modified: sandbox/adsk/trunk/Common/Foundation/Data/NamedCollection.cpp
===================================================================
--- sandbox/adsk/trunk/Common/Foundation/Data/NamedCollection.cpp	2021-09-17 07:23:22 UTC (rev 9871)
+++ sandbox/adsk/trunk/Common/Foundation/Data/NamedCollection.cpp	2021-09-17 08:54:03 UTC (rev 9872)
@@ -1,14 +1,20 @@
 //
-// (C) Copyright 2021 by Autodesk, Inc.
+//  Copyright (C) 2004-2021 by Autodesk, Inc.
 //
-// The information contained herein is confidential, proprietary
-// to Autodesk,  Inc.,  and considered a trade secret as defined
-// in section 499C of the penal code of the State of California.
-// Use of  this information  by  anyone  other  than  authorized
-// employees of Autodesk, Inc.  is granted  only under a written
-// non-disclosure agreement,  expressly  prescribing  the  scope
-// and manner of such use.
+//  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
+//
+// This implementation file provides some useful utility functions and classes.
 
 #include "Foundation.h"
 #include <map>

Modified: sandbox/adsk/trunk/Common/Foundation/System/Util.cpp
===================================================================
--- sandbox/adsk/trunk/Common/Foundation/System/Util.cpp	2021-09-17 07:23:22 UTC (rev 9871)
+++ sandbox/adsk/trunk/Common/Foundation/System/Util.cpp	2021-09-17 08:54:03 UTC (rev 9872)
@@ -1,14 +1,20 @@
 //
-// (C) Copyright 2021 by Autodesk, Inc.
+//  Copyright (C) 2004-2021 by Autodesk, Inc.
 //
-// The information contained herein is confidential, proprietary
-// to Autodesk,  Inc.,  and considered a trade secret as defined
-// in section 499C of the penal code of the State of California.
-// Use of  this information  by  anyone  other  than  authorized
-// employees of Autodesk, Inc.  is granted  only under a written
-// non-disclosure agreement,  expressly  prescribing  the  scope
-// and manner of such use.
+//  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
+//
+// This implementation file provides some useful utility functions and classes.
 
 #include "Foundation.h"
 #include "UnicodeString.h"

Modified: sandbox/adsk/trunk/Common/PlatformBase/MapLayer/LayerBase.h
===================================================================
--- sandbox/adsk/trunk/Common/PlatformBase/MapLayer/LayerBase.h	2021-09-17 07:23:22 UTC (rev 9871)
+++ sandbox/adsk/trunk/Common/PlatformBase/MapLayer/LayerBase.h	2021-09-17 08:54:03 UTC (rev 9872)
@@ -1,14 +1,20 @@
 //
-// (C) Copyright 2021 by Autodesk, Inc.
+//  Copyright (C) 2004-2021 by Autodesk, Inc.
 //
-// The information contained herein is confidential, proprietary
-// to Autodesk,  Inc.,  and considered a trade secret as defined
-// in section 499C of the penal code of the State of California.
-// Use of  this information  by  anyone  other  than  authorized
-// employees of Autodesk, Inc.  is granted  only under a written
-// non-disclosure agreement,  expressly  prescribing  the  scope
-// and manner of such use.
+//  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
+//
+// This implementation file provides some useful utility functions and classes.
 
 #ifndef _MG_LAYER_BASE_H_
 #define _MG_LAYER_BASE_H_

Modified: sandbox/adsk/trunk/Common/PlatformBase/MapLayer/LayerGroup.h
===================================================================
--- sandbox/adsk/trunk/Common/PlatformBase/MapLayer/LayerGroup.h	2021-09-17 07:23:22 UTC (rev 9871)
+++ sandbox/adsk/trunk/Common/PlatformBase/MapLayer/LayerGroup.h	2021-09-17 08:54:03 UTC (rev 9872)
@@ -1,14 +1,20 @@
 //
-// (C) Copyright 2021 by Autodesk, Inc.
+//  Copyright (C) 2004-2021 by Autodesk, Inc.
 //
-// The information contained herein is confidential, proprietary
-// to Autodesk,  Inc.,  and considered a trade secret as defined
-// in section 499C of the penal code of the State of California.
-// Use of  this information  by  anyone  other  than  authorized
-// employees of Autodesk, Inc.  is granted  only under a written
-// non-disclosure agreement,  expressly  prescribing  the  scope
-// and manner of such use.
+//  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
+//
+// This implementation file provides some useful utility functions and classes.
 
 #ifndef _MG_LAYER_GROUP_H_
 #define _MG_LAYER_GROUP_H_

Modified: sandbox/adsk/trunk/Common/PlatformBase/MapLayer/LayerGroupOrder.h
===================================================================
--- sandbox/adsk/trunk/Common/PlatformBase/MapLayer/LayerGroupOrder.h	2021-09-17 07:23:22 UTC (rev 9871)
+++ sandbox/adsk/trunk/Common/PlatformBase/MapLayer/LayerGroupOrder.h	2021-09-17 08:54:03 UTC (rev 9872)
@@ -1,14 +1,20 @@
 //
-// (C) Copyright 2021 by Autodesk, Inc.
+//  Copyright (C) 2004-2021 by Autodesk, Inc.
 //
-// The information contained herein is confidential, proprietary
-// to Autodesk,  Inc.,  and considered a trade secret as defined
-// in section 499C of the penal code of the State of California.
-// Use of  this information  by  anyone  other  than  authorized
-// employees of Autodesk, Inc.  is granted  only under a written
-// non-disclosure agreement,  expressly  prescribing  the  scope
-// and manner of such use.
+//  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
+//
+// This implementation file provides some useful utility functions and classes.
 
 #pragma once
 

Modified: sandbox/adsk/trunk/Common/PlatformBase/PlatformBase.h
===================================================================
--- sandbox/adsk/trunk/Common/PlatformBase/PlatformBase.h	2021-09-17 07:23:22 UTC (rev 9871)
+++ sandbox/adsk/trunk/Common/PlatformBase/PlatformBase.h	2021-09-17 08:54:03 UTC (rev 9872)
@@ -1,14 +1,20 @@
 //
-// (C) Copyright 2021 by Autodesk, Inc.
+//  Copyright (C) 2004-2021 by Autodesk, Inc.
 //
-// The information contained herein is confidential, proprietary
-// to Autodesk,  Inc.,  and considered a trade secret as defined
-// in section 499C of the penal code of the State of California.
-// Use of  this information  by  anyone  other  than  authorized
-// employees of Autodesk, Inc.  is granted  only under a written
-// non-disclosure agreement,  expressly  prescribing  the  scope
-// and manner of such use.
+//  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
+//
+// This implementation file provides some useful utility functions and classes.
 
 #ifndef MGPLATFORMBASE_H_
 #define MGPLATFORMBASE_H_

Modified: sandbox/adsk/trunk/Web/src/DotNetApi/Foundation/AssemblyInfo.cs
===================================================================
--- sandbox/adsk/trunk/Web/src/DotNetApi/Foundation/AssemblyInfo.cs	2021-09-17 07:23:22 UTC (rev 9871)
+++ sandbox/adsk/trunk/Web/src/DotNetApi/Foundation/AssemblyInfo.cs	2021-09-17 08:54:03 UTC (rev 9872)
@@ -1,14 +1,20 @@
 //
-// (C) Copyright 2019 by Autodesk, Inc.
+//  Copyright (C) 2004-2021 by Autodesk, Inc.
 //
-// The information contained herein is confidential, proprietary
-// to Autodesk,  Inc.,  and considered a trade secret as defined
-// in section 499C of the penal code of the State of California.
-// Use of  this information  by  anyone  other  than  authorized
-// employees of Autodesk, Inc.  is granted  only under a written
-// non-disclosure agreement,  expressly  prescribing  the  scope
-// and manner of such use.
+//  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
+//
+// This implementation file provides some useful utility functions and classes.
 
 using System;
 using System.Reflection;

Modified: sandbox/adsk/trunk/Web/src/DotNetApi/Geometry/AssemblyInfo.cs
===================================================================
--- sandbox/adsk/trunk/Web/src/DotNetApi/Geometry/AssemblyInfo.cs	2021-09-17 07:23:22 UTC (rev 9871)
+++ sandbox/adsk/trunk/Web/src/DotNetApi/Geometry/AssemblyInfo.cs	2021-09-17 08:54:03 UTC (rev 9872)
@@ -1,14 +1,20 @@
 //
-// (C) Copyright 2019 by Autodesk, Inc.
+//  Copyright (C) 2004-2021 by Autodesk, Inc.
 //
-// The information contained herein is confidential, proprietary
-// to Autodesk,  Inc.,  and considered a trade secret as defined
-// in section 499C of the penal code of the State of California.
-// Use of  this information  by  anyone  other  than  authorized
-// employees of Autodesk, Inc.  is granted  only under a written
-// non-disclosure agreement,  expressly  prescribing  the  scope
-// and manner of such use.
+//  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
+//
+// This implementation file provides some useful utility functions and classes.
 
 using System;
 using System.Reflection;

Modified: sandbox/adsk/trunk/Web/src/DotNetApi/MapGuideCommon/AssemblyInfo.cs
===================================================================
--- sandbox/adsk/trunk/Web/src/DotNetApi/MapGuideCommon/AssemblyInfo.cs	2021-09-17 07:23:22 UTC (rev 9871)
+++ sandbox/adsk/trunk/Web/src/DotNetApi/MapGuideCommon/AssemblyInfo.cs	2021-09-17 08:54:03 UTC (rev 9872)
@@ -1,14 +1,20 @@
 //
-// (C) Copyright 2019 by Autodesk, Inc.
+//  Copyright (C) 2004-2021 by Autodesk, Inc.
 //
-// The information contained herein is confidential, proprietary
-// to Autodesk,  Inc.,  and considered a trade secret as defined
-// in section 499C of the penal code of the State of California.
-// Use of  this information  by  anyone  other  than  authorized
-// employees of Autodesk, Inc.  is granted  only under a written
-// non-disclosure agreement,  expressly  prescribing  the  scope
-// and manner of such use.
+//  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
+//
+// This implementation file provides some useful utility functions and classes.
 
 using System;
 using System.Reflection;

Modified: sandbox/adsk/trunk/Web/src/DotNetApi/PlatformBase/AssemblyInfo.cs
===================================================================
--- sandbox/adsk/trunk/Web/src/DotNetApi/PlatformBase/AssemblyInfo.cs	2021-09-17 07:23:22 UTC (rev 9871)
+++ sandbox/adsk/trunk/Web/src/DotNetApi/PlatformBase/AssemblyInfo.cs	2021-09-17 08:54:03 UTC (rev 9872)
@@ -1,14 +1,20 @@
 //
-// (C) Copyright 2019 by Autodesk, Inc.
+//  Copyright (C) 2004-2021 by Autodesk, Inc.
 //
-// The information contained herein is confidential, proprietary
-// to Autodesk,  Inc.,  and considered a trade secret as defined
-// in section 499C of the penal code of the State of California.
-// Use of  this information  by  anyone  other  than  authorized
-// employees of Autodesk, Inc.  is granted  only under a written
-// non-disclosure agreement,  expressly  prescribing  the  scope
-// and manner of such use.
+//  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
+//
+// This implementation file provides some useful utility functions and classes.
 
 using System;
 using System.Reflection;

Modified: sandbox/adsk/trunk/Web/src/DotNetApi/Web/AssemblyInfo.cs
===================================================================
--- sandbox/adsk/trunk/Web/src/DotNetApi/Web/AssemblyInfo.cs	2021-09-17 07:23:22 UTC (rev 9871)
+++ sandbox/adsk/trunk/Web/src/DotNetApi/Web/AssemblyInfo.cs	2021-09-17 08:54:03 UTC (rev 9872)
@@ -1,14 +1,20 @@
 //
-// (C) Copyright 2019 by Autodesk, Inc.
+//  Copyright (C) 2004-2021 by Autodesk, Inc.
 //
-// The information contained herein is confidential, proprietary
-// to Autodesk,  Inc.,  and considered a trade secret as defined
-// in section 499C of the penal code of the State of California.
-// Use of  this information  by  anyone  other  than  authorized
-// employees of Autodesk, Inc.  is granted  only under a written
-// non-disclosure agreement,  expressly  prescribing  the  scope
-// and manner of such use.
+//  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
+//
+// This implementation file provides some useful utility functions and classes.
 
 using System;
 using System.Reflection;



More information about the mapguide-commits mailing list