aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaire Wolf <claire@symbioticeda.com>2020-03-16 16:28:25 +0100
committerClaire Wolf <claire@symbioticeda.com>2020-03-16 16:28:25 +0100
commited4fa19ba2812c286562baf26bbbcb49afad83bc (patch)
tree811b827b32d17bff30a71a57ddbeaf207738d851
parent794c78dc7ce5620ed44e68b9392214575d6c98a8 (diff)
downloadyosys-ed4fa19ba2812c286562baf26bbbcb49afad83bc.tar.gz
yosys-ed4fa19ba2812c286562baf26bbbcb49afad83bc.tar.bz2
yosys-ed4fa19ba2812c286562baf26bbbcb49afad83bc.zip
Update Copyright
Signed-off-by: Claire Wolf <claire@symbioticeda.com>
-rw-r--r--COPYING2
-rw-r--r--README.md2
-rw-r--r--kernel/yosys.cc2
3 files changed, 3 insertions, 3 deletions
diff --git a/COPYING b/COPYING
index 575945111..7cd2464cd 100644
--- a/COPYING
+++ b/COPYING
@@ -1,6 +1,6 @@
ISC License
-Copyright (C) 2012 - 2020 Clifford Wolf <clifford@clifford.at>
+Copyright (C) 2012 - 2020 Claire Wolf <claire@symbioticeda.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
diff --git a/README.md b/README.md
index f8571ad3d..d1f7ddf8e 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
```
yosys -- Yosys Open SYnthesis Suite
-Copyright (C) 2012 - 2020 Clifford Wolf <clifford@clifford.at>
+Copyright (C) 2012 - 2020 Claire Wolf <claire@symbioticeda.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
diff --git a/kernel/yosys.cc b/kernel/yosys.cc
index a3f537150..4cb53f05d 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 - 2020 Clifford Wolf <clifford@clifford.at> |\n");
+ log(" | Copyright (C) 2012 - 2020 Claire Wolf <claire@symbioticeda.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");