diff options
author | gatecat <gatecat@ds0.me> | 2021-06-12 14:07:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-12 14:07:47 +0100 |
commit | ee65e6f32d669cabd1d8a00534410da423348ac4 (patch) | |
tree | 9132ab44deff96d03912fab92252115f89697a23 /ecp5 | |
parent | c1d35c1bce481264abeaba69d1791e4c0ad8aa35 (diff) | |
parent | c401ca3d1e298f845120c484f04b05686df125ab (diff) | |
download | nextpnr-ee65e6f32d669cabd1d8a00534410da423348ac4.tar.gz nextpnr-ee65e6f32d669cabd1d8a00534410da423348ac4.tar.bz2 nextpnr-ee65e6f32d669cabd1d8a00534410da423348ac4.zip |
Merge pull request #724 from YosysHQ/gatecat/update-names
Update deadnames and emails
Diffstat (limited to 'ecp5')
-rw-r--r-- | ecp5/arch.cc | 4 | ||||
-rw-r--r-- | ecp5/arch.h | 4 | ||||
-rw-r--r-- | ecp5/arch_place.cc | 2 | ||||
-rw-r--r-- | ecp5/arch_pybindings.cc | 4 | ||||
-rw-r--r-- | ecp5/arch_pybindings.h | 4 | ||||
-rw-r--r-- | ecp5/archdefs.h | 4 | ||||
-rw-r--r-- | ecp5/bitstream.cc | 2 | ||||
-rw-r--r-- | ecp5/bitstream.h | 2 | ||||
-rw-r--r-- | ecp5/cells.cc | 2 | ||||
-rw-r--r-- | ecp5/cells.h | 2 | ||||
-rw-r--r-- | ecp5/config.cc | 2 | ||||
-rw-r--r-- | ecp5/config.h | 2 | ||||
-rw-r--r-- | ecp5/gfx.cc | 4 | ||||
-rw-r--r-- | ecp5/gfx.h | 2 | ||||
-rw-r--r-- | ecp5/globals.cc | 2 | ||||
-rw-r--r-- | ecp5/globals.h | 2 | ||||
-rw-r--r-- | ecp5/lpf.cc | 2 | ||||
-rw-r--r-- | ecp5/main.cc | 2 | ||||
-rw-r--r-- | ecp5/pack.cc | 2 | ||||
-rw-r--r-- | ecp5/pio.cc | 2 | ||||
-rw-r--r-- | ecp5/pio.h | 2 |
21 files changed, 27 insertions, 27 deletions
diff --git a/ecp5/arch.cc b/ecp5/arch.cc index aed7cf20..2c04105c 100644 --- a/ecp5/arch.cc +++ b/ecp5/arch.cc @@ -1,8 +1,8 @@ /* * nextpnr -- Next Generation Place and Route * - * Copyright (C) 2018 Clifford Wolf <clifford@symbioticeda.com> - * Copyright (C) 2018 David Shah <david@symbioticeda.com> + * Copyright (C) 2018 Claire Xenia Wolf <claire@yosyshq.com> + * Copyright (C) 2018 gatecat <gatecat@ds0.me> * * 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/ecp5/arch.h b/ecp5/arch.h index be1a44d8..1648c962 100644 --- a/ecp5/arch.h +++ b/ecp5/arch.h @@ -1,8 +1,8 @@ /* * nextpnr -- Next Generation Place and Route * - * Copyright (C) 2018 Clifford Wolf <clifford@symbioticeda.com> - * Copyright (C) 2018 David Shah <david@symbioticeda.com> + * Copyright (C) 2018 Claire Xenia Wolf <claire@yosyshq.com> + * Copyright (C) 2018 gatecat <gatecat@ds0.me> * * 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/ecp5/arch_place.cc b/ecp5/arch_place.cc index a98d96ec..3cc6d252 100644 --- a/ecp5/arch_place.cc +++ b/ecp5/arch_place.cc @@ -1,7 +1,7 @@ /* * nextpnr -- Next Generation Place and Route * - * Copyright (C) 2018 David Shah <david@symbioticeda.com> + * Copyright (C) 2018 gatecat <gatecat@ds0.me> * * 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/ecp5/arch_pybindings.cc b/ecp5/arch_pybindings.cc index 35660afd..593feb33 100644 --- a/ecp5/arch_pybindings.cc +++ b/ecp5/arch_pybindings.cc @@ -1,8 +1,8 @@ /* * nextpnr -- Next Generation Place and Route * - * Copyright (C) 2018 Clifford Wolf <clifford@symbioticeda.com> - * Copyright (C) 2018 David Shah <david@symbioticeda.com> + * Copyright (C) 2018 Claire Xenia Wolf <claire@yosyshq.com> + * Copyright (C) 2018 gatecat <gatecat@ds0.me> * * 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/ecp5/arch_pybindings.h b/ecp5/arch_pybindings.h index f2a7dabe..72d688dc 100644 --- a/ecp5/arch_pybindings.h +++ b/ecp5/arch_pybindings.h @@ -1,8 +1,8 @@ /* * nextpnr -- Next Generation Place and Route * - * Copyright (C) 2018 Clifford Wolf <clifford@symbioticeda.com> - * Copyright (C) 2018 David Shah <david@symbioticeda.com> + * Copyright (C) 2018 Claire Xenia Wolf <claire@yosyshq.com> + * Copyright (C) 2018 gatecat <gatecat@ds0.me> * * 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/ecp5/archdefs.h b/ecp5/archdefs.h index 6243a9df..59219544 100644 --- a/ecp5/archdefs.h +++ b/ecp5/archdefs.h @@ -1,8 +1,8 @@ /* * nextpnr -- Next Generation Place and Route * - * Copyright (C) 2018 David Shah <david@symbioticeda.com> - * Copyright (C) 2018 Clifford Wolf <clifford@symbioticeda.com> + * Copyright (C) 2018 gatecat <gatecat@ds0.me> + * Copyright (C) 2018 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/ecp5/bitstream.cc b/ecp5/bitstream.cc index ac9d4a4d..c92de083 100644 --- a/ecp5/bitstream.cc +++ b/ecp5/bitstream.cc @@ -1,7 +1,7 @@ /* * nextpnr -- Next Generation Place and Route * - * Copyright (C) 2018 David Shah <david@symbioticeda.com> + * Copyright (C) 2018 gatecat <gatecat@ds0.me> * * 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/ecp5/bitstream.h b/ecp5/bitstream.h index f70abb35..b2950fb0 100644 --- a/ecp5/bitstream.h +++ b/ecp5/bitstream.h @@ -1,7 +1,7 @@ /* * nextpnr -- Next Generation Place and Route * - * Copyright (C) 2018 David Shah <david@symbioticeda.com> + * Copyright (C) 2018 gatecat <gatecat@ds0.me> * * 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/ecp5/cells.cc b/ecp5/cells.cc index edc80329..b0ae2065 100644 --- a/ecp5/cells.cc +++ b/ecp5/cells.cc @@ -1,7 +1,7 @@ /* * nextpnr -- Next Generation Place and Route * - * Copyright (C) 2018 David Shah <david@symbioticeda.com> + * Copyright (C) 2018 gatecat <gatecat@ds0.me> * * 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/ecp5/cells.h b/ecp5/cells.h index 20ba97b4..4289a84a 100644 --- a/ecp5/cells.h +++ b/ecp5/cells.h @@ -1,7 +1,7 @@ /* * nextpnr -- Next Generation Place and Route * - * Copyright (C) 2018 David Shah <david@symbioticeda.com> + * Copyright (C) 2018 gatecat <gatecat@ds0.me> * * 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/ecp5/config.cc b/ecp5/config.cc index 84085e8f..e44326be 100644 --- a/ecp5/config.cc +++ b/ecp5/config.cc @@ -1,7 +1,7 @@ /* * nextpnr -- Next Generation Place and Route * - * Copyright (C) 2018 David Shah <david@symbioticeda.com> + * Copyright (C) 2018 gatecat <gatecat@ds0.me> * * 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/ecp5/config.h b/ecp5/config.h index d4a21577..c51902fa 100644 --- a/ecp5/config.h +++ b/ecp5/config.h @@ -1,7 +1,7 @@ /* * nextpnr -- Next Generation Place and Route * - * Copyright (C) 2018 David Shah <david@symbioticeda.com> + * Copyright (C) 2018 gatecat <gatecat@ds0.me> * * 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/ecp5/gfx.cc b/ecp5/gfx.cc index da96b76d..8b5015f8 100644 --- a/ecp5/gfx.cc +++ b/ecp5/gfx.cc @@ -1,8 +1,8 @@ /* * nextpnr -- Next Generation Place and Route * - * Copyright (C) 2018 Clifford Wolf <clifford@symbioticeda.com> - * Copyright (C) 2019 Miodrag Milanovic <miodrag@symbioticeda.com> + * Copyright (C) 2018 Claire Xenia Wolf <claire@yosyshq.com> + * Copyright (C) 2019 Miodrag Milanovic <micko@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 @@ -1,7 +1,7 @@ /* * nextpnr -- Next Generation Place and Route * - * Copyright (C) 2018 David Shah <david@symbioticeda.com> + * Copyright (C) 2018 gatecat <gatecat@ds0.me> * * 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/ecp5/globals.cc b/ecp5/globals.cc index ee30fcec..580d470a 100644 --- a/ecp5/globals.cc +++ b/ecp5/globals.cc @@ -1,7 +1,7 @@ /* * nextpnr -- Next Generation Place and Route * - * Copyright (C) 2018 David Shah <david@symbioticeda.com> + * Copyright (C) 2018 gatecat <gatecat@ds0.me> * * 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/ecp5/globals.h b/ecp5/globals.h index cc7cf98e..b795ba14 100644 --- a/ecp5/globals.h +++ b/ecp5/globals.h @@ -1,7 +1,7 @@ /* * nextpnr -- Next Generation Place and Route * - * Copyright (C) 2018 David Shah <david@symbioticeda.com> + * Copyright (C) 2018 gatecat <gatecat@ds0.me> * * 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/ecp5/lpf.cc b/ecp5/lpf.cc index 39576fcb..3fd840cd 100644 --- a/ecp5/lpf.cc +++ b/ecp5/lpf.cc @@ -1,7 +1,7 @@ /* * nextpnr -- Next Generation Place and Route * - * Copyright (C) 2018 David Shah <david@symbioticeda.com> + * Copyright (C) 2018 gatecat <gatecat@ds0.me> * * 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/ecp5/main.cc b/ecp5/main.cc index 711c4944..f3861149 100644 --- a/ecp5/main.cc +++ b/ecp5/main.cc @@ -1,7 +1,7 @@ /* * nextpnr -- Next Generation Place and Route * - * Copyright (C) 2018 Clifford Wolf <clifford@symbioticeda.com> + * Copyright (C) 2018 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/ecp5/pack.cc b/ecp5/pack.cc index 19eda9e2..1336c609 100644 --- a/ecp5/pack.cc +++ b/ecp5/pack.cc @@ -1,7 +1,7 @@ /* * nextpnr -- Next Generation Place and Route * - * Copyright (C) 2018 David Shah <david@symbioticeda.com> + * Copyright (C) 2018 gatecat <gatecat@ds0.me> * * 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/ecp5/pio.cc b/ecp5/pio.cc index 5ff375e3..8c0adf97 100644 --- a/ecp5/pio.cc +++ b/ecp5/pio.cc @@ -1,7 +1,7 @@ /* * nextpnr -- Next Generation Place and Route * - * Copyright (C) 2018 David Shah <david@symbioticeda.com> + * Copyright (C) 2018 gatecat <gatecat@ds0.me> * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -1,7 +1,7 @@ /* * nextpnr -- Next Generation Place and Route * - * Copyright (C) 2018 David Shah <david@symbioticeda.com> + * Copyright (C) 2018 gatecat <gatecat@ds0.me> * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above |