diff options
author | Claire Wolf <clifford@clifford.at> | 2020-03-16 16:25:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-16 16:25:58 +0100 |
commit | 794c78dc7ce5620ed44e68b9392214575d6c98a8 (patch) | |
tree | 63e1c50540d8ec43a0f5960208458e1aa9f85a42 /kernel/yosys.cc | |
parent | 020f6d167aa92e94e9ae70a8fb15b861c528e76d (diff) | |
parent | 418c069561d98163f2b0169bd4928cb06b4b8823 (diff) | |
download | yosys-794c78dc7ce5620ed44e68b9392214575d6c98a8.tar.gz yosys-794c78dc7ce5620ed44e68b9392214575d6c98a8.tar.bz2 yosys-794c78dc7ce5620ed44e68b9392214575d6c98a8.zip |
Merge pull request #1771 from waldyrious/license-update
License: bump year and add title
Diffstat (limited to 'kernel/yosys.cc')
-rw-r--r-- | kernel/yosys.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/yosys.cc b/kernel/yosys.cc index 7694fc9b6..a3f537150 100644 --- a/kernel/yosys.cc +++ b/kernel/yosys.cc @@ -129,7 +129,7 @@ void yosys_banner() log(" | |\n"); log(" | yosys -- Yosys Open SYnthesis Suite |\n"); log(" | |\n"); - log(" | Copyright (C) 2012 - 2019 Clifford Wolf <clifford@clifford.at> |\n"); + log(" | Copyright (C) 2012 - 2020 Clifford Wolf <clifford@clifford.at> |\n"); log(" | |\n"); log(" | Permission to use, copy, modify, and/or distribute this software for any |\n"); log(" | purpose with or without fee is hereby granted, provided that the above |\n"); |