diff options
author | Clifford Wolf <clifford@clifford.at> | 2018-03-04 21:31:10 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2018-03-04 21:31:10 +0100 |
commit | 2935e8ea4152b0678314f79bae91258565592032 (patch) | |
tree | 770a53a88ebc221f77e32669e097d2a8485d11c9 | |
parent | 8b7602e660b15a6a9dd7f773c3f7d7021f36659b (diff) | |
download | yosys-2935e8ea4152b0678314f79bae91258565592032.tar.gz yosys-2935e8ea4152b0678314f79bae91258565592032.tar.bz2 yosys-2935e8ea4152b0678314f79bae91258565592032.zip |
Update copyright header
Signed-off-by: Clifford Wolf <clifford@clifford.at>
-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 987ebcdce..cade09048 100644 --- a/kernel/yosys.cc +++ b/kernel/yosys.cc @@ -112,7 +112,7 @@ void yosys_banner() log(" | |\n"); log(" | yosys -- Yosys Open SYnthesis Suite |\n"); log(" | |\n"); - log(" | Copyright (C) 2012 - 2016 Clifford Wolf <clifford@clifford.at> |\n"); + log(" | Copyright (C) 2012 - 2018 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"); |