diff options
Diffstat (limited to 'scripts/cp-noerror')
-rwxr-xr-x | scripts/cp-noerror | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/cp-noerror b/scripts/cp-noerror index ab617c5d35..13a098eee0 100755 --- a/scripts/cp-noerror +++ b/scripts/cp-noerror | |||
@@ -1,5 +1,7 @@ | |||
1 | #!/usr/bin/env python3 | 1 | #!/usr/bin/env python3 |
2 | # | 2 | # |
3 | # Copyright OpenEmbedded Contributors | ||
4 | # | ||
3 | # SPDX-License-Identifier: GPL-2.0-only | 5 | # SPDX-License-Identifier: GPL-2.0-only |
4 | # | 6 | # |
5 | # Allow copying of $1 to $2 but if files in $1 disappear during the copy operation, | 7 | # Allow copying of $1 to $2 but if files in $1 disappear during the copy operation, |