Skip to content

Commit 9074b5f

Browse files
committedFeb 20, 2017
fix/update copyright info
1 parent e52727a commit 9074b5f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

‎LICENSE

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
Unless otherwise noted, MiSoC is copyright (C) 2011-2014 Sebastien Bourdeauducq.
2-
All rights reserved.
1+
Copyright (C) 2007-2017 M-Labs Limited.
32

43
Redistribution and use in source and binary forms, with or without modification,
54
are permitted provided that the following conditions are met:

‎misoc/software/bios/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ int main(int i, char **c)
484484
irq_setie(1);
485485
uart_init();
486486
puts("\nMiSoC BIOS\n"
487-
"(c) Copyright 2007-2016 M-Labs Limited\n"
487+
"(c) Copyright 2007-2017 M-Labs Limited\n"
488488
"Built "__DATE__" "__TIME__"\n");
489489
crcbios();
490490
#ifdef CSR_ETHMAC_BASE

0 commit comments

Comments
 (0)
Please sign in to comment.