Synchronizes copyrights between V1 and V2. (#1283)
This commit is contained in:
parent
8b078218b0
commit
9ccd3addc3
|
|
@ -1,6 +1,7 @@
|
||||||
;/*++
|
;/*++
|
||||||
;
|
;
|
||||||
;Copyright (c) 2014 Microsoft Corporation
|
; Copyright (c) .NET Foundation. All rights reserved.
|
||||||
|
; Licensed under the MIT License. See License.txt in the project root for license information.
|
||||||
;
|
;
|
||||||
;Module Name:
|
;Module Name:
|
||||||
;
|
;
|
||||||
|
|
|
||||||
|
|
@ -76,10 +76,10 @@ BEGIN
|
||||||
BEGIN
|
BEGIN
|
||||||
BLOCK "040904b0"
|
BLOCK "040904b0"
|
||||||
BEGIN
|
BEGIN
|
||||||
VALUE "CompanyName", "Microsoft"
|
VALUE "CompanyName", "Microsoft Corporation"
|
||||||
VALUE "FileDescription", FileDescription
|
VALUE "FileDescription", FileDescription
|
||||||
VALUE "FileVersion", FileVersionStr
|
VALUE "FileVersion", FileVersionStr
|
||||||
VALUE "InternalName", "aspnetcore.dll"
|
VALUE "InternalName", "aspnetcore"
|
||||||
VALUE "LegalCopyright", "Copyright (C) Microsoft Corporation"
|
VALUE "LegalCopyright", "Copyright (C) Microsoft Corporation"
|
||||||
VALUE "OriginalFilename", "aspnetcore.dll"
|
VALUE "OriginalFilename", "aspnetcore.dll"
|
||||||
VALUE "ProductName", "ASP.NET Core Module"
|
VALUE "ProductName", "ASP.NET Core Module"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue