diff --git a/LICENSE b/LICENSE index 46276032e..592a4ad44 100644 --- a/LICENSE +++ b/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. diff --git a/README.md b/README.md index 559d823c8..9ade2d9dc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

``` - 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) diff --git a/litex/soc/software/bios/main.c b/litex/soc/software/bios/main.c index 542b42d85..56042538b 100644 --- a/litex/soc/software/bios/main.c +++ b/litex/soc/software/bios/main.c @@ -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