From 4d27f294428dd3286ecea65b9ca9650ceeac37b6 Mon Sep 17 00:00:00 2001 From: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com> Date: Sun, 3 Mar 2024 23:01:33 -0800 Subject: [PATCH] license: add 2024 copyrights (#164) --- .bazelrc | 2 ++ WORKSPACE | 2 ++ docs/BUILD.bazel | 2 ++ examples/avl/BUILD.bazel | 2 ++ examples/avl/avl.BUILD.bazel | 2 ++ examples/hello_world_c/BUILD.bazel | 2 ++ examples/hello_world_c/main.c | 2 ++ examples/hello_world_cpp/BUILD.bazel | 2 ++ examples/hello_world_cpp/main.cpp | 2 ++ examples/hello_world_fortran/BUILD.bazel | 2 ++ examples/hello_world_fortran/main.f90 | 2 ++ examples/lapack/BUILD.bazel | 2 ++ examples/lapack/patches.bzl | 2 ++ examples/openssl/BUILD.bazel | 2 ++ examples/protobuf/BUILD.bazel | 2 ++ examples/protobuf/hello_world.proto | 2 ++ examples/tabulate_fortran/BUILD.bazel | 2 ++ examples/tabulate_fortran/functions.f90 | 2 ++ examples/tabulate_fortran/tabulate.f90 | 2 ++ internal.bzl | 2 ++ platforms/BUILD.bazel | 2 ++ platforms/config/BUILD.bazel | 2 ++ rules_fortran/BUILD.bazel | 2 ++ rules_fortran/defs.bzl | 2 ++ sysroot/BUILD.bazel | 2 ++ sysroot/Dockerfile | 2 ++ sysroot/build.sh | 2 ++ sysroot/build_kernel.sh | 2 ++ sysroot/configure.sh | 2 ++ sysroot/create_symlinks.sh | 2 ++ sysroot/flags.bzl | 2 ++ tests/sanitizers/BUILD.bazel | 2 ++ tests/sanitizers/asan.cc | 2 ++ tests/sanitizers/lsan.cc | 2 ++ tests/sanitizers/sanitizer_test.sh | 2 ++ tests/sanitizers/tsan.cc | 2 ++ tests/sanitizers/ubsan.c | 2 ++ toolchain/BUILD.bazel | 2 ++ toolchain/cc_toolchain_config.bzl | 2 ++ toolchain/defs.bzl | 2 ++ toolchain/fortran/BUILD.bazel | 2 ++ toolchain/fortran/action_names.bzl | 2 ++ toolchain/fortran/defs.bzl | 2 ++ toolchain/repositories.bzl | 2 ++ toolchain/wrapper.sh.tpl | 2 ++ 45 files changed, 90 insertions(+) diff --git a/.bazelrc b/.bazelrc index 8346e3c..19f93ca 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,6 +1,8 @@ # Copyright (c) Joby Aviation 2022 # Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev # +# Copyright (c) Thulio Ferraz Assis 2024 +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/WORKSPACE b/WORKSPACE index 460f71d..da4647a 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -1,6 +1,8 @@ # Copyright (c) Joby Aviation 2022 # Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev # +# Copyright (c) Thulio Ferraz Assis 2024 +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/docs/BUILD.bazel b/docs/BUILD.bazel index c964ba7..79cc28b 100644 --- a/docs/BUILD.bazel +++ b/docs/BUILD.bazel @@ -1,6 +1,8 @@ # Copyright (c) Joby Aviation 2022 # Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev # +# Copyright (c) Thulio Ferraz Assis 2024 +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/avl/BUILD.bazel b/examples/avl/BUILD.bazel index 0ddc8d1..ae75414 100644 --- a/examples/avl/BUILD.bazel +++ b/examples/avl/BUILD.bazel @@ -1,6 +1,8 @@ # Copyright (c) Joby Aviation 2022 # Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev # +# Copyright (c) Thulio Ferraz Assis 2024 +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/avl/avl.BUILD.bazel b/examples/avl/avl.BUILD.bazel index 2984d87..b01ef14 100644 --- a/examples/avl/avl.BUILD.bazel +++ b/examples/avl/avl.BUILD.bazel @@ -1,6 +1,8 @@ # Copyright (c) Joby Aviation 2022 # Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev # +# Copyright (c) Thulio Ferraz Assis 2024 +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/hello_world_c/BUILD.bazel b/examples/hello_world_c/BUILD.bazel index 27a0ba7..de8b509 100644 --- a/examples/hello_world_c/BUILD.bazel +++ b/examples/hello_world_c/BUILD.bazel @@ -1,6 +1,8 @@ # Copyright (c) Joby Aviation 2022 # Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev # +# Copyright (c) Thulio Ferraz Assis 2024 +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/hello_world_c/main.c b/examples/hello_world_c/main.c index 253a014..d6a0bb6 100644 --- a/examples/hello_world_c/main.c +++ b/examples/hello_world_c/main.c @@ -1,6 +1,8 @@ // Copyright (c) Joby Aviation 2022 // Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev // +// Copyright (c) Thulio Ferraz Assis 2024 +// // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/hello_world_cpp/BUILD.bazel b/examples/hello_world_cpp/BUILD.bazel index 88bcbbb..8dcd6b2 100644 --- a/examples/hello_world_cpp/BUILD.bazel +++ b/examples/hello_world_cpp/BUILD.bazel @@ -1,6 +1,8 @@ # Copyright (c) Joby Aviation 2022 # Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev # +# Copyright (c) Thulio Ferraz Assis 2024 +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/hello_world_cpp/main.cpp b/examples/hello_world_cpp/main.cpp index c2af4fc..12935fe 100644 --- a/examples/hello_world_cpp/main.cpp +++ b/examples/hello_world_cpp/main.cpp @@ -1,6 +1,8 @@ // Copyright (c) Joby Aviation 2022 // Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev // +// Copyright (c) Thulio Ferraz Assis 2024 +// // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/hello_world_fortran/BUILD.bazel b/examples/hello_world_fortran/BUILD.bazel index 156ac3f..a1ffe28 100644 --- a/examples/hello_world_fortran/BUILD.bazel +++ b/examples/hello_world_fortran/BUILD.bazel @@ -1,6 +1,8 @@ # Copyright (c) Joby Aviation 2022 # Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev # +# Copyright (c) Thulio Ferraz Assis 2024 +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/hello_world_fortran/main.f90 b/examples/hello_world_fortran/main.f90 index 656dd78..534e2e6 100644 --- a/examples/hello_world_fortran/main.f90 +++ b/examples/hello_world_fortran/main.f90 @@ -1,6 +1,8 @@ ! Copyright (c) Joby Aviation 2022 ! Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev ! +! Copyright (c) Thulio Ferraz Assis 2024 +! ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may not use this file except in compliance with the License. ! You may obtain a copy of the License at diff --git a/examples/lapack/BUILD.bazel b/examples/lapack/BUILD.bazel index 2aaab79..9cd5a65 100644 --- a/examples/lapack/BUILD.bazel +++ b/examples/lapack/BUILD.bazel @@ -1,6 +1,8 @@ # Copyright (c) Joby Aviation 2022 # Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev # +# Copyright (c) Thulio Ferraz Assis 2024 +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/lapack/patches.bzl b/examples/lapack/patches.bzl index 87ea383..8b93040 100644 --- a/examples/lapack/patches.bzl +++ b/examples/lapack/patches.bzl @@ -1,6 +1,8 @@ # Copyright (c) Joby Aviation 2022 # Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev # +# Copyright (c) Thulio Ferraz Assis 2024 +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/openssl/BUILD.bazel b/examples/openssl/BUILD.bazel index dcbbb0a..dd8f741 100644 --- a/examples/openssl/BUILD.bazel +++ b/examples/openssl/BUILD.bazel @@ -1,6 +1,8 @@ # Copyright (c) Joby Aviation 2022 # Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev # +# Copyright (c) Thulio Ferraz Assis 2024 +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/protobuf/BUILD.bazel b/examples/protobuf/BUILD.bazel index dbc477a..96d429e 100644 --- a/examples/protobuf/BUILD.bazel +++ b/examples/protobuf/BUILD.bazel @@ -1,6 +1,8 @@ # Copyright (c) Joby Aviation 2022 # Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev # +# Copyright (c) Thulio Ferraz Assis 2024 +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/protobuf/hello_world.proto b/examples/protobuf/hello_world.proto index 3bfea90..8d72ba4 100644 --- a/examples/protobuf/hello_world.proto +++ b/examples/protobuf/hello_world.proto @@ -1,6 +1,8 @@ // Copyright (c) Joby Aviation 2022 // Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev // +// Copyright (c) Thulio Ferraz Assis 2024 +// // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/examples/tabulate_fortran/BUILD.bazel b/examples/tabulate_fortran/BUILD.bazel index ef81ce8..10fa1d4 100644 --- a/examples/tabulate_fortran/BUILD.bazel +++ b/examples/tabulate_fortran/BUILD.bazel @@ -1,6 +1,8 @@ # Copyright (c) Joby Aviation 2022 # Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev # +# Copyright (c) Thulio Ferraz Assis 2024 +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/examples/tabulate_fortran/functions.f90 b/examples/tabulate_fortran/functions.f90 index 42fb1a2..f214922 100644 --- a/examples/tabulate_fortran/functions.f90 +++ b/examples/tabulate_fortran/functions.f90 @@ -1,6 +1,8 @@ ! Copyright (c) Joby Aviation 2022 ! Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev ! +! Copyright (c) Thulio Ferraz Assis 2024 +! ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may not use this file except in compliance with the License. ! You may obtain a copy of the License at diff --git a/examples/tabulate_fortran/tabulate.f90 b/examples/tabulate_fortran/tabulate.f90 index 422a759..c18ff3a 100644 --- a/examples/tabulate_fortran/tabulate.f90 +++ b/examples/tabulate_fortran/tabulate.f90 @@ -1,6 +1,8 @@ ! Copyright (c) Joby Aviation 2022 ! Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev ! +! Copyright (c) Thulio Ferraz Assis 2024 +! ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may not use this file except in compliance with the License. ! You may obtain a copy of the License at diff --git a/internal.bzl b/internal.bzl index 197e678..3aef389 100644 --- a/internal.bzl +++ b/internal.bzl @@ -1,6 +1,8 @@ # Copyright (c) Joby Aviation 2022 # Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev # +# Copyright (c) Thulio Ferraz Assis 2024 +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/platforms/BUILD.bazel b/platforms/BUILD.bazel index 837607f..77e3c6c 100644 --- a/platforms/BUILD.bazel +++ b/platforms/BUILD.bazel @@ -1,6 +1,8 @@ # Copyright (c) Joby Aviation 2022 # Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev # +# Copyright (c) Thulio Ferraz Assis 2024 +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/platforms/config/BUILD.bazel b/platforms/config/BUILD.bazel index 52c7091..5fdb7ca 100644 --- a/platforms/config/BUILD.bazel +++ b/platforms/config/BUILD.bazel @@ -1,6 +1,8 @@ # Copyright (c) Joby Aviation 2022 # Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev # +# Copyright (c) Thulio Ferraz Assis 2024 +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/rules_fortran/BUILD.bazel b/rules_fortran/BUILD.bazel index 4bd9e20..87a77a6 100644 --- a/rules_fortran/BUILD.bazel +++ b/rules_fortran/BUILD.bazel @@ -1,6 +1,8 @@ # Copyright (c) Joby Aviation 2022 # Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev # +# Copyright (c) Thulio Ferraz Assis 2024 +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/rules_fortran/defs.bzl b/rules_fortran/defs.bzl index 9b38e87..e5ec298 100644 --- a/rules_fortran/defs.bzl +++ b/rules_fortran/defs.bzl @@ -1,6 +1,8 @@ # Copyright (c) Joby Aviation 2022 # Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev # +# Copyright (c) Thulio Ferraz Assis 2024 +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/sysroot/BUILD.bazel b/sysroot/BUILD.bazel index c37c680..ec87d59 100644 --- a/sysroot/BUILD.bazel +++ b/sysroot/BUILD.bazel @@ -1,6 +1,8 @@ # Copyright (c) Joby Aviation 2022 # Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev # +# Copyright (c) Thulio Ferraz Assis 2024 +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/sysroot/Dockerfile b/sysroot/Dockerfile index f3b5527..4e8d952 100644 --- a/sysroot/Dockerfile +++ b/sysroot/Dockerfile @@ -1,6 +1,8 @@ # Copyright (c) Joby Aviation 2022 # Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev # +# Copyright (c) Thulio Ferraz Assis 2024 +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/sysroot/build.sh b/sysroot/build.sh index 08501e4..14cecb6 100755 --- a/sysroot/build.sh +++ b/sysroot/build.sh @@ -3,6 +3,8 @@ # Copyright (c) Joby Aviation 2022 # Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev # +# Copyright (c) Thulio Ferraz Assis 2024 +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/sysroot/build_kernel.sh b/sysroot/build_kernel.sh index 8184ddc..92ccc9f 100755 --- a/sysroot/build_kernel.sh +++ b/sysroot/build_kernel.sh @@ -3,6 +3,8 @@ # Copyright (c) Joby Aviation 2022 # Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev # +# Copyright (c) Thulio Ferraz Assis 2024 +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/sysroot/configure.sh b/sysroot/configure.sh index ff16aec..4520380 100755 --- a/sysroot/configure.sh +++ b/sysroot/configure.sh @@ -3,6 +3,8 @@ # Copyright (c) Joby Aviation 2022 # Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev # +# Copyright (c) Thulio Ferraz Assis 2024 +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/sysroot/create_symlinks.sh b/sysroot/create_symlinks.sh index 680e943..16298d4 100755 --- a/sysroot/create_symlinks.sh +++ b/sysroot/create_symlinks.sh @@ -3,6 +3,8 @@ # Copyright (c) Joby Aviation 2022 # Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev # +# Copyright (c) Thulio Ferraz Assis 2024 +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/sysroot/flags.bzl b/sysroot/flags.bzl index ae70868..b4f48da 100644 --- a/sysroot/flags.bzl +++ b/sysroot/flags.bzl @@ -1,6 +1,8 @@ # Copyright (c) Joby Aviation 2022 # Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev # +# Copyright (c) Thulio Ferraz Assis 2024 +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/sanitizers/BUILD.bazel b/tests/sanitizers/BUILD.bazel index c0e36da..fbdf9ad 100644 --- a/tests/sanitizers/BUILD.bazel +++ b/tests/sanitizers/BUILD.bazel @@ -1,6 +1,8 @@ # Copyright (c) Joby Aviation 2022 # Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev # +# Copyright (c) Thulio Ferraz Assis 2024 +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/sanitizers/asan.cc b/tests/sanitizers/asan.cc index 954c71e..46499b0 100644 --- a/tests/sanitizers/asan.cc +++ b/tests/sanitizers/asan.cc @@ -1,6 +1,8 @@ // Copyright (c) Joby Aviation 2022 // Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev // +// Copyright (c) Thulio Ferraz Assis 2024 +// // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tests/sanitizers/lsan.cc b/tests/sanitizers/lsan.cc index 1fd86ae..0e53edf 100644 --- a/tests/sanitizers/lsan.cc +++ b/tests/sanitizers/lsan.cc @@ -1,6 +1,8 @@ // Copyright (c) Joby Aviation 2022 // Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev // +// Copyright (c) Thulio Ferraz Assis 2024 +// // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tests/sanitizers/sanitizer_test.sh b/tests/sanitizers/sanitizer_test.sh index c65d109..d242f74 100755 --- a/tests/sanitizers/sanitizer_test.sh +++ b/tests/sanitizers/sanitizer_test.sh @@ -3,6 +3,8 @@ # Copyright (c) Joby Aviation 2022 # Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev # +# Copyright (c) Thulio Ferraz Assis 2024 +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/tests/sanitizers/tsan.cc b/tests/sanitizers/tsan.cc index c182de1..5a43bf5 100644 --- a/tests/sanitizers/tsan.cc +++ b/tests/sanitizers/tsan.cc @@ -1,6 +1,8 @@ // Copyright (c) Joby Aviation 2022 // Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev // +// Copyright (c) Thulio Ferraz Assis 2024 +// // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tests/sanitizers/ubsan.c b/tests/sanitizers/ubsan.c index f2faf90..38b8e71 100644 --- a/tests/sanitizers/ubsan.c +++ b/tests/sanitizers/ubsan.c @@ -1,6 +1,8 @@ // Copyright (c) Joby Aviation 2022 // Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev // +// Copyright (c) Thulio Ferraz Assis 2024 +// // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/toolchain/BUILD.bazel b/toolchain/BUILD.bazel index ed8d822..e44f29f 100644 --- a/toolchain/BUILD.bazel +++ b/toolchain/BUILD.bazel @@ -1,6 +1,8 @@ # Copyright (c) Joby Aviation 2022 # Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev # +# Copyright (c) Thulio Ferraz Assis 2024 +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/toolchain/cc_toolchain_config.bzl b/toolchain/cc_toolchain_config.bzl index afeef35..daddea2 100644 --- a/toolchain/cc_toolchain_config.bzl +++ b/toolchain/cc_toolchain_config.bzl @@ -1,6 +1,8 @@ # Copyright (c) Joby Aviation 2022 # Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev # +# Copyright (c) Thulio Ferraz Assis 2024 +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/toolchain/defs.bzl b/toolchain/defs.bzl index 0991f63..9a15de2 100644 --- a/toolchain/defs.bzl +++ b/toolchain/defs.bzl @@ -1,6 +1,8 @@ # Copyright (c) Joby Aviation 2022 # Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev # +# Copyright (c) Thulio Ferraz Assis 2024 +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/toolchain/fortran/BUILD.bazel b/toolchain/fortran/BUILD.bazel index 0860d4f..d598b45 100644 --- a/toolchain/fortran/BUILD.bazel +++ b/toolchain/fortran/BUILD.bazel @@ -1,6 +1,8 @@ # Copyright (c) Joby Aviation 2022 # Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev # +# Copyright (c) Thulio Ferraz Assis 2024 +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/toolchain/fortran/action_names.bzl b/toolchain/fortran/action_names.bzl index 2b76f19..3df6676 100644 --- a/toolchain/fortran/action_names.bzl +++ b/toolchain/fortran/action_names.bzl @@ -1,6 +1,8 @@ # Copyright (c) Joby Aviation 2022 # Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev # +# Copyright (c) Thulio Ferraz Assis 2024 +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/toolchain/fortran/defs.bzl b/toolchain/fortran/defs.bzl index 4e1bfc5..184cb98 100644 --- a/toolchain/fortran/defs.bzl +++ b/toolchain/fortran/defs.bzl @@ -1,6 +1,8 @@ # Copyright (c) Joby Aviation 2022 # Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev # +# Copyright (c) Thulio Ferraz Assis 2024 +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/toolchain/repositories.bzl b/toolchain/repositories.bzl index d6440ef..c4deec1 100644 --- a/toolchain/repositories.bzl +++ b/toolchain/repositories.bzl @@ -1,6 +1,8 @@ # Copyright (c) Joby Aviation 2022 # Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev # +# Copyright (c) Thulio Ferraz Assis 2024 +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/toolchain/wrapper.sh.tpl b/toolchain/wrapper.sh.tpl index d102047..b9627e9 100644 --- a/toolchain/wrapper.sh.tpl +++ b/toolchain/wrapper.sh.tpl @@ -3,6 +3,8 @@ # Copyright (c) Joby Aviation 2022 # Original authors: Thulio Ferraz Assis (thulio@aspect.dev), Aspect.dev # +# Copyright (c) Thulio Ferraz Assis 2024 +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at