mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 14:17:51 -04:00
minor edits
This commit is contained in:
parent
7ff9618be7
commit
0f67664031
3 changed files with 5 additions and 5 deletions
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
|||
BSD 3-Clause License
|
||||
|
||||
Copyright (c) 2023, Stephan Nolting
|
||||
Copyright (c) 2024, Stephan Nolting
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
**BSD 3-Clause License**
|
||||
|
||||
Copyright (c) 2023, Stephan Nolting. All rights reserved.
|
||||
Copyright (c) 2024, Stephan Nolting. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without modification, are permitted provided that
|
||||
the following conditions are met:
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
// # ********************************************************************************************* #
|
||||
// # BSD 3-Clause License #
|
||||
// # #
|
||||
// # Copyright (c) 2023, Stephan Nolting. All rights reserved. #
|
||||
// # Copyright (c) 2024, Stephan Nolting. All rights reserved. #
|
||||
// # #
|
||||
// # Redistribution and use in source and binary forms, with or without modification, are #
|
||||
// # permitted provided that the following conditions are met: #
|
||||
|
@ -802,7 +802,7 @@ void neorv32_rte_print_credits(void) {
|
|||
|
||||
if (neorv32_uart0_available() != 0) { // cannot output anything if UART0 is not implemented
|
||||
neorv32_uart0_puts("The NEORV32 RISC-V Processor, github.com/stnolting/neorv32\n"
|
||||
"(c) 2023 by Dipl.-Ing. Stephan Nolting, BSD 3-Clause License\n");
|
||||
"(c) 2024 by Dipl.-Ing. Stephan Nolting, BSD 3-Clause License\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -860,7 +860,7 @@ void neorv32_rte_print_license(void) {
|
|||
"\n"
|
||||
"BSD 3-Clause License\n"
|
||||
"\n"
|
||||
"Copyright (c) 2023, Stephan Nolting. All rights reserved.\n"
|
||||
"Copyright (c) 2024, Stephan Nolting. All rights reserved.\n"
|
||||
"\n"
|
||||
"Redistribution and use in source and binary forms, with or without modification, are\n"
|
||||
"permitted provided that the following conditions are met:\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue