From: Clifford Wolf Date: Wed, 30 Mar 2016 11:52:26 +0000 (+0200) Subject: We have 2016 for a while now X-Git-Tag: yosys-0.7~281 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0db53284fd610cac1e956a87c7eec7df3d8564c5;p=yosys.git We have 2016 for a while now --- diff --git a/README b/README index 5c649a4e8..f0dcd3c07 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ | | | yosys -- Yosys Open SYnthesis Suite | | | - | Copyright (C) 2012 - 2015 Clifford Wolf | + | Copyright (C) 2012 - 2016 Clifford Wolf | | | | Permission to use, copy, modify, and/or distribute this software for any | | purpose with or without fee is hereby granted, provided that the above | 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 |\n"); + log(" | Copyright (C) 2012 - 2016 Clifford Wolf |\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");