diff options
author | Pauli <pauli@openssl.org> | 2021-09-20 01:54:10 +0200 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2021-09-21 10:02:58 +0200 |
commit | 08d8c2d87ec782e95c28ff795e096c2f6f590d63 (patch) | |
tree | 75edee5e2a20b9b6c2260e27e6710e794d99970d /.github/workflows/run-checker-ci.yml | |
parent | Add missing mention of mandatory function OSSL_FUNC_keymgmt_has (diff) | |
download | openssl-08d8c2d87ec782e95c28ff795e096c2f6f590d63.tar.xz openssl-08d8c2d87ec782e95c28ff795e096c2f6f590d63.zip |
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/run-checker-ci.yml')
-rw-r--r-- | .github/workflows/run-checker-ci.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/run-checker-ci.yml b/.github/workflows/run-checker-ci.yml index 5a6dd4dc85..1aca0170f8 100644 --- a/.github/workflows/run-checker-ci.yml +++ b/.github/workflows/run-checker-ci.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 + # Jobs run per pull request submission name: Run-checker CI on: [pull_request, push] |