Skip to content

Commit

Permalink
chore: license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jcosentino11 committed Aug 21, 2024
1 parent e171174 commit 3fc1c8b
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 1 deletion.
4 changes: 4 additions & 0 deletions gdk-build.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
"""
import shutil
import os.path
import subprocess
Expand Down
2 changes: 2 additions & 0 deletions port_driver/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.20)

project(port_driver)
Expand Down
2 changes: 2 additions & 0 deletions port_driver/cda_integration/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.20)

project(cda_integration)
Expand Down
2 changes: 2 additions & 0 deletions port_driver/cda_integration/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.20)

file(GLOB_RECURSE LIB_SRC "*.cpp")
Expand Down
2 changes: 2 additions & 0 deletions port_driver/cmake_include/clang-format.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
file(GLOB_RECURSE ALL_SOURCE_FILES *.cpp *.h)

add_custom_target(
Expand Down
4 changes: 4 additions & 0 deletions port_driver/test_support/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
~ SPDX-License-Identifier: Apache-2.0
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 2 additions & 0 deletions port_driver/tests/unit/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.20)
project(port_driver_unit_tests)
add_definitions(-DUNIT_TESTS)
Expand Down
5 changes: 4 additions & 1 deletion scripts/local_deploy.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env python

"""
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
"""
import argparse
import os
# semver without need for external dependency
Expand Down
2 changes: 2 additions & 0 deletions scripts/update-sdk-version.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env bash
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
set -e

if [ "$#" -ne 1 ]; then
Expand Down

0 comments on commit 3fc1c8b

Please sign in to comment.