Bump year.
This commit is contained in:
parent
3fde251216
commit
ba79224939
2
LICENSE
2
LICENSE
|
@ -1,7 +1,7 @@
|
|||
LiteX is a Migen/MiSoC based Core/SoC builder that provides the infrastructure to
|
||||
easily create Cores/SoCs.
|
||||
|
||||
Unless otherwise noted, LiteX is copyright (C) 2012-2020 Enjoy-Digital.
|
||||
Unless otherwise noted, LiteX is copyright (C) 2012-2022 Enjoy-Digital.
|
||||
Unless otherwise noted, MiSoC is copyright (C) 2012-2015 Enjoy-Digital.
|
||||
Unless otherwise noted, MiSoC is copyright (C) 2007-2015 M-Labs Ltd.
|
||||
All rights reserved.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<p align="center"><img src="https://raw.githubusercontent.com/enjoy-digital/litex/master/doc/litex.png"></p>
|
||||
|
||||
```
|
||||
Copyright 2012-2021 / Enjoy-Digital & LiteX developers
|
||||
Copyright 2012-2022 / Enjoy-Digital & LiteX developers
|
||||
```
|
||||
[![](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)
|
||||
|
|
|
@ -99,7 +99,7 @@ int main(int i, char **c)
|
|||
printf("\e[1m /____/_/\\__/\\__/_/|_|\e[0m\n");
|
||||
printf("\e[1m Build your hardware, easily!\e[0m\n");
|
||||
printf("\n");
|
||||
printf(" (c) Copyright 2012-2021 Enjoy-Digital\n");
|
||||
printf(" (c) Copyright 2012-2022 Enjoy-Digital\n");
|
||||
printf(" (c) Copyright 2007-2015 M-Labs\n");
|
||||
printf("\n");
|
||||
#ifdef CONFIG_WITH_BUILD_TIME
|
||||
|
|
Loading…
Reference in New Issue