diff options
Diffstat (limited to 'kernel/yosys.cc')
| -rw-r--r-- | kernel/yosys.cc | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/kernel/yosys.cc b/kernel/yosys.cc index dcaf364e9..efc429529 100644 --- a/kernel/yosys.cc +++ b/kernel/yosys.cc @@ -1,7 +1,7 @@  /*   *  yosys -- Yosys Open SYnthesis Suite   * - *  Copyright (C) 2012  Clifford Wolf <clifford@clifford.at> + *  Copyright (C) 2012  Claire Xenia Wolf <claire@yosyshq.com>   *   *  Permission to use, copy, modify, and/or distribute this software for any   *  purpose with or without fee is hereby granted, provided that the above @@ -137,7 +137,7 @@ void yosys_banner()  	log(" |                                                                            |\n");  	log(" |  yosys -- Yosys Open SYnthesis Suite                                       |\n");  	log(" |                                                                            |\n"); -	log(" |  Copyright (C) 2012 - 2020  Claire Wolf <claire@symbioticeda.com>          |\n"); +	log(" |  Copyright (C) 2012 - 2020  Claire Xenia Wolf <claire@yosyshq.com>         |\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"); | 
