]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
pkcs11-mock: updated license based on upstream project [ci skip]
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 16 Sep 2019 13:03:41 +0000 (15:03 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 20 Sep 2019 15:30:51 +0000 (17:30 +0200)
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>
tests/pkcs11/pkcs11-mock.c
tests/pkcs11/pkcs11-mock.h

index 7cd6ec2361543ad2479188d6f0796a13038bfb55..0645187ffef700ab1166d832d408507285b3de10 100644 (file)
@@ -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"
index 5997f30ff1d06f0ae9f0a86915ad616cbcca61c0..6764c021e6161de8e16e0372e01980c72c90495a 100644 (file)
@@ -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>