Skip to content

Commit 85ed77f

Browse files
authored
Add copyright headers to dnx script files (#49791)
2 parents 681138b + 25a4d25 commit 85ed77f

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

src/Layout/redist/dnx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
#!/bin/sh
2+
3+
# Licensed to the .NET Foundation under one or more agreements.
4+
# The .NET Foundation licenses this file to you under the MIT license.
5+
26
"$(dirname "$0")/dotnet" dnx "$@"

src/Layout/redist/dnx.cmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
:: Licensed to the .NET Foundation under one or more agreements.
2+
:: The .NET Foundation licenses this file to you under the MIT license.
3+
14
@echo off
25
"%~dp0dotnet.exe" dnx %*

src/Layout/redist/dnx.ps1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# dnx.ps1
1+
# Licensed to the .NET Foundation under one or more agreements.
2+
# The .NET Foundation licenses this file to you under the MIT license.
3+
24
# PowerShell script to launch dotnet.exe with 'dnx' and all passed arguments
35
$scriptDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
46
$dotnet = Join-Path $scriptDir 'dotnet.exe'

0 commit comments

Comments
 (0)