diff options
Diffstat (limited to 'csit/run-project-csit.sh')
-rwxr-xr-x | csit/run-project-csit.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/csit/run-project-csit.sh b/csit/run-project-csit.sh index 1df8267226..a231c5e160 100755 --- a/csit/run-project-csit.sh +++ b/csit/run-project-csit.sh @@ -1,6 +1,7 @@ #!/bin/bash -x # # Copyright 2020-2021 © Samsung Electronics Co., Ltd. +# Modifications Copyright (C) 2021 Pantheon.tech # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,7 +15,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -# Modifications Copyright (C) 2021 Pantheon.tech +# Branched from ccsdk/distribution to this repository Feb 23, 2021 # # $1 test options (passed on to run-csit.sh as such) |