Bump year.

This commit is contained in:
Florent Kermarrec 2022-01-05 09:21:08 +01:00
parent 3fde251216
commit ba79224939
3 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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)

View File

@ -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