We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e52727a commit 9074b5fCopy full SHA for 9074b5f
LICENSE
@@ -1,5 +1,4 @@
1
-Unless otherwise noted, MiSoC is copyright (C) 2011-2014 Sebastien Bourdeauducq.
2
-All rights reserved.
+Copyright (C) 2007-2017 M-Labs Limited.
3
4
Redistribution and use in source and binary forms, with or without modification,
5
are permitted provided that the following conditions are met:
misoc/software/bios/main.c
@@ -484,7 +484,7 @@ int main(int i, char **c)
484
irq_setie(1);
485
uart_init();
486
puts("\nMiSoC BIOS\n"
487
- "(c) Copyright 2007-2016 M-Labs Limited\n"
+ "(c) Copyright 2007-2017 M-Labs Limited\n"
488
"Built "__DATE__" "__TIME__"\n");
489
crcbios();
490
#ifdef CSR_ETHMAC_BASE
0 commit comments