From 60be2e25d401a1b49cd3ef9e06e16289f1b9eb98 Mon Sep 17 00:00:00 2001 From: Juan Leni Date: Mon, 2 Sep 2024 18:39:39 +0200 Subject: [PATCH] correct company name --- CMakeLists.txt | 2 +- LICENSE | 2 +- app/LICENSE | 2 +- app/src/addr.c | 2 +- app/src/addr.h | 2 +- app/src/cbor/cbor_parser_helper.c | 2 +- app/src/cbor/cbor_parser_helper.h | 2 +- app/src/coin.h | 2 +- app/src/common/actions.c | 2 +- app/src/common/actions.h | 2 +- app/src/common/main.c | 2 +- app/src/common/parser.h | 2 +- app/src/common/parser_common.h | 2 +- app/src/common/tx.c | 2 +- app/src/common/tx.h | 2 +- app/src/crypto.h | 2 +- app/src/json/json_parser.c | 2 +- app/src/parser.c | 2 +- app/src/parser_impl.c | 2 +- app/src/parser_impl.h | 2 +- app/src/parser_txdef.h | 2 +- app/src/secret.c | 2 +- app/src/secret.h | 2 +- app/src/tx_display.h | 2 +- app/src/tx_validate.c | 2 +- app/src/tx_validate.h | 2 +- tests/common.cpp | 2 +- tests/common.h | 2 +- tests/json_parser.cpp | 2 +- tests/testcases.cpp | 2 +- tests/testcases.h | 2 +- tests/tx_parse.cpp | 2 +- tests/tx_validate.cpp | 2 +- tests/ui_tests.cpp | 2 +- tests_zemu/package.json | 2 +- 35 files changed, 35 insertions(+), 35 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fbcb8699..0faeae86 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ #******************************************************************************* -#* (c) 2018 Zondax GmbH +#* (c) 2018 Zondax AG #* #* Licensed under the Apache License, Version 2.0 (the "License"); #* you may not use this file except in compliance with the License. diff --git a/LICENSE b/LICENSE index 0fa613e8..a5ef19ff 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2018-2020 Zondax GmbH + Copyright 2018-2020 Zondax AG Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/app/LICENSE b/app/LICENSE index 996fc285..1ab4a83f 100644 --- a/app/LICENSE +++ b/app/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2018-2021 Zondax GmbH + Copyright 2018-2021 Zondax AG Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/app/src/addr.c b/app/src/addr.c index 6e43055e..e8ecaa0b 100644 --- a/app/src/addr.c +++ b/app/src/addr.c @@ -1,5 +1,5 @@ /******************************************************************************* -* (c) 2020 Zondax GmbH +* (c) 2020 Zondax AG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/app/src/addr.h b/app/src/addr.h index d9bbae1d..f3547a8a 100644 --- a/app/src/addr.h +++ b/app/src/addr.h @@ -1,5 +1,5 @@ /******************************************************************************* -* (c) 2020 Zondax GmbH +* (c) 2020 Zondax AG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/app/src/cbor/cbor_parser_helper.c b/app/src/cbor/cbor_parser_helper.c index 59af1ee3..c07d0eac 100644 --- a/app/src/cbor/cbor_parser_helper.c +++ b/app/src/cbor/cbor_parser_helper.c @@ -1,5 +1,5 @@ /******************************************************************************* -* (c) 2018, 2019 Zondax GmbH +* (c) 2018, 2019 Zondax AG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/app/src/cbor/cbor_parser_helper.h b/app/src/cbor/cbor_parser_helper.h index 20509f66..95e650a6 100644 --- a/app/src/cbor/cbor_parser_helper.h +++ b/app/src/cbor/cbor_parser_helper.h @@ -1,5 +1,5 @@ /******************************************************************************* -* (c) 2018, 2019 Zondax GmbH +* (c) 2018, 2019 Zondax AG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/app/src/coin.h b/app/src/coin.h index b938a903..f6fff5ec 100644 --- a/app/src/coin.h +++ b/app/src/coin.h @@ -1,5 +1,5 @@ /******************************************************************************* -* (c) 2019-2021 Zondax GmbH +* (c) 2019-2021 Zondax AG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/app/src/common/actions.c b/app/src/common/actions.c index bb02b909..22914f0e 100644 --- a/app/src/common/actions.c +++ b/app/src/common/actions.c @@ -1,5 +1,5 @@ /******************************************************************************* -* (c) 2021 Zondax GmbH +* (c) 2021 Zondax AG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/app/src/common/actions.h b/app/src/common/actions.h index 79032a64..55a6ee96 100644 --- a/app/src/common/actions.h +++ b/app/src/common/actions.h @@ -1,5 +1,5 @@ /******************************************************************************* -* (c) 2019 Zondax GmbH +* (c) 2019 Zondax AG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/app/src/common/main.c b/app/src/common/main.c index 87150f07..9decfbcf 100644 --- a/app/src/common/main.c +++ b/app/src/common/main.c @@ -1,6 +1,6 @@ /******************************************************************************* * (c) 2016 Ledger -* (c) 2018, 2019 Zondax GmbH +* (c) 2018, 2019 Zondax AG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/app/src/common/parser.h b/app/src/common/parser.h index c000b072..15ddb799 100644 --- a/app/src/common/parser.h +++ b/app/src/common/parser.h @@ -1,5 +1,5 @@ /******************************************************************************* -* (c) 2019 Zondax GmbH +* (c) 2019 Zondax AG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/app/src/common/parser_common.h b/app/src/common/parser_common.h index 95e8f9be..dfac8371 100644 --- a/app/src/common/parser_common.h +++ b/app/src/common/parser_common.h @@ -1,5 +1,5 @@ /******************************************************************************* -* (c) 2019 Zondax GmbH +* (c) 2019 Zondax AG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/app/src/common/tx.c b/app/src/common/tx.c index 764c2f9b..4ca6b097 100644 --- a/app/src/common/tx.c +++ b/app/src/common/tx.c @@ -1,5 +1,5 @@ /******************************************************************************* -* (c) 2019 Zondax GmbH +* (c) 2019 Zondax AG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/app/src/common/tx.h b/app/src/common/tx.h index 54b22b37..af3ca85a 100644 --- a/app/src/common/tx.h +++ b/app/src/common/tx.h @@ -1,5 +1,5 @@ /******************************************************************************* -* (c) 2019 Zondax GmbH +* (c) 2019 Zondax AG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/app/src/crypto.h b/app/src/crypto.h index 7b216290..22bc824d 100644 --- a/app/src/crypto.h +++ b/app/src/crypto.h @@ -1,5 +1,5 @@ /******************************************************************************* -* (c) 2019 Zondax GmbH +* (c) 2019 Zondax AG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/app/src/json/json_parser.c b/app/src/json/json_parser.c index e7adf3f5..b609c41b 100644 --- a/app/src/json/json_parser.c +++ b/app/src/json/json_parser.c @@ -1,5 +1,5 @@ /******************************************************************************* -* (c) 2018, 2019 Zondax GmbH +* (c) 2018, 2019 Zondax AG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/app/src/parser.c b/app/src/parser.c index f0192bf9..1b11d3e5 100644 --- a/app/src/parser.c +++ b/app/src/parser.c @@ -1,5 +1,5 @@ /******************************************************************************* -* (c) 2019 Zondax GmbH +* (c) 2019 Zondax AG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/app/src/parser_impl.c b/app/src/parser_impl.c index 946722a8..7ebe5534 100644 --- a/app/src/parser_impl.c +++ b/app/src/parser_impl.c @@ -1,5 +1,5 @@ /******************************************************************************* -* (c) 2019 Zondax GmbH +* (c) 2019 Zondax AG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/app/src/parser_impl.h b/app/src/parser_impl.h index 1af7a28f..b18fc721 100644 --- a/app/src/parser_impl.h +++ b/app/src/parser_impl.h @@ -1,5 +1,5 @@ /******************************************************************************* -* (c) 2019 Zondax GmbH +* (c) 2019 Zondax AG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/app/src/parser_txdef.h b/app/src/parser_txdef.h index c3c75146..7ebeaf5e 100644 --- a/app/src/parser_txdef.h +++ b/app/src/parser_txdef.h @@ -1,5 +1,5 @@ /******************************************************************************* -* (c) 2019 Zondax GmbH +* (c) 2019 Zondax AG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/app/src/secret.c b/app/src/secret.c index 155acb97..9eab06e9 100644 --- a/app/src/secret.c +++ b/app/src/secret.c @@ -1,5 +1,5 @@ /******************************************************************************* -* (c) 2020 Zondax GmbH +* (c) 2020 Zondax AG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/app/src/secret.h b/app/src/secret.h index 678d40cd..c2a58ab2 100644 --- a/app/src/secret.h +++ b/app/src/secret.h @@ -1,5 +1,5 @@ /******************************************************************************* -* (c) 2018 Zondax GmbH +* (c) 2018 Zondax AG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/app/src/tx_display.h b/app/src/tx_display.h index 5130a482..1cb3eca5 100644 --- a/app/src/tx_display.h +++ b/app/src/tx_display.h @@ -1,5 +1,5 @@ /******************************************************************************* -* (c) 2018, 2019 Zondax GmbH +* (c) 2018, 2019 Zondax AG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/app/src/tx_validate.c b/app/src/tx_validate.c index b3956706..0e19116a 100644 --- a/app/src/tx_validate.c +++ b/app/src/tx_validate.c @@ -1,5 +1,5 @@ /******************************************************************************* -* (c) 2018, 2019 Zondax GmbH +* (c) 2018, 2019 Zondax AG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/app/src/tx_validate.h b/app/src/tx_validate.h index acd72030..f2e1adc0 100644 --- a/app/src/tx_validate.h +++ b/app/src/tx_validate.h @@ -1,5 +1,5 @@ /******************************************************************************* -* (c) 2018, 2019 Zondax GmbH +* (c) 2018, 2019 Zondax AG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/common.cpp b/tests/common.cpp index f8e49866..2bf12389 100644 --- a/tests/common.cpp +++ b/tests/common.cpp @@ -1,5 +1,5 @@ /******************************************************************************* -* (c) 2021 Zondax GmbH +* (c) 2021 Zondax AG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/common.h b/tests/common.h index beb78755..00e891d7 100644 --- a/tests/common.h +++ b/tests/common.h @@ -1,5 +1,5 @@ /******************************************************************************* -* (c) 2018 Zondax GmbH +* (c) 2018 Zondax AG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/json_parser.cpp b/tests/json_parser.cpp index 7bcc484d..69209c1b 100644 --- a/tests/json_parser.cpp +++ b/tests/json_parser.cpp @@ -1,5 +1,5 @@ /******************************************************************************* -* (c) 2018 Zondax GmbH +* (c) 2018 Zondax AG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/testcases.cpp b/tests/testcases.cpp index 8fc64886..fc3b2df3 100644 --- a/tests/testcases.cpp +++ b/tests/testcases.cpp @@ -1,5 +1,5 @@ /******************************************************************************* -* (c) 2019 Zondax GmbH +* (c) 2019 Zondax AG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/testcases.h b/tests/testcases.h index ed9fcd47..e697ad5c 100644 --- a/tests/testcases.h +++ b/tests/testcases.h @@ -1,5 +1,5 @@ /******************************************************************************* -* (c) 2019 Zondax GmbH +* (c) 2019 Zondax AG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/tx_parse.cpp b/tests/tx_parse.cpp index f4c7b2aa..a20ec798 100644 --- a/tests/tx_parse.cpp +++ b/tests/tx_parse.cpp @@ -1,5 +1,5 @@ /******************************************************************************* -* (c) 2018 Zondax GmbH +* (c) 2018 Zondax AG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/tx_validate.cpp b/tests/tx_validate.cpp index 8e533085..8af32d37 100644 --- a/tests/tx_validate.cpp +++ b/tests/tx_validate.cpp @@ -1,5 +1,5 @@ /******************************************************************************* -* (c) 2018 Zondax GmbH +* (c) 2018 Zondax AG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/ui_tests.cpp b/tests/ui_tests.cpp index 8b5aa8f7..4a113e51 100644 --- a/tests/ui_tests.cpp +++ b/tests/ui_tests.cpp @@ -1,5 +1,5 @@ /******************************************************************************* -* (c) 2019 Zondax GmbH +* (c) 2019 Zondax AG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests_zemu/package.json b/tests_zemu/package.json index 92640893..873e82ac 100644 --- a/tests_zemu/package.json +++ b/tests_zemu/package.json @@ -1,6 +1,6 @@ { "name": "integration-tests", - "author": "Zondax GmbH", + "author": "Zondax AG", "license": "Apache-2.0", "version": "1.0.0", "description": "",