diff --git a/NEWS b/NEWS index 6b38865..13de3a3 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,15 @@ yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*- * 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) ** Documentation updates diff --git a/README b/README index 83d7434..bb87fd4 100644 --- a/README +++ b/README @@ -14,29 +14,38 @@ A shared library and a command-line tool is included. License ------- -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +In general the project is covered by the following BSD license. The +file ykcs11/pkcs11.h has additional copyright and licensing +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 - notice, this list of conditions and the following disclaimer. + Copyright (c) 2014-2016 Yubico AB + All rights reserved. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -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. + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + 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 --------