From cf165d3c2c6305c32880dd0598685dbac470b466 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Thu, 4 Jan 2024 15:33:01 +0100 Subject: [PATCH] README/Bios: Bump year. --- README.md | 2 +- litex/soc/software/bios/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 721021380..becbbe4de 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

``` - 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) ![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 69fbd22af..a39caafd3 100644 --- a/litex/soc/software/bios/main.c +++ b/litex/soc/software/bios/main.c @@ -110,7 +110,7 @@ __attribute__((__used__)) 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-2023 Enjoy-Digital\n"); + printf(" (c) Copyright 2012-2024 Enjoy-Digital\n"); printf(" (c) Copyright 2007-2015 M-Labs\n"); printf("\n"); #ifndef CONFIG_BIOS_NO_BUILD_TIME