diff options
author | Richard Levitte <levitte@openssl.org> | 2018-12-06 14:08:15 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-12-06 15:38:19 +0100 |
commit | 5e73e6baac4a84198519267c17abefd52fa55e93 (patch) | |
tree | 992a99099b39bc3f9b63a0f941fe7041b8594ee8 /demos/bio | |
parent | Following the license change, modify the boilerplates in fuzz/ (diff) | |
download | openssl-5e73e6baac4a84198519267c17abefd52fa55e93.tar.xz openssl-5e73e6baac4a84198519267c17abefd52fa55e93.zip |
Following the license change, modify the boilerplates in demos/
[skip ci]
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7834)
Diffstat (limited to 'demos/bio')
-rw-r--r-- | demos/bio/client-arg.c | 2 | ||||
-rw-r--r-- | demos/bio/client-conf.c | 2 | ||||
-rw-r--r-- | demos/bio/saccept.c | 2 | ||||
-rw-r--r-- | demos/bio/sconnect.c | 2 | ||||
-rw-r--r-- | demos/bio/server-arg.c | 2 | ||||
-rw-r--r-- | demos/bio/server-cmod.c | 2 | ||||
-rw-r--r-- | demos/bio/server-conf.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/demos/bio/client-arg.c b/demos/bio/client-arg.c index e8d5e46ab5..976fefff5d 100644 --- a/demos/bio/client-arg.c +++ b/demos/bio/client-arg.c @@ -1,7 +1,7 @@ /* * Copyright 2013-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/demos/bio/client-conf.c b/demos/bio/client-conf.c index e819030eec..84edc796dc 100644 --- a/demos/bio/client-conf.c +++ b/demos/bio/client-conf.c @@ -1,7 +1,7 @@ /* * Copyright 2013-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/demos/bio/saccept.c b/demos/bio/saccept.c index de86ae6322..6da22ea440 100644 --- a/demos/bio/saccept.c +++ b/demos/bio/saccept.c @@ -1,7 +1,7 @@ /* * Copyright 1998-2017 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/demos/bio/sconnect.c b/demos/bio/sconnect.c index db71f29afe..7e46bf0ad8 100644 --- a/demos/bio/sconnect.c +++ b/demos/bio/sconnect.c @@ -1,7 +1,7 @@ /* * Copyright 1998-2017 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/demos/bio/server-arg.c b/demos/bio/server-arg.c index d80d070f7a..60a87725a9 100644 --- a/demos/bio/server-arg.c +++ b/demos/bio/server-arg.c @@ -1,7 +1,7 @@ /* * Copyright 2013-2017 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/demos/bio/server-cmod.c b/demos/bio/server-cmod.c index f1079ad329..3642fbacf6 100644 --- a/demos/bio/server-cmod.c +++ b/demos/bio/server-cmod.c @@ -1,7 +1,7 @@ /* * Copyright 2015-2017 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/demos/bio/server-conf.c b/demos/bio/server-conf.c index 4d1655bfc9..5e07a15e7b 100644 --- a/demos/bio/server-conf.c +++ b/demos/bio/server-conf.c @@ -1,7 +1,7 @@ /* * Copyright 2013-2017 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 |