summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-12-06 13:12:35 +0100
committerRichard Levitte <levitte@openssl.org>2018-12-06 15:57:31 +0100
commit48f4ad7718498577af52878b9e8b0924d8faf83f (patch)
treedeac5d8ffd3dc5f4ffdbd0f1a0997e148eac2eb2 /include
parent402dd5585e1e23f035f86e9c2f3c26341b4a42bf (diff)
Following the license change, modify the boilerplates in include/ and crypto/include/
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7770)
Diffstat (limited to 'include')
-rw-r--r--include/internal/__DECC_INCLUDE_EPILOGUE.H2
-rw-r--r--include/internal/__DECC_INCLUDE_PROLOGUE.H2
-rw-r--r--include/internal/bio.h2
-rw-r--r--include/internal/comp.h2
-rw-r--r--include/internal/conf.h2
-rw-r--r--include/internal/constant_time_locl.h2
-rw-r--r--include/internal/cryptlib.h2
-rw-r--r--include/internal/dane.h2
-rw-r--r--include/internal/dso.h2
-rw-r--r--include/internal/dsoerr.h2
-rw-r--r--include/internal/err.h2
-rw-r--r--include/internal/nelem.h2
-rw-r--r--include/internal/numbers.h2
-rw-r--r--include/internal/o_dir.h2
-rw-r--r--include/internal/o_str.h2
-rw-r--r--include/internal/refcount.h2
-rw-r--r--include/internal/sockets.h2
-rw-r--r--include/internal/sslconf.h2
-rw-r--r--include/internal/thread_once.h2
-rw-r--r--include/internal/tsan_assist.h2
-rw-r--r--include/openssl/__DECC_INCLUDE_EPILOGUE.H2
-rw-r--r--include/openssl/__DECC_INCLUDE_PROLOGUE.H2
-rw-r--r--include/openssl/aes.h2
-rw-r--r--include/openssl/asn1.h2
-rw-r--r--include/openssl/asn1_mac.h2
-rw-r--r--include/openssl/asn1err.h2
-rw-r--r--include/openssl/asn1t.h2
-rw-r--r--include/openssl/async.h2
-rw-r--r--include/openssl/asyncerr.h2
-rw-r--r--include/openssl/bio.h2
-rw-r--r--include/openssl/bioerr.h2
-rw-r--r--include/openssl/blowfish.h2
-rw-r--r--include/openssl/bn.h2
-rw-r--r--include/openssl/bnerr.h2
-rw-r--r--include/openssl/buffer.h2
-rw-r--r--include/openssl/buffererr.h2
-rw-r--r--include/openssl/camellia.h2
-rw-r--r--include/openssl/cast.h2
-rw-r--r--include/openssl/cmac.h2
-rw-r--r--include/openssl/cms.h2
-rw-r--r--include/openssl/cmserr.h2
-rw-r--r--include/openssl/comp.h2
-rw-r--r--include/openssl/comperr.h2
-rw-r--r--include/openssl/conf.h2
-rw-r--r--include/openssl/conf_api.h2
-rw-r--r--include/openssl/conferr.h2
-rw-r--r--include/openssl/crypto.h2
-rw-r--r--include/openssl/cryptoerr.h2
-rw-r--r--include/openssl/ct.h2
-rw-r--r--include/openssl/cterr.h2
-rw-r--r--include/openssl/des.h2
-rw-r--r--include/openssl/dh.h2
-rw-r--r--include/openssl/dherr.h2
-rw-r--r--include/openssl/dsa.h2
-rw-r--r--include/openssl/dsaerr.h2
-rw-r--r--include/openssl/dtls1.h2
-rw-r--r--include/openssl/e_os2.h2
-rw-r--r--include/openssl/ebcdic.h2
-rw-r--r--include/openssl/ec.h2
-rw-r--r--include/openssl/ecdh.h2
-rw-r--r--include/openssl/ecdsa.h2
-rw-r--r--include/openssl/ecerr.h2
-rw-r--r--include/openssl/engine.h2
-rw-r--r--include/openssl/engineerr.h2
-rw-r--r--include/openssl/err.h2
-rw-r--r--include/openssl/evp.h2
-rw-r--r--include/openssl/evperr.h2
-rw-r--r--include/openssl/hmac.h2
-rw-r--r--include/openssl/idea.h2
-rw-r--r--include/openssl/kdf.h2
-rw-r--r--include/openssl/kdferr.h2
-rw-r--r--include/openssl/lhash.h2
-rw-r--r--include/openssl/md2.h2
-rw-r--r--include/openssl/md4.h2
-rw-r--r--include/openssl/md5.h2
-rw-r--r--include/openssl/mdc2.h2
-rw-r--r--include/openssl/modes.h2
-rw-r--r--include/openssl/obj_mac.h2
-rw-r--r--include/openssl/objects.h2
-rw-r--r--include/openssl/objectserr.h2
-rw-r--r--include/openssl/ocsp.h2
-rw-r--r--include/openssl/ocsperr.h2
-rw-r--r--include/openssl/opensslconf.h.in2
-rw-r--r--include/openssl/opensslv.h2
-rw-r--r--include/openssl/ossl_typ.h2
-rw-r--r--include/openssl/pem.h2
-rw-r--r--include/openssl/pem2.h2
-rw-r--r--include/openssl/pemerr.h2
-rw-r--r--include/openssl/pkcs12.h2
-rw-r--r--include/openssl/pkcs12err.h2
-rw-r--r--include/openssl/pkcs7.h2
-rw-r--r--include/openssl/pkcs7err.h2
-rw-r--r--include/openssl/rand.h2
-rw-r--r--include/openssl/rand_drbg.h2
-rw-r--r--include/openssl/randerr.h2
-rw-r--r--include/openssl/rc2.h2
-rw-r--r--include/openssl/rc4.h2
-rw-r--r--include/openssl/rc5.h2
-rw-r--r--include/openssl/ripemd.h2
-rw-r--r--include/openssl/rsa.h2
-rw-r--r--include/openssl/rsaerr.h2
-rw-r--r--include/openssl/safestack.h2
-rw-r--r--include/openssl/seed.h2
-rw-r--r--include/openssl/sha.h2
-rw-r--r--include/openssl/srp.h2
-rw-r--r--include/openssl/srtp.h2
-rw-r--r--include/openssl/ssl.h2
-rw-r--r--include/openssl/ssl2.h2
-rw-r--r--include/openssl/ssl3.h2
-rw-r--r--include/openssl/sslerr.h2
-rw-r--r--include/openssl/stack.h2
-rw-r--r--include/openssl/store.h2
-rw-r--r--include/openssl/storeerr.h2
-rw-r--r--include/openssl/symhacks.h2
-rw-r--r--include/openssl/tls1.h2
-rw-r--r--include/openssl/ts.h2
-rw-r--r--include/openssl/tserr.h2
-rw-r--r--include/openssl/txt_db.h2
-rw-r--r--include/openssl/ui.h2
-rw-r--r--include/openssl/uierr.h2
-rw-r--r--include/openssl/whrlpool.h2
-rw-r--r--include/openssl/x509.h2
-rw-r--r--include/openssl/x509_vfy.h2
-rw-r--r--include/openssl/x509err.h2
-rw-r--r--include/openssl/x509v3.h2
-rw-r--r--include/openssl/x509v3err.h2
126 files changed, 126 insertions, 126 deletions
diff --git a/include/internal/__DECC_INCLUDE_EPILOGUE.H b/include/internal/__DECC_INCLUDE_EPILOGUE.H
index c350018ad1..e57c0eab3e 100644
--- a/include/internal/__DECC_INCLUDE_EPILOGUE.H
+++ b/include/internal/__DECC_INCLUDE_EPILOGUE.H
@@ -1,7 +1,7 @@
/*
* Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
*
- * Licensed under the OpenSSL license (the "License"). You may not use
+ * 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
diff --git a/include/internal/__DECC_INCLUDE_PROLOGUE.H b/include/internal/__DECC_INCLUDE_PROLOGUE.H
index 9a9c777f93..a013957557 100644
--- a/include/internal/__DECC_INCLUDE_PROLOGUE.H
+++ b/include/internal/__DECC_INCLUDE_PROLOGUE.H
@@ -1,7 +1,7 @@
/*
* Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
*
- * Licensed under the OpenSSL license (the "License"). You may not use
+ * 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
diff --git a/include/internal/bio.h b/include/internal/bio.h
index c343b27629..e1251f6aaf 100644
--- a/include/internal/bio.h
+++ b/include/internal/bio.h
@@ -1,7 +1,7 @@
/*
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
*
- * Licensed under the OpenSSL license (the "License"). You may not use
+ * 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
diff --git a/include/internal/comp.h b/include/internal/comp.h
index ac6e38b474..e585a5c374 100644
--- a/include/internal/comp.h
+++ b/include/internal/comp.h
@@ -1,7 +1,7 @@
/*
* Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
*