From 0a1eaf6387db737bce5841ab51bb6c5529fb2428 Mon Sep 17 00:00:00 2001 From: Yu Ishihara Date: Tue, 29 Aug 2023 10:37:46 +0900 Subject: [PATCH] Fix copyright --- bin/evaluate_algorithm | 2 +- bin/train_with_seeds | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/evaluate_algorithm b/bin/evaluate_algorithm index c3dbca5a..fa8b9679 100755 --- a/bin/evaluate_algorithm +++ b/bin/evaluate_algorithm @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2021,2022 Sony Group Corporation. +# Copyright 2021,2022,2023 Sony Group Corporation. # # 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/bin/train_with_seeds b/bin/train_with_seeds index 3dfc2d78..12ec27a3 100755 --- a/bin/train_with_seeds +++ b/bin/train_with_seeds @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2021,2022 Sony Group Corporation. +# Copyright 2021,2022,2023 Sony Group Corporation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.