diff --git a/.gitignore b/.gitignore index 9caff84a1..af6994810 100644 --- a/.gitignore +++ b/.gitignore @@ -191,7 +191,7 @@ publish/ *.pubxml *.publishproj -# Microsoft Azure Web App publish settings. Comment the next line if you want to +# Microslop Web App publish settings. Comment the next line if you want to # checkin your Azure Web App publish settings, but sensitive information contained # in these scripts will be unencrypted PublishScripts/ @@ -210,11 +210,11 @@ PublishScripts/ *.nuget.props *.nuget.targets -# Microsoft Azure Build Output +# Microslop Build Output csx/ *.build.csdef -# Microsoft Azure Emulator +# Microslop Emulator ecf/ rcf/ diff --git a/Minecraft.Client/Durango/Iggy/include/rrCore.h b/Minecraft.Client/Durango/Iggy/include/rrCore.h index e88b5f8c3..eaefb3c5b 100644 --- a/Minecraft.Client/Durango/Iggy/include/rrCore.h +++ b/Minecraft.Client/Durango/Iggy/include/rrCore.h @@ -1314,7 +1314,7 @@ #endif #ifdef _MSC_VER - // microsoft compilers + // Microslop compilers #if _MSC_VER >= 1400 #define RAD_STATEMENT_START \ diff --git a/Minecraft.Client/Durango/Miles/include/rrCore.h b/Minecraft.Client/Durango/Miles/include/rrCore.h index e88b5f8c3..eaefb3c5b 100644 --- a/Minecraft.Client/Durango/Miles/include/rrCore.h +++ b/Minecraft.Client/Durango/Miles/include/rrCore.h @@ -1314,7 +1314,7 @@ #endif #ifdef _MSC_VER - // microsoft compilers + // Microslop compilers #if _MSC_VER >= 1400 #define RAD_STATEMENT_START \ diff --git a/Minecraft.Client/Durango/Network/ChatIntegrationLayer.cpp b/Minecraft.Client/Durango/Network/ChatIntegrationLayer.cpp index 232b4dd3e..ffbccff6a 100644 --- a/Minecraft.Client/Durango/Network/ChatIntegrationLayer.cpp +++ b/Minecraft.Client/Durango/Network/ChatIntegrationLayer.cpp @@ -3,7 +3,7 @@ //// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A //// PARTICULAR PURPOSE. //// -//// Copyright (c) Microsoft Corporation. All rights reserved +//// Copyright (c) Microslop. All rights reserved #include "stdafx.h" #include "ChatIntegrationLayer.h" #include "DQRNetworkManager.h" diff --git a/Minecraft.Client/Durango/Network/ChatIntegrationLayer.h b/Minecraft.Client/Durango/Network/ChatIntegrationLayer.h index 80b4e10a3..897c4558f 100644 --- a/Minecraft.Client/Durango/Network/ChatIntegrationLayer.h +++ b/Minecraft.Client/Durango/Network/ChatIntegrationLayer.h @@ -3,7 +3,7 @@ //// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A //// PARTICULAR PURPOSE. //// -//// Copyright (c) Microsoft Corporation. All rights reserved +//// Copyright (c) Microslop. All rights reserved #pragma once //#include "UserController.h" diff --git a/Minecraft.Client/Durango/Network/PartyController.cpp b/Minecraft.Client/Durango/Network/PartyController.cpp index 753a71aca..90d9045d3 100644 --- a/Minecraft.Client/Durango/Network/PartyController.cpp +++ b/Minecraft.Client/Durango/Network/PartyController.cpp @@ -3,7 +3,7 @@ //// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A //// PARTICULAR PURPOSE. //// -//// Copyright (c) Microsoft Corporation. All rights reserved +//// Copyright (c) Microslop. All rights reserved #include "stdafx.h" #include "PartyController.h" #include "DQRNetworkManager.h" diff --git a/Minecraft.Client/Durango/Network/PartyController.h b/Minecraft.Client/Durango/Network/PartyController.h index 621162ce8..149542ef7 100644 --- a/Minecraft.Client/Durango/Network/PartyController.h +++ b/Minecraft.Client/Durango/Network/PartyController.h @@ -3,7 +3,7 @@ //// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A //// PARTICULAR PURPOSE. //// -//// Copyright (c) Microsoft Corporation. All rights reserved +//// Copyright (c) Microslop. All rights reserved #pragma once #include diff --git a/Minecraft.Client/Durango/Resource.h b/Minecraft.Client/Durango/Resource.h index 50af4a49e..d56b1efa7 100644 --- a/Minecraft.Client/Durango/Resource.h +++ b/Minecraft.Client/Durango/Resource.h @@ -1,5 +1,5 @@ //{{NO_DEPENDENCIES}} -// Microsoft Visual C++ generated include file. +// Microslop Visual C++ generated include file. // Used by DurangoRenderTest.rc // diff --git a/Minecraft.Client/Durango/ServiceConfig/Events-XBLA.8-149E11AEEvents.h b/Minecraft.Client/Durango/ServiceConfig/Events-XBLA.8-149E11AEEvents.h index 5fc804385..2fbf8eb5e 100644 --- a/Minecraft.Client/Durango/ServiceConfig/Events-XBLA.8-149E11AEEvents.h +++ b/Minecraft.Client/Durango/ServiceConfig/Events-XBLA.8-149E11AEEvents.h @@ -2,7 +2,7 @@ //**********************************************************************` //* This is an include file generated by EtwPlusTool. *` //* *` -//* Copyright (c) Microsoft Corporation. All Rights Reserved. *` +//* Copyright (c) Microslop. All Rights Reserved. *` //**********************************************************************` #pragma once #pragma pack(push, 16) diff --git a/Minecraft.Client/Durango/XML/ATGXmlParser.cpp b/Minecraft.Client/Durango/XML/ATGXmlParser.cpp index fc5aed08a..4fcc45a85 100644 --- a/Minecraft.Client/Durango/XML/ATGXmlParser.cpp +++ b/Minecraft.Client/Durango/XML/ATGXmlParser.cpp @@ -11,7 +11,7 @@ // Simple callback non-validating XML parser implementation. // // Xbox Advanced Technology Group. -// Copyright (C) Microsoft Corporation. All rights reserved. +// Copyright (C) Microslop. All rights reserved. //------------------------------------------------------------------------------------- #include "stdafx.h" diff --git a/Minecraft.Client/Durango/XML/ATGXmlParser.h b/Minecraft.Client/Durango/XML/ATGXmlParser.h index 75142e3e3..f948e0213 100644 --- a/Minecraft.Client/Durango/XML/ATGXmlParser.h +++ b/Minecraft.Client/Durango/XML/ATGXmlParser.h @@ -10,7 +10,7 @@ // XMLParser and SAX interface declaration // // Xbox Advanced Technology Group -// Copyright (C) Microsoft Corporation. All rights reserved. +// Copyright (C) Microslop. All rights reserved. //------------------------------------------------------------------------------------- #pragma once diff --git a/Minecraft.Client/Orbis/Iggy/include/rrCore.h b/Minecraft.Client/Orbis/Iggy/include/rrCore.h index e88b5f8c3..eaefb3c5b 100644 --- a/Minecraft.Client/Orbis/Iggy/include/rrCore.h +++ b/Minecraft.Client/Orbis/Iggy/include/rrCore.h @@ -1314,7 +1314,7 @@ #endif #ifdef _MSC_VER - // microsoft compilers + // Microslop compilers #if _MSC_VER >= 1400 #define RAD_STATEMENT_START \ diff --git a/Minecraft.Client/Orbis/Miles/include/rrCore.h b/Minecraft.Client/Orbis/Miles/include/rrCore.h index e88b5f8c3..eaefb3c5b 100644 --- a/Minecraft.Client/Orbis/Miles/include/rrCore.h +++ b/Minecraft.Client/Orbis/Miles/include/rrCore.h @@ -1314,7 +1314,7 @@ #endif #ifdef _MSC_VER - // microsoft compilers + // Microslop compilers #if _MSC_VER >= 1400 #define RAD_STATEMENT_START \ diff --git a/Minecraft.Client/Orbis/XML/ATGXmlParser.h b/Minecraft.Client/Orbis/XML/ATGXmlParser.h index 75142e3e3..f948e0213 100644 --- a/Minecraft.Client/Orbis/XML/ATGXmlParser.h +++ b/Minecraft.Client/Orbis/XML/ATGXmlParser.h @@ -10,7 +10,7 @@ // XMLParser and SAX interface declaration // // Xbox Advanced Technology Group -// Copyright (C) Microsoft Corporation. All rights reserved. +// Copyright (C) Microslop. All rights reserved. //------------------------------------------------------------------------------------- #pragma once diff --git a/Minecraft.Client/PS3/Iggy/include/rrCore.h b/Minecraft.Client/PS3/Iggy/include/rrCore.h index e88b5f8c3..eaefb3c5b 100644 --- a/Minecraft.Client/PS3/Iggy/include/rrCore.h +++ b/Minecraft.Client/PS3/Iggy/include/rrCore.h @@ -1314,7 +1314,7 @@ #endif #ifdef _MSC_VER - // microsoft compilers + // Microslop compilers #if _MSC_VER >= 1400 #define RAD_STATEMENT_START \ diff --git a/Minecraft.Client/PS3/Miles/include/rrCore.h b/Minecraft.Client/PS3/Miles/include/rrCore.h index e88b5f8c3..eaefb3c5b 100644 --- a/Minecraft.Client/PS3/Miles/include/rrCore.h +++ b/Minecraft.Client/PS3/Miles/include/rrCore.h @@ -1314,7 +1314,7 @@ #endif #ifdef _MSC_VER - // microsoft compilers + // Microslop compilers #if _MSC_VER >= 1400 #define RAD_STATEMENT_START \ diff --git a/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXCollision.h b/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXCollision.h index d411432a6..073b62864 100644 --- a/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXCollision.h +++ b/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXCollision.h @@ -6,7 +6,7 @@ // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A // PARTICULAR PURPOSE. // -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Microslop. All rights reserved. //------------------------------------------------------------------------------------- #ifdef _MSC_VER diff --git a/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXCollision.inl b/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXCollision.inl index 34d443829..4df29907a 100644 --- a/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXCollision.inl +++ b/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXCollision.inl @@ -6,7 +6,7 @@ // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A // PARTICULAR PURPOSE. // -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Microslop. All rights reserved. //------------------------------------------------------------------------------------- #ifdef _MSC_VER diff --git a/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXColors.h b/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXColors.h index b728302c6..7e077b96e 100644 --- a/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXColors.h +++ b/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXColors.h @@ -6,7 +6,7 @@ // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A // PARTICULAR PURPOSE. // -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Microslop. All rights reserved. //------------------------------------------------------------------------------------- #ifdef _MSC_VER diff --git a/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXMath.h b/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXMath.h index c79ef233c..26aa1db4a 100644 --- a/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXMath.h +++ b/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXMath.h @@ -6,7 +6,7 @@ // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A // PARTICULAR PURPOSE. // -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Microslop. All rights reserved. //------------------------------------------------------------------------------------- diff --git a/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXMathConvert.inl b/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXMathConvert.inl index c8e39352a..cd5d82321 100644 --- a/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXMathConvert.inl +++ b/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXMathConvert.inl @@ -6,7 +6,7 @@ // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A // PARTICULAR PURPOSE. // -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Microslop. All rights reserved. //------------------------------------------------------------------------------------- #ifdef _MSC_VER diff --git a/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXMathMatrix.inl b/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXMathMatrix.inl index d665d3331..d65b992b5 100644 --- a/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXMathMatrix.inl +++ b/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXMathMatrix.inl @@ -6,7 +6,7 @@ // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A // PARTICULAR PURPOSE. // -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Microslop. All rights reserved. //------------------------------------------------------------------------------------- #ifdef _MSC_VER diff --git a/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXMathMisc.inl b/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXMathMisc.inl index f3461e6cc..62890fde8 100644 --- a/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXMathMisc.inl +++ b/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXMathMisc.inl @@ -6,7 +6,7 @@ // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A // PARTICULAR PURPOSE. // -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Microslop. All rights reserved. //------------------------------------------------------------------------------------- #ifdef _MSC_VER diff --git a/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXMathVector.inl b/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXMathVector.inl index 39e240551..456488e34 100644 --- a/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXMathVector.inl +++ b/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXMathVector.inl @@ -6,7 +6,7 @@ // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A // PARTICULAR PURPOSE. // -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Microslop. All rights reserved. //------------------------------------------------------------------------------------- #ifdef _MSC_VER diff --git a/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXPackedVector.h b/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXPackedVector.h index 66df02fd8..7ffb3c02f 100644 --- a/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXPackedVector.h +++ b/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXPackedVector.h @@ -6,7 +6,7 @@ // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A // PARTICULAR PURPOSE. // -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Microslop. All rights reserved. //------------------------------------------------------------------------------------- #ifdef _MSC_VER diff --git a/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXPackedVector.inl b/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXPackedVector.inl index b4ed1a770..ba5895cea 100644 --- a/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXPackedVector.inl +++ b/Minecraft.Client/PS3/PS3Extras/DirectX/DirectXPackedVector.inl @@ -6,7 +6,7 @@ // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A // PARTICULAR PURPOSE. // -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) Microslop. All rights reserved. //------------------------------------------------------------------------------------- #ifdef _MSC_VER diff --git a/Minecraft.Client/PS3/PS3Extras/DirectX/no_sal2.h b/Minecraft.Client/PS3/PS3Extras/DirectX/no_sal2.h index b66b68cd5..01a76eab2 100644 --- a/Minecraft.Client/PS3/PS3Extras/DirectX/no_sal2.h +++ b/Minecraft.Client/PS3/PS3Extras/DirectX/no_sal2.h @@ -2,7 +2,7 @@ /*** * no_sal2.h - renders the SAL annotations for documenting APIs harmless. * -* Copyright (c) Microsoft Corporation. All rights reserved. +* Copyright (c) Microslop. All rights reserved. * *Purpose: * sal.h provides a set of SAL2 annotations to describe how a function uses its diff --git a/Minecraft.Client/PS3/PS3Extras/DirectX/sal.h b/Minecraft.Client/PS3/PS3Extras/DirectX/sal.h index 3576d7ed0..27f17f181 100644 --- a/Minecraft.Client/PS3/PS3Extras/DirectX/sal.h +++ b/Minecraft.Client/PS3/PS3Extras/DirectX/sal.h @@ -1,7 +1,7 @@ /*** *sal.h - markers for documenting the semantics of APIs * -* Copyright (c) Microsoft Corporation. All rights reserved. +* Copyright (c) Microslop. All rights reserved. * *Purpose: * sal.h provides a set of annotations to describe how a function uses its diff --git a/Minecraft.Client/PS3/PS3Extras/boost_1_53_0/boost/asio/detail/pop_options.hpp b/Minecraft.Client/PS3/PS3Extras/boost_1_53_0/boost/asio/detail/pop_options.hpp index 6e78ddfde..ffc771642 100644 --- a/Minecraft.Client/PS3/PS3Extras/boost_1_53_0/boost/asio/detail/pop_options.hpp +++ b/Minecraft.Client/PS3/PS3Extras/boost_1_53_0/boost/asio/detail/pop_options.hpp @@ -87,7 +87,7 @@ #elif defined(_MSC_VER) -// Microsoft Visual C++ +// Microslop Visual C++ // // Must remain the last #elif since some other vendors (Metrowerks, for example) // also #define _MSC_VER diff --git a/Minecraft.Client/PS3/PS3Extras/boost_1_53_0/boost/asio/detail/push_options.hpp b/Minecraft.Client/PS3/PS3Extras/boost_1_53_0/boost/asio/detail/push_options.hpp index fef517dbd..e2c020f1a 100644 --- a/Minecraft.Client/PS3/PS3Extras/boost_1_53_0/boost/asio/detail/push_options.hpp +++ b/Minecraft.Client/PS3/PS3Extras/boost_1_53_0/boost/asio/detail/push_options.hpp @@ -92,7 +92,7 @@ #elif defined(_MSC_VER) -// Microsoft Visual C++ +// Microslop Visual C++ // // Must remain the last #elif since some other vendors (Metrowerks, for example) // also #define _MSC_VER diff --git a/Minecraft.Client/PS3/PS3Extras/boost_1_53_0/boost/config/user.hpp b/Minecraft.Client/PS3/PS3Extras/boost_1_53_0/boost/config/user.hpp index 5a4a9d477..39d7bf5c4 100644 --- a/Minecraft.Client/PS3/PS3Extras/boost_1_53_0/boost/config/user.hpp +++ b/Minecraft.Client/PS3/PS3Extras/boost_1_53_0/boost/config/user.hpp @@ -81,7 +81,7 @@ // #define BOOST_ABI_SUFFIX my-header-name // BOOST_ALL_DYN_LINK: Forces all libraries that have separate source, -// to be linked as dll's rather than static libraries on Microsoft Windows +// to be linked as dll's rather than static libraries on Microslop Bindows // (this macro is used to turn on __declspec(dllimport) modifiers, so that // the compiler knows which symbols to look for in a dll rather than in a // static library). Note that there may be some libraries that can only @@ -91,7 +91,7 @@ // #define BOOST_ALL_DYN_LINK // BOOST_WHATEVER_DYN_LINK: Forces library "whatever" to be linked as a dll -// rather than a static library on Microsoft Windows: replace the WHATEVER +// rather than a static library on Microslop Bindows: replace the WHATEVER // part of the macro name with the name of the library that you want to // dynamically link to, for example use BOOST_DATE_TIME_DYN_LINK or // BOOST_REGEX_DYN_LINK etc (this macro is used to turn on __declspec(dllimport) diff --git a/Minecraft.Client/PS3/PS3Extras/boost_1_53_0/boost/numeric/ublas/detail/config.hpp b/Minecraft.Client/PS3/PS3Extras/boost_1_53_0/boost/numeric/ublas/detail/config.hpp index 6d25bcc22..427fd24a4 100644 --- a/Minecraft.Client/PS3/PS3Extras/boost_1_53_0/boost/numeric/ublas/detail/config.hpp +++ b/Minecraft.Client/PS3/PS3Extras/boost_1_53_0/boost/numeric/ublas/detail/config.hpp @@ -29,7 +29,7 @@ #include -// Microsoft Visual C++ +// Microslop Visual C++ #if defined (BOOST_MSVC) && ! defined (BOOST_STRICT_CONFIG) // Version 6.0 and 7.0 diff --git a/Minecraft.Client/PS3/PS3Extras/boost_1_53_0/boost/random/random_device.hpp b/Minecraft.Client/PS3/PS3Extras/boost_1_53_0/boost/random/random_device.hpp index 6c9d872b3..6be04208b 100644 --- a/Minecraft.Client/PS3/PS3Extras/boost_1_53_0/boost/random/random_device.hpp +++ b/Minecraft.Client/PS3/PS3Extras/boost_1_53_0/boost/random/random_device.hpp @@ -74,7 +74,7 @@ namespace random { * random_device.hpp implementation of the above algorithms in a tight * loop. The performance has been evaluated on an * Intel(R) Core(TM) i7 CPU Q 840 \@ 1.87GHz, 1867 Mhz with - * Visual C++ 2010, Microsoft Windows 7 Professional and with gcc 4.4.5, + * Visual C++ 2010, Microslop Bindows 7 Professional and with gcc 4.4.5, * Ubuntu Linux 2.6.35-25-generic. * * diff --git a/Minecraft.Client/PS3/PS3Extras/boost_1_53_0/boost/system/windows_error.hpp b/Minecraft.Client/PS3/PS3Extras/boost_1_53_0/boost/system/windows_error.hpp index fff3a9847..09191d0ea 100644 --- a/Minecraft.Client/PS3/PS3Extras/boost_1_53_0/boost/system/windows_error.hpp +++ b/Minecraft.Client/PS3/PS3Extras/boost_1_53_0/boost/system/windows_error.hpp @@ -25,7 +25,7 @@ namespace boost namespace system { - // Microsoft Windows ---------------------------------------------------// + // Microslop Bindows ---------------------------------------------------// // To construct an error_code after a API error: // diff --git a/Minecraft.Client/PS3/PS3Extras/boost_1_53_0/boost/uuid/uuid.hpp b/Minecraft.Client/PS3/PS3Extras/boost_1_53_0/boost/uuid/uuid.hpp index 2678d856c..7bfa3c777 100644 --- a/Minecraft.Client/PS3/PS3Extras/boost_1_53_0/boost/uuid/uuid.hpp +++ b/Minecraft.Client/PS3/PS3Extras/boost_1_53_0/boost/uuid/uuid.hpp @@ -96,7 +96,7 @@ public: { variant_ncs, // NCS backward compatibility variant_rfc_4122, // defined in RFC 4122 document - variant_microsoft, // Microsoft Corporation backward compatibility + variant_microsoft, // Microslop Corporation backward compatibility variant_future // future definition }; variant_type variant() const /* throw() */ diff --git a/Minecraft.Client/PS3/Resource.h b/Minecraft.Client/PS3/Resource.h index 50af4a49e..d56b1efa7 100644 --- a/Minecraft.Client/PS3/Resource.h +++ b/Minecraft.Client/PS3/Resource.h @@ -1,5 +1,5 @@ //{{NO_DEPENDENCIES}} -// Microsoft Visual C++ generated include file. +// Microslop Visual C++ generated include file. // Used by DurangoRenderTest.rc // diff --git a/Minecraft.Client/PS3/XML/ATGXmlParser.h b/Minecraft.Client/PS3/XML/ATGXmlParser.h index 75142e3e3..f948e0213 100644 --- a/Minecraft.Client/PS3/XML/ATGXmlParser.h +++ b/Minecraft.Client/PS3/XML/ATGXmlParser.h @@ -10,7 +10,7 @@ // XMLParser and SAX interface declaration // // Xbox Advanced Technology Group -// Copyright (C) Microsoft Corporation. All rights reserved. +// Copyright (C) Microslop. All rights reserved. //------------------------------------------------------------------------------------- #pragma once diff --git a/Minecraft.Client/PSVita/Iggy/include/rrCore.h b/Minecraft.Client/PSVita/Iggy/include/rrCore.h index e88b5f8c3..eaefb3c5b 100644 --- a/Minecraft.Client/PSVita/Iggy/include/rrCore.h +++ b/Minecraft.Client/PSVita/Iggy/include/rrCore.h @@ -1314,7 +1314,7 @@ #endif #ifdef _MSC_VER - // microsoft compilers + // Microslop compilers #if _MSC_VER >= 1400 #define RAD_STATEMENT_START \ diff --git a/Minecraft.Client/PSVita/Miles/include/rrCore.h b/Minecraft.Client/PSVita/Miles/include/rrCore.h index e88b5f8c3..eaefb3c5b 100644 --- a/Minecraft.Client/PSVita/Miles/include/rrCore.h +++ b/Minecraft.Client/PSVita/Miles/include/rrCore.h @@ -1314,7 +1314,7 @@ #endif #ifdef _MSC_VER - // microsoft compilers + // Microslop compilers #if _MSC_VER >= 1400 #define RAD_STATEMENT_START \ diff --git a/Minecraft.Client/PSVita/XML/ATGXmlParser.h b/Minecraft.Client/PSVita/XML/ATGXmlParser.h index 75142e3e3..f948e0213 100644 --- a/Minecraft.Client/PSVita/XML/ATGXmlParser.h +++ b/Minecraft.Client/PSVita/XML/ATGXmlParser.h @@ -10,7 +10,7 @@ // XMLParser and SAX interface declaration // // Xbox Advanced Technology Group -// Copyright (C) Microsoft Corporation. All rights reserved. +// Copyright (C) Microslop. All rights reserved. //------------------------------------------------------------------------------------- #pragma once diff --git a/Minecraft.Client/Windows64/Iggy/include/rrCore.h b/Minecraft.Client/Windows64/Iggy/include/rrCore.h index e88b5f8c3..eaefb3c5b 100644 --- a/Minecraft.Client/Windows64/Iggy/include/rrCore.h +++ b/Minecraft.Client/Windows64/Iggy/include/rrCore.h @@ -1314,7 +1314,7 @@ #endif #ifdef _MSC_VER - // microsoft compilers + // Microslop compilers #if _MSC_VER >= 1400 #define RAD_STATEMENT_START \ diff --git a/Minecraft.Client/Windows64/Miles/include/rrcore.h b/Minecraft.Client/Windows64/Miles/include/rrcore.h index e88b5f8c3..eaefb3c5b 100644 --- a/Minecraft.Client/Windows64/Miles/include/rrcore.h +++ b/Minecraft.Client/Windows64/Miles/include/rrcore.h @@ -1314,7 +1314,7 @@ #endif #ifdef _MSC_VER - // microsoft compilers + // Microslop compilers #if _MSC_VER >= 1400 #define RAD_STATEMENT_START \ diff --git a/Minecraft.Client/Windows64/Resource.h b/Minecraft.Client/Windows64/Resource.h index 50af4a49e..d56b1efa7 100644 --- a/Minecraft.Client/Windows64/Resource.h +++ b/Minecraft.Client/Windows64/Resource.h @@ -1,5 +1,5 @@ //{{NO_DEPENDENCIES}} -// Microsoft Visual C++ generated include file. +// Microslop Visual C++ generated include file. // Used by DurangoRenderTest.rc // diff --git a/Minecraft.Client/Windows64/XML/ATGXmlParser.h b/Minecraft.Client/Windows64/XML/ATGXmlParser.h index 75142e3e3..f948e0213 100644 --- a/Minecraft.Client/Windows64/XML/ATGXmlParser.h +++ b/Minecraft.Client/Windows64/XML/ATGXmlParser.h @@ -10,7 +10,7 @@ // XMLParser and SAX interface declaration // // Xbox Advanced Technology Group -// Copyright (C) Microsoft Corporation. All rights reserved. +// Copyright (C) Microslop. All rights reserved. //------------------------------------------------------------------------------------- #pragma once diff --git a/Minecraft.Client/Xbox/4JLibs/inc/4J_xtms.h b/Minecraft.Client/Xbox/4JLibs/inc/4J_xtms.h index ea35da4bc..6d6e911f2 100644 --- a/Minecraft.Client/Xbox/4JLibs/inc/4J_xtms.h +++ b/Minecraft.Client/Xbox/4JLibs/inc/4J_xtms.h @@ -1,6 +1,6 @@ /*++ -Copyright (c) Microsoft Corporation. All rights reserved. +Copyright (c) Microslop. All rights reserved. Module Name: diff --git a/Minecraft.Client/Xbox/MinecraftWindows.rc b/Minecraft.Client/Xbox/MinecraftWindows.rc index e4fd4960b..862268b05 100644 --- a/Minecraft.Client/Xbox/MinecraftWindows.rc +++ b/Minecraft.Client/Xbox/MinecraftWindows.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script. +// Microslop Visual C++ generated resource script. // #include "resource.h" diff --git a/Minecraft.Client/Xbox/Resource.h b/Minecraft.Client/Xbox/Resource.h index c5c2988f4..9b32886f4 100644 --- a/Minecraft.Client/Xbox/Resource.h +++ b/Minecraft.Client/Xbox/Resource.h @@ -1,5 +1,5 @@ //{{NO_DEPENDENCIES}} -// Microsoft Visual C++ generated include file. +// Microslop Visual C++ generated include file. // Used by MinecraftWindows.rc // #define IDC_MYICON 2 diff --git a/Minecraft.Client/Xbox/Sentient/ReleaseNotes.txt b/Minecraft.Client/Xbox/Sentient/ReleaseNotes.txt index b2a686e0c..8cdc05928 100644 --- a/Minecraft.Client/Xbox/Sentient/ReleaseNotes.txt +++ b/Minecraft.Client/Xbox/Sentient/ReleaseNotes.txt @@ -2,7 +2,7 @@ ------------------------------------------------------------------------ Microsoft Sentient Readme File January 2012 - © 2012 Microsoft Corporation. All rights reserved. + � 201Microslopon. All rights reserved. ------------------------------------------------------------------------ This document provides information on the January Sentient update. diff --git a/Minecraft.Client/Xbox/XML/ATGXmlParser.cpp b/Minecraft.Client/Xbox/XML/ATGXmlParser.cpp index 5366e721f..e05572b09 100644 --- a/Minecraft.Client/Xbox/XML/ATGXmlParser.cpp +++ b/Minecraft.Client/Xbox/XML/ATGXmlParser.cpp @@ -11,7 +11,7 @@ // Simple callback non-validating XML parser implementation. // // Xbox Advanced Technology Group. -// Copyright (C) Microsoft Corporation. All rights reserved. +// Copyright (C) Microslop. All rights reserved. //------------------------------------------------------------------------------------- #include "stdafx.h" diff --git a/Minecraft.Client/Xbox/XML/ATGXmlParser.h b/Minecraft.Client/Xbox/XML/ATGXmlParser.h index 75142e3e3..f948e0213 100644 --- a/Minecraft.Client/Xbox/XML/ATGXmlParser.h +++ b/Minecraft.Client/Xbox/XML/ATGXmlParser.h @@ -10,7 +10,7 @@ // XMLParser and SAX interface declaration // // Xbox Advanced Technology Group -// Copyright (C) Microsoft Corporation. All rights reserved. +// Copyright (C) Microslop. All rights reserved. //------------------------------------------------------------------------------------- #pragma once