From df997dcb3e504d3e1635f03533a5d3a2d6185305 Mon Sep 17 00:00:00 2001 From: Sourabh Shirhatti Date: Wed, 26 Oct 2016 14:08:58 -0700 Subject: [PATCH] Update LICENSE information --- LICENSE.txt | 2 +- nuget/AspNetCore.nuspec | 2 +- src/AspNetCore/AspNetCore.vcxproj | 4 ++-- src/AspNetCore/Inc/application.h | 2 +- src/AspNetCore/Inc/applicationmanager.h | 4 ++-- src/AspNetCore/Inc/aspnetcoreconfig.h | 2 +- src/AspNetCore/Inc/aspnetcoreutils.h | 2 +- src/AspNetCore/Inc/debugutil.h | 2 +- src/AspNetCore/Inc/filewatcher.h | 2 +- src/AspNetCore/Inc/forwarderconnection.h | 2 +- src/AspNetCore/Inc/path.h | 2 +- src/AspNetCore/Inc/processmanager.h | 2 +- src/AspNetCore/Inc/protocolconfig.h | 2 +- src/AspNetCore/Inc/proxymodule.h | 2 +- src/AspNetCore/Inc/resource.h | 2 +- src/AspNetCore/Inc/responseheaderhash.h | 2 +- src/AspNetCore/Inc/serverprocess.h | 2 +- src/AspNetCore/Inc/sttimer.h | 2 +- src/AspNetCore/Inc/websockethandler.h | 2 +- src/AspNetCore/Inc/winhttphelper.h | 2 +- src/AspNetCore/Src/application.cxx | 2 +- src/AspNetCore/Src/applicationmanager.cxx | 2 +- src/AspNetCore/Src/aspnetcoreconfig.cxx | 2 +- src/AspNetCore/Src/aspnetcoreutils.cxx | 2 +- src/AspNetCore/Src/dllmain.cpp | 2 +- src/AspNetCore/Src/filewatcher.cxx | 2 +- src/AspNetCore/Src/forwarderconnection.cxx | 2 +- src/AspNetCore/Src/forwardinghandler.cxx | 2 +- src/AspNetCore/Src/path.cxx | 2 +- src/AspNetCore/Src/precomp.hxx | 2 +- src/AspNetCore/Src/processmanager.cxx | 2 +- src/AspNetCore/Src/protocolconfig.cxx | 2 +- src/AspNetCore/Src/proxymodule.cxx | 2 +- src/AspNetCore/Src/responseheaderhash.cxx | 2 +- src/AspNetCore/Src/serverprocess.cxx | 2 +- src/AspNetCore/Src/websockethandler.cxx | 2 +- src/AspNetCore/Src/winhttphelper.cxx | 2 +- src/IISLib/acache.cxx | 2 +- src/IISLib/acache.h | 2 +- src/IISLib/ahutil.cpp | 2 +- src/IISLib/ahutil.h | 2 +- src/IISLib/base64.cpp | 2 +- src/IISLib/base64.h | 2 +- src/IISLib/buffer.h | 2 +- src/IISLib/datetime.h | 2 +- src/IISLib/dbgutil.h | 2 +- src/IISLib/hashfn.h | 2 +- src/IISLib/hashtable.h | 2 +- src/IISLib/listentry.h | 2 +- src/IISLib/macros.h | 2 +- src/IISLib/multisz.cpp | 2 +- src/IISLib/multisz.h | 2 +- src/IISLib/multisza.cpp | 2 +- src/IISLib/multisza.h | 2 +- src/IISLib/ntassert.h | 2 +- src/IISLib/percpu.h | 2 +- src/IISLib/precomp.h | 2 +- src/IISLib/prime.h | 2 +- src/IISLib/pudebug.h | 2 +- src/IISLib/reftrace.c | 2 +- src/IISLib/reftrace.h | 2 +- src/IISLib/rwlock.h | 2 +- src/IISLib/stringa.cpp | 2 +- src/IISLib/stringa.h | 2 +- src/IISLib/stringu.cpp | 2 +- src/IISLib/stringu.h | 2 +- src/IISLib/tracelog.c | 2 +- src/IISLib/tracelog.h | 2 +- src/IISLib/treehash.h | 2 +- src/IISLib/util.cxx | 2 +- 70 files changed, 72 insertions(+), 72 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 3293bc0ea5..5001ba1910 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ ASP.NET Core Module -Copyright (c) Microsoft Corporation +Copyright (c) .NET Foundation All rights reserved. MIT License diff --git a/nuget/AspNetCore.nuspec b/nuget/AspNetCore.nuspec index f19743a8c5..6a77bef462 100644 --- a/nuget/AspNetCore.nuspec +++ b/nuget/AspNetCore.nuspec @@ -7,7 +7,7 @@ Microsoft Microsoft http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm - © Microsoft Corporation. All rights reserved. + © .NET Foundation. All rights reserved. http://www.asp.net/ true ASP.NET Core Module diff --git a/src/AspNetCore/AspNetCore.vcxproj b/src/AspNetCore/AspNetCore.vcxproj index ce71ac6ea4..423cf6e188 100644 --- a/src/AspNetCore/AspNetCore.vcxproj +++ b/src/AspNetCore/AspNetCore.vcxproj @@ -194,8 +194,8 @@ 0 - - + + diff --git a/src/AspNetCore/Inc/application.h b/src/AspNetCore/Inc/application.h index 058bf8c731..b8b6d548bc 100644 --- a/src/AspNetCore/Inc/application.h +++ b/src/AspNetCore/Inc/application.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #pragma once diff --git a/src/AspNetCore/Inc/applicationmanager.h b/src/AspNetCore/Inc/applicationmanager.h index 41163a66b6..ee2b0542dc 100644 --- a/src/AspNetCore/Inc/applicationmanager.h +++ b/src/AspNetCore/Inc/applicationmanager.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #pragma once @@ -138,7 +138,7 @@ private:
\

Troubleshooting steps:

\
  • Check the system event log for error messages
  • \ -
  • Enable logging the application process’ stdout messages
  • \ +
  • Enable logging the application process' stdout messages
  • \
  • Attach a debugger to the application process and inspect
\

For more information visit: \ http://go.microsoft.com/fwlink/?LinkID=808681

\ diff --git a/src/AspNetCore/Inc/aspnetcoreconfig.h b/src/AspNetCore/Inc/aspnetcoreconfig.h index 00da93e519..b05491b4ec 100644 --- a/src/AspNetCore/Inc/aspnetcoreconfig.h +++ b/src/AspNetCore/Inc/aspnetcoreconfig.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #pragma once diff --git a/src/AspNetCore/Inc/aspnetcoreutils.h b/src/AspNetCore/Inc/aspnetcoreutils.h index ef5739c93e..2f54e180a3 100644 --- a/src/AspNetCore/Inc/aspnetcoreutils.h +++ b/src/AspNetCore/Inc/aspnetcoreutils.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #pragma once diff --git a/src/AspNetCore/Inc/debugutil.h b/src/AspNetCore/Inc/debugutil.h index 7378462efb..aee17b4fba 100644 --- a/src/AspNetCore/Inc/debugutil.h +++ b/src/AspNetCore/Inc/debugutil.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #pragma once diff --git a/src/AspNetCore/Inc/filewatcher.h b/src/AspNetCore/Inc/filewatcher.h index 16d3942a2f..6ae853708e 100644 --- a/src/AspNetCore/Inc/filewatcher.h +++ b/src/AspNetCore/Inc/filewatcher.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #pragma once diff --git a/src/AspNetCore/Inc/forwarderconnection.h b/src/AspNetCore/Inc/forwarderconnection.h index a3f5dfdabe..232e239888 100644 --- a/src/AspNetCore/Inc/forwarderconnection.h +++ b/src/AspNetCore/Inc/forwarderconnection.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #pragma once diff --git a/src/AspNetCore/Inc/path.h b/src/AspNetCore/Inc/path.h index 05545acfd5..a553ccfe05 100644 --- a/src/AspNetCore/Inc/path.h +++ b/src/AspNetCore/Inc/path.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #pragma once diff --git a/src/AspNetCore/Inc/processmanager.h b/src/AspNetCore/Inc/processmanager.h index b91e8e6bfb..1cc8a6ab54 100644 --- a/src/AspNetCore/Inc/processmanager.h +++ b/src/AspNetCore/Inc/processmanager.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #pragma once diff --git a/src/AspNetCore/Inc/protocolconfig.h b/src/AspNetCore/Inc/protocolconfig.h index d9d730c544..f7d915d6a9 100644 --- a/src/AspNetCore/Inc/protocolconfig.h +++ b/src/AspNetCore/Inc/protocolconfig.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #pragma once diff --git a/src/AspNetCore/Inc/proxymodule.h b/src/AspNetCore/Inc/proxymodule.h index 7cf3486fb4..f05438c5c1 100644 --- a/src/AspNetCore/Inc/proxymodule.h +++ b/src/AspNetCore/Inc/proxymodule.h @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #pragma once diff --git a/src/AspNetCore/Inc/resource.h b/src/AspNetCore/Inc/resource.h index 066c9792f5..8b2b9f9844 100644 --- a/src/AspNetCore/Inc/resource.h +++ b/src/AspNetCore/Inc/resource.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #pragma once diff --git a/src/AspNetCore/Inc/responseheaderhash.h b/src/AspNetCore/Inc/responseheaderhash.h index 7ef127366b..b7781e45b9 100644 --- a/src/AspNetCore/Inc/responseheaderhash.h +++ b/src/AspNetCore/Inc/responseheaderhash.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #pragma once diff --git a/src/AspNetCore/Inc/serverprocess.h b/src/AspNetCore/Inc/serverprocess.h index 2132a3a21b..487f1767ea 100644 --- a/src/AspNetCore/Inc/serverprocess.h +++ b/src/AspNetCore/Inc/serverprocess.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #pragma once diff --git a/src/AspNetCore/Inc/sttimer.h b/src/AspNetCore/Inc/sttimer.h index 917ee7ecf9..ebed8510a1 100644 --- a/src/AspNetCore/Inc/sttimer.h +++ b/src/AspNetCore/Inc/sttimer.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #ifndef _STTIMER_H diff --git a/src/AspNetCore/Inc/websockethandler.h b/src/AspNetCore/Inc/websockethandler.h index 70d3139b6d..c8abce55e3 100644 --- a/src/AspNetCore/Inc/websockethandler.h +++ b/src/AspNetCore/Inc/websockethandler.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #pragma once diff --git a/src/AspNetCore/Inc/winhttphelper.h b/src/AspNetCore/Inc/winhttphelper.h index b301a76cf2..d583f6fb10 100644 --- a/src/AspNetCore/Inc/winhttphelper.h +++ b/src/AspNetCore/Inc/winhttphelper.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #pragma once diff --git a/src/AspNetCore/Src/application.cxx b/src/AspNetCore/Src/application.cxx index ff2a82d3f3..0312c3f32f 100644 --- a/src/AspNetCore/Src/application.cxx +++ b/src/AspNetCore/Src/application.cxx @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #include "precomp.hxx" diff --git a/src/AspNetCore/Src/applicationmanager.cxx b/src/AspNetCore/Src/applicationmanager.cxx index b99d645e41..6d288af7b3 100644 --- a/src/AspNetCore/Src/applicationmanager.cxx +++ b/src/AspNetCore/Src/applicationmanager.cxx @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #include "precomp.hxx" diff --git a/src/AspNetCore/Src/aspnetcoreconfig.cxx b/src/AspNetCore/Src/aspnetcoreconfig.cxx index e4633806ac..6e65fb555a 100644 --- a/src/AspNetCore/Src/aspnetcoreconfig.cxx +++ b/src/AspNetCore/Src/aspnetcoreconfig.cxx @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #include "precomp.hxx" diff --git a/src/AspNetCore/Src/aspnetcoreutils.cxx b/src/AspNetCore/Src/aspnetcoreutils.cxx index 5aa00994a6..3d2f9612aa 100644 --- a/src/AspNetCore/Src/aspnetcoreutils.cxx +++ b/src/AspNetCore/Src/aspnetcoreutils.cxx @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #include "precomp.hxx" diff --git a/src/AspNetCore/Src/dllmain.cpp b/src/AspNetCore/Src/dllmain.cpp index f34057dbb5..d71c296888 100644 --- a/src/AspNetCore/Src/dllmain.cpp +++ b/src/AspNetCore/Src/dllmain.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #include "precomp.hxx" diff --git a/src/AspNetCore/Src/filewatcher.cxx b/src/AspNetCore/Src/filewatcher.cxx index bf147c15c4..c3d66fd5c3 100644 --- a/src/AspNetCore/Src/filewatcher.cxx +++ b/src/AspNetCore/Src/filewatcher.cxx @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #include "precomp.hxx" diff --git a/src/AspNetCore/Src/forwarderconnection.cxx b/src/AspNetCore/Src/forwarderconnection.cxx index 9e01b0a065..f3b04abbc8 100644 --- a/src/AspNetCore/Src/forwarderconnection.cxx +++ b/src/AspNetCore/Src/forwarderconnection.cxx @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #include "precomp.hxx" diff --git a/src/AspNetCore/Src/forwardinghandler.cxx b/src/AspNetCore/Src/forwardinghandler.cxx index 92a72cde08..6e4f37c0d2 100644 --- a/src/AspNetCore/Src/forwardinghandler.cxx +++ b/src/AspNetCore/Src/forwardinghandler.cxx @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #include "precomp.hxx" diff --git a/src/AspNetCore/Src/path.cxx b/src/AspNetCore/Src/path.cxx index 71ec779eca..0c6bb0fc5f 100644 --- a/src/AspNetCore/Src/path.cxx +++ b/src/AspNetCore/Src/path.cxx @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #include "precomp.hxx" diff --git a/src/AspNetCore/Src/precomp.hxx b/src/AspNetCore/Src/precomp.hxx index 8ba7f0270f..c1c9eef0a1 100644 --- a/src/AspNetCore/Src/precomp.hxx +++ b/src/AspNetCore/Src/precomp.hxx @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #pragma once diff --git a/src/AspNetCore/Src/processmanager.cxx b/src/AspNetCore/Src/processmanager.cxx index 7a8b20aea8..35fd35d6e4 100644 --- a/src/AspNetCore/Src/processmanager.cxx +++ b/src/AspNetCore/Src/processmanager.cxx @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #include "precomp.hxx" diff --git a/src/AspNetCore/Src/protocolconfig.cxx b/src/AspNetCore/Src/protocolconfig.cxx index 83e2648925..85fd86aa61 100644 --- a/src/AspNetCore/Src/protocolconfig.cxx +++ b/src/AspNetCore/Src/protocolconfig.cxx @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #include "precomp.hxx" diff --git a/src/AspNetCore/Src/proxymodule.cxx b/src/AspNetCore/Src/proxymodule.cxx index 1e59d18a89..d19f4488ff 100644 --- a/src/AspNetCore/Src/proxymodule.cxx +++ b/src/AspNetCore/Src/proxymodule.cxx @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #include "precomp.hxx" diff --git a/src/AspNetCore/Src/responseheaderhash.cxx b/src/AspNetCore/Src/responseheaderhash.cxx index 161095042c..02653c29b7 100644 --- a/src/AspNetCore/Src/responseheaderhash.cxx +++ b/src/AspNetCore/Src/responseheaderhash.cxx @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #include "precomp.hxx" diff --git a/src/AspNetCore/Src/serverprocess.cxx b/src/AspNetCore/Src/serverprocess.cxx index b8e440470c..28e6ded07c 100644 --- a/src/AspNetCore/Src/serverprocess.cxx +++ b/src/AspNetCore/Src/serverprocess.cxx @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #include "precomp.hxx" diff --git a/src/AspNetCore/Src/websockethandler.cxx b/src/AspNetCore/Src/websockethandler.cxx index 54670607c2..f95a98c0e2 100644 --- a/src/AspNetCore/Src/websockethandler.cxx +++ b/src/AspNetCore/Src/websockethandler.cxx @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. /*++ diff --git a/src/AspNetCore/Src/winhttphelper.cxx b/src/AspNetCore/Src/winhttphelper.cxx index 8407c45830..6985c6aed1 100644 --- a/src/AspNetCore/Src/winhttphelper.cxx +++ b/src/AspNetCore/Src/winhttphelper.cxx @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #include "precomp.hxx" diff --git a/src/IISLib/acache.cxx b/src/IISLib/acache.cxx index c602c5fafd..d68813edbc 100644 --- a/src/IISLib/acache.cxx +++ b/src/IISLib/acache.cxx @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #include "precomp.h" diff --git a/src/IISLib/acache.h b/src/IISLib/acache.h index 49a9c8a996..048df2b507 100644 --- a/src/IISLib/acache.h +++ b/src/IISLib/acache.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #pragma once diff --git a/src/IISLib/ahutil.cpp b/src/IISLib/ahutil.cpp index 9d3f0e4a64..dae2027f33 100644 --- a/src/IISLib/ahutil.cpp +++ b/src/IISLib/ahutil.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #include "precomp.h" diff --git a/src/IISLib/ahutil.h b/src/IISLib/ahutil.h index ab523f4f98..5694b21b7e 100644 --- a/src/IISLib/ahutil.h +++ b/src/IISLib/ahutil.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #pragma once diff --git a/src/IISLib/base64.cpp b/src/IISLib/base64.cpp index f5088552f2..b8b6a0bf74 100644 --- a/src/IISLib/base64.cpp +++ b/src/IISLib/base64.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #include "precomp.h" diff --git a/src/IISLib/base64.h b/src/IISLib/base64.h index cc2f9ec509..469b074d73 100644 --- a/src/IISLib/base64.h +++ b/src/IISLib/base64.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #ifndef _BASE64_H_ diff --git a/src/IISLib/buffer.h b/src/IISLib/buffer.h index 46e22da7f8..1d68155387 100644 --- a/src/IISLib/buffer.h +++ b/src/IISLib/buffer.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #pragma once diff --git a/src/IISLib/datetime.h b/src/IISLib/datetime.h index f48acf0043..fd09b7a6a0 100644 --- a/src/IISLib/datetime.h +++ b/src/IISLib/datetime.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #ifndef _DATETIME_H_ diff --git a/src/IISLib/dbgutil.h b/src/IISLib/dbgutil.h index e3db88530d..45c26777a9 100644 --- a/src/IISLib/dbgutil.h +++ b/src/IISLib/dbgutil.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #ifndef _DBGUTIL_H_ diff --git a/src/IISLib/hashfn.h b/src/IISLib/hashfn.h index 00d4f1c5d7..a7bfeda2cf 100644 --- a/src/IISLib/hashfn.h +++ b/src/IISLib/hashfn.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #ifndef __HASHFN_H__ diff --git a/src/IISLib/hashtable.h b/src/IISLib/hashtable.h index e6c75823f2..9319e5643d 100644 --- a/src/IISLib/hashtable.h +++ b/src/IISLib/hashtable.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #pragma once diff --git a/src/IISLib/listentry.h b/src/IISLib/listentry.h index 469dba1a2e..80b70e97a9 100644 --- a/src/IISLib/listentry.h +++ b/src/IISLib/listentry.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #pragma once diff --git a/src/IISLib/macros.h b/src/IISLib/macros.h index 2e66540428..960f663a98 100644 --- a/src/IISLib/macros.h +++ b/src/IISLib/macros.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #ifndef _MACROS_H diff --git a/src/IISLib/multisz.cpp b/src/IISLib/multisz.cpp index d7ae9f3fdb..775ec4cd0c 100644 --- a/src/IISLib/multisz.cpp +++ b/src/IISLib/multisz.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. diff --git a/src/IISLib/multisz.h b/src/IISLib/multisz.h index 6ea1787c73..f65c151d4f 100644 --- a/src/IISLib/multisz.h +++ b/src/IISLib/multisz.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #ifndef _MULTISZ_H_ diff --git a/src/IISLib/multisza.cpp b/src/IISLib/multisza.cpp index 07479fac31..54717edf05 100644 --- a/src/IISLib/multisza.cpp +++ b/src/IISLib/multisza.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #pragma warning (disable : 4267) diff --git a/src/IISLib/multisza.h b/src/IISLib/multisza.h index 49a264fa9c..d575ec9423 100644 --- a/src/IISLib/multisza.h +++ b/src/IISLib/multisza.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #ifndef _MULTISZA_H_ diff --git a/src/IISLib/ntassert.h b/src/IISLib/ntassert.h index 8e7f6ab660..6d2f3b9a30 100644 --- a/src/IISLib/ntassert.h +++ b/src/IISLib/ntassert.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #pragma once diff --git a/src/IISLib/percpu.h b/src/IISLib/percpu.h index f3cc02ae27..5d3c563935 100644 --- a/src/IISLib/percpu.h +++ b/src/IISLib/percpu.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #pragma once diff --git a/src/IISLib/precomp.h b/src/IISLib/precomp.h index b723dba261..0dc0cd7b52 100644 --- a/src/IISLib/precomp.h +++ b/src/IISLib/precomp.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #include diff --git a/src/IISLib/prime.h b/src/IISLib/prime.h index fb287fcd8a..6a6a88ed78 100644 --- a/src/IISLib/prime.h +++ b/src/IISLib/prime.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #pragma once diff --git a/src/IISLib/pudebug.h b/src/IISLib/pudebug.h index cada8c84ea..7b0e35da0f 100644 --- a/src/IISLib/pudebug.h +++ b/src/IISLib/pudebug.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. # ifndef _PUDEBUG_H_ diff --git a/src/IISLib/reftrace.c b/src/IISLib/reftrace.c index ba75aa5bd1..c1b2e13a6e 100644 --- a/src/IISLib/reftrace.c +++ b/src/IISLib/reftrace.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #include diff --git a/src/IISLib/reftrace.h b/src/IISLib/reftrace.h index 46f5ce26fd..e90ca0444a 100644 --- a/src/IISLib/reftrace.h +++ b/src/IISLib/reftrace.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #ifndef _REFTRACE_H_ diff --git a/src/IISLib/rwlock.h b/src/IISLib/rwlock.h index 3d4f5c5537..dc7ccf834b 100644 --- a/src/IISLib/rwlock.h +++ b/src/IISLib/rwlock.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #pragma once diff --git a/src/IISLib/stringa.cpp b/src/IISLib/stringa.cpp index 16e34a21ef..29da773bca 100644 --- a/src/IISLib/stringa.cpp +++ b/src/IISLib/stringa.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #include "precomp.h" diff --git a/src/IISLib/stringa.h b/src/IISLib/stringa.h index 01c3c5254b..39737f4a69 100644 --- a/src/IISLib/stringa.h +++ b/src/IISLib/stringa.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #pragma once diff --git a/src/IISLib/stringu.cpp b/src/IISLib/stringu.cpp index 4d92a4d023..15da79a7fe 100644 --- a/src/IISLib/stringu.cpp +++ b/src/IISLib/stringu.cpp @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #pragma warning (disable : 4267) diff --git a/src/IISLib/stringu.h b/src/IISLib/stringu.h index 66c760db7e..6f27c5421d 100644 --- a/src/IISLib/stringu.h +++ b/src/IISLib/stringu.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #pragma once diff --git a/src/IISLib/tracelog.c b/src/IISLib/tracelog.c index e85861c7c1..f7b2da5e43 100644 --- a/src/IISLib/tracelog.c +++ b/src/IISLib/tracelog.c @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #include diff --git a/src/IISLib/tracelog.h b/src/IISLib/tracelog.h index feed945d54..ed34bcffc9 100644 --- a/src/IISLib/tracelog.h +++ b/src/IISLib/tracelog.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #ifndef _TRACELOG_H_ diff --git a/src/IISLib/treehash.h b/src/IISLib/treehash.h index e09c9845e1..baa50726ce 100644 --- a/src/IISLib/treehash.h +++ b/src/IISLib/treehash.h @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #pragma once diff --git a/src/IISLib/util.cxx b/src/IISLib/util.cxx index f1a7f33935..bde325025e 100644 --- a/src/IISLib/util.cxx +++ b/src/IISLib/util.cxx @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. #include "precomp.h"