Doc fixes.

This commit is contained in:
Simon Josefsson
2016-08-12 15:45:40 +02:00
parent e54176d530
commit 61c71d16a3
2 changed files with 38 additions and 20 deletions
+9
View File
@@ -2,6 +2,15 @@ yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*-
* Version 1.4.2 (unreleased) * Version 1.4.2 (unreleased)
** Clarify license headers and clean up YKCS11 licensing.
Now uses pkcs11.h from the Scute project.
** Don't install ykcs11-version.h.
** No cflags in ykcs11.pc.
** Unimplemented YKCS11 functions now return CKR_FUNCTION_FAILED.
* Version 1.4.1 (released 2016-08-11) * Version 1.4.1 (released 2016-08-11)
** Documentation updates ** Documentation updates
+29 -20
View File
@@ -14,29 +14,38 @@ A shared library and a command-line tool is included.
License License
------- -------
Redistribution and use in source and binary forms, with or without In general the project is covered by the following BSD license. The
modification, are permitted provided that the following conditions are file ykcs11/pkcs11.h has additional copyright and licensing
met: information, please see it for more information. Some other files
(e.g., m4/*) have other licenses too but are only part of the build
infrastructure.
* Redistributions of source code must retain the above copyright Copyright (c) 2014-2016 Yubico AB
notice, this list of conditions and the following disclaimer. All rights reserved.
* Redistributions in binary form must reproduce the above Redistribution and use in source and binary forms, with or without
copyright notice, this list of conditions and the following modification, are permitted provided that the following conditions are
disclaimer in the documentation and/or other materials provided met:
with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * Redistributions of source code must retain the above copyright
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT notice, this list of conditions and the following disclaimer.
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT * Redistributions in binary form must reproduce the above
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, copyright notice, this list of conditions and the following
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT disclaimer in the documentation and/or other materials provided
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, with the distribution.
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Building Building
-------- --------