diff options
author | Waldir Pimenta <waldyrious@gmail.com> | 2020-03-14 16:46:07 +0000 |
---|---|---|
committer | Waldir Pimenta <waldyrious@gmail.com> | 2020-03-14 16:46:07 +0000 |
commit | 418c069561d98163f2b0169bd4928cb06b4b8823 (patch) | |
tree | 239736a2a1308eec420c27342c56d8b2477ce167 /kernel | |
parent | acb341745d436987ad764c9198ff0c6ab63c572c (diff) | |
download | yosys-418c069561d98163f2b0169bd4928cb06b4b8823.tar.gz yosys-418c069561d98163f2b0169bd4928cb06b4b8823.tar.bz2 yosys-418c069561d98163f2b0169bd4928cb06b4b8823.zip |
License: bump year and add title
Diffstat (limited to 'kernel')
-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"); |