/*
- * 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"
/*
- * 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>