mirror of https://github.com/dotnet/runtime
Fix a few more license headers (#38973)
* Fix a few more license headers I missed a few directories outside of src. * Update Directory.Build.props
This commit is contained in:
parent
dd41055fbe
commit
117c9d6e85
|
@ -109,7 +109,6 @@ The following file header is the used for .NET Core. Please use it for new files
|
||||||
```
|
```
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
```
|
```
|
||||||
|
|
||||||
- See [class.cpp](./src/coreclr/src/vm/class.cpp) for an example of the header in a C++ file.
|
- See [class.cpp](./src/coreclr/src/vm/class.cpp) for an example of the header in a C++ file.
|
||||||
|
|
|
@ -28,7 +28,6 @@ Appendix A - Source for a simple copy into hugetlbfs program.
|
||||||
```
|
```
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
|
@ -35,7 +35,6 @@ Test cases are categorized by priority level. The most important subset should b
|
||||||
```
|
```
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
```
|
```
|
||||||
* The managed portion of all tests should be able to build on any platform.
|
* The managed portion of all tests should be able to build on any platform.
|
||||||
In fact in CI the managed portion of all tests will be built on OSX.
|
In fact in CI the managed portion of all tests will be built on OSX.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
|
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. -->
|
||||||
<Project>
|
<Project>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
// ------------------------------------------------------------------------------
|
// ------------------------------------------------------------------------------
|
||||||
// Changes to this file must follow the https://aka.ms/api-review process.
|
// Changes to this file must follow the https://aka.ms/api-review process.
|
||||||
// ------------------------------------------------------------------------------
|
// ------------------------------------------------------------------------------
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
|
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. -->
|
||||||
<Project>
|
<Project>
|
||||||
<Import Condition="'$(IsCrossTargetingBuild)' != 'true'" Project="depProj.targets" />
|
<Import Condition="'$(IsCrossTargetingBuild)' != 'true'" Project="depProj.targets" />
|
||||||
<Import Condition="'$(IsCrossTargetingBuild)' == 'true'" Project="$(MSBuildExtensionsPath)\Microsoft.Common.CrossTargeting.targets" />
|
<Import Condition="'$(IsCrossTargetingBuild)' == 'true'" Project="$(MSBuildExtensionsPath)\Microsoft.Common.CrossTargeting.targets" />
|
||||||
|
|
|
@ -12,7 +12,6 @@ which is imported by this file.
|
||||||
|
|
||||||
Licensed to the .NET Foundation under one or more agreements.
|
Licensed to the .NET Foundation under one or more agreements.
|
||||||
The .NET Foundation licenses this file to you under the MIT license.
|
The .NET Foundation licenses this file to you under the MIT license.
|
||||||
See the LICENSE file in the project root for more information.
|
|
||||||
***********************************************************************************************
|
***********************************************************************************************
|
||||||
-->
|
-->
|
||||||
<Project InitialTargets="RemoveImplicitPackageReferences">
|
<Project InitialTargets="RemoveImplicitPackageReferences">
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
#
|
#
|
||||||
# Licensed to the .NET Foundation under one or more agreements.
|
# Licensed to the .NET Foundation under one or more agreements.
|
||||||
# The .NET Foundation licenses this file to you under the MIT license.
|
# The .NET Foundation licenses this file to you under the MIT license.
|
||||||
# See the LICENSE file in the project root for more information.
|
|
||||||
#
|
#
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
#
|
#
|
||||||
# Licensed to the .NET Foundation under one or more agreements.
|
# Licensed to the .NET Foundation under one or more agreements.
|
||||||
# The .NET Foundation licenses this file to you under the MIT license.
|
# The .NET Foundation licenses this file to you under the MIT license.
|
||||||
# See the LICENSE file in the project root for more information.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
# Parses debian_config.json and generates appropriate templates
|
# Parses debian_config.json and generates appropriate templates
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
#
|
#
|
||||||
# Licensed to the .NET Foundation under one or more agreements.
|
# Licensed to the .NET Foundation under one or more agreements.
|
||||||
# The .NET Foundation licenses this file to you under the MIT license.
|
# The .NET Foundation licenses this file to you under the MIT license.
|
||||||
# See the LICENSE file in the project root for more information.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
# This file is not intended to be executed directly
|
# This file is not intended to be executed directly
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
#
|
#
|
||||||
# Licensed to the .NET Foundation under one or more agreements.
|
# Licensed to the .NET Foundation under one or more agreements.
|
||||||
# The .NET Foundation licenses this file to you under the MIT license.
|
# The .NET Foundation licenses this file to you under the MIT license.
|
||||||
# See the LICENSE file in the project root for more information.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
# Extract Json Value
|
# Extract Json Value
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
#
|
#
|
||||||
# Licensed to the .NET Foundation under one or more agreements.
|
# Licensed to the .NET Foundation under one or more agreements.
|
||||||
# The .NET Foundation licenses this file to you under the MIT license.
|
# The .NET Foundation licenses this file to you under the MIT license.
|
||||||
# See the LICENSE file in the project root for more information.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
# manpage_generator
|
# manpage_generator
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
#
|
#
|
||||||
# Licensed to the .NET Foundation under one or more agreements.
|
# Licensed to the .NET Foundation under one or more agreements.
|
||||||
# The .NET Foundation licenses this file to you under the MIT license.
|
# The .NET Foundation licenses this file to you under the MIT license.
|
||||||
# See the LICENSE file in the project root for more information.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
install_dependencies(){
|
install_dependencies(){
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
#
|
#
|
||||||
# Licensed to the .NET Foundation under one or more agreements.
|
# Licensed to the .NET Foundation under one or more agreements.
|
||||||
# The .NET Foundation licenses this file to you under the MIT license.
|
# The .NET Foundation licenses this file to you under the MIT license.
|
||||||
# See the LICENSE file in the project root for more information.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
install_dependencies(){
|
install_dependencies(){
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
#
|
#
|
||||||
# Licensed to the .NET Foundation under one or more agreements.
|
# Licensed to the .NET Foundation under one or more agreements.
|
||||||
# The .NET Foundation licenses this file to you under the MIT license.
|
# The .NET Foundation licenses this file to you under the MIT license.
|
||||||
# See the LICENSE file in the project root for more information.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
Source: {PACKAGE_NAME}
|
Source: {PACKAGE_NAME}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Comment: Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information.
|
Comment: Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license.
|
||||||
|
|
||||||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
#
|
#
|
||||||
# Licensed to the .NET Foundation under one or more agreements.
|
# Licensed to the .NET Foundation under one or more agreements.
|
||||||
# The .NET Foundation licenses this file to you under the MIT license.
|
# The .NET Foundation licenses this file to you under the MIT license.
|
||||||
# See the LICENSE file in the project root for more information.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
{overrides}
|
{overrides}
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
#
|
#
|
||||||
# Licensed to the .NET Foundation under one or more agreements.
|
# Licensed to the .NET Foundation under one or more agreements.
|
||||||
# The .NET Foundation licenses this file to you under the MIT license.
|
# The .NET Foundation licenses this file to you under the MIT license.
|
||||||
# See the LICENSE file in the project root for more information.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
#
|
#
|
||||||
# Licensed to the .NET Foundation under one or more agreements.
|
# Licensed to the .NET Foundation under one or more agreements.
|
||||||
# The .NET Foundation licenses this file to you under the MIT license.
|
# The .NET Foundation licenses this file to you under the MIT license.
|
||||||
# See the LICENSE file in the project root for more information.
|
|
||||||
#
|
#
|
||||||
# This script is used to test the debian package after it's creation.
|
# This script is used to test the debian package after it's creation.
|
||||||
# The package tool will drop it next to the .deb file it creates.
|
# The package tool will drop it next to the .deb file it creates.
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
#
|
#
|
||||||
# Licensed to the .NET Foundation under one or more agreements.
|
# Licensed to the .NET Foundation under one or more agreements.
|
||||||
# The .NET Foundation licenses this file to you under the MIT license.
|
# The .NET Foundation licenses this file to you under the MIT license.
|
||||||
# See the LICENSE file in the project root for more information.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
# Resolve symlinks until we have the parent dir of the actual file
|
# Resolve symlinks until we have the parent dir of the actual file
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
#
|
#
|
||||||
# Licensed to the .NET Foundation under one or more agreements.
|
# Licensed to the .NET Foundation under one or more agreements.
|
||||||
# The .NET Foundation licenses this file to you under the MIT license.
|
# The .NET Foundation licenses this file to you under the MIT license.
|
||||||
# See the LICENSE file in the project root for more information.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
echo "script called"
|
echo "script called"
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
#
|
#
|
||||||
# Licensed to the .NET Foundation under one or more agreements.
|
# Licensed to the .NET Foundation under one or more agreements.
|
||||||
# The .NET Foundation licenses this file to you under the MIT license.
|
# The .NET Foundation licenses this file to you under the MIT license.
|
||||||
# See the LICENSE file in the project root for more information.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
# Tests for debian_build_lib.sh
|
# Tests for debian_build_lib.sh
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
#
|
#
|
||||||
# Licensed to the .NET Foundation under one or more agreements.
|
# Licensed to the .NET Foundation under one or more agreements.
|
||||||
# The .NET Foundation licenses this file to you under the MIT license.
|
# The .NET Foundation licenses this file to you under the MIT license.
|
||||||
# See the LICENSE file in the project root for more information.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
# Tests for debian_build_lib.sh
|
# Tests for debian_build_lib.sh
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
#
|
#
|
||||||
# Licensed to the .NET Foundation under one or more agreements.
|
# Licensed to the .NET Foundation under one or more agreements.
|
||||||
# The .NET Foundation licenses this file to you under the MIT license.
|
# The .NET Foundation licenses this file to you under the MIT license.
|
||||||
# See the LICENSE file in the project root for more information.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
. $PSScriptRoot\_utility.ps1
|
. $PSScriptRoot\_utility.ps1
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
#
|
#
|
||||||
# Licensed to the .NET Foundation under one or more agreements.
|
# Licensed to the .NET Foundation under one or more agreements.
|
||||||
# The .NET Foundation licenses this file to you under the MIT license.
|
# The .NET Foundation licenses this file to you under the MIT license.
|
||||||
# See the LICENSE file in the project root for more information.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
COMMONSOURCE="${BASH_SOURCE[0]}"
|
COMMONSOURCE="${BASH_SOURCE[0]}"
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
#
|
#
|
||||||
# Licensed to the .NET Foundation under one or more agreements.
|
# Licensed to the .NET Foundation under one or more agreements.
|
||||||
# The .NET Foundation licenses this file to you under the MIT license.
|
# The .NET Foundation licenses this file to you under the MIT license.
|
||||||
# See the LICENSE file in the project root for more information.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
# Detect build servers
|
# Detect build servers
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
#
|
#
|
||||||
# Licensed to the .NET Foundation under one or more agreements.
|
# Licensed to the .NET Foundation under one or more agreements.
|
||||||
# The .NET Foundation licenses this file to you under the MIT license.
|
# The .NET Foundation licenses this file to you under the MIT license.
|
||||||
# See the LICENSE file in the project root for more information.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
function header([string]$message)
|
function header([string]$message)
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
#
|
#
|
||||||
# Licensed to the .NET Foundation under one or more agreements.
|
# Licensed to the .NET Foundation under one or more agreements.
|
||||||
# The .NET Foundation licenses this file to you under the MIT license.
|
# The .NET Foundation licenses this file to you under the MIT license.
|
||||||
# See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
# WARNING: This utility is not used by infra and very likely to be out of date.
|
# WARNING: This utility is not used by infra and very likely to be out of date.
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
#
|
#
|
||||||
# Licensed to the .NET Foundation under one or more agreements.
|
# Licensed to the .NET Foundation under one or more agreements.
|
||||||
# The .NET Foundation licenses this file to you under the MIT license.
|
# The .NET Foundation licenses this file to you under the MIT license.
|
||||||
# See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
# WARNING: This utility is not used by infra and very likely to be out of date.
|
# WARNING: This utility is not used by infra and very likely to be out of date.
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
#
|
#
|
||||||
# Licensed to the .NET Foundation under one or more agreements.
|
# Licensed to the .NET Foundation under one or more agreements.
|
||||||
# The .NET Foundation licenses this file to you under the MIT license.
|
# The .NET Foundation licenses this file to you under the MIT license.
|
||||||
# See the LICENSE file in the project root for more information.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
#
|
#
|
||||||
# Licensed to the .NET Foundation under one or more agreements.
|
# Licensed to the .NET Foundation under one or more agreements.
|
||||||
# The .NET Foundation licenses this file to you under the MIT license.
|
# The .NET Foundation licenses this file to you under the MIT license.
|
||||||
# See the LICENSE file in the project root for more information.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
# Dockerfile that creates a container suitable to build dotnet-cli
|
# Dockerfile that creates a container suitable to build dotnet-cli
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
#
|
#
|
||||||
# Licensed to the .NET Foundation under one or more agreements.
|
# Licensed to the .NET Foundation under one or more agreements.
|
||||||
# The .NET Foundation licenses this file to you under the MIT license.
|
# The .NET Foundation licenses this file to you under the MIT license.
|
||||||
# See the LICENSE file in the project root for more information.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
# Dockerfile that creates a container suitable to build dotnet-cli
|
# Dockerfile that creates a container suitable to build dotnet-cli
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
#
|
#
|
||||||
# Licensed to the .NET Foundation under one or more agreements.
|
# Licensed to the .NET Foundation under one or more agreements.
|
||||||
# The .NET Foundation licenses this file to you under the MIT license.
|
# The .NET Foundation licenses this file to you under the MIT license.
|
||||||
# See the LICENSE file in the project root for more information.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
FROM opensuse:42.1
|
FROM opensuse:42.1
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
#
|
#
|
||||||
# Licensed to the .NET Foundation under one or more agreements.
|
# Licensed to the .NET Foundation under one or more agreements.
|
||||||
# The .NET Foundation licenses this file to you under the MIT license.
|
# The .NET Foundation licenses this file to you under the MIT license.
|
||||||
# See the LICENSE file in the project root for more information.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
# Dockerfile that creates a container suitable to build dotnet-cli
|
# Dockerfile that creates a container suitable to build dotnet-cli
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
#
|
#
|
||||||
# Licensed to the .NET Foundation under one or more agreements.
|
# Licensed to the .NET Foundation under one or more agreements.
|
||||||
# The .NET Foundation licenses this file to you under the MIT license.
|
# The .NET Foundation licenses this file to you under the MIT license.
|
||||||
# See the LICENSE file in the project root for more information.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
# Dockerfile that creates a container suitable to build dotnet-cli
|
# Dockerfile that creates a container suitable to build dotnet-cli
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
#
|
#
|
||||||
# Licensed to the .NET Foundation under one or more agreements.
|
# Licensed to the .NET Foundation under one or more agreements.
|
||||||
# The .NET Foundation licenses this file to you under the MIT license.
|
# The .NET Foundation licenses this file to you under the MIT license.
|
||||||
# See the LICENSE file in the project root for more information.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
# Dockerfile that creates a container suitable to build dotnet-cli
|
# Dockerfile that creates a container suitable to build dotnet-cli
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
#
|
#
|
||||||
# Licensed to the .NET Foundation under one or more agreements.
|
# Licensed to the .NET Foundation under one or more agreements.
|
||||||
# The .NET Foundation licenses this file to you under the MIT license.
|
# The .NET Foundation licenses this file to you under the MIT license.
|
||||||
# See the LICENSE file in the project root for more information.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
#
|
#
|
||||||
# Licensed to the .NET Foundation under one or more agreements.
|
# Licensed to the .NET Foundation under one or more agreements.
|
||||||
# The .NET Foundation licenses this file to you under the MIT license.
|
# The .NET Foundation licenses this file to you under the MIT license.
|
||||||
# See the LICENSE file in the project root for more information.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
#
|
#
|
||||||
# Licensed to the .NET Foundation under one or more agreements.
|
# Licensed to the .NET Foundation under one or more agreements.
|
||||||
# The .NET Foundation licenses this file to you under the MIT license.
|
# The .NET Foundation licenses this file to you under the MIT license.
|
||||||
# See the LICENSE file in the project root for more information.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
#
|
#
|
||||||
# Licensed to the .NET Foundation under one or more agreements.
|
# Licensed to the .NET Foundation under one or more agreements.
|
||||||
# The .NET Foundation licenses this file to you under the MIT license.
|
# The .NET Foundation licenses this file to you under the MIT license.
|
||||||
# See the LICENSE file in the project root for more information.
|
|
||||||
#
|
#
|
||||||
|
|
||||||
# This is a VERY basic script for Create/Delete operations on repos and packages
|
# This is a VERY basic script for Create/Delete operations on repos and packages
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
using Microsoft.Build.Framework;
|
using Microsoft.Build.Framework;
|
||||||
using Newtonsoft.Json;
|
using Newtonsoft.Json;
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
using Microsoft.Build.Framework;
|
using Microsoft.Build.Framework;
|
||||||
using Microsoft.Build.Utilities;
|
using Microsoft.Build.Utilities;
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
using Microsoft.Build.Framework;
|
using Microsoft.Build.Framework;
|
||||||
using System;
|
using System;
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
using Microsoft.Build.Utilities;
|
using Microsoft.Build.Utilities;
|
||||||
using System.Text.RegularExpressions;
|
using System.Text.RegularExpressions;
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
using Microsoft.Build.Framework;
|
using Microsoft.Build.Framework;
|
||||||
using Microsoft.Build.Utilities;
|
using Microsoft.Build.Utilities;
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
using Microsoft.Build.Framework;
|
using Microsoft.Build.Framework;
|
||||||
using System;
|
using System;
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
using Microsoft.Build.Framework;
|
using Microsoft.Build.Framework;
|
||||||
using System;
|
using System;
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
using Microsoft.Build.Framework;
|
using Microsoft.Build.Framework;
|
||||||
using System;
|
using System;
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
using Microsoft.Build.Framework;
|
using Microsoft.Build.Framework;
|
||||||
using Microsoft.Build.Utilities;
|
using Microsoft.Build.Utilities;
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
using Microsoft.Build.Framework;
|
using Microsoft.Build.Framework;
|
||||||
using System;
|
using System;
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
using Microsoft.Build.Framework;
|
using Microsoft.Build.Framework;
|
||||||
using Microsoft.Build.Utilities;
|
using Microsoft.Build.Utilities;
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
using Microsoft.Build.Framework;
|
using Microsoft.Build.Framework;
|
||||||
using System;
|
using System;
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
using Microsoft.Build.Framework;
|
using Microsoft.Build.Framework;
|
||||||
using System;
|
using System;
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
using Microsoft.Build.Framework;
|
using Microsoft.Build.Framework;
|
||||||
using Newtonsoft.Json;
|
using Newtonsoft.Json;
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
using Microsoft.Build.Framework;
|
using Microsoft.Build.Framework;
|
||||||
using Microsoft.DotNet.Build.CloudTestTasks;
|
using Microsoft.DotNet.Build.CloudTestTasks;
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
using Microsoft.Build.Framework;
|
using Microsoft.Build.Framework;
|
||||||
using System;
|
using System;
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
using Microsoft.Build.Construction;
|
using Microsoft.Build.Construction;
|
||||||
using Microsoft.Build.Framework;
|
using Microsoft.Build.Framework;
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
using Microsoft.Build.Framework;
|
using Microsoft.Build.Framework;
|
||||||
using System;
|
using System;
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
using Microsoft.Build.Framework;
|
using Microsoft.Build.Framework;
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
using Microsoft.Build.Framework;
|
using Microsoft.Build.Framework;
|
||||||
using Microsoft.Build.Utilities;
|
using Microsoft.Build.Utilities;
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
using Microsoft.Build.Framework;
|
using Microsoft.Build.Framework;
|
||||||
using System;
|
using System;
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
using Microsoft.Build.Framework;
|
using Microsoft.Build.Framework;
|
||||||
using System;
|
using System;
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
using Microsoft.Build.Framework;
|
using Microsoft.Build.Framework;
|
||||||
using Microsoft.Build.Utilities;
|
using Microsoft.Build.Utilities;
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
using Microsoft.Build.Framework;
|
using Microsoft.Build.Framework;
|
||||||
using Microsoft.Build.Utilities;
|
using Microsoft.Build.Utilities;
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
using Microsoft.Build.Framework;
|
using Microsoft.Build.Framework;
|
||||||
using Microsoft.Build.Utilities;
|
using Microsoft.Build.Utilities;
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
package net.dot;
|
package net.dot;
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
package net.dot;
|
package net.dot;
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
#include <mono/utils/mono-publib.h>
|
#include <mono/utils/mono-publib.h>
|
||||||
#include <mono/utils/mono-logger.h>
|
#include <mono/utils/mono-logger.h>
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
#import <UIKit/UIKit.h>
|
#import <UIKit/UIKit.h>
|
||||||
#import "runtime.h"
|
#import "runtime.h"
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
#import <UIKit/UIKit.h>
|
#import <UIKit/UIKit.h>
|
||||||
#import "runtime.h"
|
#import "runtime.h"
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
#ifndef runtime_h
|
#ifndef runtime_h
|
||||||
#define runtime_h
|
#define runtime_h
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
#import <Foundation/Foundation.h>
|
#import <Foundation/Foundation.h>
|
||||||
#include <mono/utils/mono-publib.h>
|
#include <mono/utils/mono-publib.h>
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
// -*- indent-tabs-mode: nil -*-
|
// -*- indent-tabs-mode: nil -*-
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
// -*- indent-tabs-mode: nil -*-
|
// -*- indent-tabs-mode: nil -*-
|
||||||
// Licensed to the .NET Foundation under one or more agreements.
|
// Licensed to the .NET Foundation under one or more agreements.
|
||||||
// The .NET Foundation licenses this file to you under the MIT license.
|
// The .NET Foundation licenses this file to you under the MIT license.
|
||||||
// See the LICENSE file in the project root for more information.
|
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
Loading…
Reference in New Issue