diff options
Diffstat (limited to 'fpga_interchange')
| -rw-r--r-- | fpga_interchange/arch.cc | 3 | ||||
| -rw-r--r-- | fpga_interchange/arch.h | 3 | ||||
| -rw-r--r-- | fpga_interchange/arch_pybindings.cc | 1 | ||||
| -rw-r--r-- | fpga_interchange/arch_pybindings.h | 1 | ||||
| -rw-r--r-- | fpga_interchange/archdefs.h | 3 | ||||
| -rw-r--r-- | fpga_interchange/main.cc | 3 | 
6 files changed, 10 insertions, 4 deletions
| diff --git a/fpga_interchange/arch.cc b/fpga_interchange/arch.cc index 0dc5bdc5..86924bd3 100644 --- a/fpga_interchange/arch.cc +++ b/fpga_interchange/arch.cc @@ -1,8 +1,9 @@  /*   *  nextpnr -- Next Generation Place and Route   * - *  Copyright (C) 2018  Clifford Wolf <clifford@symbioticeda.com> + *  Copyright (C) 2018  Claire Wolf <claire@symbioticeda.com>   *  Copyright (C) 2018-19  David Shah <david@symbioticeda.com> + *  Copyright (C) 2021  Symbiflow Authors   *   *  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/fpga_interchange/arch.h b/fpga_interchange/arch.h index 285eb3f2..cf87aa14 100644 --- a/fpga_interchange/arch.h +++ b/fpga_interchange/arch.h @@ -1,8 +1,9 @@  /*   *  nextpnr -- Next Generation Place and Route   * - *  Copyright (C) 2018  Clifford Wolf <clifford@symbioticeda.com> + *  Copyright (C) 2018  Claire Wolf <claire@symbioticeda.com>   *  Copyright (C) 2018-19  David Shah <david@symbioticeda.com> + *  Copyright (C) 2021  Symbiflow Authors   *   *   *  Permission to use, copy, modify, and/or distribute this software for any diff --git a/fpga_interchange/arch_pybindings.cc b/fpga_interchange/arch_pybindings.cc index dee6a720..416a015a 100644 --- a/fpga_interchange/arch_pybindings.cc +++ b/fpga_interchange/arch_pybindings.cc @@ -2,6 +2,7 @@   *  nextpnr -- Next Generation Place and Route   *   *  Copyright (C) 2020  David Shah <dave@ds0.me> + *  Copyright (C) 2021  Symbiflow Authors   *   *  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/fpga_interchange/arch_pybindings.h b/fpga_interchange/arch_pybindings.h index b74a41a5..e7de0f59 100644 --- a/fpga_interchange/arch_pybindings.h +++ b/fpga_interchange/arch_pybindings.h @@ -2,6 +2,7 @@   *  nextpnr -- Next Generation Place and Route   *   *  Copyright (C) 2020  David Shah <dave@ds0.me> + *  Copyright (C) 2021  Symbiflow Authors   *   *  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/fpga_interchange/archdefs.h b/fpga_interchange/archdefs.h index b3571fab..a95049bc 100644 --- a/fpga_interchange/archdefs.h +++ b/fpga_interchange/archdefs.h @@ -1,7 +1,8 @@  /*   *  nextpnr -- Next Generation Place and Route   * - *  Copyright (C) 2018  Clifford Wolf <clifford@symbioticeda.com> + *  Copyright (C) 2018  Claire Wolf <claire@symbioticeda.com> + *  Copyright (C) 2021  Symbiflow Authors   *   *  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/fpga_interchange/main.cc b/fpga_interchange/main.cc index 644bf8c0..7e32f597 100644 --- a/fpga_interchange/main.cc +++ b/fpga_interchange/main.cc @@ -1,7 +1,8 @@  /*   *  nextpnr -- Next Generation Place and Route   * - *  Copyright (C) 2018  Clifford Wolf <clifford@symbioticeda.com> + *  Copyright (C) 2018  Claire Wolf <claire@symbioticeda.com> + *  Copyright (C) 2021  Symbiflow Authors   *   *  Permission to use, copy, modify, and/or distribute this software for any   *  purpose with or without fee is hereby granted, provided that the above | 
