summaryrefslogtreecommitdiffstats
path: root/.github/workflows/cross-compiles.yml
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-09-20 09:54:10 +1000
committerPauli <pauli@openssl.org>2021-09-21 18:02:58 +1000
commit08d8c2d87ec782e95c28ff795e096c2f6f590d63 (patch)
tree75edee5e2a20b9b6c2260e27e6710e794d99970d /.github/workflows/cross-compiles.yml
parentd270a6c9ea9f240f653a98c7eb0a5c2134a5d63a (diff)
ci: add copyright header to CI scripts
There is quite a bit of creative effort in these and even more trouble- shooting effort. I.e. they are non-trivial from a copyright perspective. Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16628)
Diffstat (limited to '.github/workflows/cross-compiles.yml')
-rw-r--r--.github/workflows/cross-compiles.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/cross-compiles.yml b/.github/workflows/cross-compiles.yml
index 576a9d3b18..ebfc13c626 100644
--- a/.github/workflows/cross-compiles.yml
+++ b/.github/workflows/cross-compiles.yml
@@ -1,3 +1,10 @@
+# Copyright 2021 The OpenSSL Project Authors. All Rights Reserved.
+#
+# Licensed under the Apache License 2.0 (the "License"). You may not use
+# this file except in compliance with the License. You can obtain a copy
+# in the file LICENSE in the source distribution or at
+# https://www.openssl.org/source/license.html
+
name: Cross Compile
on: [pull_request, push]