| #
a8d59198 |
| 26-Oct-2020 |
Rouven Czerwinski <r.czerwinski@pengutronix.de> |
libutils: strtoul.c: adjust license text to upstream
Adjust the license text in strtoul.c according to upstream commit "Use remove-advertising-clause script to edit BSD licenses" [1]. With this, the
libutils: strtoul.c: adjust license text to upstream
Adjust the license text in strtoul.c according to upstream commit "Use remove-advertising-clause script to edit BSD licenses" [1]. With this, the file also matches its SPDX License identifier correctly.
Link: [1]: https://sourceware.org/git/?p=newlib-cygwin.git;a=commit;h=9042d0ce65533a26fc3264206db5828d5692332c Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> Acked-by: Jerome Forissier <jerome@forissier.org> [jf: minor edits to commit message] Signed-off-by: Jerome Forissier <jerome@forissier.org>
show more ...
|
| #
b38854bd |
| 09-Nov-2018 |
Bryan O'Donoghue <bryan.odonoghue@linaro.org> |
libutils: Import strtoul from newlib
This patch imports strtoul from newlib which the latest version of libfdt depends on.
Some modification of the original source is required to do this, specifica
libutils: Import strtoul from newlib
This patch imports strtoul from newlib which the latest version of libfdt depends on.
Some modification of the original source is required to do this, specifically:
This is an import of the newlib 1.19.0 version of strtoul dropping
- Headers and prototypes for re-entrancy
- Any reliance on errno
Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>
show more ...
|