]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
ci: add copyright header to CI scripts
authorPauli <pauli@openssl.org>
Sun, 19 Sep 2021 23:54:10 +0000 (09:54 +1000)
committerPauli <pauli@openssl.org>
Tue, 21 Sep 2021 08:02:58 +0000 (18:02 +1000)
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)

12 files changed:
.github/workflows/ci.yml
.github/workflows/compiler-zoo.yml
.github/workflows/coveralls.yml
.github/workflows/cross-compiles.yml
.github/workflows/fips-checksums.yml
.github/workflows/fips-label.yml
.github/workflows/fuzz-checker.yml
.github/workflows/main.yml
.github/workflows/run-checker-ci.yml
.github/workflows/run-checker-daily.yml
.github/workflows/run-checker-merge.yml
.github/workflows/windows.yml

index 601ba5f6b1a7ee41de05d949d37784e1d7fedfd0..c7a344c52911cc03c654a4fa144c5f8d39d4d799 100644 (file)
@@ -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: GitHub CI
 
 on: [pull_request, push]
index 29a9097343961e012c3872c22d43a3bea1ab9195..55d108543fa7598befea5cc1627d2668fe53ba46 100644 (file)
@@ -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: Compiler Zoo CI
 
 on: [push]
index 45e9e8e62e029b19739d9180db72b4cfd28b82e1..3392edda4abd2a3e59bccf228737fa642cccccd1 100644 (file)
@@ -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: Coverage
 
 #Run once a day
index 576a9d3b1839d281dbd6aeaeacb97d024b0a7324..ebfc13c626ff86e3e485692c826e68a29a20e50f 100644 (file)
@@ -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]
index d8aea44786b5d7949fda727c7debcb8881176552..78351981d51c3638e5a40e11c2126c1d23d82483 100644 (file)
@@ -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: FIPS Checksums
 on: [pull_request]
 
index eb87f200f531b222052a3fe4c43994ef60a64ecc..c241801b9ec17fe220a34df307fc54e832d42144 100644 (file)
@@ -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: FIPS Changed Label
 on:
   workflow_run:
index 5b784deb1004d2dfcc09484cd4156f0c30c0a0ea..4d3bf35884791f506a0ff67caf65ce305f9e96dd 100644 (file)
@@ -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: Fuzz-checker CI
 
 on: [push]
index 81f6203e2a19f6a85b6e556cd56c0283f9f85183..4ad9c0c1fab151b4f393b546053438f88b49e1ba 100644 (file)
@@ -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: CIFuzz
 on: [pull_request, push]
 jobs:
index 5a6dd4dc85ccce3915c687ee18eec9a773e55f36..1aca0170f83eb7251e6333b39c0a8a44f6f51cf6 100644 (file)
@@ -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]
index d9374f1cfc78720de0a0a67b2da6c544c0aca41f..0937d2f57d5707452242d3639135e282a848982c 100644 (file)
@@ -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: Run-checker daily
 # Jobs run daily
 
index 4f5efeae51801dd7c47ba4e0255a69ca34a4f304..7795ab1db25671af51f30be1a20efa0a1c732dd3 100644 (file)
@@ -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: Run-checker merge
 # Jobs run per merge to master
 
index ffe6c92403cdb1cefe8b360a1d53d267205994b7..cb9e84b33ddd3af796459d8d799fda432eb7b3e3 100644 (file)
@@ -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: Windows GitHub CI
 
 on: [pull_request, push]