diff --git a/src/psa_aead.c b/src/psa_aead.c index 60e0221..739d8a9 100644 --- a/src/psa_aead.c +++ b/src/psa_aead.c @@ -1,15 +1,15 @@ /* psa_aead.c * - * Copyright (C) 2025 wolfSSL Inc. + * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/psa_asymmetric.c b/src/psa_asymmetric.c index 5d626d8..ebaad62 100644 --- a/src/psa_asymmetric.c +++ b/src/psa_asymmetric.c @@ -1,15 +1,15 @@ /* psa_asymmetric.c * - * Copyright (C) 2025 wolfSSL Inc. + * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/psa_asymmetric_api.c b/src/psa_asymmetric_api.c index 621f731..61f3315 100644 --- a/src/psa_asymmetric_api.c +++ b/src/psa_asymmetric_api.c @@ -1,15 +1,15 @@ /* psa_asymmetric_api.c * - * Copyright (C) 2025 wolfSSL Inc. + * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/psa_attestation.c b/src/psa_attestation.c index 4871f91..f1a1871 100644 --- a/src/psa_attestation.c +++ b/src/psa_attestation.c @@ -4,14 +4,14 @@ * * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/psa_chacha20_poly1305.c b/src/psa_chacha20_poly1305.c index c6d136e..835e872 100644 --- a/src/psa_chacha20_poly1305.c +++ b/src/psa_chacha20_poly1305.c @@ -1,15 +1,15 @@ /* psa_chacha20_poly1305.c * - * Copyright (C) 2025 wolfSSL Inc. + * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/psa_cipher.c b/src/psa_cipher.c index 31342e1..ed5e9e8 100644 --- a/src/psa_cipher.c +++ b/src/psa_cipher.c @@ -1,15 +1,15 @@ /* psa_cipher.c * - * Copyright (C) 2025 wolfSSL Inc. + * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/psa_crypto.c b/src/psa_crypto.c index f68fcf5..7391ebf 100644 --- a/src/psa_crypto.c +++ b/src/psa_crypto.c @@ -1,15 +1,15 @@ /* psa_crypto.c * - * Copyright (C) 2025 wolfSSL Inc. + * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/psa_ecc.c b/src/psa_ecc.c index d55d20d..0149ef6 100644 --- a/src/psa_ecc.c +++ b/src/psa_ecc.c @@ -1,15 +1,15 @@ /* psa_ecc.c * - * Copyright (C) 2025 wolfSSL Inc. + * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/psa_ed25519_ed448.c b/src/psa_ed25519_ed448.c index 161e1a1..9b3ca05 100644 --- a/src/psa_ed25519_ed448.c +++ b/src/psa_ed25519_ed448.c @@ -1,15 +1,15 @@ /* psa_ed25519_ed448.c * - * Copyright (C) 2025 wolfSSL Inc. + * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/psa_engine.c b/src/psa_engine.c index 47c57ec..97c45bd 100644 --- a/src/psa_engine.c +++ b/src/psa_engine.c @@ -1,15 +1,15 @@ /* psa_engine.c * - * Copyright (C) 2025 wolfSSL Inc. + * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/psa_hash_engine.c b/src/psa_hash_engine.c index ccecb39..90a7960 100644 --- a/src/psa_hash_engine.c +++ b/src/psa_hash_engine.c @@ -1,15 +1,15 @@ /* psa_hash_engine.c * - * Copyright (C) 2025 wolfSSL Inc. + * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/psa_key_derivation.c b/src/psa_key_derivation.c index 3dbbbcf..c9fd105 100644 --- a/src/psa_key_derivation.c +++ b/src/psa_key_derivation.c @@ -1,15 +1,15 @@ /* psa_key_derivation.c * - * Copyright (C) 2025 wolfSSL Inc. + * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/psa_key_storage.c b/src/psa_key_storage.c index d21850d..d1534e8 100644 --- a/src/psa_key_storage.c +++ b/src/psa_key_storage.c @@ -1,15 +1,15 @@ /* psa_key_storage.c * - * Copyright (C) 2025 wolfSSL Inc. + * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/psa_lms_xmss.c b/src/psa_lms_xmss.c index 1cc284b..b4454e1 100644 --- a/src/psa_lms_xmss.c +++ b/src/psa_lms_xmss.c @@ -1,15 +1,15 @@ /* psa_lms_xmss.c * - * Copyright (C) 2025 wolfSSL Inc. + * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/psa_mac.c b/src/psa_mac.c index f1f5f29..3530e0d 100644 --- a/src/psa_mac.c +++ b/src/psa_mac.c @@ -1,15 +1,15 @@ /* psa_mac.c * - * Copyright (C) 2025 wolfSSL Inc. + * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/psa_mldsa.c b/src/psa_mldsa.c index dd5f2f8..51143e9 100644 --- a/src/psa_mldsa.c +++ b/src/psa_mldsa.c @@ -1,15 +1,15 @@ /* psa_mldsa.c * - * Copyright (C) 2025 wolfSSL Inc. + * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/psa_mlkem.c b/src/psa_mlkem.c index a4b5655..4ba4cd3 100644 --- a/src/psa_mlkem.c +++ b/src/psa_mlkem.c @@ -1,15 +1,15 @@ /* psa_mlkem.c * - * Copyright (C) 2025 wolfSSL Inc. + * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/psa_pq.c b/src/psa_pq.c index 0128fef..058e51f 100644 --- a/src/psa_pq.c +++ b/src/psa_pq.c @@ -1,15 +1,15 @@ /* psa_pq.c * - * Copyright (C) 2025 wolfSSL Inc. + * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/psa_random.c b/src/psa_random.c index e93db88..f87c648 100644 --- a/src/psa_random.c +++ b/src/psa_random.c @@ -1,15 +1,15 @@ /* psa_random.c * - * Copyright (C) 2025 wolfSSL Inc. + * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/psa_rsa.c b/src/psa_rsa.c index ba2abe1..248d1ff 100644 --- a/src/psa_rsa.c +++ b/src/psa_rsa.c @@ -1,15 +1,15 @@ /* psa_rsa.c * - * Copyright (C) 2025 wolfSSL Inc. + * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/psa_store_posix.c b/src/psa_store_posix.c index b7dd221..76fafb1 100644 --- a/src/psa_store_posix.c +++ b/src/psa_store_posix.c @@ -1,15 +1,15 @@ /* psa_store_posix.c * - * Copyright (C) 2025 wolfSSL Inc. + * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/src/psa_tls_prf.c b/src/psa_tls_prf.c index 57589c2..722e102 100644 --- a/src/psa_tls_prf.c +++ b/src/psa_tls_prf.c @@ -1,15 +1,15 @@ /* psa_tls_prf.c * - * Copyright (C) 2025 wolfSSL Inc. + * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/test-psa-api/tgt_dev_apis_wolfpsa/README.md b/test-psa-api/tgt_dev_apis_wolfpsa/README.md index b293325..d0725e7 100644 --- a/test-psa-api/tgt_dev_apis_wolfpsa/README.md +++ b/test-psa-api/tgt_dev_apis_wolfpsa/README.md @@ -14,6 +14,6 @@ against the wolfPSA implementation on a Linux host. ## License -wolfPSA is Copyright (c) 2025 wolfSSL Inc. and it's distributed under GPLv3 License. +wolfPSA is Copyright (c) 2026 wolfSSL Inc. and it's distributed under GPLv3 License. Arm PSA test suite components remain under the Apache 2.0 License. diff --git a/test/psa_server/user_settings.h b/test/psa_server/user_settings.h index 56102d6..1a32790 100644 --- a/test/psa_server/user_settings.h +++ b/test/psa_server/user_settings.h @@ -1,15 +1,15 @@ /* user_settings_all.h * - * Copyright (C) 2006-2025 wolfSSL Inc. + * Copyright (C) 2006-2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/test/wolfcrypt-benchmark/user_settings.h b/test/wolfcrypt-benchmark/user_settings.h index 68574f0..3c08b49 100644 --- a/test/wolfcrypt-benchmark/user_settings.h +++ b/test/wolfcrypt-benchmark/user_settings.h @@ -1,15 +1,15 @@ /* user_settings_all.h * - * Copyright (C) 2006-2025 wolfSSL Inc. + * Copyright (C) 2006-2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/user_settings.h b/user_settings.h index f1bba73..72eb263 100644 --- a/user_settings.h +++ b/user_settings.h @@ -1,15 +1,15 @@ /* user_settings.h * - * Copyright (C) 2025 wolfSSL Inc. + * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/wolfpsa/psa/crypto-pqc.h b/wolfpsa/psa/crypto-pqc.h index 6e36260..110e73a 100644 --- a/wolfpsa/psa/crypto-pqc.h +++ b/wolfpsa/psa/crypto-pqc.h @@ -1,15 +1,15 @@ /* crypto-pqc.h * - * Copyright (C) 2025 wolfSSL Inc. + * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/wolfpsa/psa/crypto.h b/wolfpsa/psa/crypto.h index ba1bca1..5a9df13 100644 --- a/wolfpsa/psa/crypto.h +++ b/wolfpsa/psa/crypto.h @@ -1,15 +1,15 @@ /* crypto.h * - * Copyright (C) 2025 wolfSSL Inc. + * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/wolfpsa/psa/crypto_compat.h b/wolfpsa/psa/crypto_compat.h index cf9213e..14dc265 100644 --- a/wolfpsa/psa/crypto_compat.h +++ b/wolfpsa/psa/crypto_compat.h @@ -1,15 +1,15 @@ /* crypto_compat.h * - * Copyright (C) 2025 wolfSSL Inc. + * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/wolfpsa/psa/crypto_config.h b/wolfpsa/psa/crypto_config.h index a6d3571..dd09403 100644 --- a/wolfpsa/psa/crypto_config.h +++ b/wolfpsa/psa/crypto_config.h @@ -1,15 +1,15 @@ /* crypto_config.h * - * Copyright (C) 2025 wolfSSL Inc. + * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/wolfpsa/psa/crypto_sizes.h b/wolfpsa/psa/crypto_sizes.h index 125f829..4b35235 100644 --- a/wolfpsa/psa/crypto_sizes.h +++ b/wolfpsa/psa/crypto_sizes.h @@ -1,15 +1,15 @@ /* crypto_sizes.h * - * Copyright (C) 2025 wolfSSL Inc. + * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/wolfpsa/psa/crypto_struct.h b/wolfpsa/psa/crypto_struct.h index 18c6667..2ab3571 100644 --- a/wolfpsa/psa/crypto_struct.h +++ b/wolfpsa/psa/crypto_struct.h @@ -1,15 +1,15 @@ /* crypto_struct.h * - * Copyright (C) 2025 wolfSSL Inc. + * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/wolfpsa/psa/crypto_types.h b/wolfpsa/psa/crypto_types.h index d3da84d..eb3cd2e 100644 --- a/wolfpsa/psa/crypto_types.h +++ b/wolfpsa/psa/crypto_types.h @@ -1,15 +1,15 @@ /* crypto_types.h * - * Copyright (C) 2025 wolfSSL Inc. + * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/wolfpsa/psa/crypto_values.h b/wolfpsa/psa/crypto_values.h index eef8199..6bcb67e 100644 --- a/wolfpsa/psa/crypto_values.h +++ b/wolfpsa/psa/crypto_values.h @@ -1,15 +1,15 @@ /* crypto_values.h * - * Copyright (C) 2025 wolfSSL Inc. + * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/wolfpsa/psa/error.h b/wolfpsa/psa/error.h index 91bfe18..5468963 100644 --- a/wolfpsa/psa/error.h +++ b/wolfpsa/psa/error.h @@ -1,15 +1,15 @@ /* error.h * - * Copyright (C) 2025 wolfSSL Inc. + * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/wolfpsa/psa/initial_attestation.h b/wolfpsa/psa/initial_attestation.h index fccb4c2..72bfecd 100644 --- a/wolfpsa/psa/initial_attestation.h +++ b/wolfpsa/psa/initial_attestation.h @@ -2,14 +2,14 @@ * * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/wolfpsa/psa_chacha20_poly1305.h b/wolfpsa/psa_chacha20_poly1305.h index d970018..ffdc83b 100644 --- a/wolfpsa/psa_chacha20_poly1305.h +++ b/wolfpsa/psa_chacha20_poly1305.h @@ -1,15 +1,15 @@ /* psa_chacha20_poly1305.h * - * Copyright (C) 2025 wolfSSL Inc. + * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/wolfpsa/psa_engine.h b/wolfpsa/psa_engine.h index 0c7e29e..1dd3e39 100644 --- a/wolfpsa/psa_engine.h +++ b/wolfpsa/psa_engine.h @@ -1,15 +1,15 @@ /* psa_engine.h * - * Copyright (C) 2025 wolfSSL Inc. + * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/wolfpsa/psa_key_storage.h b/wolfpsa/psa_key_storage.h index 8f87e8e..036b31d 100644 --- a/wolfpsa/psa_key_storage.h +++ b/wolfpsa/psa_key_storage.h @@ -1,15 +1,15 @@ /* psa_key_storage.h * - * Copyright (C) 2025 wolfSSL Inc. + * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/wolfpsa/psa_random.h b/wolfpsa/psa_random.h index 040c433..a32c71a 100644 --- a/wolfpsa/psa_random.h +++ b/wolfpsa/psa_random.h @@ -1,15 +1,15 @@ /* psa_random.h * - * Copyright (C) 2025 wolfSSL Inc. + * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/wolfpsa/psa_store.h b/wolfpsa/psa_store.h index be22e0f..6ecfb15 100644 --- a/wolfpsa/psa_store.h +++ b/wolfpsa/psa_store.h @@ -1,15 +1,15 @@ /* psa_store.h * - * Copyright (C) 2025 wolfSSL Inc. + * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/wolfpsa/psa_stream.h b/wolfpsa/psa_stream.h index f3cf6dc..41c2267 100644 --- a/wolfpsa/psa_stream.h +++ b/wolfpsa/psa_stream.h @@ -1,15 +1,15 @@ /* psa_stream.h * - * Copyright (C) 2025 wolfSSL Inc. + * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. diff --git a/wolfpsa/psa_tls_prf.h b/wolfpsa/psa_tls_prf.h index 74b21d1..6e26caf 100644 --- a/wolfpsa/psa_tls_prf.h +++ b/wolfpsa/psa_tls_prf.h @@ -1,15 +1,15 @@ /* psa_tls_prf.h * - * Copyright (C) 2025 wolfSSL Inc. + * Copyright (C) 2026 wolfSSL Inc. * - * This file is part of wolfSSL. + * This file is part of wolfPSA. * - * wolfSSL is free software; you can redistribute it and/or modify + * wolfPSA is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * wolfSSL is distributed in the hope that it will be useful, + * wolfPSA is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details.