forked from M-Labs/zynq-rs
update copyright year
This commit is contained in:
parent
24e0d724f2
commit
2e7cfe04c8
|
@ -65,5 +65,5 @@ openocd -f zc706.cfg -c "pld load 0 blinker_migen.bit; exit"
|
|||
|
||||
## License
|
||||
|
||||
Copyright (C) 2019-2021 M-Labs Limited.
|
||||
Copyright (C) 2019-2022 M-Labs Limited.
|
||||
Released under the GNU LGPL v3. See the LICENSE file for details.
|
||||
|
|
|
@ -75,7 +75,7 @@ pub fn main_core0() {
|
|||
___/ / / /__/ /___
|
||||
/____/ /____/_____/
|
||||
|
||||
(C) 2020-2021 M-Labs
|
||||
(C) 2020-2022 M-Labs
|
||||
"#
|
||||
);
|
||||
info!("Simple Zynq Loader starting...");
|
||||
|
|
Loading…
Reference in New Issue