From 22c3c9c303b5a769f1e00052aa4682fe53bc23f9 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Thu, 4 Feb 2021 12:56:12 -0800 Subject: Update copywrite headers. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- fpga_interchange/arch.cc | 3 ++- fpga_interchange/arch.h | 3 ++- fpga_interchange/arch_pybindings.cc | 1 + fpga_interchange/arch_pybindings.h | 1 + fpga_interchange/archdefs.h | 3 ++- fpga_interchange/main.cc | 3 ++- 6 files changed, 10 insertions(+), 4 deletions(-) (limited to 'fpga_interchange') 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 + * Copyright (C) 2018 Claire Wolf * Copyright (C) 2018-19 David Shah + * 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 + * Copyright (C) 2018 Claire Wolf * Copyright (C) 2018-19 David Shah + * 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 + * 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 + * 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 + * Copyright (C) 2018 Claire Wolf + * 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 + * Copyright (C) 2018 Claire Wolf + * 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 -- cgit v1.2.3