diff options
author | Clifford Wolf <clifford@clifford.at> | 2016-03-30 13:52:26 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2016-03-30 13:52:26 +0200 |
commit | 0db53284fd610cac1e956a87c7eec7df3d8564c5 (patch) | |
tree | 827a8b0b17f49dbbe346d5485b1ab45720acc4ee /kernel | |
parent | 48dbc75beddd6db92f09125b49761859be33693d (diff) | |
download | yosys-0db53284fd610cac1e956a87c7eec7df3d8564c5.tar.gz yosys-0db53284fd610cac1e956a87c7eec7df3d8564c5.tar.bz2 yosys-0db53284fd610cac1e956a87c7eec7df3d8564c5.zip |
We have 2016 for a while now
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 b9a26ee89..501d94224 100644 --- a/kernel/yosys.cc +++ b/kernel/yosys.cc @@ -104,7 +104,7 @@ void yosys_banner() log(" | |\n"); log(" | yosys -- Yosys Open SYnthesis Suite |\n"); log(" | |\n"); - log(" | Copyright (C) 2012 - 2015 Clifford Wolf <clifford@clifford.at> |\n"); + log(" | Copyright (C) 2012 - 2016 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"); |