diff options
author | Eddie Hung <eddieh@ece.ubc.ca> | 2019-02-21 14:40:13 -0800 |
---|---|---|
committer | Eddie Hung <eddieh@ece.ubc.ca> | 2019-02-21 14:40:13 -0800 |
commit | 085ed9f4878e5a376bed6b7c59dc99db46140b41 (patch) | |
tree | 42ebba507afad687383f174ce18c928fdf277826 /frontends | |
parent | 875a02a6f24dfd4e8ce12653462770c10733f323 (diff) | |
download | yosys-085ed9f4878e5a376bed6b7c59dc99db46140b41.tar.gz yosys-085ed9f4878e5a376bed6b7c59dc99db46140b41.tar.bz2 yosys-085ed9f4878e5a376bed6b7c59dc99db46140b41.zip |
Add attribution
Diffstat (limited to 'frontends')
-rw-r--r-- | frontends/aiger/aigerparse.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/aiger/aigerparse.cc b/frontends/aiger/aigerparse.cc index 45cacadb6..1302d03df 100644 --- a/frontends/aiger/aigerparse.cc +++ b/frontends/aiger/aigerparse.cc @@ -2,7 +2,7 @@ * yosys -- Yosys Open SYnthesis Suite * * Copyright (C) 2012 Clifford Wolf <clifford@clifford.at> - * Eddie Hung <eddie@fpgeh.com> + * Copyright (C) 2019 Eddie Hung <eddie@fpgeh.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 |