We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c736b6a commit 13075b8Copy full SHA for 13075b8
scripts/vendor-xkcp.sh
@@ -1,4 +1,17 @@
1
-#!/usr/bin/env bash
+#!/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
15
set -euo pipefail
16
17
log() { printf -- "** %s\n" "$*" >&2; }
0 commit comments