Fixing old e-mail addresses and deadnames

s/((Claire|Xen|Xenia|Clifford)\s+)+(Wolf|Xen)\s+<(claire|clifford)@(symbioticeda.com|clifford.at|yosyshq.com)>/Claire Xenia Wolf <[email protected]>/gi;
s/((Nina|Nak|N\.)\s+)+Engelhardt\s+<nak@(symbioticeda.com|yosyshq.com)>/N. Engelhardt <[email protected]>/gi;
s/((David)\s+)+Shah\s+<(dave|david)@(symbioticeda.com|yosyshq.com|ds0.me)>/David Shah <[email protected]>/gi;
s/((Miodrag)\s+)+Milanovic\s+<(miodrag|micko)@(symbioticeda.com|yosyshq.com)>/Miodrag Milanovic <[email protected]>/gi;
s,https?://www.clifford.at/yosys/,http://yosyshq.net/yosys/,g;
This commit is contained in:
Claire Xenia Wolf
2021-06-08 00:39:36 +02:00
parent e65ed3f228
commit 72787f52fc
309 changed files with 330 additions and 331 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
/*
* yosys -- Yosys Open SYnthesis Suite
*
* Copyright (C) 2012 Clifford Wolf <[email protected]>
* Copyright (C) 2012 Claire Xenia Wolf <[email protected]>
* (C) 2019 Eddie Hung <[email protected]>
*
* Permission to use, copy, modify, and/or distribute this software for any