diff options
author | Clifford Wolf <clifford@clifford.at> | 2019-08-22 18:43:16 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2019-08-22 18:43:54 +0200 |
commit | 5e0f6c9ae58a91e7ef631ee67dd494e22fd784f0 (patch) | |
tree | ff3168e5dca4b4ce8016cca1f7e30cc1b8e1f879 /kernel/yosys.cc | |
parent | 2b4e50ac3dd33ddf978eb4994985727338c61dff (diff) | |
download | yosys-5e0f6c9ae58a91e7ef631ee67dd494e22fd784f0.tar.gz yosys-5e0f6c9ae58a91e7ef631ee67dd494e22fd784f0.tar.bz2 yosys-5e0f6c9ae58a91e7ef631ee67dd494e22fd784f0.zip |
Bump year in copyright notice
Signed-off-by: Clifford Wolf <clifford@clifford.at>
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 94d6d675f..69a141768 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 - 2018 Clifford Wolf <clifford@clifford.at> |\n"); + log(" | Copyright (C) 2012 - 2019 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"); |