make copyright header a comment and not an information text
This commit is contained in:
parent
822ae54281
commit
3a58e8a7d7
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
|
@echo off
|
||||||
|
|
||||||
REM Copyright (c) .NET Foundation and contributors. All rights reserved.
|
REM Copyright (c) .NET Foundation and contributors. All rights reserved.
|
||||||
REM Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
REM Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||||
|
|
||||||
@echo off
|
|
||||||
|
|
||||||
REM Get absolute path
|
REM Get absolute path
|
||||||
pushd %1
|
pushd %1
|
||||||
set BIN_DIR=%CD%\bin
|
set BIN_DIR=%CD%\bin
|
||||||
|
|
Loading…
Reference in a new issue