Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# ---------------------------------------------------------------------------------------------------------------------
#
# Copyright (C) Microsoft Corporation. All rights reserved.
# Copyright (C) Microsoft Corporation.
# Copyright (C) 2025 IAMAI CONSULTING CORP
#
# MIT License. All rights reserved.
#
# Module Name:
#
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,6 @@ Please see the [License page](docs/license.md) for Project AirSim license inform
---

Copyright (C) Microsoft Corporation.
Copyright (C) IAMAI Consulting Corporation.
Copyright (C) 2025 IAMAI CONSULTING CORP

MIT License
6 changes: 3 additions & 3 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## Security

IAMAI Consulting Corporation takes the security of our software seriously. This includes all source code repositories managed through our GitHub organization: [IAMAI Consulting Corporation](https://github.com/iamaisim).
IAMAI CONSULTING CORP takes the security of our software seriously. This includes all source code repositories managed through our GitHub organization: [IAMAI CONSULTING CORP](https://github.com/iamaisim).

If you believe you have found a security vulnerability in any IAMAI Consulting Corporation repository, please report it to us as described below.
If you believe you have found a security vulnerability in any IAMAI CONSULTING CORP repository, please report it to us as described below.

## Reporting Security Issues

Expand Down Expand Up @@ -37,6 +37,6 @@ We prefer reports and communication in **English or Spanish**.

## Policy

IAMAI Consulting Corporation follows the principles of [Coordinated Vulnerability Disclosure](https://www.iso.org/standard/72311.html) and we appreciate researchers who disclose issues responsibly.
IAMAI CONSULTING CORP follows the principles of [Coordinated Vulnerability Disclosure](https://www.iso.org/standard/72311.html) and we appreciate researchers who disclose issues responsibly.

<!-- END IAMAI SECURITY.MD BLOCK -->
5 changes: 4 additions & 1 deletion build.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
REM Copyright (C) Microsoft Corporation. All rights reserved.
REM Copyright (C) Microsoft Corporation.
REM Copyright (C) 2025 IAMAI CONSULTING CORP

REM MIT License.

@echo off
setlocal
Expand Down
4 changes: 3 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash
# Copyright (C) Microsoft Corporation. All rights reserved.
# Copyright (C) Microsoft Corporation.
# Copyright (C) 2025 IAMAI CONSULTING CORP
# MIT License.

set -e
make -f build_linux.mk $1
5 changes: 4 additions & 1 deletion build_docs.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
REM Copyright (C) Microsoft Corporation. All rights reserved.
REM Copyright (C) Microsoft Corporation.
REM Copyright (C) 2025 IAMAI CONSULTING CORP

REM MIT License.

@echo off
SETLOCAL
Expand Down
4 changes: 3 additions & 1 deletion build_docs.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash
# Copyright (C) Microsoft Corporation. All rights reserved.
# Copyright (C) Microsoft Corporation.
# Copyright (C) 2025 IAMAI CONSULTING CORP
# MIT License.

## Install mkdocs
# python3.7 -m venv env
Expand Down
5 changes: 4 additions & 1 deletion build_docs_external.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
REM Copyright (C) Microsoft Corporation. All rights reserved.
REM Copyright (C) Microsoft Corporation.
REM Copyright (C) 2025 IAMAI CONSULTING CORP

REM MIT License.

@echo off
SETLOCAL
Expand Down
4 changes: 3 additions & 1 deletion build_docs_external.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash
# Copyright (C) Microsoft Corporation. All rights reserved.
# Copyright (C) Microsoft Corporation.
# Copyright (C) 2025 IAMAI CONSULTING CORP
# MIT License.

## Install mkdocs
# python3.7 -m venv env
Expand Down
5 changes: 4 additions & 1 deletion build_linux.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# ---------------------------------------------------------------------------------------------------------------------
#
# Copyright (C) Microsoft Corporation. All rights reserved.
# Copyright (C) Microsoft Corporation.
# Copyright (C) 2025 IAMAI CONSULTING CORP
#
# MIT License. All rights reserved.
#
# Module Name:
#
Expand Down
5 changes: 4 additions & 1 deletion build_windows.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# ---------------------------------------------------------------------------------------------------------------------
#
# Copyright (C) Microsoft Corporation. All rights reserved.
# Copyright (C) Microsoft Corporation.
# Copyright (C) 2025 IAMAI CONSULTING CORP
#
# MIT License. All rights reserved.
#
# Module Name:
#
Expand Down
5 changes: 4 additions & 1 deletion client/cpp/AirSimClientDLL/Include/AirSimClient/ASCDecl.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Copyright (C) Microsoft Corporation. All rights reserved.
// Copyright (C) Microsoft Corporation.
// Copyright (C) 2025 IAMAI CONSULTING CORP
//
// MIT License. All rights reserved.

#pragma once

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Copyright (C) Microsoft Corporation. All rights reserved.
// Copyright (C) Microsoft Corporation.
// Copyright (C) 2025 IAMAI CONSULTING CORP
//
// MIT License. All rights reserved.

#pragma once
#include <string>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Copyright (C) Microsoft Corporation. All rights reserved.
// Copyright (C) Microsoft Corporation.
// Copyright (C) 2025 IAMAI CONSULTING CORP
//
// MIT License. All rights reserved.

#pragma once
#include <functional>
Expand Down
5 changes: 4 additions & 1 deletion client/cpp/AirSimClientDLL/Include/AirSimClient/Client.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Copyright (C) Microsoft Corporation. All rights reserved.
// Copyright (C) Microsoft Corporation.
// Copyright (C) 2025 IAMAI CONSULTING CORP
//
// MIT License. All rights reserved.

#pragma once
#include <AirSimMessage/request_message.hpp>
Expand Down
5 changes: 4 additions & 1 deletion client/cpp/AirSimClientDLL/Include/AirSimClient/Common.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Copyright (C) Microsoft Corporation. All rights reserved.
// Copyright (C) Microsoft Corporation.
// Copyright (C) 2025 IAMAI CONSULTING CORP
//
// MIT License. All rights reserved.

#pragma once
#include <cstdint>
Expand Down
5 changes: 4 additions & 1 deletion client/cpp/AirSimClientDLL/Include/AirSimClient/Drone.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Copyright (C) Microsoft Corporation. All rights reserved.
// Copyright (C) Microsoft Corporation.
// Copyright (C) 2025 IAMAI CONSULTING CORP
//
// MIT License. All rights reserved.

#pragma once
#include <exception>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Copyright (C) Microsoft Corporation. All rights reserved.
// Copyright (C) Microsoft Corporation.
// Copyright (C) 2025 IAMAI CONSULTING CORP
//
// MIT License. All rights reserved.

#pragma once
#include "ASCDecl.h"
Expand Down
5 changes: 4 additions & 1 deletion client/cpp/AirSimClientDLL/Include/AirSimClient/Log.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Copyright (C) Microsoft Corporation. All rights reserved.
// Copyright (C) Microsoft Corporation.
// Copyright (C) 2025 IAMAI CONSULTING CORP
//
// MIT License. All rights reserved.

#pragma once
#include <cstdarg>
Expand Down
5 changes: 4 additions & 1 deletion client/cpp/AirSimClientDLL/Include/AirSimClient/Message.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Copyright (C) Microsoft Corporation. All rights reserved.
// Copyright (C) Microsoft Corporation.
// Copyright (C) 2025 IAMAI CONSULTING CORP
//
// MIT License. All rights reserved.

#pragma once
#include <cstdint>
Expand Down
5 changes: 4 additions & 1 deletion client/cpp/AirSimClientDLL/Include/AirSimClient/Status.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Copyright (C) Microsoft Corporation. All rights reserved.
// Copyright (C) Microsoft Corporation.
// Copyright (C) 2025 IAMAI CONSULTING CORP
//
// MIT License. All rights reserved.

#pragma once
#include <cstdint>
Expand Down
5 changes: 4 additions & 1 deletion client/cpp/AirSimClientDLL/Include/AirSimClient/Types.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Copyright (C) Microsoft Corporation. All rights reserved.
// Copyright (C) Microsoft Corporation.
// Copyright (C) 2025 IAMAI CONSULTING CORP
//
// MIT License. All rights reserved.

#pragma once
#include <cstdint>
Expand Down
5 changes: 4 additions & 1 deletion client/cpp/AirSimClientDLL/Include/AirSimClient/World.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Copyright (C) Microsoft Corporation. All rights reserved.
// Copyright (C) Microsoft Corporation.
// Copyright (C) 2025 IAMAI CONSULTING CORP
//
// MIT License. All rights reserved.

#pragma once
#include "ASCDecl.h"
Expand Down
5 changes: 4 additions & 1 deletion client/cpp/AirSimClientDLL/dllmain.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Copyright (C) Microsoft Corporation. All rights reserved.
// Copyright (C) Microsoft Corporation.
// Copyright (C) 2025 IAMAI CONSULTING CORP
//
// MIT License. All rights reserved.

// dllmain.cpp : Defines the entry point for the DLL application.
#include "pch.h"
Expand Down
5 changes: 4 additions & 1 deletion client/cpp/AirSimClientDLL/framework.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Copyright (C) Microsoft Corporation. All rights reserved.
// Copyright (C) Microsoft Corporation.
// Copyright (C) 2025 IAMAI CONSULTING CORP
//
// MIT License. All rights reserved.

#pragma once

Expand Down
5 changes: 4 additions & 1 deletion client/cpp/AirSimClientDLL/pch.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Copyright (C) Microsoft Corporation. All rights reserved.
// Copyright (C) Microsoft Corporation.
// Copyright (C) 2025 IAMAI CONSULTING CORP
//
// MIT License. All rights reserved.

// pch.cpp: source file corresponding to the pre-compiled header

Expand Down
5 changes: 4 additions & 1 deletion client/cpp/AirSimClientDLL/pch.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Copyright (C) Microsoft Corporation. All rights reserved.
// Copyright (C) Microsoft Corporation.
// Copyright (C) 2025 IAMAI CONSULTING CORP
//
// MIT License. All rights reserved.

// pch.h: This is a precompiled header file.
// Files listed below are compiled only once, improving build performance for future builds.
Expand Down
5 changes: 4 additions & 1 deletion client/cpp/AirSimClientDLL/resource.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Copyright (C) Microsoft Corporation. All rights reserved.
// Copyright (C) Microsoft Corporation.
// Copyright (C) 2025 IAMAI CONSULTING CORP
//
// MIT License. All rights reserved.

//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
Expand Down
5 changes: 4 additions & 1 deletion client/cpp/AirSimClientDLL/src/AirSimClient.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Copyright (C) Microsoft Corporation. All rights reserved.
// Copyright (C) Microsoft Corporation.
// Copyright (C) 2025 IAMAI CONSULTING CORP
//
// MIT License. All rights reserved.

#include "AirSimClient.h"

Expand Down
5 changes: 4 additions & 1 deletion client/cpp/AirSimClientDLL/src/AsyncResult.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Copyright (C) Microsoft Corporation. All rights reserved.
// Copyright (C) Microsoft Corporation.
// Copyright (C) 2025 IAMAI CONSULTING CORP
//
// MIT License. All rights reserved.

#include "AsyncResult.h"

Expand Down
5 changes: 4 additions & 1 deletion client/cpp/AirSimClientDLL/src/AsyncResultInternal.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Copyright (C) Microsoft Corporation. All rights reserved.
// Copyright (C) Microsoft Corporation.
// Copyright (C) 2025 IAMAI CONSULTING CORP
//
// MIT License. All rights reserved.

#include "AsyncResultInternal.h"

Expand Down
5 changes: 4 additions & 1 deletion client/cpp/AirSimClientDLL/src/AsyncResultInternal.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Copyright (C) Microsoft Corporation. All rights reserved.
// Copyright (C) Microsoft Corporation.
// Copyright (C) 2025 IAMAI CONSULTING CORP
//
// MIT License. All rights reserved.

#pragma once
#include <AirSimMessage/response_message.hpp>
Expand Down
5 changes: 4 additions & 1 deletion client/cpp/AirSimClientDLL/src/Client.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Copyright (C) Microsoft Corporation. All rights reserved.
// Copyright (C) Microsoft Corporation.
// Copyright (C) 2025 IAMAI CONSULTING CORP
//
// MIT License. All rights reserved.

#include <NNGI/NNGI.h>

Expand Down
5 changes: 4 additions & 1 deletion client/cpp/AirSimClientDLL/src/Drone.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Copyright (C) Microsoft Corporation. All rights reserved.
// Copyright (C) Microsoft Corporation.
// Copyright (C) 2025 IAMAI CONSULTING CORP
//
// MIT License. All rights reserved.

#include "Drone.h"

Expand Down
5 changes: 4 additions & 1 deletion client/cpp/AirSimClientDLL/src/ICommChannel.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Copyright (C) Microsoft Corporation. All rights reserved.
// Copyright (C) Microsoft Corporation.
// Copyright (C) 2025 IAMAI CONSULTING CORP
//
// MIT License. All rights reserved.

#include "ICommChannel.h"

Expand Down
5 changes: 4 additions & 1 deletion client/cpp/AirSimClientDLL/src/ICommChannel.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Copyright (C) Microsoft Corporation. All rights reserved.
// Copyright (C) Microsoft Corporation.
// Copyright (C) 2025 IAMAI CONSULTING CORP
//
// MIT License. All rights reserved.

#pragma once
#include "Message.h"
Expand Down
5 changes: 4 additions & 1 deletion client/cpp/AirSimClientDLL/src/IMessageBuffer.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Copyright (C) Microsoft Corporation. All rights reserved.
// Copyright (C) Microsoft Corporation.
// Copyright (C) 2025 IAMAI CONSULTING CORP
//
// MIT License. All rights reserved.

#pragma once
#include <cstdint>
Expand Down
5 changes: 4 additions & 1 deletion client/cpp/AirSimClientDLL/src/JSONUtils.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Copyright (C) Microsoft Corporation. All rights reserved.
// Copyright (C) Microsoft Corporation.
// Copyright (C) 2025 IAMAI CONSULTING CORP
//
// MIT License. All rights reserved.

#pragma once
#include "Types.h"
Expand Down
5 changes: 4 additions & 1 deletion client/cpp/AirSimClientDLL/src/Log.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Copyright (C) Microsoft Corporation. All rights reserved.
// Copyright (C) Microsoft Corporation.
// Copyright (C) 2025 IAMAI CONSULTING CORP
//
// MIT License. All rights reserved.

#include <assert.h>
#include <time.h>
Expand Down
5 changes: 4 additions & 1 deletion client/cpp/AirSimClientDLL/src/Message.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Copyright (C) Microsoft Corporation. All rights reserved.
// Copyright (C) Microsoft Corporation.
// Copyright (C) 2025 IAMAI CONSULTING CORP
//
// MIT License. All rights reserved.

#include "Message.h"

Expand Down
5 changes: 4 additions & 1 deletion client/cpp/AirSimClientDLL/src/RefCounted.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Copyright (C) Microsoft Corporation. All rights reserved.
// Copyright (C) Microsoft Corporation.
// Copyright (C) 2025 IAMAI CONSULTING CORP
//
// MIT License. All rights reserved.

#include "IRefCounted.h"
#include "pch.h"
Expand Down
5 changes: 4 additions & 1 deletion client/cpp/AirSimClientDLL/src/RefCounted.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Copyright (C) Microsoft Corporation. All rights reserved.
// Copyright (C) Microsoft Corporation.
// Copyright (C) 2025 IAMAI CONSULTING CORP
//
// MIT License. All rights reserved.

#pragma once
#include <atomic>
Expand Down
Loading