summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2019-09-16 15:03:41 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2019-09-20 17:30:51 +0200
commitf51ae6b9bc32eeacf4018abdaf0a6d1dd1430d72 (patch)
tree2047b09c5647cfcdeb3368c2c7efd8d543c8dc14
parent7e5d82c42ccf8e579cedcc85c61a866af6dfd0ca (diff)
downloadgnutls-f51ae6b9bc32eeacf4018abdaf0a6d1dd1430d72.tar.gz
pkcs11-mock: updated license based on upstream project [ci skip]
Based on the relicense of the original project: https://github.com/Pkcs11Interop/pkcs11-mock Applied in commit: 8751256956e414c1b0a30414831f5083afbf64bf Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--tests/pkcs11/pkcs11-mock.c26
-rw-r--r--tests/pkcs11/pkcs11-mock.h25
2 files changed, 31 insertions, 20 deletions
diff --git a/tests/pkcs11/pkcs11-mock.c b/tests/pkcs11/pkcs11-mock.c
index 7cd6ec2361..0645187ffe 100644
--- a/tests/pkcs11/pkcs11-mock.c
+++ b/tests/pkcs11/pkcs11-mock.c
@@ -1,16 +1,22 @@
/*
- * PKCS11-MOCK - PKCS#11 mock module
- * Copyright (c) 2015 JWC s.r.o. <http://www.jwc.sk>
- * Author: Jaroslav Imrich <jimrich@jimrich.sk>
+ * Copyright 2011-2016 The Pkcs11Interop Project
*
- * Licensing for open source projects:
- * PKCS11-MOCK is available under the terms of the GNU Affero General
- * Public License version 3 as published by the Free Software Foundation.
- * Please see <https://www.gnu.org/licenses/agpl-3.0.html> for more details.
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * Licensing for other types of projects:
- * PKCS11-MOCK is available under the terms of flexible commercial license.
- * Please contact JWC s.r.o. at <info@pkcs11interop.net> for more details.
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/*
+ * Written originally for the Pkcs11Interop project by:
+ * Jaroslav IMRICH <jimrich@jimrich.sk>
*/
#include "pkcs11-mock.h"
diff --git a/tests/pkcs11/pkcs11-mock.h b/tests/pkcs11/pkcs11-mock.h
index 5997f30ff1..6764c021e6 100644
--- a/tests/pkcs11/pkcs11-mock.h
+++ b/tests/pkcs11/pkcs11-mock.h
@@ -1,18 +1,23 @@
/*
- * PKCS11-MOCK - PKCS#11 mock module
- * Copyright (c) 2015 JWC s.r.o. <http://www.jwc.sk>
- * Author: Jaroslav Imrich <jimrich@jimrich.sk>
+ * Copyright 2011-2016 The Pkcs11Interop Project
*
- * Licensing for open source projects:
- * PKCS11-MOCK is available under the terms of the GNU Affero General
- * Public License version 3 as published by the Free Software Foundation.
- * Please see <https://www.gnu.org/licenses/agpl-3.0.html> for more details.
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * Licensing for other types of projects:
- * PKCS11-MOCK is available under the terms of flexible commercial license.
- * Please contact JWC s.r.o. at <info@pkcs11interop.net> for more details.
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
+/*
+ * Written originally for the Pkcs11Interop project by:
+ * Jaroslav IMRICH <jimrich@jimrich.sk>
+ */
#define _POSIX_C_SOURCE 200809
#include <config.h>