From 5e6ab91108cd91847494aef4bba1edcb9bb32178 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Fri, 23 Feb 2018 23:08:45 -0800 Subject: [PATCH] Fixed up comment header block --- UVAtlas/geodesics/ApproximateOneToAll.cpp | 6 +----- UVAtlas/geodesics/ApproximateOneToAll.h | 6 +----- UVAtlas/geodesics/ExactOneToAll.cpp | 6 +----- UVAtlas/geodesics/ExactOneToAll.h | 6 +----- UVAtlas/geodesics/datatypes.h | 6 +----- UVAtlas/geodesics/mathutils.cpp | 6 +----- UVAtlas/geodesics/mathutils.h | 6 +----- UVAtlas/geodesics/minheap.hpp | 6 +----- UVAtlas/inc/UVAtlas.h | 6 +----- UVAtlas/isochart/SymmetricMatrix.hpp | 6 +----- UVAtlas/isochart/UVAtlas.cpp | 6 +----- UVAtlas/isochart/UVAtlasRepacker.cpp | 6 +----- UVAtlas/isochart/UVAtlasRepacker.h | 6 +----- UVAtlas/isochart/Vis_Maxflow.cpp | 6 +----- UVAtlas/isochart/Vis_Maxflow.h | 6 +----- UVAtlas/isochart/barycentricparam.cpp | 6 +----- UVAtlas/isochart/basemeshinfo.cpp | 6 +----- UVAtlas/isochart/basemeshinfo.h | 6 +----- UVAtlas/isochart/callbackschemer.h | 6 +----- UVAtlas/isochart/graphcut.cpp | 6 +----- UVAtlas/isochart/graphcut.h | 6 +----- UVAtlas/isochart/imtcomputation.cpp | 6 +----- UVAtlas/isochart/isochart.cpp | 6 +----- UVAtlas/isochart/isochart.h | 6 +----- UVAtlas/isochart/isochartconfig.h | 6 +----- UVAtlas/isochart/isochartengine.cpp | 6 +----- UVAtlas/isochart/isochartengine.h | 6 +----- UVAtlas/isochart/isochartmesh.cpp | 6 +----- UVAtlas/isochart/isochartmesh.h | 6 +----- UVAtlas/isochart/isochartutil.cpp | 6 +----- UVAtlas/isochart/isochartutil.h | 6 +----- UVAtlas/isochart/isomap.cpp | 6 +----- UVAtlas/isochart/isomap.h | 6 +----- UVAtlas/isochart/lscmparam.cpp | 6 +----- UVAtlas/isochart/mergecharts.cpp | 6 +----- UVAtlas/isochart/meshapplyisomap.cpp | 6 +----- UVAtlas/isochart/meshcommon.inl | 6 +----- UVAtlas/isochart/meshoptimizeboundaries.cpp | 6 +----- UVAtlas/isochart/meshoptimizestretch.cpp | 6 +----- UVAtlas/isochart/meshpartitionchart.cpp | 6 +----- UVAtlas/isochart/packingcharts.cpp | 6 +----- UVAtlas/isochart/progressivemesh.cpp | 6 +----- UVAtlas/isochart/progressivemesh.h | 6 +----- UVAtlas/isochart/sparsematrix.hpp | 6 +----- UVAtlas/isochart/vertiter.cpp | 6 +----- UVAtlas/isochart/vertiter.h | 6 +----- UVAtlas/maxheap.hpp | 6 +----- UVAtlas/pch.h | 6 +----- UVAtlasTool/Mesh.cpp | 6 +----- UVAtlasTool/Mesh.h | 6 +----- UVAtlasTool/UVAtlas.cpp | 1 + 51 files changed, 51 insertions(+), 250 deletions(-) diff --git a/UVAtlas/geodesics/ApproximateOneToAll.cpp b/UVAtlas/geodesics/ApproximateOneToAll.cpp index 1d6a01a..1110334 100644 --- a/UVAtlas/geodesics/ApproximateOneToAll.cpp +++ b/UVAtlas/geodesics/ApproximateOneToAll.cpp @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - ApproximateOneToAll.cpp // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/geodesics/ApproximateOneToAll.h b/UVAtlas/geodesics/ApproximateOneToAll.h index aea0480..83c4166 100644 --- a/UVAtlas/geodesics/ApproximateOneToAll.h +++ b/UVAtlas/geodesics/ApproximateOneToAll.h @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - ApproximateOneToAll.h // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/geodesics/ExactOneToAll.cpp b/UVAtlas/geodesics/ExactOneToAll.cpp index eb2a429..2d57178 100644 --- a/UVAtlas/geodesics/ExactOneToAll.cpp +++ b/UVAtlas/geodesics/ExactOneToAll.cpp @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - ExactOneToAll.cpp // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/geodesics/ExactOneToAll.h b/UVAtlas/geodesics/ExactOneToAll.h index 04cd27b..6cd2b0f 100644 --- a/UVAtlas/geodesics/ExactOneToAll.h +++ b/UVAtlas/geodesics/ExactOneToAll.h @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - ExactOneToAll.h // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/geodesics/datatypes.h b/UVAtlas/geodesics/datatypes.h index 816c446..f6b21bf 100644 --- a/UVAtlas/geodesics/datatypes.h +++ b/UVAtlas/geodesics/datatypes.h @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - datatypes.h // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/geodesics/mathutils.cpp b/UVAtlas/geodesics/mathutils.cpp index 141384d..88b31f7 100644 --- a/UVAtlas/geodesics/mathutils.cpp +++ b/UVAtlas/geodesics/mathutils.cpp @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - mathutils.cpp // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/geodesics/mathutils.h b/UVAtlas/geodesics/mathutils.h index 530095d..20fdc65 100644 --- a/UVAtlas/geodesics/mathutils.h +++ b/UVAtlas/geodesics/mathutils.h @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - mathutils.h // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/geodesics/minheap.hpp b/UVAtlas/geodesics/minheap.hpp index bcba64a..57c015c 100644 --- a/UVAtlas/geodesics/minheap.hpp +++ b/UVAtlas/geodesics/minheap.hpp @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - minheap.hpp // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/inc/UVAtlas.h b/UVAtlas/inc/UVAtlas.h index 9679104..8a0aab9 100644 --- a/UVAtlas/inc/UVAtlas.h +++ b/UVAtlas/inc/UVAtlas.h @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/isochart/SymmetricMatrix.hpp b/UVAtlas/isochart/SymmetricMatrix.hpp index fcaea0b..aef6f37 100644 --- a/UVAtlas/isochart/SymmetricMatrix.hpp +++ b/UVAtlas/isochart/SymmetricMatrix.hpp @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - SymmetricMatrix.hpp // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/isochart/UVAtlas.cpp b/UVAtlas/isochart/UVAtlas.cpp index 0b8d5f7..8a7fdbe 100644 --- a/UVAtlas/isochart/UVAtlas.cpp +++ b/UVAtlas/isochart/UVAtlas.cpp @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/isochart/UVAtlasRepacker.cpp b/UVAtlas/isochart/UVAtlasRepacker.cpp index 12478ff..7684d96 100644 --- a/UVAtlas/isochart/UVAtlasRepacker.cpp +++ b/UVAtlas/isochart/UVAtlasRepacker.cpp @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - UVAtlasRepacker.cpp // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/isochart/UVAtlasRepacker.h b/UVAtlas/isochart/UVAtlasRepacker.h index f6b8f74..5ed5ae1 100644 --- a/UVAtlas/isochart/UVAtlasRepacker.h +++ b/UVAtlas/isochart/UVAtlasRepacker.h @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - UVAtlasRepacker.h // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/isochart/Vis_Maxflow.cpp b/UVAtlas/isochart/Vis_Maxflow.cpp index a59fbcc..277a7c8 100644 --- a/UVAtlas/isochart/Vis_Maxflow.cpp +++ b/UVAtlas/isochart/Vis_Maxflow.cpp @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - Vis_Maxflow.cpp // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/isochart/Vis_Maxflow.h b/UVAtlas/isochart/Vis_Maxflow.h index dbe85c1..a9fc357 100644 --- a/UVAtlas/isochart/Vis_Maxflow.h +++ b/UVAtlas/isochart/Vis_Maxflow.h @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - Vis_Maxflow.h // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/isochart/barycentricparam.cpp b/UVAtlas/isochart/barycentricparam.cpp index e784654..c4439d8 100644 --- a/UVAtlas/isochart/barycentricparam.cpp +++ b/UVAtlas/isochart/barycentricparam.cpp @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - BarycentricParam.cpp // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/isochart/basemeshinfo.cpp b/UVAtlas/isochart/basemeshinfo.cpp index 22b8a96..33d75a6 100644 --- a/UVAtlas/isochart/basemeshinfo.cpp +++ b/UVAtlas/isochart/basemeshinfo.cpp @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - basemeshinfo.cpp // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/isochart/basemeshinfo.h b/UVAtlas/isochart/basemeshinfo.h index b7176cb..aa88be3 100644 --- a/UVAtlas/isochart/basemeshinfo.h +++ b/UVAtlas/isochart/basemeshinfo.h @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - basemeshinfo.h // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/isochart/callbackschemer.h b/UVAtlas/isochart/callbackschemer.h index 08f6172..31b6392 100644 --- a/UVAtlas/isochart/callbackschemer.h +++ b/UVAtlas/isochart/callbackschemer.h @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - callbackschemer.h // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/isochart/graphcut.cpp b/UVAtlas/isochart/graphcut.cpp index 781240e..e8a1f3f 100644 --- a/UVAtlas/isochart/graphcut.cpp +++ b/UVAtlas/isochart/graphcut.cpp @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - graphcut.cpp // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/isochart/graphcut.h b/UVAtlas/isochart/graphcut.h index 9f89a63..a2ad3b8 100644 --- a/UVAtlas/isochart/graphcut.h +++ b/UVAtlas/isochart/graphcut.h @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - graphcut.h // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/isochart/imtcomputation.cpp b/UVAtlas/isochart/imtcomputation.cpp index 329d1c4..d87746b 100644 --- a/UVAtlas/isochart/imtcomputation.cpp +++ b/UVAtlas/isochart/imtcomputation.cpp @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - imtcomputation.cpp // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/isochart/isochart.cpp b/UVAtlas/isochart/isochart.cpp index 7a118d1..00ff8a4 100644 --- a/UVAtlas/isochart/isochart.cpp +++ b/UVAtlas/isochart/isochart.cpp @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - Isochart.cpp // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/isochart/isochart.h b/UVAtlas/isochart/isochart.h index 682adf6..9ccbc15 100644 --- a/UVAtlas/isochart/isochart.h +++ b/UVAtlas/isochart/isochart.h @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - isochart.h // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/isochart/isochartconfig.h b/UVAtlas/isochart/isochartconfig.h index 035e3cd..6122113 100644 --- a/UVAtlas/isochart/isochartconfig.h +++ b/UVAtlas/isochart/isochartconfig.h @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - isochartconfig.h // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/isochart/isochartengine.cpp b/UVAtlas/isochart/isochartengine.cpp index e9f01fd..cf8ba70 100644 --- a/UVAtlas/isochart/isochartengine.cpp +++ b/UVAtlas/isochart/isochartengine.cpp @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - Isochartengine.cpp // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/isochart/isochartengine.h b/UVAtlas/isochart/isochartengine.h index 6baf7d8..8a6a62b 100644 --- a/UVAtlas/isochart/isochartengine.h +++ b/UVAtlas/isochart/isochartengine.h @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - isochartengine.h // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/isochart/isochartmesh.cpp b/UVAtlas/isochart/isochartmesh.cpp index c966c38..ea60026 100644 --- a/UVAtlas/isochart/isochartmesh.cpp +++ b/UVAtlas/isochart/isochartmesh.cpp @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - Isochartmesh.cpp // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/isochart/isochartmesh.h b/UVAtlas/isochart/isochartmesh.h index 8aa969e..8ddb7e1 100644 --- a/UVAtlas/isochart/isochartmesh.h +++ b/UVAtlas/isochart/isochartmesh.h @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - isochartmesh.h // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/isochart/isochartutil.cpp b/UVAtlas/isochart/isochartutil.cpp index bdea64e..f836afa 100644 --- a/UVAtlas/isochart/isochartutil.cpp +++ b/UVAtlas/isochart/isochartutil.cpp @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - isochartutil.cpp // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/isochart/isochartutil.h b/UVAtlas/isochart/isochartutil.h index 3148073..49fd041 100644 --- a/UVAtlas/isochart/isochartutil.h +++ b/UVAtlas/isochart/isochartutil.h @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - isochartutil.h // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/isochart/isomap.cpp b/UVAtlas/isochart/isomap.cpp index bf6305d..93580ab 100644 --- a/UVAtlas/isochart/isomap.cpp +++ b/UVAtlas/isochart/isomap.cpp @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - isomap.cpp // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/isochart/isomap.h b/UVAtlas/isochart/isomap.h index 41db5c7..6446534 100644 --- a/UVAtlas/isochart/isomap.h +++ b/UVAtlas/isochart/isomap.h @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - isomap.h // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/isochart/lscmparam.cpp b/UVAtlas/isochart/lscmparam.cpp index 71a7569..522ea38 100644 --- a/UVAtlas/isochart/lscmparam.cpp +++ b/UVAtlas/isochart/lscmparam.cpp @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - Lscmparam.cpp // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/isochart/mergecharts.cpp b/UVAtlas/isochart/mergecharts.cpp index f2f9f5b..cc6ce07 100644 --- a/UVAtlas/isochart/mergecharts.cpp +++ b/UVAtlas/isochart/mergecharts.cpp @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - mergecharts.cpp // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/isochart/meshapplyisomap.cpp b/UVAtlas/isochart/meshapplyisomap.cpp index 98390d8..1553833 100644 --- a/UVAtlas/isochart/meshapplyisomap.cpp +++ b/UVAtlas/isochart/meshapplyisomap.cpp @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - meshapplyisomap.cpp // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/isochart/meshcommon.inl b/UVAtlas/isochart/meshcommon.inl index d7559d1..452d6d7 100644 --- a/UVAtlas/isochart/meshcommon.inl +++ b/UVAtlas/isochart/meshcommon.inl @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - meshcommon.inl // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/isochart/meshoptimizeboundaries.cpp b/UVAtlas/isochart/meshoptimizeboundaries.cpp index 32424aa..cfa0c69 100644 --- a/UVAtlas/isochart/meshoptimizeboundaries.cpp +++ b/UVAtlas/isochart/meshoptimizeboundaries.cpp @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - meshoptimizestretch.cpp // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/isochart/meshoptimizestretch.cpp b/UVAtlas/isochart/meshoptimizestretch.cpp index 07e0ad1..175b633 100644 --- a/UVAtlas/isochart/meshoptimizestretch.cpp +++ b/UVAtlas/isochart/meshoptimizestretch.cpp @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - meshoptimizestretch.cpp // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/isochart/meshpartitionchart.cpp b/UVAtlas/isochart/meshpartitionchart.cpp index ad935b6..e7aa3c2 100644 --- a/UVAtlas/isochart/meshpartitionchart.cpp +++ b/UVAtlas/isochart/meshpartitionchart.cpp @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - meshpartitionchart.cpp // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/isochart/packingcharts.cpp b/UVAtlas/isochart/packingcharts.cpp index 44c01ec..813b00a 100644 --- a/UVAtlas/isochart/packingcharts.cpp +++ b/UVAtlas/isochart/packingcharts.cpp @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - packingcharts.cpp // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/isochart/progressivemesh.cpp b/UVAtlas/isochart/progressivemesh.cpp index 27aae37..83b8051 100644 --- a/UVAtlas/isochart/progressivemesh.cpp +++ b/UVAtlas/isochart/progressivemesh.cpp @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - progressivemesh.cpp // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/isochart/progressivemesh.h b/UVAtlas/isochart/progressivemesh.h index 51e3522..c55dced 100644 --- a/UVAtlas/isochart/progressivemesh.h +++ b/UVAtlas/isochart/progressivemesh.h @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - progressivemesh.h // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/isochart/sparsematrix.hpp b/UVAtlas/isochart/sparsematrix.hpp index a2c04fa..72defef 100644 --- a/UVAtlas/isochart/sparsematrix.hpp +++ b/UVAtlas/isochart/sparsematrix.hpp @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - sparsematrix.hpp // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/isochart/vertiter.cpp b/UVAtlas/isochart/vertiter.cpp index fa63bb2..ea07495 100644 --- a/UVAtlas/isochart/vertiter.cpp +++ b/UVAtlas/isochart/vertiter.cpp @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - vertiter.cpp // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/isochart/vertiter.h b/UVAtlas/isochart/vertiter.h index 719600c..22aa0bf 100644 --- a/UVAtlas/isochart/vertiter.h +++ b/UVAtlas/isochart/vertiter.h @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - vertiter.h // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/maxheap.hpp b/UVAtlas/maxheap.hpp index 152fbf9..b79c291 100644 --- a/UVAtlas/maxheap.hpp +++ b/UVAtlas/maxheap.hpp @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas - maxheap.hpp // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlas/pch.h b/UVAtlas/pch.h index e88ff7b..2c234ed 100644 --- a/UVAtlas/pch.h +++ b/UVAtlas/pch.h @@ -1,12 +1,8 @@ //------------------------------------------------------------------------------------- // UVAtlas // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //------------------------------------------------------------------------------------- diff --git a/UVAtlasTool/Mesh.cpp b/UVAtlasTool/Mesh.cpp index cfc6d05..a47b4d6 100644 --- a/UVAtlasTool/Mesh.cpp +++ b/UVAtlasTool/Mesh.cpp @@ -3,12 +3,8 @@ // // Mesh processing helper class // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=324981 //-------------------------------------------------------------------------------------- diff --git a/UVAtlasTool/Mesh.h b/UVAtlasTool/Mesh.h index 766b8f2..b3d53e5 100644 --- a/UVAtlasTool/Mesh.h +++ b/UVAtlasTool/Mesh.h @@ -3,12 +3,8 @@ // // Mesh processing helper class // -// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF -// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO -// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A -// PARTICULAR PURPOSE. -// // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=324981 //-------------------------------------------------------------------------------------- diff --git a/UVAtlasTool/UVAtlas.cpp b/UVAtlasTool/UVAtlas.cpp index aa24efa..29ca9f2 100644 --- a/UVAtlasTool/UVAtlas.cpp +++ b/UVAtlasTool/UVAtlas.cpp @@ -4,6 +4,7 @@ // UVAtlas command-line tool (sample for UVAtlas library) // // Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. // // http://go.microsoft.com/fwlink/?LinkID=512686 //--------------------------------------------------------------------------------------