README/Bios: Bump year.
This commit is contained in:
parent
739a8db8c3
commit
cf165d3c2c
|
@ -1,7 +1,7 @@
|
||||||
<p align="center"><img src="https://raw.githubusercontent.com/enjoy-digital/litex/master/doc/litex.png"></p>
|
<p align="center"><img src="https://raw.githubusercontent.com/enjoy-digital/litex/master/doc/litex.png"></p>
|
||||||
|
|
||||||
```
|
```
|
||||||
Copyright 2012-2023 / Enjoy-Digital & LiteX developers
|
Copyright 2012-2024 / Enjoy-Digital & LiteX developers
|
||||||
```
|
```
|
||||||
[![](https://github.com/enjoy-digital/litex/workflows/ci/badge.svg)](https://github.com/enjoy-digital/litex/actions)
|
[![](https://github.com/enjoy-digital/litex/workflows/ci/badge.svg)](https://github.com/enjoy-digital/litex/actions)
|
||||||
![License](https://img.shields.io/badge/License-BSD%202--Clause-orange.svg)
|
![License](https://img.shields.io/badge/License-BSD%202--Clause-orange.svg)
|
||||||
|
|
|
@ -110,7 +110,7 @@ __attribute__((__used__)) int main(int i, char **c)
|
||||||
printf("\e[1m /____/_/\\__/\\__/_/|_|\e[0m\n");
|
printf("\e[1m /____/_/\\__/\\__/_/|_|\e[0m\n");
|
||||||
printf("\e[1m Build your hardware, easily!\e[0m\n");
|
printf("\e[1m Build your hardware, easily!\e[0m\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf(" (c) Copyright 2012-2023 Enjoy-Digital\n");
|
printf(" (c) Copyright 2012-2024 Enjoy-Digital\n");
|
||||||
printf(" (c) Copyright 2007-2015 M-Labs\n");
|
printf(" (c) Copyright 2007-2015 M-Labs\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
#ifndef CONFIG_BIOS_NO_BUILD_TIME
|
#ifndef CONFIG_BIOS_NO_BUILD_TIME
|
||||||
|
|
Loading…
Reference in New Issue