From 7e46cd3e6e2e04d23be4ee8f0497a787c0558140 Mon Sep 17 00:00:00 2001 From: Marius Brehler Date: Fri, 21 Jul 2023 16:37:41 +0200 Subject: [PATCH] Remove line breaks from copyright notices --- samples/simple_vec_mul/device_static_sync.c | 3 +-- samples/simple_vec_mul/device_vmvx_sync.c | 3 +-- samples/simple_vec_mul/simple_mul_int.c | 3 +-- samples/simple_vec_mul/simple_mul_int_bytecode.c | 3 +-- samples/simple_vec_mul/simple_mul_int_c_module.c | 3 +-- samples/simple_vec_mul/simple_mul_int_vmvx.c | 3 +-- samples/vision_inference/create_bytecode_module.c | 3 +-- samples/vision_inference/create_c_module.c | 3 +-- samples/vision_inference/static_library_mnist.c | 3 +-- utils/corstone-300.c | 3 +-- utils/nrf52840_cmsis.c | 3 +-- utils/stm32f407xx_cmsis.h | 3 +-- utils/stm32f411xe_cmsis.h | 3 +-- utils/stm32f446xx_cmsis.h | 3 +-- utils/stm32f4_cmsis.c | 3 +-- utils/stm32f4_libopencm3.c | 3 +-- utils/stm32f7_cmsis.c | 3 +-- utils/stm32l476xx_cmsis.h | 3 +-- utils/stm32l4_cmsis.c | 3 +-- utils/stm32l4r5xx_cmsis.h | 3 +-- utils/write.c | 3 +-- utils/write_usart.c | 3 +-- 22 files changed, 22 insertions(+), 44 deletions(-) diff --git a/samples/simple_vec_mul/device_static_sync.c b/samples/simple_vec_mul/device_static_sync.c index 922b7c2..cee19e6 100644 --- a/samples/simple_vec_mul/device_static_sync.c +++ b/samples/simple_vec_mul/device_static_sync.c @@ -1,5 +1,4 @@ -// Copyright 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten -// Forschung e.V. +// Copyright 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. // // 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 fca5552..08026dc 100644 --- a/samples/simple_vec_mul/device_vmvx_sync.c +++ b/samples/simple_vec_mul/device_vmvx_sync.c @@ -1,6 +1,5 @@ // Copyright 2021 The IREE Authors -// Copyright 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten -// Forschung e.V. +// Copyright 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. // // 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 948dbb9..3c73243 100644 --- a/samples/simple_vec_mul/simple_mul_int.c +++ b/samples/simple_vec_mul/simple_mul_int.c @@ -1,6 +1,5 @@ // Copyright 2021 The IREE Authors -// Copyright 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten -// Forschung e.V. +// Copyright 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. // // 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_bytecode.c b/samples/simple_vec_mul/simple_mul_int_bytecode.c index 981d73e..dd4e2c3 100644 --- a/samples/simple_vec_mul/simple_mul_int_bytecode.c +++ b/samples/simple_vec_mul/simple_mul_int_bytecode.c @@ -1,5 +1,4 @@ -// Copyright 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten -// Forschung e.V. +// Copyright 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. // // 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 4b14dfd..356267b 100644 --- a/samples/simple_vec_mul/simple_mul_int_c_module.c +++ b/samples/simple_vec_mul/simple_mul_int_c_module.c @@ -1,6 +1,5 @@ // Copyright 2021 The IREE Authors -// Copyright 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten -// Forschung e.V. +// Copyright 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. // // 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 f5315b4..6aa385c 100644 --- a/samples/simple_vec_mul/simple_mul_int_vmvx.c +++ b/samples/simple_vec_mul/simple_mul_int_vmvx.c @@ -1,5 +1,4 @@ -// Copyright 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten -// Forschung e.V. +// Copyright 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. // // 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 4623c01..9c0f4f1 100644 --- a/samples/vision_inference/create_bytecode_module.c +++ b/samples/vision_inference/create_bytecode_module.c @@ -1,6 +1,5 @@ // Copyright 2021 The IREE Authors -// Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten -// Forschung e.V. +// Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. // // 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 c58be72..329a9b8 100644 --- a/samples/vision_inference/create_c_module.c +++ b/samples/vision_inference/create_c_module.c @@ -1,6 +1,5 @@ // Copyright 2021 The IREE Authors -// Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten -// Forschung e.V. +// Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. // // 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 a858a4d..94bab98 100644 --- a/samples/vision_inference/static_library_mnist.c +++ b/samples/vision_inference/static_library_mnist.c @@ -1,6 +1,5 @@ // Copyright 2021 The IREE Authors -// Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten -// Forschung e.V. +// Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. // // Licensed under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/utils/corstone-300.c b/utils/corstone-300.c index 91a86ed..a93ef5f 100644 --- a/utils/corstone-300.c +++ b/utils/corstone-300.c @@ -1,5 +1,4 @@ -// Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten -// Forschung e.V. +// Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. // // 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 0fedbed..4e2d4c4 100644 --- a/utils/nrf52840_cmsis.c +++ b/utils/nrf52840_cmsis.c @@ -1,5 +1,4 @@ -// Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten -// Forschung e.V. +// Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. // // 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 ce887e4..585177d 100644 --- a/utils/stm32f407xx_cmsis.h +++ b/utils/stm32f407xx_cmsis.h @@ -1,5 +1,4 @@ -// Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten -// Forschung e.V. +// Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. // // 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 9ed53e1..ab703f0 100644 --- a/utils/stm32f411xe_cmsis.h +++ b/utils/stm32f411xe_cmsis.h @@ -1,5 +1,4 @@ -// Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten -// Forschung e.V. +// Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. // // 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 ee3161c..3b8ddc6 100644 --- a/utils/stm32f446xx_cmsis.h +++ b/utils/stm32f446xx_cmsis.h @@ -1,5 +1,4 @@ -// Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten -// Forschung e.V. +// Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. // // 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 d24c242..d494557 100644 --- a/utils/stm32f4_cmsis.c +++ b/utils/stm32f4_cmsis.c @@ -1,5 +1,4 @@ -// Copyright 2021 Fraunhofer-Gesellschaft zur Förderung der angewandten -// Forschung e.V. +// Copyright 2021 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. // // 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 121f82a..6732b7f 100644 --- a/utils/stm32f4_libopencm3.c +++ b/utils/stm32f4_libopencm3.c @@ -1,5 +1,4 @@ -// Copyright 2021 Fraunhofer-Gesellschaft zur Förderung der angewandten -// Forschung e.V. +// Copyright 2021 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. // // 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 fa5313e..a000ba4 100644 --- a/utils/stm32f7_cmsis.c +++ b/utils/stm32f7_cmsis.c @@ -1,5 +1,4 @@ -// Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten -// Forschung e.V. +// Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. // // 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 470ba07..100557e 100644 --- a/utils/stm32l476xx_cmsis.h +++ b/utils/stm32l476xx_cmsis.h @@ -1,5 +1,4 @@ -// Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten -// Forschung e.V. +// Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. // // 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 61b76dd..fd71916 100644 --- a/utils/stm32l4_cmsis.c +++ b/utils/stm32l4_cmsis.c @@ -1,5 +1,4 @@ -// Copyright 2021 Fraunhofer-Gesellschaft zur Förderung der angewandten -// Forschung e.V. +// Copyright 2021 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. // // 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 21235f8..cb90927 100644 --- a/utils/stm32l4r5xx_cmsis.h +++ b/utils/stm32l4r5xx_cmsis.h @@ -1,5 +1,4 @@ -// Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten -// Forschung e.V. +// Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. // // 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 b59fed1..93c2b5b 100644 --- a/utils/write.c +++ b/utils/write.c @@ -1,5 +1,4 @@ -// Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten -// Forschung e.V. +// Copyright 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. // // 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 7f86c38..d7a991b 100644 --- a/utils/write_usart.c +++ b/utils/write_usart.c @@ -1,5 +1,4 @@ -// Copyright 2021 Fraunhofer-Gesellschaft zur Förderung der angewandten -// Forschung e.V. +// Copyright 2021 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. // // Licensed under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information.