Skip to content

Commit 9fe8d3a

Browse files
authored
IAMAI_copyright_changes (#34)
* IAMAI_copyright_changes
1 parent 49877cc commit 9fe8d3a

File tree

858 files changed

+3255
-862
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

858 files changed

+3255
-862
lines changed

CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# ---------------------------------------------------------------------------------------------------------------------
22
#
3-
# Copyright (C) Microsoft Corporation. All rights reserved.
3+
# Copyright (C) Microsoft Corporation.
4+
# Copyright (C) 2025 IAMAI CONSULTING CORP
5+
#
6+
# MIT License. All rights reserved.
47
#
58
# Module Name:
69
#

README.md

Lines changed: 1 addition & 1 deletion

SECURITY.md

Lines changed: 3 additions & 3 deletions

build.cmd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
REM Copyright (C) Microsoft Corporation. All rights reserved.
1+
REM Copyright (C) Microsoft Corporation.
2+
REM Copyright (C) 2025 IAMAI CONSULTING CORP
3+
4+
REM MIT License.
25

36
@echo off
47
setlocal

build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
2-
# Copyright (C) Microsoft Corporation. All rights reserved.
2+
# Copyright (C) Microsoft Corporation.
3+
# Copyright (C) 2025 IAMAI CONSULTING CORP
4+
# MIT License.
35

46
set -e
57
make -f build_linux.mk $1

build_docs.bat

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
REM Copyright (C) Microsoft Corporation. All rights reserved.
1+
REM Copyright (C) Microsoft Corporation.
2+
REM Copyright (C) 2025 IAMAI CONSULTING CORP
3+
4+
REM MIT License.
25

36
@echo off
47
SETLOCAL

build_docs.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
2-
# Copyright (C) Microsoft Corporation. All rights reserved.
2+
# Copyright (C) Microsoft Corporation.
3+
# Copyright (C) 2025 IAMAI CONSULTING CORP
4+
# MIT License.
35

46
## Install mkdocs
57
# python3.7 -m venv env

build_docs_external.bat

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
REM Copyright (C) Microsoft Corporation. All rights reserved.
1+
REM Copyright (C) Microsoft Corporation.
2+
REM Copyright (C) 2025 IAMAI CONSULTING CORP
3+
4+
REM MIT License.
25

36
@echo off
47
SETLOCAL

build_docs_external.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
2-
# Copyright (C) Microsoft Corporation. All rights reserved.
2+
# Copyright (C) Microsoft Corporation.
3+
# Copyright (C) 2025 IAMAI CONSULTING CORP
4+
# MIT License.
35

46
## Install mkdocs
57
# python3.7 -m venv env

build_linux.mk

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# ---------------------------------------------------------------------------------------------------------------------
22
#
3-
# Copyright (C) Microsoft Corporation. All rights reserved.
3+
# Copyright (C) Microsoft Corporation.
4+
# Copyright (C) 2025 IAMAI CONSULTING CORP
5+
#
6+
# MIT License. All rights reserved.
47
#
58
# Module Name:
69
#

0 commit comments

Comments
 (0)