diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 00000000..3038bd57 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,136 @@ +# Contributor Covenant Code of Conduct + +This copy of the Code of Conduct is provided for convenience. Any deviations +from the original source are unintentional and are superseded by the original +source available at https://dotnetfoundation.org/about/code-of-conduct. + +## Preamble + +The .NET Foundation was created to foster an open, innovative and inclusive +community around open source .NET. To clarify expected behaviour in our +communities we have adopted the Contributor Covenant. This code of conduct has +been adopted by many other open source communities and we feel it expresses our +values well. + +## Our Pledge + +We as members, contributors, and leaders pledge to make participation in our +community a harassment-free experience for everyone, regardless of age, body +size, visible or invisible disability, ethnicity, sex characteristics, gender +identity and expression, level of experience, education, socio-economic status, +nationality, personal appearance, race, religion, or sexual identity and +orientation. + +We pledge to act and interact in ways that contribute to an open, welcoming, +diverse, inclusive, and healthy community. + +## Our Standards + +Examples of behavior that contributes to a positive environment for our +community include: + +* Demonstrating empathy and kindness toward other people +* Being respectful of differing opinions, viewpoints, and experiences +* Giving and gracefully accepting constructive feedback +* Accepting responsibility and apologizing to those affected by our mistakes, +and learning from the experience +* Focusing on what is best not just for us as individuals, but for the overall +community + +Examples of unacceptable behavior include: + +* The use of sexualized language or imagery, and sexual attention or advances +of any kind +* Trolling, insulting or derogatory comments, and personal or political attacks +* Public or private harassment +* Publishing others’ private information, such as a physical or email address, +without their explicit permission +* Other conduct which could reasonably be considered inappropriate in a +professional setting + +## Enforcement Responsibilities + +Community leaders are responsible for clarifying and enforcing our standards of +acceptable behavior and will take appropriate and fair corrective action in +response to any behavior that they deem inappropriate, threatening, offensive, +or harmful. + +Community leaders have the right and responsibility to remove, edit, or reject +comments, commits, code, wiki edits, issues, and other contributions that are +not aligned to this Code of Conduct, and will communicate reasons for +moderation decisions when appropriate. + +## Scope + +This Code of Conduct applies within all community spaces, and also applies when +an individual is officially representing the community in public spaces. +Examples of representing our community include using an official e-mail +address, posting via an official social media account, or acting as an +appointed representative at an online or offline event. + +## Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be +reported to the community leaders responsible for enforcement at +conduct@dotnetfoundation.org. All complaints will be reviewed and investigated +promptly and fairly. + +All community leaders are obligated to respect the privacy and security of the +reporter of any incident. + +## Enforcement Guidelines + +Community leaders will follow these Community Impact Guidelines in determining +the consequences for any action they deem in violation of this Code of Conduct: + +### 1. Correction + +**Community Impact**: Use of inappropriate language or other behavior deemed +unprofessional or unwelcome in the community. + +**Consequence**: A private, written warning from community leaders, providing +clarity around the nature of the violation and an explanation of why the +behavior was inappropriate. A public apology may be requested. + +### 2. Warning + +**Community Impact**: A violation through a single incident or series of +actions. + +**Consequence**: A warning with consequences for continued behavior. No +interaction with the people involved, including unsolicited interaction with +those enforcing the Code of Conduct, for a specified period of time. This +includes avoiding interactions in community spaces as well as external channels +like social media. Violating these terms may lead to a temporary or permanent +ban. + +### 3. Temporary Ban + +**Community Impact**: A serious violation of community standards, including +sustained inappropriate behavior. + +**Consequence**: A temporary ban from any sort of interaction or public +communication with the community for a specified period of time. No public or +private interaction with the people involved, including unsolicited interaction +with those enforcing the Code of Conduct, is allowed during this period. +Violating these terms may lead to a permanent ban. + +### 4. Permanent Ban + +**Community Impact**: Demonstrating a pattern of violation of community +standards, including sustained inappropriate behavior, harassment of an +individual, or aggression toward or disparagement of classes of individuals. + +**Consequence**: A permanent ban from any sort of public interaction within the +community. + +## Attribution + +This Code of Conduct is adapted from the Contributor Covenant, version 2.0, +available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html. + +Community Impact Guidelines were inspired by Mozilla’s code of conduct enforcement ladder. + +For answers to common questions about this code of conduct, see the FAQ at +https://www.contributor-covenant.org/faq. Translations are available at +https://www.contributor-covenant.org/translations. diff --git a/Directory.Build.props b/Directory.Build.props index b815c24b..d16c43ee 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -36,9 +36,9 @@ - Microsoft and Contributors + .NET Foundation and Contributors $(BaseArtifactsPath)bin/$(BaseArtifactsPathSuffix)/ - Microsoft + .NET Foundation true $(BaseArtifactsPath)pkg/$(Configuration)/ LLVMSharp @@ -51,7 +51,7 @@ $(MSBuildThisFileDirectory)Open.snk 00240000048000009400000006020000002400005253413100040000010001004b86c4cb78549b34bab61a3b1800e23bfeb5b3ec390074041536a7e3cbd97f5f04cf0f857155a8928eaa29ebfd11cfbbad3ba70efea7bda3226c6a8d370a4cd303f714486b6ebc225985a638471e6ef571cc92a4613c00b8fa65d61ccee0cbe5f36330c9a01f4183559f1bef24cc2917c6d913e3a541333a1d05d9bed22b38cb - Copyright © Microsoft and Contributors + Copyright © .NET Foundation and Contributors LLVMSharp is a multi-platform .NET Standard library for accessing the LLVM infrastructure. strict false @@ -60,7 +60,7 @@ 4.3 en-US true - NCSA + MIT $(RepositoryUrl) true false diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 00000000..d864f500 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,20 @@ +# The MIT License (MIT) + +Copyright © .NET Foundation and Contributors. All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/LICENSE.txt b/LICENSE.txt deleted file mode 100644 index fa8b2681..00000000 --- a/LICENSE.txt +++ /dev/null @@ -1,12 +0,0 @@ -University of Illinois/NCSA Open Source License -Copyright (c) Microsoft and Contributors -All rights reserved. - -Developed by: Microsoft and Contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal with the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimers. -Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimers in the documentation and/or other materials provided with the distribution. -Neither the names of Microsoft, nor the names of its contributors may be used to endorse or promote products derived from this Software without specific prior written permission. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE SOFTWARE. diff --git a/LLVMSharp.sln b/LLVMSharp.sln index 3aae5227..2e8e7e49 100644 --- a/LLVMSharp.sln +++ b/LLVMSharp.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.28922.388 +# Visual Studio Version 17 +VisualStudioVersion = 17.1.31903.286 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8CB270E5-F45F-4E85-A3D8-8B2440CC79E1}" ProjectSection(SolutionItems) = preProject @@ -10,10 +10,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution .gitignore = .gitignore build.cmd = build.cmd build.sh = build.sh + CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md Directory.Build.props = Directory.Build.props Directory.Build.targets = Directory.Build.targets - LICENSE.txt = LICENSE.txt - NOTICE.txt = NOTICE.txt + LICENSE.md = LICENSE.md + NOTICE.md = NOTICE.md pack.cmd = pack.cmd pack.sh = pack.sh README.md = README.md diff --git a/NOTICE.txt b/NOTICE.md similarity index 100% rename from NOTICE.txt rename to NOTICE.md diff --git a/README.md b/README.md index f6068fec..107a5b15 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,41 @@ LLVMSharp is a multi-platform .NET Standard library for accessing the LLVM infra | Ubuntu 16.04 x64 | [![Build Status](https://dev.azure.com/ms/LLVMSharp/_apis/build/status/microsoft.LLVMSharp?branchName=main&jobName=ubuntu_debug_x64)](https://dev.azure.com/ms/LLVMSharp/_build/latest?definitionId=156&branchName=main) | [![Build Status](https://dev.azure.com/ms/LLVMSharp/_apis/build/status/microsoft.LLVMSharp?branchName=main&jobName=ubuntu_release_x64)](https://dev.azure.com/ms/LLVMSharp/_build/latest?definitionId=156&branchName=main) | | MacOS x64 | [![Build Status](https://dev.azure.com/ms/LLVMSharp/_apis/build/status/microsoft.LLVMSharp?branchName=main&jobName=macos_debug_x64)](https://dev.azure.com/ms/LLVMSharp/_build/latest?definitionId=156&branchName=main) | [![Build Status](https://dev.azure.com/ms/LLVMSharp/_apis/build/status/microsoft.LLVMSharp?branchName=main&jobName=macos_release_x64)](https://dev.azure.com/ms/LLVMSharp/_build/latest?definitionId=156&branchName=main) | -[![Join the chat at https://gitter.im/mjsabby/LLVMSharp](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/mjsabby/LLVMSharp?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +A nuget package for the project is provided here: https://www.nuget.org/packages/llvmsharp. -[**LLVMSharp NuGet Package**](http://www.nuget.org/packages/LLVMSharp) for .NET Core 2.0+ (Linux, macOS, Windows) and .NET Framework 4+ - each version is built from the corresponding LLVM Release. +A convenience package which provides the native libLLVM library for several platforms is provided here: https://www.nuget.org/packages/libLLVM -## Building LLVMSharp +NOTE: These may be out of date as compared to the latest sources. New versions are published as appropriate and a nightly feed is not currently available. + +## Table of Contents + +* [Code of Conduct](#code-of-conduct) +* [License](#license) +* [Features](#features) +* [Building LLVMSharp](#building-llvmsharp) + +### Code of Conduct + +LLVMSharp and everyone contributing (this includes issues, pull requests, the +wiki, etc) must abide by the .NET Foundation Code of Conduct: +https://dotnetfoundation.org/about/code-of-conduct. + +Instances of abusive, harassing, or otherwise unacceptable behavior may be +reported by contacting the project team at conduct@dotnetfoundation.org. + +### License + +Copyright (c) .NET Foundation and Contributors. All Rights Reserved. +Licensed under the MIT License (MIT). +See [LICENSE.md](LICENSE.md) in the repository root for more information. + +### Features + + * Auto-generated using LLVM C headers files, and supports all functionality exposed by them (more than enough to build a full compiler) + * Type safe (LLVMValueRef and LLVMTypeRef are different types, despite being pointers internally) + * Nearly identical to LLVM C APIs, e.g. LLVMModuleCreateWithName in C, vs. LLVM.ModuleCreateWithName (notice the . in the C# API) + +### Building LLVMSharp On Linux using .NET Core: @@ -32,96 +62,3 @@ On Windows using .NET Core :> cd LLVMSharp :> dotnet build ``` - -## Features - - * Auto-generated using LLVM C headers files, and supports all functionality exposed by them (more than enough to build a full compiler) - * Type safe (LLVMValueRef and LLVMTypeRef are different types, despite being pointers internally) - * Nearly identical to LLVM C APIs, e.g. LLVMModuleCreateWithName in C, vs. LLVM.ModuleCreateWithName (notice the . in the C# API) - -## Kaleidoscope Tutorials - -There's a [C# translation of the LLVM official Kaleidoscope Tutorial](http://ice1000.org/llvm-cs/en/). - -Much of the tutorial is already implemented here, and has some nice improvements like the Visitor pattern for code generation to make the LLVM code stand out and help you bootstrap your compiler. - -The tutorials have been tested to run on Windows and Linux, however the build (using MSBuild) uses the Nuget packages, hence require some editing to run on Linux. - -[Chapter 3](samples/KaleidoscopeTutorial/Chapter3) - -[Chapter 4](samples/KaleidoscopeTutorial/Chapter4) - -[Chapter 5](samples/KaleidoscopeTutorial/Chapter5) - -## Conventions - -* Types are exactly how they are defined in the C bindings, for example: LLVMTypeRef - -* Functions are put in a C# class called LLVM and the LLVM prefix is removed from the functions, for example: LLVM.ModuleCreateWithName("LLVMSharpIntro"); - -## Example application - -```csharp - using System; - using System.Runtime.InteropServices; - using LLVMSharp.Interop; - - internal sealed class Program - { - [UnmanagedFunctionPointer(CallingConvention.Cdecl)] - public delegate int Add(int a, int b); - - private static void Main(string[] args) - { - LLVMModuleRef mod = LLVMModuleRef.CreateWithName("LLVMSharpIntro"); - - LLVMTypeRef[] param_types = new LLVMTypeRef[2] { LLVMTypeRef.Int32, LLVMTypeRef.Int32 }; - LLVMTypeRef ret_type = LLVMTypeRef.CreateFunction(LLVMTypeRef.Int32, param_types); - LLVMValueRef sum = mod.AddFunction("sum", ret_type); - - LLVMBasicBlockRef entry = sum.AppendBasicBlock("entry"); - - LLVMBuilderRef builder = LLVMBuilderRef.Create(mod.Context); - builder.PositionAtEnd(entry); - LLVMValueRef tmp = builder.BuildAdd(sum.Params[0], sum.Params[1], "tmp"); - builder.BuildRet(tmp); - - if (!mod.TryVerify(LLVMVerifierFailureAction.LLVMPrintMessageAction, out var error)) - { - Console.WriteLine($"Error: {error}"); - } - - LLVM.LinkInMCJIT(); - - LLVM.InitializeX86TargetMC(); - LLVM.InitializeX86Target(); - LLVM.InitializeX86TargetInfo(); - LLVM.InitializeX86AsmParser(); - LLVM.InitializeX86AsmPrinter(); - - LLVMMCJITCompilerOptions options = new LLVMMCJITCompilerOptions { NoFramePointerElim = 1 }; - if (!mod.TryCreateMCJITCompiler(out var engine, ref options, out error)) - { - Console.WriteLine($"Error: {error}"); - } - - var addMethod = (Add)Marshal.GetDelegateForFunctionPointer(engine.GetPointerToGlobal(sum), typeof(Add)); - int result = addMethod(10, 10); - - Console.WriteLine("Result of sum is: " + result); - - if (mod.WriteBitcodeToFile("sum.bc") != 0) - { - Console.WriteLine("error writing bitcode to file, skipping"); - } - - mod.Dump(); - builder.Dispose(); - engine.Dispose(); - } - } -```` - -## Microsoft Open Source Code of Conduct - -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. diff --git a/packages/libLLVM/libLLVM.runtime.freebsd.11-x64/libLLVM.runtime.freebsd.11-x64.nuspec b/packages/libLLVM/libLLVM.runtime.freebsd.11-x64/libLLVM.runtime.freebsd.11-x64.nuspec index 2e6b2a3f..0e0bf23c 100644 --- a/packages/libLLVM/libLLVM.runtime.freebsd.11-x64/libLLVM.runtime.freebsd.11-x64.nuspec +++ b/packages/libLLVM/libLLVM.runtime.freebsd.11-x64/libLLVM.runtime.freebsd.11-x64.nuspec @@ -3,8 +3,8 @@ libLLVM.runtime.freebsd.11-x64 12.0.0 - Microsoft and Contributors - Microsoft and Contributors + .NET Foundation and Contributors + .NET Foundation and Contributors true Apache-2.0 WITH LLVM-exception https://github.com/microsoft/llvmsharp diff --git a/packages/libLLVM/libLLVM.runtime.freebsd.11-x86/libLLVM.runtime.freebsd.11-x86.nuspec b/packages/libLLVM/libLLVM.runtime.freebsd.11-x86/libLLVM.runtime.freebsd.11-x86.nuspec index e48f7a99..fc70b1d3 100644 --- a/packages/libLLVM/libLLVM.runtime.freebsd.11-x86/libLLVM.runtime.freebsd.11-x86.nuspec +++ b/packages/libLLVM/libLLVM.runtime.freebsd.11-x86/libLLVM.runtime.freebsd.11-x86.nuspec @@ -3,8 +3,8 @@ libLLVM.runtime.freebsd.11-x86 12.0.0 - Microsoft and Contributors - Microsoft and Contributors + .NET Foundation and Contributors + .NET Foundation and Contributors true Apache-2.0 WITH LLVM-exception https://github.com/microsoft/llvmsharp diff --git a/packages/libLLVM/libLLVM.runtime.linux-arm/libLLVM.runtime.linux-arm.nuspec b/packages/libLLVM/libLLVM.runtime.linux-arm/libLLVM.runtime.linux-arm.nuspec index ff47af99..7ae964d2 100644 --- a/packages/libLLVM/libLLVM.runtime.linux-arm/libLLVM.runtime.linux-arm.nuspec +++ b/packages/libLLVM/libLLVM.runtime.linux-arm/libLLVM.runtime.linux-arm.nuspec @@ -3,8 +3,8 @@ libLLVM.runtime.linux-arm 12.0.0 - Microsoft and Contributors - Microsoft and Contributors + .NET Foundation and Contributors + .NET Foundation and Contributors true Apache-2.0 WITH LLVM-exception https://github.com/microsoft/llvmsharp diff --git a/packages/libLLVM/libLLVM.runtime.linux-arm64/libLLVM.runtime.linux-arm64.nuspec b/packages/libLLVM/libLLVM.runtime.linux-arm64/libLLVM.runtime.linux-arm64.nuspec index 83be281d..be669120 100644 --- a/packages/libLLVM/libLLVM.runtime.linux-arm64/libLLVM.runtime.linux-arm64.nuspec +++ b/packages/libLLVM/libLLVM.runtime.linux-arm64/libLLVM.runtime.linux-arm64.nuspec @@ -3,8 +3,8 @@ libLLVM.runtime.linux-arm64 12.0.0 - Microsoft and Contributors - Microsoft and Contributors + .NET Foundation and Contributors + .NET Foundation and Contributors true Apache-2.0 WITH LLVM-exception https://github.com/microsoft/llvmsharp diff --git a/packages/libLLVM/libLLVM.runtime.osx-x64/libLLVM.runtime.osx-x64.nuspec b/packages/libLLVM/libLLVM.runtime.osx-x64/libLLVM.runtime.osx-x64.nuspec index d609969d..292a22c0 100644 --- a/packages/libLLVM/libLLVM.runtime.osx-x64/libLLVM.runtime.osx-x64.nuspec +++ b/packages/libLLVM/libLLVM.runtime.osx-x64/libLLVM.runtime.osx-x64.nuspec @@ -3,8 +3,8 @@ libLLVM.runtime.osx-x64 12.0.0 - Microsoft and Contributors - Microsoft and Contributors + .NET Foundation and Contributors + .NET Foundation and Contributors true Apache-2.0 WITH LLVM-exception https://github.com/microsoft/llvmsharp diff --git a/packages/libLLVM/libLLVM.runtime.ubuntu.18.04-x64/libLLVM.runtime.ubuntu.18.04-x64.nuspec b/packages/libLLVM/libLLVM.runtime.ubuntu.18.04-x64/libLLVM.runtime.ubuntu.18.04-x64.nuspec index ee6a2197..a98d90b7 100644 --- a/packages/libLLVM/libLLVM.runtime.ubuntu.18.04-x64/libLLVM.runtime.ubuntu.18.04-x64.nuspec +++ b/packages/libLLVM/libLLVM.runtime.ubuntu.18.04-x64/libLLVM.runtime.ubuntu.18.04-x64.nuspec @@ -3,8 +3,8 @@ libLLVM.runtime.ubuntu.18.04-x64 12.0.0 - Microsoft and Contributors - Microsoft and Contributors + .NET Foundation and Contributors + .NET Foundation and Contributors true Apache-2.0 WITH LLVM-exception https://github.com/microsoft/llvmsharp diff --git a/packages/libLLVM/libLLVM.runtime.ubuntu.20.04-x64/libLLVM.runtime.ubuntu.20.04-x64.nuspec b/packages/libLLVM/libLLVM.runtime.ubuntu.20.04-x64/libLLVM.runtime.ubuntu.20.04-x64.nuspec index 36ee2e21..5fa26f87 100644 --- a/packages/libLLVM/libLLVM.runtime.ubuntu.20.04-x64/libLLVM.runtime.ubuntu.20.04-x64.nuspec +++ b/packages/libLLVM/libLLVM.runtime.ubuntu.20.04-x64/libLLVM.runtime.ubuntu.20.04-x64.nuspec @@ -3,8 +3,8 @@ libLLVM.runtime.ubuntu.20.04-x64 12.0.0 - Microsoft and Contributors - Microsoft and Contributors + .NET Foundation and Contributors + .NET Foundation and Contributors true Apache-2.0 WITH LLVM-exception https://github.com/microsoft/llvmsharp diff --git a/packages/libLLVM/libLLVM.runtime.ubuntu.21.04-x64/libLLVM.runtime.ubuntu.21.04-x64.nuspec b/packages/libLLVM/libLLVM.runtime.ubuntu.21.04-x64/libLLVM.runtime.ubuntu.21.04-x64.nuspec index ff02aa8a..312fb637 100644 --- a/packages/libLLVM/libLLVM.runtime.ubuntu.21.04-x64/libLLVM.runtime.ubuntu.21.04-x64.nuspec +++ b/packages/libLLVM/libLLVM.runtime.ubuntu.21.04-x64/libLLVM.runtime.ubuntu.21.04-x64.nuspec @@ -3,8 +3,8 @@ libLLVM.runtime.ubuntu.21.04-x64 12.0.0 - Microsoft and Contributors - Microsoft and Contributors + .NET Foundation and Contributors + .NET Foundation and Contributors true Apache-2.0 WITH LLVM-exception https://github.com/microsoft/llvmsharp diff --git a/packages/libLLVM/libLLVM.runtime.win-arm64/libLLVM.runtime.win-arm64.nuspec b/packages/libLLVM/libLLVM.runtime.win-arm64/libLLVM.runtime.win-arm64.nuspec index 02d96f67..943523fa 100644 --- a/packages/libLLVM/libLLVM.runtime.win-arm64/libLLVM.runtime.win-arm64.nuspec +++ b/packages/libLLVM/libLLVM.runtime.win-arm64/libLLVM.runtime.win-arm64.nuspec @@ -3,8 +3,8 @@ libLLVM.runtime.win-arm64 12.0.0 - Microsoft and Contributors - Microsoft and Contributors + .NET Foundation and Contributors + .NET Foundation and Contributors true Apache-2.0 WITH LLVM-exception https://github.com/microsoft/llvmsharp diff --git a/packages/libLLVM/libLLVM.runtime.win-x64/libLLVM.runtime.win-x64.nuspec b/packages/libLLVM/libLLVM.runtime.win-x64/libLLVM.runtime.win-x64.nuspec index 2d7e3925..0b755c75 100644 --- a/packages/libLLVM/libLLVM.runtime.win-x64/libLLVM.runtime.win-x64.nuspec +++ b/packages/libLLVM/libLLVM.runtime.win-x64/libLLVM.runtime.win-x64.nuspec @@ -3,8 +3,8 @@ libLLVM.runtime.win-x64 12.0.0 - Microsoft and Contributors - Microsoft and Contributors + .NET Foundation and Contributors + .NET Foundation and Contributors true Apache-2.0 WITH LLVM-exception https://github.com/microsoft/llvmsharp diff --git a/packages/libLLVM/libLLVM.runtime.win-x86/libLLVM.runtime.win-x86.nuspec b/packages/libLLVM/libLLVM.runtime.win-x86/libLLVM.runtime.win-x86.nuspec index 2c177739..eb068504 100644 --- a/packages/libLLVM/libLLVM.runtime.win-x86/libLLVM.runtime.win-x86.nuspec +++ b/packages/libLLVM/libLLVM.runtime.win-x86/libLLVM.runtime.win-x86.nuspec @@ -3,8 +3,8 @@ libLLVM.runtime.win-x86 12.0.0 - Microsoft and Contributors - Microsoft and Contributors + .NET Foundation and Contributors + .NET Foundation and Contributors true Apache-2.0 WITH LLVM-exception https://github.com/microsoft/llvmsharp diff --git a/packages/libLLVM/libLLVM/libLLVM.nuspec b/packages/libLLVM/libLLVM/libLLVM.nuspec index 515aaf8b..dd78a1e0 100644 --- a/packages/libLLVM/libLLVM/libLLVM.nuspec +++ b/packages/libLLVM/libLLVM/libLLVM.nuspec @@ -3,8 +3,8 @@ libLLVM 12.0.0 - Microsoft and Contributors - Microsoft and Contributors + .NET Foundation and Contributors + .NET Foundation and Contributors true Apache-2.0 WITH LLVM-exception https://github.com/microsoft/llvmsharp diff --git a/sources/LLVMSharp.Interop/Extensions/LLVM.Manual.cs b/sources/LLVMSharp.Interop/Extensions/LLVM.Manual.cs index 7cee822c..20f9f768 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVM.Manual.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVM.Manual.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/Extensions/LLVM.ResolveLibrary.cs b/sources/LLVMSharp.Interop/Extensions/LLVM.ResolveLibrary.cs index 7c1c498c..c7bc44e4 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVM.ResolveLibrary.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVM.ResolveLibrary.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; using System.Reflection; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMAttributeIndex.cs b/sources/LLVMSharp.Interop/Extensions/LLVMAttributeIndex.cs index 501e7b63..0078e881 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMAttributeIndex.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMAttributeIndex.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-10.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMAttributeRef.cs b/sources/LLVMSharp.Interop/Extensions/LLVMAttributeRef.cs index bc502113..414f2c6f 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMAttributeRef.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMAttributeRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMBasicBlockRef.cs b/sources/LLVMSharp.Interop/Extensions/LLVMBasicBlockRef.cs index b1e746a1..5ca913c2 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMBasicBlockRef.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMBasicBlockRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMBinaryRef.cs b/sources/LLVMSharp.Interop/Extensions/LLVMBinaryRef.cs index af0086a7..c3b648e4 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMBinaryRef.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMBinaryRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMBuilderRef.cs b/sources/LLVMSharp.Interop/Extensions/LLVMBuilderRef.cs index 46b69c70..1599b22b 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMBuilderRef.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMBuilderRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMComdatRef.cs b/sources/LLVMSharp.Interop/Extensions/LLVMComdatRef.cs index 2c3edac9..6b786ac7 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMComdatRef.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMComdatRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMContextRef.cs b/sources/LLVMSharp.Interop/Extensions/LLVMContextRef.cs index 00c19b44..f2c1c9d0 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMContextRef.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMContextRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; using System.Runtime.InteropServices; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMDIBuilderRef.cs b/sources/LLVMSharp.Interop/Extensions/LLVMDIBuilderRef.cs index ee25bbc6..afe7e180 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMDIBuilderRef.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMDIBuilderRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMDiagnosticInfoRef.cs b/sources/LLVMSharp.Interop/Extensions/LLVMDiagnosticInfoRef.cs index ce095ef5..b32148a1 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMDiagnosticInfoRef.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMDiagnosticInfoRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMDisasmContextRef.cs b/sources/LLVMSharp.Interop/Extensions/LLVMDisasmContextRef.cs index ce5a2a18..3ad6a609 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMDisasmContextRef.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMDisasmContextRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMErrorRef.cs b/sources/LLVMSharp.Interop/Extensions/LLVMErrorRef.cs index 8fc5abbd..411b436d 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMErrorRef.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMErrorRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMErrorTypeId.cs b/sources/LLVMSharp.Interop/Extensions/LLVMErrorTypeId.cs index bdf78109..7ee77bc5 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMErrorTypeId.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMErrorTypeId.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMExecutionEngineRef.cs b/sources/LLVMSharp.Interop/Extensions/LLVMExecutionEngineRef.cs index 479b08fe..a61a2290 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMExecutionEngineRef.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMExecutionEngineRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; using System.Runtime.InteropServices; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMGenericValueRef.cs b/sources/LLVMSharp.Interop/Extensions/LLVMGenericValueRef.cs index a4ba0a01..3f0bb409 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMGenericValueRef.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMGenericValueRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMJITEventListenerRef.cs b/sources/LLVMSharp.Interop/Extensions/LLVMJITEventListenerRef.cs index f5ecca9c..b2c76de9 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMJITEventListenerRef.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMJITEventListenerRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMMCJITCompilerOptions.cs b/sources/LLVMSharp.Interop/Extensions/LLVMMCJITCompilerOptions.cs index 79a67fc5..e6697025 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMMCJITCompilerOptions.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMMCJITCompilerOptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; using System.Runtime.InteropServices; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMMCJITMemoryManagerRef.cs b/sources/LLVMSharp.Interop/Extensions/LLVMMCJITMemoryManagerRef.cs index fcd01151..82d2e6e2 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMMCJITMemoryManagerRef.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMMCJITMemoryManagerRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMMemoryBufferRef.cs b/sources/LLVMSharp.Interop/Extensions/LLVMMemoryBufferRef.cs index 6e56cdd4..e0d70f8a 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMMemoryBufferRef.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMMemoryBufferRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMMetadataKind.cs b/sources/LLVMSharp.Interop/Extensions/LLVMMetadataKind.cs index 820c9042..82dc5f3b 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMMetadataKind.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMMetadataKind.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-10.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMMetadataRef.cs b/sources/LLVMSharp.Interop/Extensions/LLVMMetadataRef.cs index c738b09b..bfc303dc 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMMetadataRef.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMMetadataRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMModuleFlagEntry.cs b/sources/LLVMSharp.Interop/Extensions/LLVMModuleFlagEntry.cs index e55eec99..0bf320c9 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMModuleFlagEntry.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMModuleFlagEntry.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMModuleProviderRef.cs b/sources/LLVMSharp.Interop/Extensions/LLVMModuleProviderRef.cs index 96d7fae2..c68ad6d4 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMModuleProviderRef.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMModuleProviderRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMModuleRef.cs b/sources/LLVMSharp.Interop/Extensions/LLVMModuleRef.cs index 04f6aea6..7f073dd3 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMModuleRef.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMModuleRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; using System.Runtime.InteropServices; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMNamedMDNodeRef.cs b/sources/LLVMSharp.Interop/Extensions/LLVMNamedMDNodeRef.cs index ab93bb55..c22ff2f5 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMNamedMDNodeRef.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMNamedMDNodeRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMObjectFileRef.cs b/sources/LLVMSharp.Interop/Extensions/LLVMObjectFileRef.cs index 17f34909..ff5eff16 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMObjectFileRef.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMObjectFileRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMPassManagerBuilderRef.cs b/sources/LLVMSharp.Interop/Extensions/LLVMPassManagerBuilderRef.cs index 1d50c792..7530bdef 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMPassManagerBuilderRef.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMPassManagerBuilderRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMPassManagerRef.cs b/sources/LLVMSharp.Interop/Extensions/LLVMPassManagerRef.cs index f758a68f..57304c3f 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMPassManagerRef.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMPassManagerRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMPassRegistryRef.cs b/sources/LLVMSharp.Interop/Extensions/LLVMPassRegistryRef.cs index 18befc0a..749ce707 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMPassRegistryRef.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMPassRegistryRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMRelocationIteratorRef.cs b/sources/LLVMSharp.Interop/Extensions/LLVMRelocationIteratorRef.cs index b286696b..9d6fa119 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMRelocationIteratorRef.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMRelocationIteratorRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMRemarkArgRef.cs b/sources/LLVMSharp.Interop/Extensions/LLVMRemarkArgRef.cs index a8b877ed..f9053b10 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMRemarkArgRef.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMRemarkArgRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMRemarkDebugLocRef.cs b/sources/LLVMSharp.Interop/Extensions/LLVMRemarkDebugLocRef.cs index 51f46567..ad093c62 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMRemarkDebugLocRef.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMRemarkDebugLocRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMRemarkEntryRef.cs b/sources/LLVMSharp.Interop/Extensions/LLVMRemarkEntryRef.cs index 25d4b127..a7b18f51 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMRemarkEntryRef.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMRemarkEntryRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMRemarkParserRef.cs b/sources/LLVMSharp.Interop/Extensions/LLVMRemarkParserRef.cs index 768b69ba..f7d6e0e9 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMRemarkParserRef.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMRemarkParserRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMRemarkStringRef.cs b/sources/LLVMSharp.Interop/Extensions/LLVMRemarkStringRef.cs index 47e118ea..67be1b57 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMRemarkStringRef.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMRemarkStringRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMSectionIteratorRef.cs b/sources/LLVMSharp.Interop/Extensions/LLVMSectionIteratorRef.cs index 227a5ea4..3a355623 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMSectionIteratorRef.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMSectionIteratorRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMSymbolIteratorRef.cs b/sources/LLVMSharp.Interop/Extensions/LLVMSymbolIteratorRef.cs index 1909e51b..1e757211 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMSymbolIteratorRef.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMSymbolIteratorRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMTargetDataRef.cs b/sources/LLVMSharp.Interop/Extensions/LLVMTargetDataRef.cs index c1a63961..43c7cf69 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMTargetDataRef.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMTargetDataRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMTargetLibraryInfoRef.cs b/sources/LLVMSharp.Interop/Extensions/LLVMTargetLibraryInfoRef.cs index eeb826ef..1fd51d09 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMTargetLibraryInfoRef.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMTargetLibraryInfoRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMTargetMachineRef.cs b/sources/LLVMSharp.Interop/Extensions/LLVMTargetMachineRef.cs index 2131c83e..a5e89029 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMTargetMachineRef.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMTargetMachineRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; using System.Runtime.InteropServices; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMTargetRef.cs b/sources/LLVMSharp.Interop/Extensions/LLVMTargetRef.cs index 0fe8e9a0..3c54fb1d 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMTargetRef.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMTargetRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; using System.Collections.Generic; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMTypeRef.cs b/sources/LLVMSharp.Interop/Extensions/LLVMTypeRef.cs index c8fda089..1b2280e1 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMTypeRef.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMTypeRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMUseRef.cs b/sources/LLVMSharp.Interop/Extensions/LLVMUseRef.cs index f140c55f..f28d7bdb 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMUseRef.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMUseRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Extensions/LLVMValueRef.cs b/sources/LLVMSharp.Interop/Extensions/LLVMValueRef.cs index 4d7449d2..f50cac11 100644 --- a/sources/LLVMSharp.Interop/Extensions/LLVMValueRef.cs +++ b/sources/LLVMSharp.Interop/Extensions/LLVMValueRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Extensions/lto_code_gen_t.cs b/sources/LLVMSharp.Interop/Extensions/lto_code_gen_t.cs index 1b6a01b4..b271973d 100644 --- a/sources/LLVMSharp.Interop/Extensions/lto_code_gen_t.cs +++ b/sources/LLVMSharp.Interop/Extensions/lto_code_gen_t.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Extensions/lto_input_t.cs b/sources/LLVMSharp.Interop/Extensions/lto_input_t.cs index 15cb3c0c..23a20279 100644 --- a/sources/LLVMSharp.Interop/Extensions/lto_input_t.cs +++ b/sources/LLVMSharp.Interop/Extensions/lto_input_t.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Extensions/lto_module_t.cs b/sources/LLVMSharp.Interop/Extensions/lto_module_t.cs index e0897de3..82caff7a 100644 --- a/sources/LLVMSharp.Interop/Extensions/lto_module_t.cs +++ b/sources/LLVMSharp.Interop/Extensions/lto_module_t.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Extensions/thinlto_code_gen_t.cs b/sources/LLVMSharp.Interop/Extensions/thinlto_code_gen_t.cs index e6f6ba25..02a535c5 100644 --- a/sources/LLVMSharp.Interop/Extensions/thinlto_code_gen_t.cs +++ b/sources/LLVMSharp.Interop/Extensions/thinlto_code_gen_t.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Internals/MarshaledArray`1.cs b/sources/LLVMSharp.Interop/Internals/MarshaledArray`1.cs index 3fe86697..8d41f077 100644 --- a/sources/LLVMSharp.Interop/Internals/MarshaledArray`1.cs +++ b/sources/LLVMSharp.Interop/Internals/MarshaledArray`1.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; using System.Buffers; diff --git a/sources/LLVMSharp.Interop/Internals/MarshaledString.cs b/sources/LLVMSharp.Interop/Internals/MarshaledString.cs index 41d07d97..1d6b824e 100644 --- a/sources/LLVMSharp.Interop/Internals/MarshaledString.cs +++ b/sources/LLVMSharp.Interop/Internals/MarshaledString.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; using System.Runtime.InteropServices; diff --git a/sources/LLVMSharp.Interop/Internals/MarshaledStringArray.cs b/sources/LLVMSharp.Interop/Internals/MarshaledStringArray.cs index 482894c0..eec3c7cf 100644 --- a/sources/LLVMSharp.Interop/Internals/MarshaledStringArray.cs +++ b/sources/LLVMSharp.Interop/Internals/MarshaledStringArray.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp.Interop/Internals/NativeTypeNameAttribute.cs b/sources/LLVMSharp.Interop/Internals/NativeTypeNameAttribute.cs index e4f9a5ac..de39d51a 100644 --- a/sources/LLVMSharp.Interop/Internals/NativeTypeNameAttribute.cs +++ b/sources/LLVMSharp.Interop/Internals/NativeTypeNameAttribute.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; using System.Diagnostics; diff --git a/sources/LLVMSharp.Interop/Internals/SpanExtensions.cs b/sources/LLVMSharp.Interop/Internals/SpanExtensions.cs index cb8ef3c7..2a6f0142 100644 --- a/sources/LLVMSharp.Interop/Internals/SpanExtensions.cs +++ b/sources/LLVMSharp.Interop/Internals/SpanExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; using System.Text; diff --git a/sources/LLVMSharp.Interop/LLVM.cs b/sources/LLVMSharp.Interop/LLVM.cs index 5b9a52c6..e60143e2 100644 --- a/sources/LLVMSharp.Interop/LLVM.cs +++ b/sources/LLVMSharp.Interop/LLVM.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMAtomicOrdering.cs b/sources/LLVMSharp.Interop/LLVMAtomicOrdering.cs index b3a05792..471fc41c 100644 --- a/sources/LLVMSharp.Interop/LLVMAtomicOrdering.cs +++ b/sources/LLVMSharp.Interop/LLVMAtomicOrdering.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMAtomicRMWBinOp.cs b/sources/LLVMSharp.Interop/LLVMAtomicRMWBinOp.cs index 753a93d7..8cad7f4c 100644 --- a/sources/LLVMSharp.Interop/LLVMAtomicRMWBinOp.cs +++ b/sources/LLVMSharp.Interop/LLVMAtomicRMWBinOp.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMBinaryType.cs b/sources/LLVMSharp.Interop/LLVMBinaryType.cs index bead4de8..b818fc1f 100644 --- a/sources/LLVMSharp.Interop/LLVMBinaryType.cs +++ b/sources/LLVMSharp.Interop/LLVMBinaryType.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMByteOrdering.cs b/sources/LLVMSharp.Interop/LLVMByteOrdering.cs index 94bb4f5a..3203c78e 100644 --- a/sources/LLVMSharp.Interop/LLVMByteOrdering.cs +++ b/sources/LLVMSharp.Interop/LLVMByteOrdering.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMCallConv.cs b/sources/LLVMSharp.Interop/LLVMCallConv.cs index f0075b5a..a652e311 100644 --- a/sources/LLVMSharp.Interop/LLVMCallConv.cs +++ b/sources/LLVMSharp.Interop/LLVMCallConv.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMCodeGenFileType.cs b/sources/LLVMSharp.Interop/LLVMCodeGenFileType.cs index f98f2eed..e5dbb3c1 100644 --- a/sources/LLVMSharp.Interop/LLVMCodeGenFileType.cs +++ b/sources/LLVMSharp.Interop/LLVMCodeGenFileType.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMCodeGenOptLevel.cs b/sources/LLVMSharp.Interop/LLVMCodeGenOptLevel.cs index 23f52bcb..0f4e494c 100644 --- a/sources/LLVMSharp.Interop/LLVMCodeGenOptLevel.cs +++ b/sources/LLVMSharp.Interop/LLVMCodeGenOptLevel.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMCodeModel.cs b/sources/LLVMSharp.Interop/LLVMCodeModel.cs index 5cb0a2ac..da45dd3a 100644 --- a/sources/LLVMSharp.Interop/LLVMCodeModel.cs +++ b/sources/LLVMSharp.Interop/LLVMCodeModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMComdat.cs b/sources/LLVMSharp.Interop/LLVMComdat.cs index 7a72570e..c785426d 100644 --- a/sources/LLVMSharp.Interop/LLVMComdat.cs +++ b/sources/LLVMSharp.Interop/LLVMComdat.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMComdatSelectionKind.cs b/sources/LLVMSharp.Interop/LLVMComdatSelectionKind.cs index a6269170..1a1329bc 100644 --- a/sources/LLVMSharp.Interop/LLVMComdatSelectionKind.cs +++ b/sources/LLVMSharp.Interop/LLVMComdatSelectionKind.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMDIFlags.cs b/sources/LLVMSharp.Interop/LLVMDIFlags.cs index 12addace..5e8c710a 100644 --- a/sources/LLVMSharp.Interop/LLVMDIFlags.cs +++ b/sources/LLVMSharp.Interop/LLVMDIFlags.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMDLLStorageClass.cs b/sources/LLVMSharp.Interop/LLVMDLLStorageClass.cs index b5eea652..54892172 100644 --- a/sources/LLVMSharp.Interop/LLVMDLLStorageClass.cs +++ b/sources/LLVMSharp.Interop/LLVMDLLStorageClass.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMDWARFEmissionKind.cs b/sources/LLVMSharp.Interop/LLVMDWARFEmissionKind.cs index 852d2040..04861069 100644 --- a/sources/LLVMSharp.Interop/LLVMDWARFEmissionKind.cs +++ b/sources/LLVMSharp.Interop/LLVMDWARFEmissionKind.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMDWARFMacinfoRecordType.cs b/sources/LLVMSharp.Interop/LLVMDWARFMacinfoRecordType.cs index 45425ba7..3a5e2750 100644 --- a/sources/LLVMSharp.Interop/LLVMDWARFMacinfoRecordType.cs +++ b/sources/LLVMSharp.Interop/LLVMDWARFMacinfoRecordType.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMDWARFSourceLanguage.cs b/sources/LLVMSharp.Interop/LLVMDWARFSourceLanguage.cs index 87a90bec..e9eca6c6 100644 --- a/sources/LLVMSharp.Interop/LLVMDWARFSourceLanguage.cs +++ b/sources/LLVMSharp.Interop/LLVMDWARFSourceLanguage.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMDiagnosticHandler.cs b/sources/LLVMSharp.Interop/LLVMDiagnosticHandler.cs index 147c06d9..c799cccd 100644 --- a/sources/LLVMSharp.Interop/LLVMDiagnosticHandler.cs +++ b/sources/LLVMSharp.Interop/LLVMDiagnosticHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMDiagnosticSeverity.cs b/sources/LLVMSharp.Interop/LLVMDiagnosticSeverity.cs index e62a8e8b..1ec02992 100644 --- a/sources/LLVMSharp.Interop/LLVMDiagnosticSeverity.cs +++ b/sources/LLVMSharp.Interop/LLVMDiagnosticSeverity.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMFatalErrorHandler.cs b/sources/LLVMSharp.Interop/LLVMFatalErrorHandler.cs index ae7c6530..13fcd6dc 100644 --- a/sources/LLVMSharp.Interop/LLVMFatalErrorHandler.cs +++ b/sources/LLVMSharp.Interop/LLVMFatalErrorHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMInlineAsmDialect.cs b/sources/LLVMSharp.Interop/LLVMInlineAsmDialect.cs index ceb5394c..9d977901 100644 --- a/sources/LLVMSharp.Interop/LLVMInlineAsmDialect.cs +++ b/sources/LLVMSharp.Interop/LLVMInlineAsmDialect.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMIntPredicate.cs b/sources/LLVMSharp.Interop/LLVMIntPredicate.cs index 368f5945..92c719e1 100644 --- a/sources/LLVMSharp.Interop/LLVMIntPredicate.cs +++ b/sources/LLVMSharp.Interop/LLVMIntPredicate.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMJITCSymbolMapPair.cs b/sources/LLVMSharp.Interop/LLVMJITCSymbolMapPair.cs index 16a6346a..3aaefc27 100644 --- a/sources/LLVMSharp.Interop/LLVMJITCSymbolMapPair.cs +++ b/sources/LLVMSharp.Interop/LLVMJITCSymbolMapPair.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMJITEvaluatedSymbol.cs b/sources/LLVMSharp.Interop/LLVMJITEvaluatedSymbol.cs index 79206b9a..c0c2c547 100644 --- a/sources/LLVMSharp.Interop/LLVMJITEvaluatedSymbol.cs +++ b/sources/LLVMSharp.Interop/LLVMJITEvaluatedSymbol.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMJITSymbolFlags.cs b/sources/LLVMSharp.Interop/LLVMJITSymbolFlags.cs index d568674c..365a5c9c 100644 --- a/sources/LLVMSharp.Interop/LLVMJITSymbolFlags.cs +++ b/sources/LLVMSharp.Interop/LLVMJITSymbolFlags.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMJITSymbolGenericFlags.cs b/sources/LLVMSharp.Interop/LLVMJITSymbolGenericFlags.cs index eb2cab6b..a438f3d6 100644 --- a/sources/LLVMSharp.Interop/LLVMJITSymbolGenericFlags.cs +++ b/sources/LLVMSharp.Interop/LLVMJITSymbolGenericFlags.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMLandingPadClauseTy.cs b/sources/LLVMSharp.Interop/LLVMLandingPadClauseTy.cs index 2a1723f5..1a07d17c 100644 --- a/sources/LLVMSharp.Interop/LLVMLandingPadClauseTy.cs +++ b/sources/LLVMSharp.Interop/LLVMLandingPadClauseTy.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMLinkage.cs b/sources/LLVMSharp.Interop/LLVMLinkage.cs index 8c1ee6da..5fdcbb96 100644 --- a/sources/LLVMSharp.Interop/LLVMLinkage.cs +++ b/sources/LLVMSharp.Interop/LLVMLinkage.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMLinkerMode.cs b/sources/LLVMSharp.Interop/LLVMLinkerMode.cs index 495339c0..370ba337 100644 --- a/sources/LLVMSharp.Interop/LLVMLinkerMode.cs +++ b/sources/LLVMSharp.Interop/LLVMLinkerMode.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMMCJITCompilerOptions.cs b/sources/LLVMSharp.Interop/LLVMMCJITCompilerOptions.cs index 137ffc25..77357d4d 100644 --- a/sources/LLVMSharp.Interop/LLVMMCJITCompilerOptions.cs +++ b/sources/LLVMSharp.Interop/LLVMMCJITCompilerOptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMMemoryManagerAllocateCodeSectionCallback.cs b/sources/LLVMSharp.Interop/LLVMMemoryManagerAllocateCodeSectionCallback.cs index 2cbe889f..96ca2251 100644 --- a/sources/LLVMSharp.Interop/LLVMMemoryManagerAllocateCodeSectionCallback.cs +++ b/sources/LLVMSharp.Interop/LLVMMemoryManagerAllocateCodeSectionCallback.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMMemoryManagerAllocateDataSectionCallback.cs b/sources/LLVMSharp.Interop/LLVMMemoryManagerAllocateDataSectionCallback.cs index 5296614d..5a2bbdf5 100644 --- a/sources/LLVMSharp.Interop/LLVMMemoryManagerAllocateDataSectionCallback.cs +++ b/sources/LLVMSharp.Interop/LLVMMemoryManagerAllocateDataSectionCallback.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMMemoryManagerDestroyCallback.cs b/sources/LLVMSharp.Interop/LLVMMemoryManagerDestroyCallback.cs index c2e132f7..48462548 100644 --- a/sources/LLVMSharp.Interop/LLVMMemoryManagerDestroyCallback.cs +++ b/sources/LLVMSharp.Interop/LLVMMemoryManagerDestroyCallback.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMMemoryManagerFinalizeMemoryCallback.cs b/sources/LLVMSharp.Interop/LLVMMemoryManagerFinalizeMemoryCallback.cs index 26a78bb1..bf5f30ac 100644 --- a/sources/LLVMSharp.Interop/LLVMMemoryManagerFinalizeMemoryCallback.cs +++ b/sources/LLVMSharp.Interop/LLVMMemoryManagerFinalizeMemoryCallback.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMModuleFlagBehavior.cs b/sources/LLVMSharp.Interop/LLVMModuleFlagBehavior.cs index 8e1f3ea2..ef4d49d7 100644 --- a/sources/LLVMSharp.Interop/LLVMModuleFlagBehavior.cs +++ b/sources/LLVMSharp.Interop/LLVMModuleFlagBehavior.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpInfo1.cs b/sources/LLVMSharp.Interop/LLVMOpInfo1.cs index 0f7417cd..b74e8c8d 100644 --- a/sources/LLVMSharp.Interop/LLVMOpInfo1.cs +++ b/sources/LLVMSharp.Interop/LLVMOpInfo1.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpInfoCallback.cs b/sources/LLVMSharp.Interop/LLVMOpInfoCallback.cs index da971493..e74c1583 100644 --- a/sources/LLVMSharp.Interop/LLVMOpInfoCallback.cs +++ b/sources/LLVMSharp.Interop/LLVMOpInfoCallback.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpInfoSymbol1.cs b/sources/LLVMSharp.Interop/LLVMOpInfoSymbol1.cs index b33c8fc9..47802e9c 100644 --- a/sources/LLVMSharp.Interop/LLVMOpInfoSymbol1.cs +++ b/sources/LLVMSharp.Interop/LLVMOpInfoSymbol1.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpaqueAttributeRef.cs b/sources/LLVMSharp.Interop/LLVMOpaqueAttributeRef.cs index fb6b7c71..725091ed 100644 --- a/sources/LLVMSharp.Interop/LLVMOpaqueAttributeRef.cs +++ b/sources/LLVMSharp.Interop/LLVMOpaqueAttributeRef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpaqueBasicBlock.cs b/sources/LLVMSharp.Interop/LLVMOpaqueBasicBlock.cs index 8c72d21b..d6b82dde 100644 --- a/sources/LLVMSharp.Interop/LLVMOpaqueBasicBlock.cs +++ b/sources/LLVMSharp.Interop/LLVMOpaqueBasicBlock.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpaqueBinary.cs b/sources/LLVMSharp.Interop/LLVMOpaqueBinary.cs index d121e459..a6d02265 100644 --- a/sources/LLVMSharp.Interop/LLVMOpaqueBinary.cs +++ b/sources/LLVMSharp.Interop/LLVMOpaqueBinary.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpaqueBuilder.cs b/sources/LLVMSharp.Interop/LLVMOpaqueBuilder.cs index f974f506..19769d88 100644 --- a/sources/LLVMSharp.Interop/LLVMOpaqueBuilder.cs +++ b/sources/LLVMSharp.Interop/LLVMOpaqueBuilder.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpaqueContext.cs b/sources/LLVMSharp.Interop/LLVMOpaqueContext.cs index dd217f69..f1cb4a5a 100644 --- a/sources/LLVMSharp.Interop/LLVMOpaqueContext.cs +++ b/sources/LLVMSharp.Interop/LLVMOpaqueContext.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpaqueDIBuilder.cs b/sources/LLVMSharp.Interop/LLVMOpaqueDIBuilder.cs index 78518c67..997ecf72 100644 --- a/sources/LLVMSharp.Interop/LLVMOpaqueDIBuilder.cs +++ b/sources/LLVMSharp.Interop/LLVMOpaqueDIBuilder.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpaqueDiagnosticInfo.cs b/sources/LLVMSharp.Interop/LLVMOpaqueDiagnosticInfo.cs index 3fcfca6a..22c71045 100644 --- a/sources/LLVMSharp.Interop/LLVMOpaqueDiagnosticInfo.cs +++ b/sources/LLVMSharp.Interop/LLVMOpaqueDiagnosticInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpaqueError.cs b/sources/LLVMSharp.Interop/LLVMOpaqueError.cs index efcbf2dc..940f7c93 100644 --- a/sources/LLVMSharp.Interop/LLVMOpaqueError.cs +++ b/sources/LLVMSharp.Interop/LLVMOpaqueError.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpaqueExecutionEngine.cs b/sources/LLVMSharp.Interop/LLVMOpaqueExecutionEngine.cs index 867b2b97..9f2529c1 100644 --- a/sources/LLVMSharp.Interop/LLVMOpaqueExecutionEngine.cs +++ b/sources/LLVMSharp.Interop/LLVMOpaqueExecutionEngine.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpaqueGenericValue.cs b/sources/LLVMSharp.Interop/LLVMOpaqueGenericValue.cs index 7dbfa7bc..b760faa8 100644 --- a/sources/LLVMSharp.Interop/LLVMOpaqueGenericValue.cs +++ b/sources/LLVMSharp.Interop/LLVMOpaqueGenericValue.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpaqueJITEventListener.cs b/sources/LLVMSharp.Interop/LLVMOpaqueJITEventListener.cs index 27d6214b..1c9c5646 100644 --- a/sources/LLVMSharp.Interop/LLVMOpaqueJITEventListener.cs +++ b/sources/LLVMSharp.Interop/LLVMOpaqueJITEventListener.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpaqueLTOCodeGenerator.cs b/sources/LLVMSharp.Interop/LLVMOpaqueLTOCodeGenerator.cs index 00526cef..24b0ee58 100644 --- a/sources/LLVMSharp.Interop/LLVMOpaqueLTOCodeGenerator.cs +++ b/sources/LLVMSharp.Interop/LLVMOpaqueLTOCodeGenerator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpaqueLTOInput.cs b/sources/LLVMSharp.Interop/LLVMOpaqueLTOInput.cs index 42551092..c5e713c4 100644 --- a/sources/LLVMSharp.Interop/LLVMOpaqueLTOInput.cs +++ b/sources/LLVMSharp.Interop/LLVMOpaqueLTOInput.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpaqueLTOModule.cs b/sources/LLVMSharp.Interop/LLVMOpaqueLTOModule.cs index a1759245..5a6dd727 100644 --- a/sources/LLVMSharp.Interop/LLVMOpaqueLTOModule.cs +++ b/sources/LLVMSharp.Interop/LLVMOpaqueLTOModule.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpaqueMCJITMemoryManager.cs b/sources/LLVMSharp.Interop/LLVMOpaqueMCJITMemoryManager.cs index e16ff9e3..d700cb38 100644 --- a/sources/LLVMSharp.Interop/LLVMOpaqueMCJITMemoryManager.cs +++ b/sources/LLVMSharp.Interop/LLVMOpaqueMCJITMemoryManager.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpaqueMemoryBuffer.cs b/sources/LLVMSharp.Interop/LLVMOpaqueMemoryBuffer.cs index ffd04027..f8e808ff 100644 --- a/sources/LLVMSharp.Interop/LLVMOpaqueMemoryBuffer.cs +++ b/sources/LLVMSharp.Interop/LLVMOpaqueMemoryBuffer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpaqueMetadata.cs b/sources/LLVMSharp.Interop/LLVMOpaqueMetadata.cs index 094877ed..465f28fe 100644 --- a/sources/LLVMSharp.Interop/LLVMOpaqueMetadata.cs +++ b/sources/LLVMSharp.Interop/LLVMOpaqueMetadata.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpaqueModule.cs b/sources/LLVMSharp.Interop/LLVMOpaqueModule.cs index e7ca1355..9698e9ee 100644 --- a/sources/LLVMSharp.Interop/LLVMOpaqueModule.cs +++ b/sources/LLVMSharp.Interop/LLVMOpaqueModule.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpaqueModuleFlagEntry.cs b/sources/LLVMSharp.Interop/LLVMOpaqueModuleFlagEntry.cs index 8a84b991..bd553417 100644 --- a/sources/LLVMSharp.Interop/LLVMOpaqueModuleFlagEntry.cs +++ b/sources/LLVMSharp.Interop/LLVMOpaqueModuleFlagEntry.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpaqueModuleProvider.cs b/sources/LLVMSharp.Interop/LLVMOpaqueModuleProvider.cs index d965f921..d09e975f 100644 --- a/sources/LLVMSharp.Interop/LLVMOpaqueModuleProvider.cs +++ b/sources/LLVMSharp.Interop/LLVMOpaqueModuleProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpaqueNamedMDNode.cs b/sources/LLVMSharp.Interop/LLVMOpaqueNamedMDNode.cs index 5eb42ec8..cf85255a 100644 --- a/sources/LLVMSharp.Interop/LLVMOpaqueNamedMDNode.cs +++ b/sources/LLVMSharp.Interop/LLVMOpaqueNamedMDNode.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpaqueObjectFile.cs b/sources/LLVMSharp.Interop/LLVMOpaqueObjectFile.cs index 740a566b..cea2040f 100644 --- a/sources/LLVMSharp.Interop/LLVMOpaqueObjectFile.cs +++ b/sources/LLVMSharp.Interop/LLVMOpaqueObjectFile.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpaquePassManager.cs b/sources/LLVMSharp.Interop/LLVMOpaquePassManager.cs index 6dbdee10..9c8dbc22 100644 --- a/sources/LLVMSharp.Interop/LLVMOpaquePassManager.cs +++ b/sources/LLVMSharp.Interop/LLVMOpaquePassManager.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpaquePassManagerBuilder.cs b/sources/LLVMSharp.Interop/LLVMOpaquePassManagerBuilder.cs index 9a5cbc86..61e2d842 100644 --- a/sources/LLVMSharp.Interop/LLVMOpaquePassManagerBuilder.cs +++ b/sources/LLVMSharp.Interop/LLVMOpaquePassManagerBuilder.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpaquePassRegistry.cs b/sources/LLVMSharp.Interop/LLVMOpaquePassRegistry.cs index 194898a6..c2f1beb0 100644 --- a/sources/LLVMSharp.Interop/LLVMOpaquePassRegistry.cs +++ b/sources/LLVMSharp.Interop/LLVMOpaquePassRegistry.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpaqueRelocationIterator.cs b/sources/LLVMSharp.Interop/LLVMOpaqueRelocationIterator.cs index 0c382a93..f23551cd 100644 --- a/sources/LLVMSharp.Interop/LLVMOpaqueRelocationIterator.cs +++ b/sources/LLVMSharp.Interop/LLVMOpaqueRelocationIterator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpaqueSectionIterator.cs b/sources/LLVMSharp.Interop/LLVMOpaqueSectionIterator.cs index a799790e..5a245e58 100644 --- a/sources/LLVMSharp.Interop/LLVMOpaqueSectionIterator.cs +++ b/sources/LLVMSharp.Interop/LLVMOpaqueSectionIterator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpaqueSymbolIterator.cs b/sources/LLVMSharp.Interop/LLVMOpaqueSymbolIterator.cs index 44045034..f1d4308e 100644 --- a/sources/LLVMSharp.Interop/LLVMOpaqueSymbolIterator.cs +++ b/sources/LLVMSharp.Interop/LLVMOpaqueSymbolIterator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpaqueTargetData.cs b/sources/LLVMSharp.Interop/LLVMOpaqueTargetData.cs index cdb4f79f..9e19b404 100644 --- a/sources/LLVMSharp.Interop/LLVMOpaqueTargetData.cs +++ b/sources/LLVMSharp.Interop/LLVMOpaqueTargetData.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpaqueTargetLibraryInfotData.cs b/sources/LLVMSharp.Interop/LLVMOpaqueTargetLibraryInfotData.cs index bcb4a79c..f5b49d05 100644 --- a/sources/LLVMSharp.Interop/LLVMOpaqueTargetLibraryInfotData.cs +++ b/sources/LLVMSharp.Interop/LLVMOpaqueTargetLibraryInfotData.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpaqueTargetMachine.cs b/sources/LLVMSharp.Interop/LLVMOpaqueTargetMachine.cs index f5169568..87557715 100644 --- a/sources/LLVMSharp.Interop/LLVMOpaqueTargetMachine.cs +++ b/sources/LLVMSharp.Interop/LLVMOpaqueTargetMachine.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpaqueThinLTOCodeGenerator.cs b/sources/LLVMSharp.Interop/LLVMOpaqueThinLTOCodeGenerator.cs index 5edcfc53..daeeef37 100644 --- a/sources/LLVMSharp.Interop/LLVMOpaqueThinLTOCodeGenerator.cs +++ b/sources/LLVMSharp.Interop/LLVMOpaqueThinLTOCodeGenerator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpaqueType.cs b/sources/LLVMSharp.Interop/LLVMOpaqueType.cs index b4b68b24..7df88f5b 100644 --- a/sources/LLVMSharp.Interop/LLVMOpaqueType.cs +++ b/sources/LLVMSharp.Interop/LLVMOpaqueType.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpaqueUse.cs b/sources/LLVMSharp.Interop/LLVMOpaqueUse.cs index cb144b26..ccc7f011 100644 --- a/sources/LLVMSharp.Interop/LLVMOpaqueUse.cs +++ b/sources/LLVMSharp.Interop/LLVMOpaqueUse.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpaqueValue.cs b/sources/LLVMSharp.Interop/LLVMOpaqueValue.cs index b86a98c7..282afb32 100644 --- a/sources/LLVMSharp.Interop/LLVMOpaqueValue.cs +++ b/sources/LLVMSharp.Interop/LLVMOpaqueValue.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpaqueValueMetadataEntry.cs b/sources/LLVMSharp.Interop/LLVMOpaqueValueMetadataEntry.cs index 4af17747..4ef07e23 100644 --- a/sources/LLVMSharp.Interop/LLVMOpaqueValueMetadataEntry.cs +++ b/sources/LLVMSharp.Interop/LLVMOpaqueValueMetadataEntry.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOpcode.cs b/sources/LLVMSharp.Interop/LLVMOpcode.cs index 17b1a7a5..2bcd3e4c 100644 --- a/sources/LLVMSharp.Interop/LLVMOpcode.cs +++ b/sources/LLVMSharp.Interop/LLVMOpcode.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOrcCAPIDefinitionGeneratorTryToGenerateFunction.cs b/sources/LLVMSharp.Interop/LLVMOrcCAPIDefinitionGeneratorTryToGenerateFunction.cs index 88116383..c5a69651 100644 --- a/sources/LLVMSharp.Interop/LLVMOrcCAPIDefinitionGeneratorTryToGenerateFunction.cs +++ b/sources/LLVMSharp.Interop/LLVMOrcCAPIDefinitionGeneratorTryToGenerateFunction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOrcCLookupSetElement.cs b/sources/LLVMSharp.Interop/LLVMOrcCLookupSetElement.cs index 24068b22..6aad5ef9 100644 --- a/sources/LLVMSharp.Interop/LLVMOrcCLookupSetElement.cs +++ b/sources/LLVMSharp.Interop/LLVMOrcCLookupSetElement.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOrcErrorReporterFunction.cs b/sources/LLVMSharp.Interop/LLVMOrcErrorReporterFunction.cs index d777633c..1e48e956 100644 --- a/sources/LLVMSharp.Interop/LLVMOrcErrorReporterFunction.cs +++ b/sources/LLVMSharp.Interop/LLVMOrcErrorReporterFunction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOrcJITDylibLookupFlags.cs b/sources/LLVMSharp.Interop/LLVMOrcJITDylibLookupFlags.cs index dfced71b..906dd5b5 100644 --- a/sources/LLVMSharp.Interop/LLVMOrcJITDylibLookupFlags.cs +++ b/sources/LLVMSharp.Interop/LLVMOrcJITDylibLookupFlags.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOrcLLJITBuilderObjectLinkingLayerCreatorFunction.cs b/sources/LLVMSharp.Interop/LLVMOrcLLJITBuilderObjectLinkingLayerCreatorFunction.cs index a7d05cd2..5eb8f5e9 100644 --- a/sources/LLVMSharp.Interop/LLVMOrcLLJITBuilderObjectLinkingLayerCreatorFunction.cs +++ b/sources/LLVMSharp.Interop/LLVMOrcLLJITBuilderObjectLinkingLayerCreatorFunction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOrcLookupKind.cs b/sources/LLVMSharp.Interop/LLVMOrcLookupKind.cs index bdc1f919..d93ecf39 100644 --- a/sources/LLVMSharp.Interop/LLVMOrcLookupKind.cs +++ b/sources/LLVMSharp.Interop/LLVMOrcLookupKind.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOrcOpaqueDefinitionGenerator.cs b/sources/LLVMSharp.Interop/LLVMOrcOpaqueDefinitionGenerator.cs index a69aa04c..e7a3cc6c 100644 --- a/sources/LLVMSharp.Interop/LLVMOrcOpaqueDefinitionGenerator.cs +++ b/sources/LLVMSharp.Interop/LLVMOrcOpaqueDefinitionGenerator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOrcOpaqueExecutionSession.cs b/sources/LLVMSharp.Interop/LLVMOrcOpaqueExecutionSession.cs index 29189ced..5cf43723 100644 --- a/sources/LLVMSharp.Interop/LLVMOrcOpaqueExecutionSession.cs +++ b/sources/LLVMSharp.Interop/LLVMOrcOpaqueExecutionSession.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOrcOpaqueJITDylib.cs b/sources/LLVMSharp.Interop/LLVMOrcOpaqueJITDylib.cs index 48398a20..e14c8749 100644 --- a/sources/LLVMSharp.Interop/LLVMOrcOpaqueJITDylib.cs +++ b/sources/LLVMSharp.Interop/LLVMOrcOpaqueJITDylib.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOrcOpaqueJITTargetMachineBuilder.cs b/sources/LLVMSharp.Interop/LLVMOrcOpaqueJITTargetMachineBuilder.cs index 5da95bb5..b22f7d04 100644 --- a/sources/LLVMSharp.Interop/LLVMOrcOpaqueJITTargetMachineBuilder.cs +++ b/sources/LLVMSharp.Interop/LLVMOrcOpaqueJITTargetMachineBuilder.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOrcOpaqueLLJIT.cs b/sources/LLVMSharp.Interop/LLVMOrcOpaqueLLJIT.cs index def67537..a818a1ed 100644 --- a/sources/LLVMSharp.Interop/LLVMOrcOpaqueLLJIT.cs +++ b/sources/LLVMSharp.Interop/LLVMOrcOpaqueLLJIT.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOrcOpaqueLLJITBuilder.cs b/sources/LLVMSharp.Interop/LLVMOrcOpaqueLLJITBuilder.cs index 46ead461..5aaf5ff6 100644 --- a/sources/LLVMSharp.Interop/LLVMOrcOpaqueLLJITBuilder.cs +++ b/sources/LLVMSharp.Interop/LLVMOrcOpaqueLLJITBuilder.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOrcOpaqueLookupState.cs b/sources/LLVMSharp.Interop/LLVMOrcOpaqueLookupState.cs index ace62ee4..f839bf45 100644 --- a/sources/LLVMSharp.Interop/LLVMOrcOpaqueLookupState.cs +++ b/sources/LLVMSharp.Interop/LLVMOrcOpaqueLookupState.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOrcOpaqueMaterializationUnit.cs b/sources/LLVMSharp.Interop/LLVMOrcOpaqueMaterializationUnit.cs index 7906bf00..6c3b9d05 100644 --- a/sources/LLVMSharp.Interop/LLVMOrcOpaqueMaterializationUnit.cs +++ b/sources/LLVMSharp.Interop/LLVMOrcOpaqueMaterializationUnit.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOrcOpaqueObjectLayer.cs b/sources/LLVMSharp.Interop/LLVMOrcOpaqueObjectLayer.cs index 3189b34c..fa9dc297 100644 --- a/sources/LLVMSharp.Interop/LLVMOrcOpaqueObjectLayer.cs +++ b/sources/LLVMSharp.Interop/LLVMOrcOpaqueObjectLayer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOrcOpaqueResourceTracker.cs b/sources/LLVMSharp.Interop/LLVMOrcOpaqueResourceTracker.cs index 80b434f7..25d4cd5b 100644 --- a/sources/LLVMSharp.Interop/LLVMOrcOpaqueResourceTracker.cs +++ b/sources/LLVMSharp.Interop/LLVMOrcOpaqueResourceTracker.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOrcOpaqueSymbolStringPool.cs b/sources/LLVMSharp.Interop/LLVMOrcOpaqueSymbolStringPool.cs index 63936508..1eaa9089 100644 --- a/sources/LLVMSharp.Interop/LLVMOrcOpaqueSymbolStringPool.cs +++ b/sources/LLVMSharp.Interop/LLVMOrcOpaqueSymbolStringPool.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOrcOpaqueSymbolStringPoolEntry.cs b/sources/LLVMSharp.Interop/LLVMOrcOpaqueSymbolStringPoolEntry.cs index 117d98dd..4b8144f7 100644 --- a/sources/LLVMSharp.Interop/LLVMOrcOpaqueSymbolStringPoolEntry.cs +++ b/sources/LLVMSharp.Interop/LLVMOrcOpaqueSymbolStringPoolEntry.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOrcOpaqueThreadSafeContext.cs b/sources/LLVMSharp.Interop/LLVMOrcOpaqueThreadSafeContext.cs index f761d3af..dcb2c32a 100644 --- a/sources/LLVMSharp.Interop/LLVMOrcOpaqueThreadSafeContext.cs +++ b/sources/LLVMSharp.Interop/LLVMOrcOpaqueThreadSafeContext.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOrcOpaqueThreadSafeModule.cs b/sources/LLVMSharp.Interop/LLVMOrcOpaqueThreadSafeModule.cs index 5433540d..7e6ba7cf 100644 --- a/sources/LLVMSharp.Interop/LLVMOrcOpaqueThreadSafeModule.cs +++ b/sources/LLVMSharp.Interop/LLVMOrcOpaqueThreadSafeModule.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOrcSymbolLookupFlags.cs b/sources/LLVMSharp.Interop/LLVMOrcSymbolLookupFlags.cs index ab8d99eb..039d04ee 100644 --- a/sources/LLVMSharp.Interop/LLVMOrcSymbolLookupFlags.cs +++ b/sources/LLVMSharp.Interop/LLVMOrcSymbolLookupFlags.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMOrcSymbolPredicate.cs b/sources/LLVMSharp.Interop/LLVMOrcSymbolPredicate.cs index a3d5caca..b68313f4 100644 --- a/sources/LLVMSharp.Interop/LLVMOrcSymbolPredicate.cs +++ b/sources/LLVMSharp.Interop/LLVMOrcSymbolPredicate.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMRealPredicate.cs b/sources/LLVMSharp.Interop/LLVMRealPredicate.cs index 01d45c4e..c990b86a 100644 --- a/sources/LLVMSharp.Interop/LLVMRealPredicate.cs +++ b/sources/LLVMSharp.Interop/LLVMRealPredicate.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMRelocMode.cs b/sources/LLVMSharp.Interop/LLVMRelocMode.cs index 086b3c65..30630656 100644 --- a/sources/LLVMSharp.Interop/LLVMRelocMode.cs +++ b/sources/LLVMSharp.Interop/LLVMRelocMode.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMRemarkOpaqueArg.cs b/sources/LLVMSharp.Interop/LLVMRemarkOpaqueArg.cs index 5f840b62..57338f98 100644 --- a/sources/LLVMSharp.Interop/LLVMRemarkOpaqueArg.cs +++ b/sources/LLVMSharp.Interop/LLVMRemarkOpaqueArg.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMRemarkOpaqueDebugLoc.cs b/sources/LLVMSharp.Interop/LLVMRemarkOpaqueDebugLoc.cs index 634bbd94..9f3d9a20 100644 --- a/sources/LLVMSharp.Interop/LLVMRemarkOpaqueDebugLoc.cs +++ b/sources/LLVMSharp.Interop/LLVMRemarkOpaqueDebugLoc.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMRemarkOpaqueEntry.cs b/sources/LLVMSharp.Interop/LLVMRemarkOpaqueEntry.cs index 2a333589..740ef128 100644 --- a/sources/LLVMSharp.Interop/LLVMRemarkOpaqueEntry.cs +++ b/sources/LLVMSharp.Interop/LLVMRemarkOpaqueEntry.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMRemarkOpaqueParser.cs b/sources/LLVMSharp.Interop/LLVMRemarkOpaqueParser.cs index 1b322b1d..374510d1 100644 --- a/sources/LLVMSharp.Interop/LLVMRemarkOpaqueParser.cs +++ b/sources/LLVMSharp.Interop/LLVMRemarkOpaqueParser.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMRemarkOpaqueString.cs b/sources/LLVMSharp.Interop/LLVMRemarkOpaqueString.cs index 0bd51321..69d813b6 100644 --- a/sources/LLVMSharp.Interop/LLVMRemarkOpaqueString.cs +++ b/sources/LLVMSharp.Interop/LLVMRemarkOpaqueString.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMRemarkType.cs b/sources/LLVMSharp.Interop/LLVMRemarkType.cs index 90c920f2..22261005 100644 --- a/sources/LLVMSharp.Interop/LLVMRemarkType.cs +++ b/sources/LLVMSharp.Interop/LLVMRemarkType.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMSymbolLookupCallback.cs b/sources/LLVMSharp.Interop/LLVMSymbolLookupCallback.cs index 85129047..07b7b128 100644 --- a/sources/LLVMSharp.Interop/LLVMSymbolLookupCallback.cs +++ b/sources/LLVMSharp.Interop/LLVMSymbolLookupCallback.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMTarget.cs b/sources/LLVMSharp.Interop/LLVMTarget.cs index 7208febf..5dcb1f2b 100644 --- a/sources/LLVMSharp.Interop/LLVMTarget.cs +++ b/sources/LLVMSharp.Interop/LLVMTarget.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMThreadLocalMode.cs b/sources/LLVMSharp.Interop/LLVMThreadLocalMode.cs index d755d855..5ef11f3a 100644 --- a/sources/LLVMSharp.Interop/LLVMThreadLocalMode.cs +++ b/sources/LLVMSharp.Interop/LLVMThreadLocalMode.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMTypeKind.cs b/sources/LLVMSharp.Interop/LLVMTypeKind.cs index 843519a8..9f7cf0ea 100644 --- a/sources/LLVMSharp.Interop/LLVMTypeKind.cs +++ b/sources/LLVMSharp.Interop/LLVMTypeKind.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMUnnamedAddr.cs b/sources/LLVMSharp.Interop/LLVMUnnamedAddr.cs index 0f4b6a62..8fdf2c3d 100644 --- a/sources/LLVMSharp.Interop/LLVMUnnamedAddr.cs +++ b/sources/LLVMSharp.Interop/LLVMUnnamedAddr.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMValueKind.cs b/sources/LLVMSharp.Interop/LLVMValueKind.cs index e792dac6..389b836f 100644 --- a/sources/LLVMSharp.Interop/LLVMValueKind.cs +++ b/sources/LLVMSharp.Interop/LLVMValueKind.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMVerifierFailureAction.cs b/sources/LLVMSharp.Interop/LLVMVerifierFailureAction.cs index b7b20adc..bd0d6e7f 100644 --- a/sources/LLVMSharp.Interop/LLVMVerifierFailureAction.cs +++ b/sources/LLVMSharp.Interop/LLVMVerifierFailureAction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMVisibility.cs b/sources/LLVMSharp.Interop/LLVMVisibility.cs index d67fa0b4..8cabbc42 100644 --- a/sources/LLVMSharp.Interop/LLVMVisibility.cs +++ b/sources/LLVMSharp.Interop/LLVMVisibility.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LLVMYieldCallback.cs b/sources/LLVMSharp.Interop/LLVMYieldCallback.cs index 32873454..8b08f2ad 100644 --- a/sources/LLVMSharp.Interop/LLVMYieldCallback.cs +++ b/sources/LLVMSharp.Interop/LLVMYieldCallback.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/LTOObjectBuffer.cs b/sources/LLVMSharp.Interop/LTOObjectBuffer.cs index cf092dcf..2c8090d3 100644 --- a/sources/LLVMSharp.Interop/LTOObjectBuffer.cs +++ b/sources/LLVMSharp.Interop/LTOObjectBuffer.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/lto_codegen_diagnostic_severity_t.cs b/sources/LLVMSharp.Interop/lto_codegen_diagnostic_severity_t.cs index c1974d21..338777ce 100644 --- a/sources/LLVMSharp.Interop/lto_codegen_diagnostic_severity_t.cs +++ b/sources/LLVMSharp.Interop/lto_codegen_diagnostic_severity_t.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/lto_codegen_model.cs b/sources/LLVMSharp.Interop/lto_codegen_model.cs index 7473057a..3552db60 100644 --- a/sources/LLVMSharp.Interop/lto_codegen_model.cs +++ b/sources/LLVMSharp.Interop/lto_codegen_model.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/lto_debug_model.cs b/sources/LLVMSharp.Interop/lto_debug_model.cs index 00a221ea..b833b7a1 100644 --- a/sources/LLVMSharp.Interop/lto_debug_model.cs +++ b/sources/LLVMSharp.Interop/lto_debug_model.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/lto_diagnostic_handler_t.cs b/sources/LLVMSharp.Interop/lto_diagnostic_handler_t.cs index 4c0a10db..a4966a8c 100644 --- a/sources/LLVMSharp.Interop/lto_diagnostic_handler_t.cs +++ b/sources/LLVMSharp.Interop/lto_diagnostic_handler_t.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp.Interop/lto_symbol_attributes.cs b/sources/LLVMSharp.Interop/lto_symbol_attributes.cs index f0a68354..443392b1 100644 --- a/sources/LLVMSharp.Interop/lto_symbol_attributes.cs +++ b/sources/LLVMSharp.Interop/lto_symbol_attributes.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/sources/LLVMSharp/AtomicOrdering.cs b/sources/LLVMSharp/AtomicOrdering.cs index 9539fdbc..7e800a5e 100644 --- a/sources/LLVMSharp/AtomicOrdering.cs +++ b/sources/LLVMSharp/AtomicOrdering.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Attribute.cs b/sources/LLVMSharp/Attribute.cs index febeb2ea..12171534 100644 --- a/sources/LLVMSharp/Attribute.cs +++ b/sources/LLVMSharp/Attribute.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/DataLayout.cs b/sources/LLVMSharp/DataLayout.cs index d3379da2..983a463c 100644 --- a/sources/LLVMSharp/DataLayout.cs +++ b/sources/LLVMSharp/DataLayout.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Error.cs b/sources/LLVMSharp/Error.cs index bc574295..5cbe5a68 100644 --- a/sources/LLVMSharp/Error.cs +++ b/sources/LLVMSharp/Error.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/IRBuilder.cs b/sources/LLVMSharp/IRBuilder.cs index 0d41b270..ce65b0be 100644 --- a/sources/LLVMSharp/IRBuilder.cs +++ b/sources/LLVMSharp/IRBuilder.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/IRBuilderBase.cs b/sources/LLVMSharp/IRBuilderBase.cs index 20640225..295b7cd4 100644 --- a/sources/LLVMSharp/IRBuilderBase.cs +++ b/sources/LLVMSharp/IRBuilderBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/LLVMContext.cs b/sources/LLVMSharp/LLVMContext.cs index 9df03bac..7bd722ac 100644 --- a/sources/LLVMSharp/LLVMContext.cs +++ b/sources/LLVMSharp/LLVMContext.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; using System.Collections.Generic; diff --git a/sources/LLVMSharp/Metadata.cs b/sources/LLVMSharp/Metadata.cs index 99783d7c..caf9a44f 100644 --- a/sources/LLVMSharp/Metadata.cs +++ b/sources/LLVMSharp/Metadata.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Module.cs b/sources/LLVMSharp/Module.cs index f81f3bae..2029ac2d 100644 --- a/sources/LLVMSharp/Module.cs +++ b/sources/LLVMSharp/Module.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/StructLayout.cs b/sources/LLVMSharp/StructLayout.cs index dbcd45d0..e6cbfa30 100644 --- a/sources/LLVMSharp/StructLayout.cs +++ b/sources/LLVMSharp/StructLayout.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; diff --git a/sources/LLVMSharp/SyncScopeID.cs b/sources/LLVMSharp/SyncScopeID.cs index 1beff203..21189a06 100644 --- a/sources/LLVMSharp/SyncScopeID.cs +++ b/sources/LLVMSharp/SyncScopeID.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. namespace LLVMSharp { diff --git a/sources/LLVMSharp/Target.cs b/sources/LLVMSharp/Target.cs index 4012c655..0e732f8b 100644 --- a/sources/LLVMSharp/Target.cs +++ b/sources/LLVMSharp/Target.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/TargetMachine.cs b/sources/LLVMSharp/TargetMachine.cs index 715c0638..36d48501 100644 --- a/sources/LLVMSharp/TargetMachine.cs +++ b/sources/LLVMSharp/TargetMachine.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Types/ArrayType.cs b/sources/LLVMSharp/Types/ArrayType.cs index ff905616..8e47f596 100644 --- a/sources/LLVMSharp/Types/ArrayType.cs +++ b/sources/LLVMSharp/Types/ArrayType.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Types/CompositeType.cs b/sources/LLVMSharp/Types/CompositeType.cs index a3d18949..ed44b611 100644 --- a/sources/LLVMSharp/Types/CompositeType.cs +++ b/sources/LLVMSharp/Types/CompositeType.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Types/FunctionType.cs b/sources/LLVMSharp/Types/FunctionType.cs index 9bf5e6bc..d90dd1b4 100644 --- a/sources/LLVMSharp/Types/FunctionType.cs +++ b/sources/LLVMSharp/Types/FunctionType.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Types/IntegerType.cs b/sources/LLVMSharp/Types/IntegerType.cs index 3a823348..d8ca64bb 100644 --- a/sources/LLVMSharp/Types/IntegerType.cs +++ b/sources/LLVMSharp/Types/IntegerType.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Types/PointerType.cs b/sources/LLVMSharp/Types/PointerType.cs index deea3a52..94d4ead6 100644 --- a/sources/LLVMSharp/Types/PointerType.cs +++ b/sources/LLVMSharp/Types/PointerType.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Types/SequentialType.cs b/sources/LLVMSharp/Types/SequentialType.cs index 6cae9a22..1c62f074 100644 --- a/sources/LLVMSharp/Types/SequentialType.cs +++ b/sources/LLVMSharp/Types/SequentialType.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Types/StructType.cs b/sources/LLVMSharp/Types/StructType.cs index ed8a7742..d545b62d 100644 --- a/sources/LLVMSharp/Types/StructType.cs +++ b/sources/LLVMSharp/Types/StructType.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Types/Type.cs b/sources/LLVMSharp/Types/Type.cs index cf61eedc..b502f108 100644 --- a/sources/LLVMSharp/Types/Type.cs +++ b/sources/LLVMSharp/Types/Type.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Types/VectorType.cs b/sources/LLVMSharp/Types/VectorType.cs index 25737e8e..5f6df9a4 100644 --- a/sources/LLVMSharp/Types/VectorType.cs +++ b/sources/LLVMSharp/Types/VectorType.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Argument.cs b/sources/LLVMSharp/Values/Argument.cs index 9ce03f6e..5d23c512 100644 --- a/sources/LLVMSharp/Values/Argument.cs +++ b/sources/LLVMSharp/Values/Argument.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/BasicBlock.cs b/sources/LLVMSharp/Values/BasicBlock.cs index ae389e37..b7913ae2 100644 --- a/sources/LLVMSharp/Values/BasicBlock.cs +++ b/sources/LLVMSharp/Values/BasicBlock.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/InlineAsm.cs b/sources/LLVMSharp/Values/InlineAsm.cs index f550f45d..6a28d446 100644 --- a/sources/LLVMSharp/Values/InlineAsm.cs +++ b/sources/LLVMSharp/Values/InlineAsm.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/MetadataAsValue.cs b/sources/LLVMSharp/Values/MetadataAsValue.cs index 0cd5b532..524d745e 100644 --- a/sources/LLVMSharp/Values/MetadataAsValue.cs +++ b/sources/LLVMSharp/Values/MetadataAsValue.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Constants/BlockAddress.cs b/sources/LLVMSharp/Values/Users/Constants/BlockAddress.cs index 3f095539..ac6354da 100644 --- a/sources/LLVMSharp/Values/Users/Constants/BlockAddress.cs +++ b/sources/LLVMSharp/Values/Users/Constants/BlockAddress.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Constants/Constant.cs b/sources/LLVMSharp/Values/Users/Constants/Constant.cs index a17b11b8..ace02349 100644 --- a/sources/LLVMSharp/Values/Users/Constants/Constant.cs +++ b/sources/LLVMSharp/Values/Users/Constants/Constant.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Constants/ConstantAggregates/ConstantAggregate.cs b/sources/LLVMSharp/Values/Users/Constants/ConstantAggregates/ConstantAggregate.cs index 5f3a67f6..3c5f3296 100644 --- a/sources/LLVMSharp/Values/Users/Constants/ConstantAggregates/ConstantAggregate.cs +++ b/sources/LLVMSharp/Values/Users/Constants/ConstantAggregates/ConstantAggregate.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Constants/ConstantAggregates/ConstantArray.cs b/sources/LLVMSharp/Values/Users/Constants/ConstantAggregates/ConstantArray.cs index 054842ee..7151ed9e 100644 --- a/sources/LLVMSharp/Values/Users/Constants/ConstantAggregates/ConstantArray.cs +++ b/sources/LLVMSharp/Values/Users/Constants/ConstantAggregates/ConstantArray.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Constants/ConstantAggregates/ConstantStruct.cs b/sources/LLVMSharp/Values/Users/Constants/ConstantAggregates/ConstantStruct.cs index 74208a84..e4952d42 100644 --- a/sources/LLVMSharp/Values/Users/Constants/ConstantAggregates/ConstantStruct.cs +++ b/sources/LLVMSharp/Values/Users/Constants/ConstantAggregates/ConstantStruct.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Constants/ConstantAggregates/ConstantVector.cs b/sources/LLVMSharp/Values/Users/Constants/ConstantAggregates/ConstantVector.cs index 067b17fe..3a33a185 100644 --- a/sources/LLVMSharp/Values/Users/Constants/ConstantAggregates/ConstantVector.cs +++ b/sources/LLVMSharp/Values/Users/Constants/ConstantAggregates/ConstantVector.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/ConstantAggregateZero.cs b/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/ConstantAggregateZero.cs index 5aa070c7..4c0504f9 100644 --- a/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/ConstantAggregateZero.cs +++ b/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/ConstantAggregateZero.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/ConstantData.cs b/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/ConstantData.cs index 42e61db5..134b25e9 100644 --- a/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/ConstantData.cs +++ b/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/ConstantData.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/ConstantDataArray.cs b/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/ConstantDataArray.cs index 194cfd75..90d1f299 100644 --- a/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/ConstantDataArray.cs +++ b/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/ConstantDataArray.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/ConstantDataSequential.cs b/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/ConstantDataSequential.cs index 031a55f0..dcb16217 100644 --- a/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/ConstantDataSequential.cs +++ b/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/ConstantDataSequential.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/ConstantDataVector.cs b/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/ConstantDataVector.cs index 109490e1..16b98c46 100644 --- a/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/ConstantDataVector.cs +++ b/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/ConstantDataVector.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/ConstantFP.cs b/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/ConstantFP.cs index ac73e051..524add65 100644 --- a/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/ConstantFP.cs +++ b/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/ConstantFP.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/ConstantInt.cs b/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/ConstantInt.cs index 09c8153e..7be94a96 100644 --- a/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/ConstantInt.cs +++ b/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/ConstantInt.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/ConstantPointerNull.cs b/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/ConstantPointerNull.cs index 3e99decc..8eae7518 100644 --- a/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/ConstantPointerNull.cs +++ b/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/ConstantPointerNull.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/ConstantTokenNone.cs b/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/ConstantTokenNone.cs index 7645acdf..71efe63c 100644 --- a/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/ConstantTokenNone.cs +++ b/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/ConstantTokenNone.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/UndefValue.cs b/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/UndefValue.cs index 105a27db..132e38c8 100644 --- a/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/UndefValue.cs +++ b/sources/LLVMSharp/Values/Users/Constants/ConstantDatas/UndefValue.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Constants/ConstantExprs/ConstantExpr.cs b/sources/LLVMSharp/Values/Users/Constants/ConstantExprs/ConstantExpr.cs index 4f175c64..0d4f46c9 100644 --- a/sources/LLVMSharp/Values/Users/Constants/ConstantExprs/ConstantExpr.cs +++ b/sources/LLVMSharp/Values/Users/Constants/ConstantExprs/ConstantExpr.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Constants/GlobalValues/Function.cs b/sources/LLVMSharp/Values/Users/Constants/GlobalValues/Function.cs index 11c79ce0..58a3c58d 100644 --- a/sources/LLVMSharp/Values/Users/Constants/GlobalValues/Function.cs +++ b/sources/LLVMSharp/Values/Users/Constants/GlobalValues/Function.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Constants/GlobalValues/GlobalAlias.cs b/sources/LLVMSharp/Values/Users/Constants/GlobalValues/GlobalAlias.cs index c983436f..d02bfd73 100644 --- a/sources/LLVMSharp/Values/Users/Constants/GlobalValues/GlobalAlias.cs +++ b/sources/LLVMSharp/Values/Users/Constants/GlobalValues/GlobalAlias.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Constants/GlobalValues/GlobalIFunc.cs b/sources/LLVMSharp/Values/Users/Constants/GlobalValues/GlobalIFunc.cs index 7db79870..ec3c6198 100644 --- a/sources/LLVMSharp/Values/Users/Constants/GlobalValues/GlobalIFunc.cs +++ b/sources/LLVMSharp/Values/Users/Constants/GlobalValues/GlobalIFunc.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Constants/GlobalValues/GlobalIndirectSymbol.cs b/sources/LLVMSharp/Values/Users/Constants/GlobalValues/GlobalIndirectSymbol.cs index 22b2410e..9ae58236 100644 --- a/sources/LLVMSharp/Values/Users/Constants/GlobalValues/GlobalIndirectSymbol.cs +++ b/sources/LLVMSharp/Values/Users/Constants/GlobalValues/GlobalIndirectSymbol.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Constants/GlobalValues/GlobalObject.cs b/sources/LLVMSharp/Values/Users/Constants/GlobalValues/GlobalObject.cs index 31239d06..c858a134 100644 --- a/sources/LLVMSharp/Values/Users/Constants/GlobalValues/GlobalObject.cs +++ b/sources/LLVMSharp/Values/Users/Constants/GlobalValues/GlobalObject.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Constants/GlobalValues/GlobalValue.cs b/sources/LLVMSharp/Values/Users/Constants/GlobalValues/GlobalValue.cs index 195be299..853f171c 100644 --- a/sources/LLVMSharp/Values/Users/Constants/GlobalValues/GlobalValue.cs +++ b/sources/LLVMSharp/Values/Users/Constants/GlobalValues/GlobalValue.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Constants/GlobalValues/GlobalVariable.cs b/sources/LLVMSharp/Values/Users/Constants/GlobalValues/GlobalVariable.cs index 735faab9..360f07e7 100644 --- a/sources/LLVMSharp/Values/Users/Constants/GlobalValues/GlobalVariable.cs +++ b/sources/LLVMSharp/Values/Users/Constants/GlobalValues/GlobalVariable.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/DerivedUsers/DerivedUser.cs b/sources/LLVMSharp/Values/Users/DerivedUsers/DerivedUser.cs index adc32b52..9567dd96 100644 --- a/sources/LLVMSharp/Values/Users/DerivedUsers/DerivedUser.cs +++ b/sources/LLVMSharp/Values/Users/DerivedUsers/DerivedUser.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/DerivedUsers/MemoryAccess.cs b/sources/LLVMSharp/Values/Users/DerivedUsers/MemoryAccess.cs index 20794a0c..f2272a96 100644 --- a/sources/LLVMSharp/Values/Users/DerivedUsers/MemoryAccess.cs +++ b/sources/LLVMSharp/Values/Users/DerivedUsers/MemoryAccess.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/DerivedUsers/MemoryDef.cs b/sources/LLVMSharp/Values/Users/DerivedUsers/MemoryDef.cs index 1ac89642..b70a8ea0 100644 --- a/sources/LLVMSharp/Values/Users/DerivedUsers/MemoryDef.cs +++ b/sources/LLVMSharp/Values/Users/DerivedUsers/MemoryDef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/DerivedUsers/MemoryPhi.cs b/sources/LLVMSharp/Values/Users/DerivedUsers/MemoryPhi.cs index 0c811b99..e74e3bfd 100644 --- a/sources/LLVMSharp/Values/Users/DerivedUsers/MemoryPhi.cs +++ b/sources/LLVMSharp/Values/Users/DerivedUsers/MemoryPhi.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/DerivedUsers/MemoryUse.cs b/sources/LLVMSharp/Values/Users/DerivedUsers/MemoryUse.cs index cb74d71e..7863de1f 100644 --- a/sources/LLVMSharp/Values/Users/DerivedUsers/MemoryUse.cs +++ b/sources/LLVMSharp/Values/Users/DerivedUsers/MemoryUse.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/DerivedUsers/MemoryUseOrDef.cs b/sources/LLVMSharp/Values/Users/DerivedUsers/MemoryUseOrDef.cs index 79d83bc7..6c4c9f87 100644 --- a/sources/LLVMSharp/Values/Users/DerivedUsers/MemoryUseOrDef.cs +++ b/sources/LLVMSharp/Values/Users/DerivedUsers/MemoryUseOrDef.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/AddrSpaceCastInst.cs b/sources/LLVMSharp/Values/Users/Instructions/AddrSpaceCastInst.cs index ba842346..c404ebb3 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/AddrSpaceCastInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/AddrSpaceCastInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/AllocaInst.cs b/sources/LLVMSharp/Values/Users/Instructions/AllocaInst.cs index f9b06784..d011a2c6 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/AllocaInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/AllocaInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/AtomicCmpXchgInst.cs b/sources/LLVMSharp/Values/Users/Instructions/AtomicCmpXchgInst.cs index 6a81e433..bf5a08d0 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/AtomicCmpXchgInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/AtomicCmpXchgInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/AtomicRMWInst.BinOp.cs b/sources/LLVMSharp/Values/Users/Instructions/AtomicRMWInst.BinOp.cs index d22a465e..f66f21dc 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/AtomicRMWInst.BinOp.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/AtomicRMWInst.BinOp.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/AtomicRMWInst.cs b/sources/LLVMSharp/Values/Users/Instructions/AtomicRMWInst.cs index 1f4e91fe..2beb57ff 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/AtomicRMWInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/AtomicRMWInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/BinaryOperator.cs b/sources/LLVMSharp/Values/Users/Instructions/BinaryOperator.cs index d0d6bfa6..75d9ada0 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/BinaryOperator.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/BinaryOperator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/BitCastInst.cs b/sources/LLVMSharp/Values/Users/Instructions/BitCastInst.cs index 8c239f8c..eb818f8e 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/BitCastInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/BitCastInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/BranchInst.cs b/sources/LLVMSharp/Values/Users/Instructions/BranchInst.cs index 7cbd7b77..2fa44bd8 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/BranchInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/BranchInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/CallBase.cs b/sources/LLVMSharp/Values/Users/Instructions/CallBase.cs index c1e8bdea..48ab4bb0 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/CallBase.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/CallBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/CallBrInst.cs b/sources/LLVMSharp/Values/Users/Instructions/CallBrInst.cs index 48b40214..63c7dda3 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/CallBrInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/CallBrInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/CallInst.cs b/sources/LLVMSharp/Values/Users/Instructions/CallInst.cs index cab0c159..62bd99c8 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/CallInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/CallInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/CastInst.cs b/sources/LLVMSharp/Values/Users/Instructions/CastInst.cs index 3f6f277d..55cfe353 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/CastInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/CastInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/CatchPadInst.cs b/sources/LLVMSharp/Values/Users/Instructions/CatchPadInst.cs index 834e6221..b26350fd 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/CatchPadInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/CatchPadInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/CatchReturnInst.cs b/sources/LLVMSharp/Values/Users/Instructions/CatchReturnInst.cs index 59b5ffd7..0130cff5 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/CatchReturnInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/CatchReturnInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/CatchSwitchInst.cs b/sources/LLVMSharp/Values/Users/Instructions/CatchSwitchInst.cs index 23cf00b1..53462d67 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/CatchSwitchInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/CatchSwitchInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/CleanupPadInst.cs b/sources/LLVMSharp/Values/Users/Instructions/CleanupPadInst.cs index 5edda980..72f16660 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/CleanupPadInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/CleanupPadInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/CleanupReturnInst.cs b/sources/LLVMSharp/Values/Users/Instructions/CleanupReturnInst.cs index c3b5b05b..da4cbd9a 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/CleanupReturnInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/CleanupReturnInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/CmpInst.Predicate.cs b/sources/LLVMSharp/Values/Users/Instructions/CmpInst.Predicate.cs index 83d1294c..051166b1 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/CmpInst.Predicate.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/CmpInst.Predicate.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/CmpInst.cs b/sources/LLVMSharp/Values/Users/Instructions/CmpInst.cs index 177ad6ac..afa8b8a0 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/CmpInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/CmpInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/DbgDeclareInst.cs b/sources/LLVMSharp/Values/Users/Instructions/DbgDeclareInst.cs index 1f378d35..e17c4299 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/DbgDeclareInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/DbgDeclareInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/DbgInfoIntrinsic.cs b/sources/LLVMSharp/Values/Users/Instructions/DbgInfoIntrinsic.cs index fd2d2386..69a23fac 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/DbgInfoIntrinsic.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/DbgInfoIntrinsic.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/DbgLabelInst.cs b/sources/LLVMSharp/Values/Users/Instructions/DbgLabelInst.cs index 2c542d83..64888e22 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/DbgLabelInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/DbgLabelInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/DbgVariableIntrinsic.cs b/sources/LLVMSharp/Values/Users/Instructions/DbgVariableIntrinsic.cs index 7afa448b..b534b7af 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/DbgVariableIntrinsic.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/DbgVariableIntrinsic.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/ExtractElementInst.cs b/sources/LLVMSharp/Values/Users/Instructions/ExtractElementInst.cs index 3a74a08e..ae13a4a5 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/ExtractElementInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/ExtractElementInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/ExtractValueInst.cs b/sources/LLVMSharp/Values/Users/Instructions/ExtractValueInst.cs index 5b37292f..ed48e943 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/ExtractValueInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/ExtractValueInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/FCmpInst.cs b/sources/LLVMSharp/Values/Users/Instructions/FCmpInst.cs index 8d51ac36..f6ddf8b2 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/FCmpInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/FCmpInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/FPExtInst.cs b/sources/LLVMSharp/Values/Users/Instructions/FPExtInst.cs index 1ee7f876..a2f470ed 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/FPExtInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/FPExtInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/FPToSIInst.cs b/sources/LLVMSharp/Values/Users/Instructions/FPToSIInst.cs index 624419f1..df36cb3e 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/FPToSIInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/FPToSIInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/FPToUIInst.cs b/sources/LLVMSharp/Values/Users/Instructions/FPToUIInst.cs index 094efdbf..019892ce 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/FPToUIInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/FPToUIInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/FPTruncInst.cs b/sources/LLVMSharp/Values/Users/Instructions/FPTruncInst.cs index 4d66ab88..d096e441 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/FPTruncInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/FPTruncInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/FenceInst.cs b/sources/LLVMSharp/Values/Users/Instructions/FenceInst.cs index ef2a8b63..7ad12924 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/FenceInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/FenceInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/FreezeInst.cs b/sources/LLVMSharp/Values/Users/Instructions/FreezeInst.cs index 98e0e8ae..b57d9c11 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/FreezeInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/FreezeInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/FuncletPadInst.cs b/sources/LLVMSharp/Values/Users/Instructions/FuncletPadInst.cs index 56582832..07e166ce 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/FuncletPadInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/FuncletPadInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/GetElementPtrInst.cs b/sources/LLVMSharp/Values/Users/Instructions/GetElementPtrInst.cs index c29c6cc2..18a33acd 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/GetElementPtrInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/GetElementPtrInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/ICmpInst.cs b/sources/LLVMSharp/Values/Users/Instructions/ICmpInst.cs index 352b2ebd..0fcf6040 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/ICmpInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/ICmpInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/IndirectBrInst.cs b/sources/LLVMSharp/Values/Users/Instructions/IndirectBrInst.cs index c8fa543b..cf8f0d56 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/IndirectBrInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/IndirectBrInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/InsertElementInst.cs b/sources/LLVMSharp/Values/Users/Instructions/InsertElementInst.cs index 8fb6aeab..68f11aa0 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/InsertElementInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/InsertElementInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/InsertValueInst.cs b/sources/LLVMSharp/Values/Users/Instructions/InsertValueInst.cs index c62ff05f..ed4b8650 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/InsertValueInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/InsertValueInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/Instruction.BinaryOps.cs b/sources/LLVMSharp/Values/Users/Instructions/Instruction.BinaryOps.cs index 2fcd0562..494e6242 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/Instruction.BinaryOps.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/Instruction.BinaryOps.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/Instruction.CastOps.cs b/sources/LLVMSharp/Values/Users/Instructions/Instruction.CastOps.cs index ea1918b7..075bdff3 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/Instruction.CastOps.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/Instruction.CastOps.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/Instruction.FuncletPadOps.cs b/sources/LLVMSharp/Values/Users/Instructions/Instruction.FuncletPadOps.cs index c78a35f7..f55d19a7 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/Instruction.FuncletPadOps.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/Instruction.FuncletPadOps.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/Instruction.MemoryOps.cs b/sources/LLVMSharp/Values/Users/Instructions/Instruction.MemoryOps.cs index 33984a20..2cfde3f7 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/Instruction.MemoryOps.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/Instruction.MemoryOps.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/Instruction.OtherOps.cs b/sources/LLVMSharp/Values/Users/Instructions/Instruction.OtherOps.cs index 57bb85e8..84015d05 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/Instruction.OtherOps.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/Instruction.OtherOps.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/Instruction.TermOps.cs b/sources/LLVMSharp/Values/Users/Instructions/Instruction.TermOps.cs index 1b63dbd6..0e9c2211 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/Instruction.TermOps.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/Instruction.TermOps.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/Instruction.UnaryOps.cs b/sources/LLVMSharp/Values/Users/Instructions/Instruction.UnaryOps.cs index 26e6661c..aafeacd6 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/Instruction.UnaryOps.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/Instruction.UnaryOps.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/Instruction.cs b/sources/LLVMSharp/Values/Users/Instructions/Instruction.cs index a443db92..428ae4f9 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/Instruction.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/Instruction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/IntToPtrInst.cs b/sources/LLVMSharp/Values/Users/Instructions/IntToPtrInst.cs index 7b390e90..27441d24 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/IntToPtrInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/IntToPtrInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/IntrinsicInst.cs b/sources/LLVMSharp/Values/Users/Instructions/IntrinsicInst.cs index b94aaf0f..a5c7d075 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/IntrinsicInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/IntrinsicInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/InvokeInst.cs b/sources/LLVMSharp/Values/Users/Instructions/InvokeInst.cs index 79d44257..4744bc7b 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/InvokeInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/InvokeInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/LandingPadInst.cs b/sources/LLVMSharp/Values/Users/Instructions/LandingPadInst.cs index 8186e0ee..1426050f 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/LandingPadInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/LandingPadInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/LoadInst.cs b/sources/LLVMSharp/Values/Users/Instructions/LoadInst.cs index 1882d5f1..0091d4c5 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/LoadInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/LoadInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/MemCpyInst.cs b/sources/LLVMSharp/Values/Users/Instructions/MemCpyInst.cs index 2d8cae04..0b65ebb1 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/MemCpyInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/MemCpyInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/MemIntrinsic.cs b/sources/LLVMSharp/Values/Users/Instructions/MemIntrinsic.cs index a6a7cc1d..e872e804 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/MemIntrinsic.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/MemIntrinsic.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/MemIntrinsicBase.cs b/sources/LLVMSharp/Values/Users/Instructions/MemIntrinsicBase.cs index 5001475e..4d914c2f 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/MemIntrinsicBase.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/MemIntrinsicBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/MemMoveInst.cs b/sources/LLVMSharp/Values/Users/Instructions/MemMoveInst.cs index 51775497..b34b25fb 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/MemMoveInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/MemMoveInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/MemSetBase.cs b/sources/LLVMSharp/Values/Users/Instructions/MemSetBase.cs index 027fa6d5..5c968ab5 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/MemSetBase.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/MemSetBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/MemSetInst.cs b/sources/LLVMSharp/Values/Users/Instructions/MemSetInst.cs index df5d4d4a..b265421b 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/MemSetInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/MemSetInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/MemTransferBase.cs b/sources/LLVMSharp/Values/Users/Instructions/MemTransferBase.cs index ec5376c0..8796f8b1 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/MemTransferBase.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/MemTransferBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/MemTransferInst.cs b/sources/LLVMSharp/Values/Users/Instructions/MemTransferInst.cs index de13530f..138c0732 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/MemTransferInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/MemTransferInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/PHINode.cs b/sources/LLVMSharp/Values/Users/Instructions/PHINode.cs index 655e36cb..8a6f49f1 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/PHINode.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/PHINode.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/PtrToIntInst.cs b/sources/LLVMSharp/Values/Users/Instructions/PtrToIntInst.cs index 78a17a0c..8afc5b66 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/PtrToIntInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/PtrToIntInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/ResumeInst.cs b/sources/LLVMSharp/Values/Users/Instructions/ResumeInst.cs index b1a16790..d13744c8 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/ResumeInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/ResumeInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/ReturnInst.cs b/sources/LLVMSharp/Values/Users/Instructions/ReturnInst.cs index d3691464..01ca59b9 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/ReturnInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/ReturnInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/SExtInst.cs b/sources/LLVMSharp/Values/Users/Instructions/SExtInst.cs index 4c1fb5fb..d294c6bc 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/SExtInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/SExtInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/SIToFPInst.cs b/sources/LLVMSharp/Values/Users/Instructions/SIToFPInst.cs index 7e1c9a70..44185078 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/SIToFPInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/SIToFPInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/SelectInst.cs b/sources/LLVMSharp/Values/Users/Instructions/SelectInst.cs index afbda022..054ccbaf 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/SelectInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/SelectInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/ShuffleVectorInst.cs b/sources/LLVMSharp/Values/Users/Instructions/ShuffleVectorInst.cs index 44f32787..e7007ce9 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/ShuffleVectorInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/ShuffleVectorInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/StoreInst.cs b/sources/LLVMSharp/Values/Users/Instructions/StoreInst.cs index a6257ed0..1c0f9a21 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/StoreInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/StoreInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/SwitchInst.cs b/sources/LLVMSharp/Values/Users/Instructions/SwitchInst.cs index 459177cf..07f1cebc 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/SwitchInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/SwitchInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/TruncInst.cs b/sources/LLVMSharp/Values/Users/Instructions/TruncInst.cs index 4051c322..b1f5e650 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/TruncInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/TruncInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/UIToFPInst.cs b/sources/LLVMSharp/Values/Users/Instructions/UIToFPInst.cs index 2e4bfbc6..d0fba8f2 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/UIToFPInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/UIToFPInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/UnaryInstruction.cs b/sources/LLVMSharp/Values/Users/Instructions/UnaryInstruction.cs index 8ed86f24..09dad69f 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/UnaryInstruction.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/UnaryInstruction.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/UnaryOperator.cs b/sources/LLVMSharp/Values/Users/Instructions/UnaryOperator.cs index b14712df..2a223efb 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/UnaryOperator.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/UnaryOperator.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/UnreachableInst.cs b/sources/LLVMSharp/Values/Users/Instructions/UnreachableInst.cs index 920e1b94..9312dddc 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/UnreachableInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/UnreachableInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/VAArgInst.cs b/sources/LLVMSharp/Values/Users/Instructions/VAArgInst.cs index e628e0ce..804406c1 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/VAArgInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/VAArgInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/Instructions/ZExtInst.cs b/sources/LLVMSharp/Values/Users/Instructions/ZExtInst.cs index 8ffc04b8..d25bb34e 100644 --- a/sources/LLVMSharp/Values/Users/Instructions/ZExtInst.cs +++ b/sources/LLVMSharp/Values/Users/Instructions/ZExtInst.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Users/User.cs b/sources/LLVMSharp/Values/Users/User.cs index 8be85c7d..bd412189 100644 --- a/sources/LLVMSharp/Values/Users/User.cs +++ b/sources/LLVMSharp/Values/Users/User.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; diff --git a/sources/LLVMSharp/Values/Value.cs b/sources/LLVMSharp/Values/Value.cs index 34bd705d..86eca8a3 100644 --- a/sources/LLVMSharp/Values/Value.cs +++ b/sources/LLVMSharp/Values/Value.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; using LLVMSharp.Interop; diff --git a/tests/LLVMSharp.UnitTests/Delegates.cs b/tests/LLVMSharp.UnitTests/Delegates.cs index 44d9a8cb..0d53f1a3 100644 --- a/tests/LLVMSharp.UnitTests/Delegates.cs +++ b/tests/LLVMSharp.UnitTests/Delegates.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Runtime.InteropServices; diff --git a/tests/LLVMSharp.UnitTests/Examples.cs b/tests/LLVMSharp.UnitTests/Examples.cs index 4176298c..9c468fa3 100644 --- a/tests/LLVMSharp.UnitTests/Examples.cs +++ b/tests/LLVMSharp.UnitTests/Examples.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Runtime.InteropServices; using LLVMSharp.Interop; diff --git a/tests/LLVMSharp.UnitTests/Functions.cs b/tests/LLVMSharp.UnitTests/Functions.cs index 630268a6..fe1233cd 100644 --- a/tests/LLVMSharp.UnitTests/Functions.cs +++ b/tests/LLVMSharp.UnitTests/Functions.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; using NUnit.Framework; diff --git a/tests/LLVMSharp.UnitTests/IR.cs b/tests/LLVMSharp.UnitTests/IR.cs index ec44d785..61fe9fab 100644 --- a/tests/LLVMSharp.UnitTests/IR.cs +++ b/tests/LLVMSharp.UnitTests/IR.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; using LLVMSharp.Interop; diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMComdatTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMComdatTests.cs index dfff4be3..8b2c2310 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMComdatTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMComdatTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMJITCSymbolMapPairTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMJITCSymbolMapPairTests.cs index 2f49c04e..08613448 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMJITCSymbolMapPairTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMJITCSymbolMapPairTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMJITEvaluatedSymbolTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMJITEvaluatedSymbolTests.cs index 68767a5d..4a77db6b 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMJITEvaluatedSymbolTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMJITEvaluatedSymbolTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMJITSymbolFlagsTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMJITSymbolFlagsTests.cs index 1e41a11c..4b172bc8 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMJITSymbolFlagsTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMJITSymbolFlagsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMMCJITCompilerOptionsTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMMCJITCompilerOptionsTests.cs index 095637ac..322a18e4 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMMCJITCompilerOptionsTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMMCJITCompilerOptionsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOpInfo1Tests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOpInfo1Tests.cs index 94b582f2..1dc30fb1 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOpInfo1Tests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOpInfo1Tests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOpInfoSymbol1Tests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOpInfoSymbol1Tests.cs index 9abe8998..658d9a7f 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOpInfoSymbol1Tests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOpInfoSymbol1Tests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueAttributeRefTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueAttributeRefTests.cs index f8249234..8fab481c 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueAttributeRefTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueAttributeRefTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueBasicBlockTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueBasicBlockTests.cs index 392be018..f8bf4a85 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueBasicBlockTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueBasicBlockTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueBinaryTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueBinaryTests.cs index a0fce00f..e05d90b2 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueBinaryTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueBinaryTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueBuilderTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueBuilderTests.cs index d4d3674f..837dc5b3 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueBuilderTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueBuilderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueContextTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueContextTests.cs index 826e1009..52595d19 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueContextTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueContextTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueDIBuilderTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueDIBuilderTests.cs index d12ab40e..445579b5 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueDIBuilderTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueDIBuilderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueDiagnosticInfoTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueDiagnosticInfoTests.cs index c3963045..25b9b44e 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueDiagnosticInfoTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueDiagnosticInfoTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueErrorTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueErrorTests.cs index 2b3866d3..484e8f7c 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueErrorTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueErrorTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueExecutionEngineTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueExecutionEngineTests.cs index 50f2ed0f..d7eafd0d 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueExecutionEngineTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueExecutionEngineTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueGenericValueTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueGenericValueTests.cs index e85571ae..f982eb20 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueGenericValueTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueGenericValueTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueJITEventListenerTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueJITEventListenerTests.cs index 940883bf..8eea89ae 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueJITEventListenerTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueJITEventListenerTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueLTOCodeGeneratorTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueLTOCodeGeneratorTests.cs index 278697fc..c0e80447 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueLTOCodeGeneratorTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueLTOCodeGeneratorTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueLTOInputTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueLTOInputTests.cs index bbb089ed..55acf933 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueLTOInputTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueLTOInputTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueLTOModuleTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueLTOModuleTests.cs index 5c7b855e..72a00ad5 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueLTOModuleTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueLTOModuleTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueMCJITMemoryManagerTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueMCJITMemoryManagerTests.cs index bed193d5..97413394 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueMCJITMemoryManagerTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueMCJITMemoryManagerTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueMemoryBufferTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueMemoryBufferTests.cs index 986b5c3b..d98da95a 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueMemoryBufferTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueMemoryBufferTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueMetadataTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueMetadataTests.cs index fda5e520..6854a765 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueMetadataTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueMetadataTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueModuleFlagEntryTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueModuleFlagEntryTests.cs index ca8c550a..d503096b 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueModuleFlagEntryTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueModuleFlagEntryTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueModuleProviderTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueModuleProviderTests.cs index eba4665e..7b028505 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueModuleProviderTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueModuleProviderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueModuleTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueModuleTests.cs index 502e099f..3c4a70d8 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueModuleTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueModuleTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueNamedMDNodeTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueNamedMDNodeTests.cs index a95a4bd0..eeb8a882 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueNamedMDNodeTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueNamedMDNodeTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueObjectFileTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueObjectFileTests.cs index 11aa8158..0a51f7a2 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueObjectFileTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueObjectFileTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaquePassManagerBuilderTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaquePassManagerBuilderTests.cs index 948688df..44c3bbfc 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaquePassManagerBuilderTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaquePassManagerBuilderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaquePassManagerTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaquePassManagerTests.cs index cf6c1b9d..79db3928 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaquePassManagerTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaquePassManagerTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaquePassRegistryTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaquePassRegistryTests.cs index 59648cca..24d0ab66 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaquePassRegistryTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaquePassRegistryTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueRelocationIteratorTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueRelocationIteratorTests.cs index 95641c36..41954831 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueRelocationIteratorTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueRelocationIteratorTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueSectionIteratorTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueSectionIteratorTests.cs index fe784c87..ca531f9f 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueSectionIteratorTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueSectionIteratorTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueSymbolIteratorTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueSymbolIteratorTests.cs index 36e215af..518be0d8 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueSymbolIteratorTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueSymbolIteratorTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueTargetDataTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueTargetDataTests.cs index d3df1498..571cdd47 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueTargetDataTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueTargetDataTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueTargetLibraryInfotDataTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueTargetLibraryInfotDataTests.cs index 01911901..1de058ef 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueTargetLibraryInfotDataTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueTargetLibraryInfotDataTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueTargetMachineTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueTargetMachineTests.cs index b6c61f56..2abacb5d 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueTargetMachineTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueTargetMachineTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueThinLTOCodeGeneratorTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueThinLTOCodeGeneratorTests.cs index c7cc6f05..3b50cdbb 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueThinLTOCodeGeneratorTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueThinLTOCodeGeneratorTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueTypeTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueTypeTests.cs index ae519b3e..a714c701 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueTypeTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueTypeTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueUseTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueUseTests.cs index 41ffbbda..17ac4a03 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueUseTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueUseTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueValueMetadataEntryTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueValueMetadataEntryTests.cs index 9df7de45..c75c36a3 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueValueMetadataEntryTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueValueMetadataEntryTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueValueTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueValueTests.cs index e4b2ea0f..77146950 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueValueTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOpaqueValueTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOrcCLookupSetElementTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOrcCLookupSetElementTests.cs index 04b8d92d..4c12dd1c 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOrcCLookupSetElementTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOrcCLookupSetElementTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueDefinitionGeneratorTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueDefinitionGeneratorTests.cs index 273e027f..264de63d 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueDefinitionGeneratorTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueDefinitionGeneratorTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueExecutionSessionTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueExecutionSessionTests.cs index b63917ab..3d5548af 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueExecutionSessionTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueExecutionSessionTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueJITDylibTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueJITDylibTests.cs index 1c697c47..2af1dfa2 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueJITDylibTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueJITDylibTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueJITTargetMachineBuilderTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueJITTargetMachineBuilderTests.cs index 7943e478..3d79d790 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueJITTargetMachineBuilderTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueJITTargetMachineBuilderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueLLJITBuilderTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueLLJITBuilderTests.cs index 8dceadc7..cd026e33 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueLLJITBuilderTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueLLJITBuilderTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueLLJITTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueLLJITTests.cs index da67866b..90eb0357 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueLLJITTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueLLJITTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueLookupStateTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueLookupStateTests.cs index 6bd626c4..b1631a08 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueLookupStateTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueLookupStateTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueMaterializationUnitTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueMaterializationUnitTests.cs index 9d7ff97f..f007ebab 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueMaterializationUnitTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueMaterializationUnitTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueObjectLayerTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueObjectLayerTests.cs index 798d70c8..164f2cb0 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueObjectLayerTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueObjectLayerTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueResourceTrackerTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueResourceTrackerTests.cs index 6e1a7b7a..f329a45c 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueResourceTrackerTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueResourceTrackerTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueSymbolStringPoolEntryTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueSymbolStringPoolEntryTests.cs index fac18ffe..433ba952 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueSymbolStringPoolEntryTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueSymbolStringPoolEntryTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueSymbolStringPoolTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueSymbolStringPoolTests.cs index d20c73e0..c52a0092 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueSymbolStringPoolTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueSymbolStringPoolTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueThreadSafeContextTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueThreadSafeContextTests.cs index cf3d0ad7..fcb1a7ea 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueThreadSafeContextTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueThreadSafeContextTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueThreadSafeModuleTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueThreadSafeModuleTests.cs index 90727a58..fa1ab23a 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueThreadSafeModuleTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMOrcOpaqueThreadSafeModuleTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMRemarkOpaqueArgTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMRemarkOpaqueArgTests.cs index e2e9865b..2d57ec18 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMRemarkOpaqueArgTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMRemarkOpaqueArgTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMRemarkOpaqueDebugLocTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMRemarkOpaqueDebugLocTests.cs index a6a7c4a8..0d93860a 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMRemarkOpaqueDebugLocTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMRemarkOpaqueDebugLocTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMRemarkOpaqueEntryTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMRemarkOpaqueEntryTests.cs index 8de0860a..f7837b77 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMRemarkOpaqueEntryTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMRemarkOpaqueEntryTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMRemarkOpaqueParserTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMRemarkOpaqueParserTests.cs index 7051fdb6..0e92e51f 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMRemarkOpaqueParserTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMRemarkOpaqueParserTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMRemarkOpaqueStringTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMRemarkOpaqueStringTests.cs index 57009462..32c8de5e 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMRemarkOpaqueStringTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMRemarkOpaqueStringTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LLVMTargetTests.cs b/tests/LLVMSharp.UnitTests/Interop/LLVMTargetTests.cs index 961ad933..0a6d51f3 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LLVMTargetTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LLVMTargetTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Interop/LTOObjectBufferTests.cs b/tests/LLVMSharp.UnitTests/Interop/LTOObjectBufferTests.cs index 6586b956..c083135a 100644 --- a/tests/LLVMSharp.UnitTests/Interop/LTOObjectBufferTests.cs +++ b/tests/LLVMSharp.UnitTests/Interop/LTOObjectBufferTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from https://github.com/llvm/llvm-project/tree/llvmorg-12.0.0/llvm/include/llvm-c // Original source is Copyright (c) the LLVM Project and Contributors. Licensed under the Apache License v2.0 with LLVM Exceptions. See NOTICE.txt in the project root for license information. diff --git a/tests/LLVMSharp.UnitTests/Modules.cs b/tests/LLVMSharp.UnitTests/Modules.cs index bcbacb31..246e4b21 100644 --- a/tests/LLVMSharp.UnitTests/Modules.cs +++ b/tests/LLVMSharp.UnitTests/Modules.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; using NUnit.Framework; diff --git a/tests/LLVMSharp.UnitTests/TargetData.cs b/tests/LLVMSharp.UnitTests/TargetData.cs index d2ed9d38..e86154ef 100644 --- a/tests/LLVMSharp.UnitTests/TargetData.cs +++ b/tests/LLVMSharp.UnitTests/TargetData.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using LLVMSharp.Interop; using NUnit.Framework; diff --git a/tests/LLVMSharp.UnitTests/Targets.cs b/tests/LLVMSharp.UnitTests/Targets.cs index 5ae9a9c9..62ad2bae 100644 --- a/tests/LLVMSharp.UnitTests/Targets.cs +++ b/tests/LLVMSharp.UnitTests/Targets.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; using System.Linq; diff --git a/tests/LLVMSharp.UnitTests/Types.cs b/tests/LLVMSharp.UnitTests/Types.cs index f7e8c192..d7b255e1 100644 --- a/tests/LLVMSharp.UnitTests/Types.cs +++ b/tests/LLVMSharp.UnitTests/Types.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Collections.Generic; using LLVMSharp.Interop; diff --git a/tests/LLVMSharp.UnitTests/Utilities.cs b/tests/LLVMSharp.UnitTests/Utilities.cs index ab25836c..208b6bc9 100644 --- a/tests/LLVMSharp.UnitTests/Utilities.cs +++ b/tests/LLVMSharp.UnitTests/Utilities.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; using System.Collections.Generic;