Skip to content

Commit

Permalink
further license corrects (#4) (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
baentsch authored Feb 4, 2021
1 parent d6223cb commit 0c97466
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
11 changes: 1 addition & 10 deletions test/oqs_test_groups.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* CC0 license applied */
// SPDX-License-Identifier: Apache-2.0 AND MIT

#include <openssl/provider.h>
#include <openssl/ssl.h>
Expand All @@ -14,15 +14,6 @@ static char *privkey = NULL;
static char *certsdir = NULL;
static char *srpvfile = NULL;

/*
* Copyright 2016-2020 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
*/

char *test_mk_file_path(const char *dir, const char *file)
{
# ifndef OPENSSL_SYS_VMS
Expand Down
2 changes: 1 addition & 1 deletion test/oqs_test_signatures.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* CC0 license applied */
// SPDX-License-Identifier: Apache-2.0 AND MIT

#include <openssl/evp.h>
#include <openssl/provider.h>
Expand Down
2 changes: 1 addition & 1 deletion test/test_common.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* CC0 license applied */
// SPDX-License-Identifier: Apache-2.0 AND MIT

#include "test_common.h"

Expand Down
2 changes: 1 addition & 1 deletion test/test_common.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* CC0 license applied */
// SPDX-License-Identifier: Apache-2.0 AND MIT

#include <stdio.h>
#include <openssl/err.h>
Expand Down

0 comments on commit 0c97466

Please sign in to comment.