From 98e1d5bd49da780aebe49afec71d6cb59489df6c Mon Sep 17 00:00:00 2001 From: Marius Brehler Date: Tue, 30 Jul 2024 13:40:58 +0200 Subject: [PATCH] Introduce AUTHORS file This introduces a seperate AUTHORS file to keep track of contributors and moves the Copyright header format to attribute copyright to "The IREE bare-metal Arm Authors". --- .clang-format | 2 +- .github/workflows/build-and-test.yml | 2 +- .github/workflows/reuse.yaml | 2 +- .gitignore | 2 +- .gitmodules | 2 +- AUTHORS | 13 +++++++++++++ CMakeLists.txt | 2 +- README.md | 2 +- build_tools/README.md | 2 +- build_tools/cmake/add_binary.cmake | 2 +- build_tools/cmake/add_ihex.cmake | 2 +- build_tools/cmake/arm-none-eabi-gcc.cmake | 2 +- build_tools/cmake/static_module.cmake | 2 +- build_tools/cmake/vmvx_module.cmake | 2 +- build_tools/configure_build.sh | 2 +- build_tools/convert-image-to-c-array.py | 2 +- build_tools/install_iree_host_tools.sh | 2 +- build_tools/platform_parsed.patch | 2 +- build_tools/stm32l4r5xi-cmsis.ld | 3 +-- .../third_party/cmsis_device_f4/CMakeLists.txt | 2 +- .../third_party/cmsis_device_f7/CMakeLists.txt | 2 +- .../third_party/cmsis_device_h7/CMakeLists.txt | 2 +- .../third_party/cmsis_device_l4/CMakeLists.txt | 2 +- .../ethos-u-core-platform/CMakeLists.txt | 2 +- build_tools/third_party/libopencm3/CMakeLists.txt | 2 +- build_tools/third_party/nrfx/CMakeLists.txt | 2 +- build_tools/update_iree_submodules.sh | 2 +- docs/getting_started.md | 2 +- iree-release-link.txt.license | 2 +- requirements-compiler.txt | 2 +- requirements-tools.txt | 2 +- requirements.txt | 2 +- samples/CMakeLists.txt | 2 +- samples/simple_embedding/CMakeLists.txt | 2 +- .../simple_embedding/simple_embedding_int_test.mlir | 2 +- samples/simple_vec_mul/CMakeLists.txt | 2 +- samples/simple_vec_mul/device_static_sync.c | 2 +- samples/simple_vec_mul/device_vmvx_sync.c | 2 +- samples/simple_vec_mul/simple_mul_int.c | 2 +- samples/simple_vec_mul/simple_mul_int.mlir | 2 +- samples/simple_vec_mul/simple_mul_int_bytecode.c | 2 +- samples/simple_vec_mul/simple_mul_int_c_module.c | 2 +- samples/simple_vec_mul/simple_mul_int_vmvx.c | 2 +- samples/static_library/CMakeLists.txt | 2 +- samples/vision_inference/CMakeLists.txt | 2 +- samples/vision_inference/create_bytecode_module.c | 2 +- samples/vision_inference/create_c_module.c | 2 +- samples/vision_inference/static_library_mnist.c | 2 +- tests/mnist_static_library.robot | 2 +- tests/mnist_static_library_c.robot | 2 +- tests/nrf52840.resource | 2 +- tests/sample_embedded_sync.robot | 2 +- tests/sample_static_library.robot | 2 +- tests/sample_static_library_c.robot | 2 +- tests/sample_vmvx_sync.robot | 2 +- tests/simple_vec_mul_int_bytecode_static.robot | 2 +- tests/simple_vec_mul_int_bytecode_static_c.robot | 2 +- .../simple_vec_mul_int_bytecode_static_inline.robot | 2 +- ...imple_vec_mul_int_bytecode_static_inline_c.robot | 2 +- tests/simple_vec_mul_int_bytecode_vmvx.robot | 2 +- tests/simple_vec_mul_int_bytecode_vmvx_inline.robot | 2 +- tests/stm32f4xx.resource | 2 +- tests/stm32l4r5.resource | 2 +- tests/vmvx_sample.robot | 2 +- third_party/.clang-format | 2 +- third_party/libopencm3-custom/README.md | 2 +- third_party/libopencm3-custom/cortex-m-generic.ld | 3 +-- third_party/libopencm3-custom/fini.c | 3 +-- third_party/libopencm3-custom/stm32f4xxxx.ld | 2 +- third_party/libopencm3-custom/vector.c | 3 +-- third_party/nrfx-custom/README.md | 2 +- third_party/nrfx-custom/gcc_startup_nrf52840.S | 2 +- .../nrfx-custom/gcc_startup_nrf5340_application.S | 2 +- third_party/nrfx-custom/nrf_common.ld | 2 +- third_party/nrfx-custom/nrfx_config.h | 2 +- third_party/nrfx-custom/nrfx_glue.h | 2 +- third_party/renode/README.md | 2 +- third_party/renode/nrf52840.repl | 2 +- third_party/renode/nrf52840.resc | 2 +- third_party/renode/stm32f407.repl | 2 +- third_party/renode/stm32f407.resc | 2 +- third_party/renode/stm32f446.repl | 2 +- third_party/renode/stm32f446.resc | 2 +- third_party/renode/stm32f4xx-highmem.repl | 2 +- third_party/renode/stm32f4xx-highmem.resc | 2 +- third_party/renode/stm32f746.repl | 2 +- third_party/renode/stm32f746.resc | 2 +- third_party/renode/stm32l476.repl | 2 +- third_party/renode/stm32l476.resc | 2 +- third_party/renode/stm32l4r5.repl | 2 +- third_party/renode/stm32l4r5.resc | 2 +- utils/CMakeLists.txt | 2 +- utils/README.md | 2 +- utils/corstone-300.c | 2 +- utils/nrf52840_cmsis.c | 2 +- utils/nrf5340_cmsis.c | 2 +- utils/stm32f407xx_cmsis.h | 2 +- utils/stm32f411xe_cmsis.h | 2 +- utils/stm32f446xx_cmsis.h | 2 +- utils/stm32f4_cmsis.c | 2 +- utils/stm32f4_libopencm3.c | 2 +- utils/stm32f7_cmsis.c | 2 +- utils/stm32l476xx_cmsis.h | 2 +- utils/stm32l4_cmsis.c | 2 +- utils/stm32l4r5xx_cmsis.h | 2 +- utils/write.c | 2 +- utils/write_usart.c | 2 +- 107 files changed, 119 insertions(+), 110 deletions(-) create mode 100644 AUTHORS diff --git a/.clang-format b/.clang-format index 0f8c134..92e16e8 100644 --- a/.clang-format +++ b/.clang-format @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2021 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2021 The IREE bare-metal Arm Authors # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception BasedOnStyle: Google CommentPragmas: '^ SPDX-*|^ Copyright' diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index f864798..96b75d4 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2021 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2021 The IREE bare-metal Arm Authors # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception name: Build and Test diff --git a/.github/workflows/reuse.yaml b/.github/workflows/reuse.yaml index 461c145..00615bc 100644 --- a/.github/workflows/reuse.yaml +++ b/.github/workflows/reuse.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2023 The IREE bare-metal Arm Authors # SPDX-License-Identifier: CC0-1.0 name: REUSE Compliance Check diff --git a/.gitignore b/.gitignore index 8cc7312..8a875cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2022 The IREE bare-metal Arm Authors # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception # Build artifacts diff --git a/.gitmodules b/.gitmodules index 1286d1b..ee1d77e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2021 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2021 The IREE bare-metal Arm Authors # SPDX-License-Identifier: CC0-1.0 [submodule "third_party/iree"] diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..15c9899 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,13 @@ +# SPDX-FileCopyrightText: 2024 The IREE bare-metal Arm Authors +# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception + +# This is the list of IREE bare-metal Arm project's significant contributors. +# +# This does not necessarily list everyone who has contributed code. +# To see the full list of contributors, see the revision history in source +# control. +# +# Please only add individuals if they are not contributing on behalf of a +# company (who should be listed instead). Add new entries at the bottom of the +# file. +Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. for its Fraunhofer Institute for Material Flow and Logistics (IML) diff --git a/CMakeLists.txt b/CMakeLists.txt index a801c69..00ee4b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2021 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2021 The IREE bare-metal Arm Authors # # Licensed under the Apache License v2.0 with LLVM Exceptions. # See https://llvm.org/LICENSE.txt for license information. diff --git a/README.md b/README.md index 3681027..9b56da0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # IREE Bare-Metal Arm Sample diff --git a/build_tools/README.md b/build_tools/README.md index 99a85ab..f5dc5f9 100644 --- a/build_tools/README.md +++ b/build_tools/README.md @@ -1,5 +1,5 @@ # Build Tools diff --git a/build_tools/cmake/add_binary.cmake b/build_tools/cmake/add_binary.cmake index 78751ba..f5dcddd 100644 --- a/build_tools/cmake/add_binary.cmake +++ b/build_tools/cmake/add_binary.cmake @@ -1,4 +1,4 @@ -# Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# Copyright 2022 The IREE bare-metal Arm Authors # # Licensed under the Apache License v2.0 with LLVM Exceptions. # See https://llvm.org/LICENSE.txt for license information. diff --git a/build_tools/cmake/add_ihex.cmake b/build_tools/cmake/add_ihex.cmake index 911481f..e0e5aa5 100644 --- a/build_tools/cmake/add_ihex.cmake +++ b/build_tools/cmake/add_ihex.cmake @@ -1,4 +1,4 @@ -# Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# Copyright 2022 The IREE bare-metal Arm Authors # # Licensed under the Apache License v2.0 with LLVM Exceptions. # See https://llvm.org/LICENSE.txt for license information. diff --git a/build_tools/cmake/arm-none-eabi-gcc.cmake b/build_tools/cmake/arm-none-eabi-gcc.cmake index 28a4175..9ba2aae 100644 --- a/build_tools/cmake/arm-none-eabi-gcc.cmake +++ b/build_tools/cmake/arm-none-eabi-gcc.cmake @@ -1,4 +1,4 @@ -# Copyright 2021 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# Copyright 2021 The IREE bare-metal Arm Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/build_tools/cmake/static_module.cmake b/build_tools/cmake/static_module.cmake index 9a146f9..d18444d 100644 --- a/build_tools/cmake/static_module.cmake +++ b/build_tools/cmake/static_module.cmake @@ -1,4 +1,4 @@ -# Copyright 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# Copyright 2023 The IREE bare-metal Arm Authors # # Licensed under the Apache License v2.0 with LLVM Exceptions. # See https://llvm.org/LICENSE.txt for license information. diff --git a/build_tools/cmake/vmvx_module.cmake b/build_tools/cmake/vmvx_module.cmake index 146b443..25d4e52 100644 --- a/build_tools/cmake/vmvx_module.cmake +++ b/build_tools/cmake/vmvx_module.cmake @@ -1,4 +1,4 @@ -# Copyright 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# Copyright 2023 The IREE bare-metal Arm Authors # # Licensed under the Apache License v2.0 with LLVM Exceptions. # See https://llvm.org/LICENSE.txt for license information. diff --git a/build_tools/configure_build.sh b/build_tools/configure_build.sh index 80e9ebe..68532fb 100755 --- a/build_tools/configure_build.sh +++ b/build_tools/configure_build.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2021 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# Copyright 2021 The IREE bare-metal Arm Authors # # Licensed under the Apache License v2.0 with LLVM Exceptions. # See https://llvm.org/LICENSE.txt for license information. diff --git a/build_tools/convert-image-to-c-array.py b/build_tools/convert-image-to-c-array.py index 4025e09..97de790 100755 --- a/build_tools/convert-image-to-c-array.py +++ b/build_tools/convert-image-to-c-array.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2022 The IREE bare-metal Arm Authors # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/build_tools/install_iree_host_tools.sh b/build_tools/install_iree_host_tools.sh index 3f52ebd..59e8c1d 100755 --- a/build_tools/install_iree_host_tools.sh +++ b/build_tools/install_iree_host_tools.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# Copyright 2022 The IREE bare-metal Arm Authors # # Licensed under the Apache License v2.0 with LLVM Exceptions. # See https://llvm.org/LICENSE.txt for license information. diff --git a/build_tools/platform_parsed.patch b/build_tools/platform_parsed.patch index 7a1c9c8..30fbbe2 100644 --- a/build_tools/platform_parsed.patch +++ b/build_tools/platform_parsed.patch @@ -2,7 +2,7 @@ Explicitly copy .got and .got.plt section. Authored-by: Marius Brehler -SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +SPDX-FileCopyrightText: 2022 The IREE bare-metal Arm Authors SPDX-License-Identifier: Apache-2.0 --- a/platform_parsed.ld +++ b/platform_parsed.ld diff --git a/build_tools/stm32l4r5xi-cmsis.ld b/build_tools/stm32l4r5xi-cmsis.ld index 793ce37..d3189f9 100644 --- a/build_tools/stm32l4r5xi-cmsis.ld +++ b/build_tools/stm32l4r5xi-cmsis.ld @@ -4,8 +4,7 @@ ******************************************************************************/ /* * Copyright (c) 2009-2021 Arm Limited. All rights reserved. - * Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der - * angewandten Forschung e.V. + * Copyright 2022 The IREE bare-metal Arm Authors * * SPDX-License-Identifier: Apache-2.0 * diff --git a/build_tools/third_party/cmsis_device_f4/CMakeLists.txt b/build_tools/third_party/cmsis_device_f4/CMakeLists.txt index 5989af7..b14c2f7 100644 --- a/build_tools/third_party/cmsis_device_f4/CMakeLists.txt +++ b/build_tools/third_party/cmsis_device_f4/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2021 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2021 The IREE bare-metal Arm Authors # # Licensed under the Apache License v2.0 with LLVM Exceptions. # See https://llvm.org/LICENSE.txt for license information. diff --git a/build_tools/third_party/cmsis_device_f7/CMakeLists.txt b/build_tools/third_party/cmsis_device_f7/CMakeLists.txt index d5599c8..09638f1 100644 --- a/build_tools/third_party/cmsis_device_f7/CMakeLists.txt +++ b/build_tools/third_party/cmsis_device_f7/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2022 The IREE bare-metal Arm Authors # # Licensed under the Apache License v2.0 with LLVM Exceptions. # See https://llvm.org/LICENSE.txt for license information. diff --git a/build_tools/third_party/cmsis_device_h7/CMakeLists.txt b/build_tools/third_party/cmsis_device_h7/CMakeLists.txt index 9b3aa67..1f66577 100644 --- a/build_tools/third_party/cmsis_device_h7/CMakeLists.txt +++ b/build_tools/third_party/cmsis_device_h7/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2022 The IREE bare-metal Arm Authors # # Licensed under the Apache License v2.0 with LLVM Exceptions. # See https://llvm.org/LICENSE.txt for license information.h7a3xx diff --git a/build_tools/third_party/cmsis_device_l4/CMakeLists.txt b/build_tools/third_party/cmsis_device_l4/CMakeLists.txt index fa081a7..48d28c2 100644 --- a/build_tools/third_party/cmsis_device_l4/CMakeLists.txt +++ b/build_tools/third_party/cmsis_device_l4/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2022 The IREE bare-metal Arm Authors # # Licensed under the Apache License v2.0 with LLVM Exceptions. # See https://llvm.org/LICENSE.txt for license information. diff --git a/build_tools/third_party/ethos-u-core-platform/CMakeLists.txt b/build_tools/third_party/ethos-u-core-platform/CMakeLists.txt index 2c3b6e0..dfc0c85 100644 --- a/build_tools/third_party/ethos-u-core-platform/CMakeLists.txt +++ b/build_tools/third_party/ethos-u-core-platform/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2022 The IREE bare-metal Arm Authors # # Licensed under the Apache License v2.0 with LLVM Exceptions. # See https://llvm.org/LICENSE.txt for license information. diff --git a/build_tools/third_party/libopencm3/CMakeLists.txt b/build_tools/third_party/libopencm3/CMakeLists.txt index 48d4072..13947f0 100644 --- a/build_tools/third_party/libopencm3/CMakeLists.txt +++ b/build_tools/third_party/libopencm3/CMakeLists.txt @@ -1,5 +1,5 @@ # Licensed under the Apache License v2.0 with LLVM Exceptions. -# SPDX-FileCopyrightText: 2021 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2021 The IREE bare-metal Arm Authors # # See https://llvm.org/LICENSE.txt for license information. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception diff --git a/build_tools/third_party/nrfx/CMakeLists.txt b/build_tools/third_party/nrfx/CMakeLists.txt index d8086cf..3aa7d3d 100644 --- a/build_tools/third_party/nrfx/CMakeLists.txt +++ b/build_tools/third_party/nrfx/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2022 The IREE bare-metal Arm Authors # # Licensed under the Apache License v2.0 with LLVM Exceptions. # See https://llvm.org/LICENSE.txt for license information. diff --git a/build_tools/update_iree_submodules.sh b/build_tools/update_iree_submodules.sh index be5972c..9e17527 100755 --- a/build_tools/update_iree_submodules.sh +++ b/build_tools/update_iree_submodules.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# Copyright 2022 The IREE bare-metal Arm Authors # # Licensed under the Apache License v2.0 with LLVM Exceptions. # See https://llvm.org/LICENSE.txt for license information. diff --git a/docs/getting_started.md b/docs/getting_started.md index 86f1ecc..5aaa518 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -1,5 +1,5 @@ ## Getting Started diff --git a/iree-release-link.txt.license b/iree-release-link.txt.license index 71b9924..21a3064 100644 --- a/iree-release-link.txt.license +++ b/iree-release-link.txt.license @@ -1,2 +1,2 @@ -SPDX-FileCopyrightText: 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +SPDX-FileCopyrightText: 2023 The IREE bare-metal Arm Authors SPDX-License-Identifier: CC0-1.0 diff --git a/requirements-compiler.txt b/requirements-compiler.txt index 95cfe00..8e23226 100644 --- a/requirements-compiler.txt +++ b/requirements-compiler.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2023 The IREE bare-metal Arm Authors # SPDX-License-Identifier: CC0-1.0 -f https://iree.dev/pip-release-links.html iree-compiler==20240728.968 diff --git a/requirements-tools.txt b/requirements-tools.txt index 97325a9..2ec454c 100644 --- a/requirements-tools.txt +++ b/requirements-tools.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2022 The IREE bare-metal Arm Authors # SPDX-License-Identifier: CC0-1.0 -f https://iree.dev/pip-release-links.html iree-tools-tf==20240728.968 diff --git a/requirements.txt b/requirements.txt index bbed4c8..3303be3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2021 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2021 The IREE bare-metal Arm Authors # SPDX-License-Identifier: CC0-1.0 numpy Pillow diff --git a/samples/CMakeLists.txt b/samples/CMakeLists.txt index 58898a9..d88c77a 100644 --- a/samples/CMakeLists.txt +++ b/samples/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2021 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2021 The IREE bare-metal Arm Authors # # Licensed under the Apache License v2.0 with LLVM Exceptions. # See https://llvm.org/LICENSE.txt for license information. diff --git a/samples/simple_embedding/CMakeLists.txt b/samples/simple_embedding/CMakeLists.txt index 9fa06ab..15c87ca 100644 --- a/samples/simple_embedding/CMakeLists.txt +++ b/samples/simple_embedding/CMakeLists.txt @@ -1,5 +1,5 @@ -# SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2022 The IREE bare-metal Arm Authors # # Licensed under the Apache License v2.0 with LLVM Exceptions. # See https://llvm.org/LICENSE.txt for license information. diff --git a/samples/simple_embedding/simple_embedding_int_test.mlir b/samples/simple_embedding/simple_embedding_int_test.mlir index a2a57c5..c4547ae 100644 --- a/samples/simple_embedding/simple_embedding_int_test.mlir +++ b/samples/simple_embedding/simple_embedding_int_test.mlir @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +// SPDX-FileCopyrightText: 2022 The IREE bare-metal Arm Authors // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception func.func @simple_mul(%arg0: tensor<4xi32>, %arg1: tensor<4xi32>) -> tensor<4xi32> diff --git a/samples/simple_vec_mul/CMakeLists.txt b/samples/simple_vec_mul/CMakeLists.txt index b6fe125..8a6f8cc 100644 --- a/samples/simple_vec_mul/CMakeLists.txt +++ b/samples/simple_vec_mul/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2023 The IREE bare-metal Arm Authors # # Licensed under the Apache License v2.0 with LLVM Exceptions. # See https://llvm.org/LICENSE.txt for license information. diff --git a/samples/simple_vec_mul/device_static_sync.c b/samples/simple_vec_mul/device_static_sync.c index cee19e6..8a3c5d5 100644 --- a/samples/simple_vec_mul/device_static_sync.c +++ b/samples/simple_vec_mul/device_static_sync.c @@ -1,4 +1,4 @@ -// Copyright 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +// Copyright 2023 The IREE bare-metal Arm Authors // // Licensed under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/samples/simple_vec_mul/device_vmvx_sync.c b/samples/simple_vec_mul/device_vmvx_sync.c index 08026dc..0b17ecb 100644 --- a/samples/simple_vec_mul/device_vmvx_sync.c +++ b/samples/simple_vec_mul/device_vmvx_sync.c @@ -1,5 +1,5 @@ // Copyright 2021 The IREE Authors -// Copyright 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +// Copyright 2023 The IREE bare-metal Arm Authors // // Licensed under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/samples/simple_vec_mul/simple_mul_int.c b/samples/simple_vec_mul/simple_mul_int.c index e316263..a5107d8 100644 --- a/samples/simple_vec_mul/simple_mul_int.c +++ b/samples/simple_vec_mul/simple_mul_int.c @@ -1,5 +1,5 @@ // Copyright 2021 The IREE Authors -// Copyright 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +// Copyright 2023 The IREE bare-metal Arm Authors // // Licensed under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/samples/simple_vec_mul/simple_mul_int.mlir b/samples/simple_vec_mul/simple_mul_int.mlir index 6b82e17..f8d77e7 100644 --- a/samples/simple_vec_mul/simple_mul_int.mlir +++ b/samples/simple_vec_mul/simple_mul_int.mlir @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +// SPDX-FileCopyrightText: 2023 The IREE bare-metal Arm Authors // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception func.func @simple_mul(%arg0: tensor<1024xi32>, %arg1: tensor<1024xi32>) -> tensor<1024xi32> diff --git a/samples/simple_vec_mul/simple_mul_int_bytecode.c b/samples/simple_vec_mul/simple_mul_int_bytecode.c index dd4e2c3..79705f0 100644 --- a/samples/simple_vec_mul/simple_mul_int_bytecode.c +++ b/samples/simple_vec_mul/simple_mul_int_bytecode.c @@ -1,4 +1,4 @@ -// Copyright 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +// Copyright 2023 The IREE bare-metal Arm Authors // // Licensed under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/samples/simple_vec_mul/simple_mul_int_c_module.c b/samples/simple_vec_mul/simple_mul_int_c_module.c index 356267b..60ddfa7 100644 --- a/samples/simple_vec_mul/simple_mul_int_c_module.c +++ b/samples/simple_vec_mul/simple_mul_int_c_module.c @@ -1,5 +1,5 @@ // Copyright 2021 The IREE Authors -// Copyright 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +// Copyright 2023 The IREE bare-metal Arm Authors // // Licensed under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/samples/simple_vec_mul/simple_mul_int_vmvx.c b/samples/simple_vec_mul/simple_mul_int_vmvx.c index 6aa385c..dc38016 100644 --- a/samples/simple_vec_mul/simple_mul_int_vmvx.c +++ b/samples/simple_vec_mul/simple_mul_int_vmvx.c @@ -1,4 +1,4 @@ -// Copyright 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +// Copyright 2023 The IREE bare-metal Arm Authors // // Licensed under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/samples/static_library/CMakeLists.txt b/samples/static_library/CMakeLists.txt index df2af19..9645315 100644 --- a/samples/static_library/CMakeLists.txt +++ b/samples/static_library/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2022 The IREE bare-metal Arm Authors # # Licensed under the Apache License v2.0 with LLVM Exceptions. # See https://llvm.org/LICENSE.txt for license information. diff --git a/samples/vision_inference/CMakeLists.txt b/samples/vision_inference/CMakeLists.txt index 81129f5..e949b3a 100644 --- a/samples/vision_inference/CMakeLists.txt +++ b/samples/vision_inference/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2022 The IREE bare-metal Arm Authors # # Licensed under the Apache License v2.0 with LLVM Exceptions. # See https://llvm.org/LICENSE.txt for license information. diff --git a/samples/vision_inference/create_bytecode_module.c b/samples/vision_inference/create_bytecode_module.c index 9c0f4f1..083b3a3 100644 --- a/samples/vision_inference/create_bytecode_module.c +++ b/samples/vision_inference/create_bytecode_module.c @@ -1,5 +1,5 @@ // Copyright 2021 The IREE Authors -// Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +// Copyright 2022 The IREE bare-metal Arm Authors // // Licensed under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/samples/vision_inference/create_c_module.c b/samples/vision_inference/create_c_module.c index 329a9b8..c7b9998 100644 --- a/samples/vision_inference/create_c_module.c +++ b/samples/vision_inference/create_c_module.c @@ -1,5 +1,5 @@ // Copyright 2021 The IREE Authors -// Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +// Copyright 2022 The IREE bare-metal Arm Authors // // Licensed under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/samples/vision_inference/static_library_mnist.c b/samples/vision_inference/static_library_mnist.c index 7951844..429341f 100644 --- a/samples/vision_inference/static_library_mnist.c +++ b/samples/vision_inference/static_library_mnist.c @@ -1,5 +1,5 @@ // Copyright 2021 The IREE Authors -// Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +// Copyright 2022 The IREE bare-metal Arm Authors // // Licensed under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/tests/mnist_static_library.robot b/tests/mnist_static_library.robot index 7bf7c81..5492cf1 100644 --- a/tests/mnist_static_library.robot +++ b/tests/mnist_static_library.robot @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2022 The IREE bare-metal Arm Authors # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception *** Settings *** diff --git a/tests/mnist_static_library_c.robot b/tests/mnist_static_library_c.robot index bb5320f..1654834 100644 --- a/tests/mnist_static_library_c.robot +++ b/tests/mnist_static_library_c.robot @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2022 The IREE bare-metal Arm Authors # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception *** Settings *** diff --git a/tests/nrf52840.resource b/tests/nrf52840.resource index 84bc9d0..0caa3e9 100644 --- a/tests/nrf52840.resource +++ b/tests/nrf52840.resource @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2022 The IREE bare-metal Arm Authors # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception *** Settings *** diff --git a/tests/sample_embedded_sync.robot b/tests/sample_embedded_sync.robot index 265bb19..ae9d1aa 100644 --- a/tests/sample_embedded_sync.robot +++ b/tests/sample_embedded_sync.robot @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2021 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2021 The IREE bare-metal Arm Authors # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception *** Settings *** diff --git a/tests/sample_static_library.robot b/tests/sample_static_library.robot index 8be299c..5f04529 100644 --- a/tests/sample_static_library.robot +++ b/tests/sample_static_library.robot @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2022 The IREE bare-metal Arm Authors # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception *** Settings *** diff --git a/tests/sample_static_library_c.robot b/tests/sample_static_library_c.robot index ae60ab7..bde7794 100644 --- a/tests/sample_static_library_c.robot +++ b/tests/sample_static_library_c.robot @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2022 The IREE bare-metal Arm Authors # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception *** Settings *** diff --git a/tests/sample_vmvx_sync.robot b/tests/sample_vmvx_sync.robot index 1d7f9c0..e3c6336 100644 --- a/tests/sample_vmvx_sync.robot +++ b/tests/sample_vmvx_sync.robot @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2022 The IREE bare-metal Arm Authors # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception *** Settings *** diff --git a/tests/simple_vec_mul_int_bytecode_static.robot b/tests/simple_vec_mul_int_bytecode_static.robot index c115bdb..35eb55f 100644 --- a/tests/simple_vec_mul_int_bytecode_static.robot +++ b/tests/simple_vec_mul_int_bytecode_static.robot @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2023 The IREE bare-metal Arm Authors # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception *** Settings *** diff --git a/tests/simple_vec_mul_int_bytecode_static_c.robot b/tests/simple_vec_mul_int_bytecode_static_c.robot index 0d62d7b..4a2e429 100644 --- a/tests/simple_vec_mul_int_bytecode_static_c.robot +++ b/tests/simple_vec_mul_int_bytecode_static_c.robot @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2023 The IREE bare-metal Arm Authors # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception *** Settings *** diff --git a/tests/simple_vec_mul_int_bytecode_static_inline.robot b/tests/simple_vec_mul_int_bytecode_static_inline.robot index 38a4a08..7afd789 100644 --- a/tests/simple_vec_mul_int_bytecode_static_inline.robot +++ b/tests/simple_vec_mul_int_bytecode_static_inline.robot @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2023 The IREE bare-metal Arm Authors # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception *** Settings *** diff --git a/tests/simple_vec_mul_int_bytecode_static_inline_c.robot b/tests/simple_vec_mul_int_bytecode_static_inline_c.robot index 443f652..51d3b29 100644 --- a/tests/simple_vec_mul_int_bytecode_static_inline_c.robot +++ b/tests/simple_vec_mul_int_bytecode_static_inline_c.robot @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2023 The IREE bare-metal Arm Authors # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception *** Settings *** diff --git a/tests/simple_vec_mul_int_bytecode_vmvx.robot b/tests/simple_vec_mul_int_bytecode_vmvx.robot index a475dfc..35e1369 100644 --- a/tests/simple_vec_mul_int_bytecode_vmvx.robot +++ b/tests/simple_vec_mul_int_bytecode_vmvx.robot @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2023 The IREE bare-metal Arm Authors # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception *** Settings *** diff --git a/tests/simple_vec_mul_int_bytecode_vmvx_inline.robot b/tests/simple_vec_mul_int_bytecode_vmvx_inline.robot index 6ecf2a4..cb970cd 100644 --- a/tests/simple_vec_mul_int_bytecode_vmvx_inline.robot +++ b/tests/simple_vec_mul_int_bytecode_vmvx_inline.robot @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2023 The IREE bare-metal Arm Authors # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception *** Settings *** diff --git a/tests/stm32f4xx.resource b/tests/stm32f4xx.resource index 18b9fb2..84d6d07 100644 --- a/tests/stm32f4xx.resource +++ b/tests/stm32f4xx.resource @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2022 The IREE bare-metal Arm Authors # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception *** Settings *** diff --git a/tests/stm32l4r5.resource b/tests/stm32l4r5.resource index 57d968c..eed71f3 100644 --- a/tests/stm32l4r5.resource +++ b/tests/stm32l4r5.resource @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2022 The IREE bare-metal Arm Authors # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception *** Settings *** diff --git a/tests/vmvx_sample.robot b/tests/vmvx_sample.robot index f55e71f..db2a4c5 100644 --- a/tests/vmvx_sample.robot +++ b/tests/vmvx_sample.robot @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2022 The IREE bare-metal Arm Authors # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception *** Settings *** diff --git a/third_party/.clang-format b/third_party/.clang-format index 8a2999b..7c5d5d3 100644 --- a/third_party/.clang-format +++ b/third_party/.clang-format @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2024 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2024 The IREE bare-metal Arm Authors # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception # Disable formatting any code in the `third_party` subdirectory. diff --git a/third_party/libopencm3-custom/README.md b/third_party/libopencm3-custom/README.md index ddb9ccb..e0817f2 100644 --- a/third_party/libopencm3-custom/README.md +++ b/third_party/libopencm3-custom/README.md @@ -1,5 +1,5 @@ # LibOpenCM3 diff --git a/third_party/libopencm3-custom/cortex-m-generic.ld b/third_party/libopencm3-custom/cortex-m-generic.ld index 9a624ab..b434ca0 100644 --- a/third_party/libopencm3-custom/cortex-m-generic.ld +++ b/third_party/libopencm3-custom/cortex-m-generic.ld @@ -2,8 +2,7 @@ * This file is part of the libopencm3 project. * * Copyright (C) 2009 Uwe Hermann - * Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten - * Forschung e.V. + * Copyright 2022 The IREE bare-metal Arm Authors * * This library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/third_party/libopencm3-custom/fini.c b/third_party/libopencm3-custom/fini.c index e55e417..6507f94 100644 --- a/third_party/libopencm3-custom/fini.c +++ b/third_party/libopencm3-custom/fini.c @@ -1,6 +1,5 @@ /* - * Copyright 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten - * Forschung e.V. + * Copyright 2023 The IREE bare-metal Arm Authors * * This library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/third_party/libopencm3-custom/stm32f4xxxx.ld b/third_party/libopencm3-custom/stm32f4xxxx.ld index 4a8f5ed..50d67f1 100644 --- a/third_party/libopencm3-custom/stm32f4xxxx.ld +++ b/third_party/libopencm3-custom/stm32f4xxxx.ld @@ -1,7 +1,7 @@ /* * This file is intended to be used with the libopencm3 project. * - * Copyright 2021 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. + * Copyright 2021 The IREE bare-metal Arm Authors * * This library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/third_party/libopencm3-custom/vector.c b/third_party/libopencm3-custom/vector.c index 7ee6833..5e229fd 100644 --- a/third_party/libopencm3-custom/vector.c +++ b/third_party/libopencm3-custom/vector.c @@ -3,8 +3,7 @@ * * Copyright (C) 2010 Piotr Esden-Tempski , * Copyright (C) 2012 chrysn - * Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten - * Forschung e.V. + * Copyright 2022 The IREE bare-metal Arm Authors * * This library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/third_party/nrfx-custom/README.md b/third_party/nrfx-custom/README.md index fb65499..d670f35 100644 --- a/third_party/nrfx-custom/README.md +++ b/third_party/nrfx-custom/README.md @@ -1,5 +1,5 @@ # nrfx diff --git a/third_party/nrfx-custom/gcc_startup_nrf52840.S b/third_party/nrfx-custom/gcc_startup_nrf52840.S index a42501c..065e328 100644 --- a/third_party/nrfx-custom/gcc_startup_nrf52840.S +++ b/third_party/nrfx-custom/gcc_startup_nrf52840.S @@ -1,7 +1,7 @@ /* Copyright (c) 2009-2023 ARM Limited. All rights reserved. -Copyright 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +Copyright 2023 The IREE bare-metal Arm Authors SPDX-License-Identifier: Apache-2.0 diff --git a/third_party/nrfx-custom/gcc_startup_nrf5340_application.S b/third_party/nrfx-custom/gcc_startup_nrf5340_application.S index 6611db8..8916546 100644 --- a/third_party/nrfx-custom/gcc_startup_nrf5340_application.S +++ b/third_party/nrfx-custom/gcc_startup_nrf5340_application.S @@ -1,7 +1,7 @@ /* Copyright (c) 2009-2023 ARM Limited. All rights reserved. -Copyright 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +Copyright 2023 The IREE bare-metal Arm Authors SPDX-License-Identifier: Apache-2.0 diff --git a/third_party/nrfx-custom/nrf_common.ld b/third_party/nrfx-custom/nrf_common.ld index c2f5cd5..b049808 100644 --- a/third_party/nrfx-custom/nrf_common.ld +++ b/third_party/nrfx-custom/nrf_common.ld @@ -4,7 +4,7 @@ * Support: https://support.codesourcery.com/GNUToolchain/ * * Copyright (c) 2007, 2008, 2009, 2010 CodeSourcery, Inc. - * Copyright 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. + * Copyright 2023 The IREE bare-metal Arm Authors * SPDX-License-Identifier: LicenseRef-nrf-common * * The authors hereby grant permission to use, copy, modify, distribute, diff --git a/third_party/nrfx-custom/nrfx_config.h b/third_party/nrfx-custom/nrfx_config.h index 66d8703..53c9f54 100644 --- a/third_party/nrfx-custom/nrfx_config.h +++ b/third_party/nrfx-custom/nrfx_config.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2019 - 2023, Nordic Semiconductor ASA - * Copyright 2024 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. + * Copyright 2024 The IREE bare-metal Arm Authors * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause diff --git a/third_party/nrfx-custom/nrfx_glue.h b/third_party/nrfx-custom/nrfx_glue.h index f0e3900..deb59d0 100644 --- a/third_party/nrfx-custom/nrfx_glue.h +++ b/third_party/nrfx-custom/nrfx_glue.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2017 - 2023, Nordic Semiconductor ASA - * Copyright 2024 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. + * Copyright 2024 The IREE bare-metal Arm Authors * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause diff --git a/third_party/renode/README.md b/third_party/renode/README.md index b3e1473..21b50e9 100644 --- a/third_party/renode/README.md +++ b/third_party/renode/README.md @@ -1,5 +1,5 @@ # Renode diff --git a/third_party/renode/nrf52840.repl b/third_party/renode/nrf52840.repl index 04ec9ac..a6da2ff 100644 --- a/third_party/renode/nrf52840.repl +++ b/third_party/renode/nrf52840.repl @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +// SPDX-FileCopyrightText: 2022 The IREE bare-metal Arm Authors // SPDX-License-Identifier: MIT using "platforms/cpus/nrf52840.repl" diff --git a/third_party/renode/nrf52840.resc b/third_party/renode/nrf52840.resc index 2adf8a4..8759b5c 100644 --- a/third_party/renode/nrf52840.resc +++ b/third_party/renode/nrf52840.resc @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2022 The IREE bare-metal Arm Authors # SPDX-License-Identifier: MIT :name: nRF52840 diff --git a/third_party/renode/stm32f407.repl b/third_party/renode/stm32f407.repl index 1a4fc97..37010b2 100644 --- a/third_party/renode/stm32f407.repl +++ b/third_party/renode/stm32f407.repl @@ -1,5 +1,5 @@ // SPDX-FileCopyrightText: Antmicro -// SPDX-FileCopyrightText: 2021 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +// SPDX-FileCopyrightText: 2021 The IREE bare-metal Arm Authors // SPDX-License-Identifier: MIT using "platforms/boards/stm32f4_discovery.repl" diff --git a/third_party/renode/stm32f407.resc b/third_party/renode/stm32f407.resc index 219a874..7ed4662 100644 --- a/third_party/renode/stm32f407.resc +++ b/third_party/renode/stm32f407.resc @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: Antmicro -# SPDX-FileCopyrightText: 2021 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2021 The IREE bare-metal Arm Authors # SPDX-License-Identifier: MIT :name: STM32F407 diff --git a/third_party/renode/stm32f446.repl b/third_party/renode/stm32f446.repl index a4ab6fd..77480dc 100644 --- a/third_party/renode/stm32f446.repl +++ b/third_party/renode/stm32f446.repl @@ -1,5 +1,5 @@ // SPDX-FileCopyrightText: Antmicro -// SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +// SPDX-FileCopyrightText: 2022 The IREE bare-metal Arm Authors // SPDX-License-Identifier: MIT flash: Memory.MappedMemory @ sysbus 0x08000000 diff --git a/third_party/renode/stm32f446.resc b/third_party/renode/stm32f446.resc index 2c55cf8..788b157 100644 --- a/third_party/renode/stm32f446.resc +++ b/third_party/renode/stm32f446.resc @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2022 The IREE bare-metal Arm Authors # SPDX-License-Identifier: MIT :name: STM32F446 diff --git a/third_party/renode/stm32f4xx-highmem.repl b/third_party/renode/stm32f4xx-highmem.repl index ba15ab4..f79dc9e 100644 --- a/third_party/renode/stm32f4xx-highmem.repl +++ b/third_party/renode/stm32f4xx-highmem.repl @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2021 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +// SPDX-FileCopyrightText: 2021 The IREE bare-metal Arm Authors // SPDX-License-Identifier: MIT using "platforms/boards/stm32f4_discovery.repl" diff --git a/third_party/renode/stm32f4xx-highmem.resc b/third_party/renode/stm32f4xx-highmem.resc index 847125b..0ab47e5 100644 --- a/third_party/renode/stm32f4xx-highmem.resc +++ b/third_party/renode/stm32f4xx-highmem.resc @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2021 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2021 The IREE bare-metal Arm Authors # SPDX-License-Identifier: MIT :name: STM32F4XX diff --git a/third_party/renode/stm32f746.repl b/third_party/renode/stm32f746.repl index 4f48c38..8d4674e 100644 --- a/third_party/renode/stm32f746.repl +++ b/third_party/renode/stm32f746.repl @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +// SPDX-FileCopyrightText: 2022 The IREE bare-metal Arm Authors // SPDX-License-Identifier: MIT using "platforms/boards/stm32f7_discovery-bb.repl" diff --git a/third_party/renode/stm32f746.resc b/third_party/renode/stm32f746.resc index 9d2d42d..8e23b99 100644 --- a/third_party/renode/stm32f746.resc +++ b/third_party/renode/stm32f746.resc @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2022 The IREE bare-metal Arm Authors # SPDX-License-Identifier: MIT :name: STM32F746 diff --git a/third_party/renode/stm32l476.repl b/third_party/renode/stm32l476.repl index 73511e9..a06ec4c 100644 --- a/third_party/renode/stm32l476.repl +++ b/third_party/renode/stm32l476.repl @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +// SPDX-FileCopyrightText: 2022 The IREE bare-metal Arm Authors // SPDX-License-Identifier: MIT flash: Memory.MappedMemory @ sysbus 0x08000000 diff --git a/third_party/renode/stm32l476.resc b/third_party/renode/stm32l476.resc index 6faa055..a6aeb7e 100644 --- a/third_party/renode/stm32l476.resc +++ b/third_party/renode/stm32l476.resc @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2022 The IREE bare-metal Arm Authors # SPDX-License-Identifier: MIT :name: STM32L476 diff --git a/third_party/renode/stm32l4r5.repl b/third_party/renode/stm32l4r5.repl index 6d1dfb4..58b85ef 100644 --- a/third_party/renode/stm32l4r5.repl +++ b/third_party/renode/stm32l4r5.repl @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +// SPDX-FileCopyrightText: 2022 The IREE bare-metal Arm Authors // SPDX-License-Identifier: MIT flash: Memory.MappedMemory @ sysbus 0x08000000 diff --git a/third_party/renode/stm32l4r5.resc b/third_party/renode/stm32l4r5.resc index c7f3c98..1a592f5 100644 --- a/third_party/renode/stm32l4r5.resc +++ b/third_party/renode/stm32l4r5.resc @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2022 The IREE bare-metal Arm Authors # SPDX-License-Identifier: MIT :name: STM32L4R5 diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt index a4b50f5..5f9515d 100644 --- a/utils/CMakeLists.txt +++ b/utils/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# SPDX-FileCopyrightText: 2022 The IREE bare-metal Arm Authors # # Licensed under the Apache License v2.0 with LLVM Exceptions. # See https://llvm.org/LICENSE.txt for license information. diff --git a/utils/README.md b/utils/README.md index b96d86b..079635d 100644 --- a/utils/README.md +++ b/utils/README.md @@ -1,5 +1,5 @@ # Utils diff --git a/utils/corstone-300.c b/utils/corstone-300.c index a93ef5f..de45561 100644 --- a/utils/corstone-300.c +++ b/utils/corstone-300.c @@ -1,4 +1,4 @@ -// Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +// Copyright 2022 The IREE bare-metal Arm Authors // // Licensed under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/utils/nrf52840_cmsis.c b/utils/nrf52840_cmsis.c index 4e2d4c4..452d7f0 100644 --- a/utils/nrf52840_cmsis.c +++ b/utils/nrf52840_cmsis.c @@ -1,4 +1,4 @@ -// Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +// Copyright 2022 The IREE bare-metal Arm Authors // // Licensed under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/utils/nrf5340_cmsis.c b/utils/nrf5340_cmsis.c index 0f31b40..92da3af 100644 --- a/utils/nrf5340_cmsis.c +++ b/utils/nrf5340_cmsis.c @@ -1,4 +1,4 @@ -// Copyright 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +// Copyright 2023 The IREE bare-metal Arm Authors // // Licensed under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/utils/stm32f407xx_cmsis.h b/utils/stm32f407xx_cmsis.h index 585177d..4b431bf 100644 --- a/utils/stm32f407xx_cmsis.h +++ b/utils/stm32f407xx_cmsis.h @@ -1,4 +1,4 @@ -// Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +// Copyright 2022 The IREE bare-metal Arm Authors // // Licensed under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/utils/stm32f411xe_cmsis.h b/utils/stm32f411xe_cmsis.h index ab703f0..e8aa010 100644 --- a/utils/stm32f411xe_cmsis.h +++ b/utils/stm32f411xe_cmsis.h @@ -1,4 +1,4 @@ -// Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +// Copyright 2022 The IREE bare-metal Arm Authors // // Licensed under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/utils/stm32f446xx_cmsis.h b/utils/stm32f446xx_cmsis.h index 3b8ddc6..20dbd97 100644 --- a/utils/stm32f446xx_cmsis.h +++ b/utils/stm32f446xx_cmsis.h @@ -1,4 +1,4 @@ -// Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +// Copyright 2022 The IREE bare-metal Arm Authors // // Licensed under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/utils/stm32f4_cmsis.c b/utils/stm32f4_cmsis.c index d494557..421995d 100644 --- a/utils/stm32f4_cmsis.c +++ b/utils/stm32f4_cmsis.c @@ -1,4 +1,4 @@ -// Copyright 2021 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +// Copyright 2021 The IREE bare-metal Arm Authors // // Licensed under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/utils/stm32f4_libopencm3.c b/utils/stm32f4_libopencm3.c index 6732b7f..644b77c 100644 --- a/utils/stm32f4_libopencm3.c +++ b/utils/stm32f4_libopencm3.c @@ -1,4 +1,4 @@ -// Copyright 2021 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +// Copyright 2021 The IREE bare-metal Arm Authors // // Licensed under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/utils/stm32f7_cmsis.c b/utils/stm32f7_cmsis.c index a000ba4..e9a2417 100644 --- a/utils/stm32f7_cmsis.c +++ b/utils/stm32f7_cmsis.c @@ -1,4 +1,4 @@ -// Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +// Copyright 2022 The IREE bare-metal Arm Authors // // Licensed under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/utils/stm32l476xx_cmsis.h b/utils/stm32l476xx_cmsis.h index 100557e..ed50ce8 100644 --- a/utils/stm32l476xx_cmsis.h +++ b/utils/stm32l476xx_cmsis.h @@ -1,4 +1,4 @@ -// Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +// Copyright 2022 The IREE bare-metal Arm Authors // // Licensed under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/utils/stm32l4_cmsis.c b/utils/stm32l4_cmsis.c index fd71916..be55ec8 100644 --- a/utils/stm32l4_cmsis.c +++ b/utils/stm32l4_cmsis.c @@ -1,4 +1,4 @@ -// Copyright 2021 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +// Copyright 2021 The IREE bare-metal Arm Authors // // Licensed under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/utils/stm32l4r5xx_cmsis.h b/utils/stm32l4r5xx_cmsis.h index cb90927..d1a88e3 100644 --- a/utils/stm32l4r5xx_cmsis.h +++ b/utils/stm32l4r5xx_cmsis.h @@ -1,4 +1,4 @@ -// Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +// Copyright 2022 The IREE bare-metal Arm Authors // // Licensed under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/utils/write.c b/utils/write.c index 93c2b5b..d040e38 100644 --- a/utils/write.c +++ b/utils/write.c @@ -1,4 +1,4 @@ -// Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +// Copyright 2022 The IREE bare-metal Arm Authors // // Licensed under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/utils/write_usart.c b/utils/write_usart.c index d7a991b..5c6bc9b 100644 --- a/utils/write_usart.c +++ b/utils/write_usart.c @@ -1,4 +1,4 @@ -// Copyright 2021 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +// Copyright 2021 The IREE bare-metal Arm Authors // // Licensed under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information.