Skip to content

Commit 13075b8

Browse files
Add licence header to vendoring script
1 parent c736b6a commit 13075b8

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

scripts/vendor-xkcp.sh

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
2+
##===----------------------------------------------------------------------===##
3+
##
4+
## This source file is part of the SwiftCrypto open source project
5+
##
6+
## Copyright (c) 2019-2021 Apple Inc. and the SwiftCrypto project authors
7+
## Licensed under Apache License v2.0
8+
##
9+
## See LICENSE.txt for license information
10+
## See CONTRIBUTORS.txt for the list of SwiftCrypto project authors
11+
##
12+
## SPDX-License-Identifier: Apache-2.0
13+
##
14+
##===----------------------------------------------------------------------===##
215
set -euo pipefail
316

417
log() { printf -- "** %s\n" "$*" >&2; }

0 commit comments

Comments
 (0)