diff options
author | Claire Xen <claire@clairexen.net> | 2021-06-09 13:22:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-09 13:22:52 +0200 |
commit | 55e8f5061af57bf25bd9e30528de8196c6eabe9e (patch) | |
tree | e4fcc0a71494dd1023e938b2ed041489c7536014 /libs/subcircuit | |
parent | 2e697f5655455fd8ce5fec40b94683a11ade24e8 (diff) | |
parent | 588137cd082849cfa3dee92a01ac4ee91f6ed946 (diff) | |
download | yosys-55e8f5061af57bf25bd9e30528de8196c6eabe9e.tar.gz yosys-55e8f5061af57bf25bd9e30528de8196c6eabe9e.tar.bz2 yosys-55e8f5061af57bf25bd9e30528de8196c6eabe9e.zip |
Merge pull request #2817 from YosysHQ/claire/fixemails
Fixing old e-mail addresses and deadnames
Diffstat (limited to 'libs/subcircuit')
-rw-r--r-- | libs/subcircuit/README | 2 | ||||
-rw-r--r-- | libs/subcircuit/subcircuit.cc | 2 | ||||
-rw-r--r-- | libs/subcircuit/subcircuit.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libs/subcircuit/README b/libs/subcircuit/README index ecaa987db..de85cdfea 100644 --- a/libs/subcircuit/README +++ b/libs/subcircuit/README @@ -4,7 +4,7 @@ * The SubCircuit C++11 library * * * * An implementation of a modified Ullmann Subgraph Isomorphism Algorithm * - * for coarse grain logic networks. by Clifford Wolf * + * for coarse grain logic networks. by Claire Xenia Wolf * * * ************************************************************************** diff --git a/libs/subcircuit/subcircuit.cc b/libs/subcircuit/subcircuit.cc index 4068dc09a..f38da3fcc 100644 --- a/libs/subcircuit/subcircuit.cc +++ b/libs/subcircuit/subcircuit.cc @@ -2,7 +2,7 @@ * SubCircuit -- An implementation of the Ullmann Subgraph Isomorphism * algorithm for coarse grain logic networks * - * Copyright (C) 2013 Clifford Wolf <clifford@clifford.at> + * Copyright (C) 2013 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 diff --git a/libs/subcircuit/subcircuit.h b/libs/subcircuit/subcircuit.h index 8368efab1..f2a28ecd2 100644 --- a/libs/subcircuit/subcircuit.h +++ b/libs/subcircuit/subcircuit.h @@ -2,7 +2,7 @@ * SubCircuit -- An implementation of the Ullmann Subgraph Isomorphism * algorithm for coarse grain logic networks * - * Copyright (C) 2013 Clifford Wolf <clifford@clifford.at> + * Copyright (C) 2013 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 |