|
186 | 186 | same "printed page" as the copyright notice for easier |
187 | 187 | identification within third-party archives. |
188 | 188 |
|
189 | | - Copyright [yyyy] [name of copyright owner] |
| 189 | + IBM Copyright 2023 |
190 | 190 |
|
191 | 191 | Licensed under the Apache License, Version 2.0 (the "License"); |
192 | 192 | you may not use this file except in compliance with the License. |
|
199 | 199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
200 | 200 | See the License for the specific language governing permissions and |
201 | 201 | limitations under the License. |
| 202 | + |
| 203 | +======================================================================== |
| 204 | +The PKCS#11 component headers are derived from |
| 205 | +the RSA Security Inc. PKCS #11 Cryptographic Token Interface (Cryptoki). |
| 206 | +======================================================================== |
| 207 | + |
| 208 | +/* License to copy and use this software is granted provided that it is |
| 209 | + * identified as "RSA Security Inc. PKCS #11 Cryptographic Token Interface |
| 210 | + * (Cryptoki)" in all material mentioning or referencing this software. |
| 211 | + |
| 212 | + * License is also granted to make and use derivative works provided that |
| 213 | + * such works are identified as "derived from the RSA Security Inc. PKCS #11 |
| 214 | + * Cryptographic Token Interface (Cryptoki)" in all material mentioning or |
| 215 | + * referencing the derived work. |
| 216 | + |
| 217 | + * RSA Security Inc. makes no representations concerning either the |
| 218 | + * merchantability of this software or the suitability of this software for |
| 219 | + * any particular purpose. It is provided "as is" without express or implied |
| 220 | + * warranty of any kind. |
| 221 | + */ |
| 222 | + |
| 223 | + |
| 224 | +======================================================================== |
| 225 | +zlib: The program contains an embedded, statically linked copy of zlib. See www.zlib.net. |
| 226 | +========================= Start zlib ==================================== |
| 227 | +Copyright notice: |
| 228 | + |
| 229 | + (C) 1995-2022 Jean-loup Gailly and Mark Adler |
| 230 | + |
| 231 | + This software is provided 'as-is', without any express or implied |
| 232 | + warranty. In no event will the authors be held liable for any damages |
| 233 | + arising from the use of this software. |
| 234 | + |
| 235 | + Permission is granted to anyone to use this software for any purpose, |
| 236 | + including commercial applications, and to alter it and redistribute it |
| 237 | + freely, subject to the following restrictions: |
| 238 | + |
| 239 | + 1. The origin of this software must not be misrepresented; you must not |
| 240 | + claim that you wrote the original software. If you use this software |
| 241 | + in a product, an acknowledgment in the product documentation would be |
| 242 | + appreciated but is not required. |
| 243 | + 2. Altered source versions must be plainly marked as such, and must not be |
| 244 | + misrepresented as being the original software. |
| 245 | + 3. This notice may not be removed or altered from any source distribution. |
| 246 | + |
| 247 | + Jean-loup Gailly Mark Adler |
| 248 | + |
| 249 | + |
| 250 | +============================== END zlib ================================= |
| 251 | +OpenSSL: The Program is accompanied by software currently developed by The OpenSSL Project (http://www.openssl.org/). |
| 252 | + |
| 253 | +Note: The OpenSSL license text here is from OpenSSL-1.1.1s/LICENSE, code last updated in 2023. |
| 254 | +============================= Start OpenSSL ============================= |
| 255 | + LICENSE ISSUES |
| 256 | + ============== |
| 257 | + |
| 258 | + The OpenSSL toolkit stays under a double license, i.e. both the conditions of |
| 259 | + the OpenSSL License and the original SSLeay license apply to the toolkit. |
| 260 | + See below for the actual license texts. |
| 261 | + |
| 262 | + OpenSSL License |
| 263 | + --------------- |
| 264 | + |
| 265 | +/* ==================================================================== |
| 266 | + * Copyright (c) 1998-2019 The OpenSSL Project. All rights reserved. |
| 267 | + * |
| 268 | + * Redistribution and use in source and binary forms, with or without |
| 269 | + * modification, are permitted provided that the following conditions |
| 270 | + * are met: |
| 271 | + * |
| 272 | + * 1. Redistributions of source code must retain the above copyright |
| 273 | + * notice, this list of conditions and the following disclaimer. |
| 274 | + * |
| 275 | + * 2. Redistributions in binary form must reproduce the above copyright |
| 276 | + * notice, this list of conditions and the following disclaimer in |
| 277 | + * the documentation and/or other materials provided with the |
| 278 | + * distribution. |
| 279 | + * |
| 280 | + * 3. All advertising materials mentioning features or use of this |
| 281 | + * software must display the following acknowledgment: |
| 282 | + * "This product includes software developed by the OpenSSL Project |
| 283 | + * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" |
| 284 | + * |
| 285 | + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to |
| 286 | + * endorse or promote products derived from this software without |
| 287 | + * prior written permission. For written permission, please contact |
| 288 | + |
| 289 | + * |
| 290 | + * 5. Products derived from this software may not be called "OpenSSL" |
| 291 | + * nor may "OpenSSL" appear in their names without prior written |
| 292 | + * permission of the OpenSSL Project. |
| 293 | + * |
| 294 | + * 6. Redistributions of any form whatsoever must retain the following |
| 295 | + * acknowledgment: |
| 296 | + * "This product includes software developed by the OpenSSL Project |
| 297 | + * for use in the OpenSSL Toolkit (http://www.openssl.org/)" |
| 298 | + * |
| 299 | + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY |
| 300 | + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 301 | + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 302 | + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR |
| 303 | + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 304 | + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 305 | + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 306 | + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 307 | + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
| 308 | + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 309 | + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
| 310 | + * OF THE POSSIBILITY OF SUCH DAMAGE. |
| 311 | + * ==================================================================== |
| 312 | + * |
| 313 | + * This product includes cryptographic software written by Eric Young |
| 314 | + * ( [email protected]). This product includes software written by Tim |
| 315 | + |
| 316 | + * |
| 317 | + */ |
| 318 | + |
| 319 | +Original SSLeay License |
| 320 | + ----------------------- |
| 321 | + |
| 322 | +/* Copyright (C) 1995-1998 Eric Young ( [email protected]) |
| 323 | + * All rights reserved. |
| 324 | + * |
| 325 | + * This package is an SSL implementation written |
| 326 | + * by Eric Young ( [email protected]). |
| 327 | + * The implementation was written so as to conform with Netscapes SSL. |
| 328 | + * |
| 329 | + * This library is free for commercial and non-commercial use as long as |
| 330 | + * the following conditions are aheared to. The following conditions |
| 331 | + * apply to all code found in this distribution, be it the RC4, RSA, |
| 332 | + * lhash, DES, etc., code; not just the SSL code. The SSL documentation |
| 333 | + * included with this distribution is covered by the same copyright terms |
| 334 | + * except that the holder is Tim Hudson ( [email protected]). |
| 335 | + * |
| 336 | + * Copyright remains Eric Young's, and as such any Copyright notices in |
| 337 | + * the code are not to be removed. |
| 338 | + * If this package is used in a product, Eric Young should be given attribution |
| 339 | + * as the author of the parts of the library used. |
| 340 | + * This can be in the form of a textual message at program startup or |
| 341 | + * in documentation (online or textual) provided with the package. |
| 342 | + * |
| 343 | + * Redistribution and use in source and binary forms, with or without |
| 344 | + * modification, are permitted provided that the following conditions |
| 345 | + * are met: |
| 346 | + * 1. Redistributions of source code must retain the copyright |
| 347 | + * notice, this list of conditions and the following disclaimer. |
| 348 | + * 2. Redistributions in binary form must reproduce the above copyright |
| 349 | + * notice, this list of conditions and the following disclaimer in the |
| 350 | + * documentation and/or other materials provided with the distribution. |
| 351 | + * 3. All advertising materials mentioning features or use of this software |
| 352 | + * must display the following acknowledgement: |
| 353 | + * "This product includes cryptographic software written by |
| 354 | + |
| 355 | + * The word 'cryptographic' can be left out if the rouines from the library |
| 356 | + * being used are not cryptographic related :-). |
| 357 | + * 4. If you include any Windows specific code (or a derivative thereof) from |
| 358 | + * the apps directory (application code) you must include an acknowledgement: |
| 359 | + * "This product includes software written by Tim Hudson ( [email protected])" |
| 360 | + * |
| 361 | + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND |
| 362 | + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 363 | + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 364 | + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 365 | + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 366 | + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 367 | + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 368 | + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 369 | + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 370 | + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 371 | + * SUCH DAMAGE. |
| 372 | + * |
| 373 | + * The licence and distribution terms for any publically available version or |
| 374 | + * derivative of this code cannot be changed. i.e. this code cannot simply be |
| 375 | + * copied and put under another distribution licence |
| 376 | + * [including the GNU Public Licence.] |
| 377 | + */ |
| 378 | + |
0 commit comments