bump year
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 8 Jan 2018 10:43:13 +0000 (11:43 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 8 Jan 2018 10:43:13 +0000 (11:43 +0100)
LICENSE
README
litex/soc/software/bios/main.c

diff --git a/LICENSE b/LICENSE
index fc02d2cfa967b89a78f2b45adeada39743287b7a..fc78898b6c873dca17dc654bc9119416e4152615 100644 (file)
--- 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 6f4affa2723e09e6d0e668839caa6f74028c2b0e..1bfa21be22584cf1e0bd3c1c12fe8247a0ae1a45 100644 (file)
--- 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
 --------
index d9205476a534a50618d9aca762696fbcaa843b2c..afbcd4706c7b045afa48f1b50ae8435ccd3ac02e 100644 (file)
@@ -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