Skip to content

Commit f9d5a6e

Browse files
committed
update bat files
1 parent 2547fc0 commit f9d5a6e

14 files changed

+28
-28
lines changed

build.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
REM Copyright (C) Microsoft Corporation.
2-
Copyright (C) IAMAI Consulting.
2+
REM Copyright (C) IAMAI Consulting Corporation.
33

4-
MIT License.
4+
REM MIT License.
55

66
@echo off
77
setlocal

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22
# Copyright (C) Microsoft Corporation.
3-
Copyright (C) IAMAI Consulting.
3+
# Copyright (C) IAMAI Consulting Corporation.
44

5-
MIT License.
5+
# MIT License.
66

77
set -e
88
make -f build_linux.mk $1

build_docs.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
REM Copyright (C) Microsoft Corporation.
2-
Copyright (C) IAMAI Consulting.
2+
REM Copyright (C) IAMAI Consulting Corporation.
33

4-
MIT License.
4+
REM MIT License.
55

66
@echo off
77
SETLOCAL

build_docs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22
# Copyright (C) Microsoft Corporation.
3-
Copyright (C) IAMAI Consulting.
3+
# Copyright (C) IAMAI Consulting Corporation.
44

5-
MIT License.
5+
# MIT License.
66

77
## Install mkdocs
88
# python3.7 -m venv env

build_docs_external.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
REM Copyright (C) Microsoft Corporation.
2-
Copyright (C) IAMAI Consulting.
2+
REM Copyright (C) IAMAI Consulting Corporation.
33

4-
MIT License.
4+
REM MIT License.
55

66
@echo off
77
SETLOCAL

build_docs_external.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22
# Copyright (C) Microsoft Corporation.
3-
Copyright (C) IAMAI Consulting.
3+
# Copyright (C) IAMAI Consulting Corporation.
44

5-
MIT License.
5+
# MIT License.
66

77
## Install mkdocs
88
# python3.7 -m venv env

run_sim_with_streaming.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:: Copyright (C) Microsoft Corporation.
2-
Copyright (C) IAMAI Consulting.
2+
:: Copyright (C) IAMAI Consulting Corporation.
33

4-
MIT License.
4+
:: MIT License.
55
@echo off
66

77
:: Simple example launcher script to bring up a sim binary with PixelStreaming

run_sim_with_streaming.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22
# Copyright (C) Microsoft Corporation.
3-
Copyright (C) IAMAI Consulting.
3+
# Copyright (C) IAMAI Consulting Corporation.
44

5-
MIT License.
5+
# MIT License.
66

77
set -e
88

setup_linux_dev_tools.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22
# Copyright (C) Microsoft Corporation.
3-
Copyright (C) IAMAI Consulting.
3+
# Copyright (C) IAMAI Consulting Corporation.
44

5-
MIT License.
5+
# MIT License.
66

77
set -e
88

setup_linux_unreal_prereqs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22
# Copyright (C) Microsoft Corporation.
3-
Copyright (C) IAMAI Consulting.
3+
# Copyright (C) IAMAI Consulting Corporation.
44

5-
MIT License.
5+
#MIT License.
66

77
set -e
88

0 commit comments

Comments
 (0)