Skip to content

Commit

Permalink
Update SuperPMI license headers (dotnet#48417)
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceForstall authored Feb 18, 2021
1 parent 47f8173 commit a25fc47
Show file tree
Hide file tree
Showing 117 changed files with 243 additions and 475 deletions.
6 changes: 2 additions & 4 deletions src/coreclr/ToolBox/superpmi/mcs/commandline.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

//----------------------------------------------------------
// CommandLine.cpp - tiny very specific command line parser
Expand Down
6 changes: 2 additions & 4 deletions src/coreclr/ToolBox/superpmi/mcs/commandline.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

//----------------------------------------------------------
// CommandLine.h - tiny very specific command line parser
Expand Down
6 changes: 2 additions & 4 deletions src/coreclr/ToolBox/superpmi/mcs/mcs.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

#include "standardpch.h"
#include "mcs.h"
Expand Down
6 changes: 2 additions & 4 deletions src/coreclr/ToolBox/superpmi/mcs/mcs.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

#ifndef _MCS
#define _MCS
Expand Down
6 changes: 2 additions & 4 deletions src/coreclr/ToolBox/superpmi/mcs/removedup.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

#include "standardpch.h"
#include "verbremovedup.h"
Expand Down
6 changes: 2 additions & 4 deletions src/coreclr/ToolBox/superpmi/mcs/removedup.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

//----------------------------------------------------------
// RemoveDup.h - Functions to remove dups from a method context hive (MCH)
Expand Down
6 changes: 2 additions & 4 deletions src/coreclr/ToolBox/superpmi/mcs/verbasmdump.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

#include "standardpch.h"
#include "verbasmdump.h"
Expand Down
6 changes: 2 additions & 4 deletions src/coreclr/ToolBox/superpmi/mcs/verbasmdump.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

//----------------------------------------------------------
// verbASMDump.h - verb that
Expand Down
6 changes: 2 additions & 4 deletions src/coreclr/ToolBox/superpmi/mcs/verbconcat.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

#include "standardpch.h"
#include "verbconcat.h"
Expand Down
6 changes: 2 additions & 4 deletions src/coreclr/ToolBox/superpmi/mcs/verbconcat.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

//----------------------------------------------------------
// verbConcat.h - verb that concatenates two files
Expand Down
6 changes: 2 additions & 4 deletions src/coreclr/ToolBox/superpmi/mcs/verbdump.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

#include "standardpch.h"
#include "verbdump.h"
Expand Down
6 changes: 2 additions & 4 deletions src/coreclr/ToolBox/superpmi/mcs/verbdump.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

//----------------------------------------------------------
// verbDump.h - verb that Dumps a MC file
Expand Down
6 changes: 2 additions & 4 deletions src/coreclr/ToolBox/superpmi/mcs/verbdumpmap.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

#include "standardpch.h"
#include "simpletimer.h"
Expand Down
6 changes: 2 additions & 4 deletions src/coreclr/ToolBox/superpmi/mcs/verbdumpmap.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

//----------------------------------------------------------
// verbDumpMap.h - verb that dumps a map of index to function name for an MC file
Expand Down
6 changes: 2 additions & 4 deletions src/coreclr/ToolBox/superpmi/mcs/verbdumptoc.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

#include "standardpch.h"
#include "verbdumptoc.h"
Expand Down
6 changes: 2 additions & 4 deletions src/coreclr/ToolBox/superpmi/mcs/verbdumptoc.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

//----------------------------------------------------------
// verbDumpToc.h - verb that dumps a MCH Table of Context file
Expand Down
6 changes: 2 additions & 4 deletions src/coreclr/ToolBox/superpmi/mcs/verbfracture.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

#include "standardpch.h"
#include "verbfracture.h"
Expand Down
6 changes: 2 additions & 4 deletions src/coreclr/ToolBox/superpmi/mcs/verbfracture.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

//----------------------------------------------------------
// verbFracture.h - verb that copies N items into each child file.
Expand Down
6 changes: 2 additions & 4 deletions src/coreclr/ToolBox/superpmi/mcs/verbildump.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

#include "standardpch.h"
#include "simpletimer.h"
Expand Down
6 changes: 2 additions & 4 deletions src/coreclr/ToolBox/superpmi/mcs/verbildump.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

//----------------------------------------------------------
// verbILDump.h - verb that attempts to dump the raw IL for a MC
Expand Down
6 changes: 2 additions & 4 deletions src/coreclr/ToolBox/superpmi/mcs/verbinteg.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

#include "standardpch.h"
#include "verbinteg.h"
Expand Down
6 changes: 2 additions & 4 deletions src/coreclr/ToolBox/superpmi/mcs/verbinteg.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

//----------------------------------------------------------
// verbInteg.h - verb that checks the integrity of a MC file
Expand Down
6 changes: 2 additions & 4 deletions src/coreclr/ToolBox/superpmi/mcs/verbjitflags.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

#include "standardpch.h"
#include "verbjitflags.h"
Expand Down
6 changes: 2 additions & 4 deletions src/coreclr/ToolBox/superpmi/mcs/verbjitflags.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

//----------------------------------------------------------
// verbJitFlags.h - verb that prints summary of jit flags values
Expand Down
6 changes: 2 additions & 4 deletions src/coreclr/ToolBox/superpmi/mcs/verbmerge.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

#include "standardpch.h"
#include "verbmerge.h"
Expand Down
6 changes: 2 additions & 4 deletions src/coreclr/ToolBox/superpmi/mcs/verbmerge.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

//----------------------------------------------------------
// verbMerge.h - verb that merges multiple .MC into one .MCH file
Expand Down
6 changes: 2 additions & 4 deletions src/coreclr/ToolBox/superpmi/mcs/verbprintjiteeversion.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

#include "standardpch.h"
#include "verbprintjiteeversion.h"
Expand Down
6 changes: 2 additions & 4 deletions src/coreclr/ToolBox/superpmi/mcs/verbprintjiteeversion.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

//----------------------------------------------------------
// verbPrintJITEEVersion.h - verb that prints the JITEEVersion GUID that this was built with
Expand Down
6 changes: 2 additions & 4 deletions src/coreclr/ToolBox/superpmi/mcs/verbremovedup.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

#include "standardpch.h"
#include "verbremovedup.h"
Expand Down
6 changes: 2 additions & 4 deletions src/coreclr/ToolBox/superpmi/mcs/verbremovedup.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

//----------------------------------------------------------
// verbRemoveDup.h - verb that attempts to remove dups
Expand Down
6 changes: 2 additions & 4 deletions src/coreclr/ToolBox/superpmi/mcs/verbstat.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

#include "standardpch.h"
#include "verbstat.h"
Expand Down
6 changes: 2 additions & 4 deletions src/coreclr/ToolBox/superpmi/mcs/verbstat.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

//----------------------------------------------------------
// verbStat.h - verb that
Expand Down
6 changes: 2 additions & 4 deletions src/coreclr/ToolBox/superpmi/mcs/verbstrip.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

#include "standardpch.h"
#include "verbstrip.h"
Expand Down
6 changes: 2 additions & 4 deletions src/coreclr/ToolBox/superpmi/mcs/verbstrip.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

//----------------------------------------------------------
// verbStrip.h - verb that removes a list of mc's from an MCH file
Expand Down
6 changes: 2 additions & 4 deletions src/coreclr/ToolBox/superpmi/mcs/verbtoc.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

#include "standardpch.h"
#include "verbtoc.h"
Expand Down
6 changes: 2 additions & 4 deletions src/coreclr/ToolBox/superpmi/mcs/verbtoc.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

//----------------------------------------------------------
// verbTOC.h - verb that creates a Table of Context for a MCH file
Expand Down
6 changes: 2 additions & 4 deletions src/coreclr/ToolBox/superpmi/superpmi-shared/agnostic.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

//----------------------------------------------------------
// agnostic.h - Definition of platform-agnostic data types used by SuperPMI.
Expand Down
8 changes: 3 additions & 5 deletions src/coreclr/ToolBox/superpmi/superpmi-shared/asmdumper.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

#include "standardpch.h"
#include "asmdumper.h"
Expand Down Expand Up @@ -90,4 +88,4 @@ void ASMDumper::DumpToFile(HANDLE hFile, MethodContext* mc, CompileResult* cr)
#endif // !USE_MSVCDIS

FlushFileBuffers(hFile);
}
}
Loading

0 comments on commit a25fc47

Please sign in to comment.