diff --git a/LICENSE b/LICENSE index fc02d2cfa..fc78898b6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Unless otherwise noted, LiteX is copyright (C) 2012-2015 Florent Kermarrec. +Unless otherwise noted, LiteX is copyright (C) 2012-2018 Florent Kermarrec. All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/README b/README index 6f4affa27..1bfa21be2 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ Migen inside Build your hardware, easily! - Copyright 2012-2017 Enjoy-Digital + Copyright 2012-2018 Enjoy-Digital [> Intro -------- diff --git a/litex/soc/software/bios/main.c b/litex/soc/software/bios/main.c index d9205476a..afbcd4706 100644 --- a/litex/soc/software/bios/main.c +++ b/litex/soc/software/bios/main.c @@ -496,8 +496,8 @@ int main(int i, char **c) printf("(unknown)\n"); #endif puts( - "(c) Copyright 2012-2017 Enjoy-Digital\n" - "(c) Copyright 2007-2017 M-Labs Limited\n" + "(c) Copyright 2012-2018 Enjoy-Digital\n" + "(c) Copyright 2007-2018 M-Labs Limited\n" "Built "__DATE__" "__TIME__"\n"); crcbios(); #ifdef CSR_ETHMAC_BASE