From 695fb7e569a9b8368ecf623029997248910d753e Mon Sep 17 00:00:00 2001 From: "William D. Jones" Date: Sat, 30 Jan 2021 18:06:55 -0500 Subject: machxo2: Add/fix copyright banners. --- machxo2/arch.cc | 3 ++- machxo2/arch.h | 3 ++- machxo2/archdefs.h | 3 ++- machxo2/bitstream.h | 2 +- machxo2/cells.cc | 1 + machxo2/cells.h | 1 + machxo2/main.cc | 3 ++- machxo2/pack.cc | 1 + 8 files changed, 12 insertions(+), 5 deletions(-) diff --git a/machxo2/arch.cc b/machxo2/arch.cc index 58c48044..4ab3dc5b 100644 --- a/machxo2/arch.cc +++ b/machxo2/arch.cc @@ -1,7 +1,8 @@ /* * nextpnr -- Next Generation Place and Route * - * Copyright (C) 2018 Clifford Wolf + * Copyright (C) 2018 Claire Xen + * Copyright (C) 2021 William D. Jones * * 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/machxo2/arch.h b/machxo2/arch.h index 8fdb63fc..f06739e4 100644 --- a/machxo2/arch.h +++ b/machxo2/arch.h @@ -1,7 +1,8 @@ /* * nextpnr -- Next Generation Place and Route * - * Copyright (C) 2018 Clifford Wolf + * Copyright (C) 2018 Claire Xen + * Copyright (C) 2021 William D. Jones * * 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/machxo2/archdefs.h b/machxo2/archdefs.h index f8fee5d7..9b62a6c3 100644 --- a/machxo2/archdefs.h +++ b/machxo2/archdefs.h @@ -1,7 +1,8 @@ /* * nextpnr -- Next Generation Place and Route * - * Copyright (C) 2018 Clifford Wolf + * Copyright (C) 2018 Claire Xen + * Copyright (C) 2021 William D. Jones * * 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/machxo2/bitstream.h b/machxo2/bitstream.h index f7965c4f..e54e134a 100644 --- a/machxo2/bitstream.h +++ b/machxo2/bitstream.h @@ -2,7 +2,7 @@ * nextpnr -- Next Generation Place and Route * * Copyright (C) 2018 David Shah - * Copyright (C) 2021 William D. Jones + * Copyright (C) 2021 William D. Jones * * 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/machxo2/cells.cc b/machxo2/cells.cc index ba4afad0..6b6aeda2 100644 --- a/machxo2/cells.cc +++ b/machxo2/cells.cc @@ -2,6 +2,7 @@ * nextpnr -- Next Generation Place and Route * * Copyright (C) 2019 David Shah + * Copyright (C) 2021 William D. Jones * * 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/machxo2/cells.h b/machxo2/cells.h index f129f762..351780ec 100644 --- a/machxo2/cells.h +++ b/machxo2/cells.h @@ -2,6 +2,7 @@ * nextpnr -- Next Generation Place and Route * * Copyright (C) 2019 David Shah + * Copyright (C) 2021 William D. Jones * * 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/machxo2/main.cc b/machxo2/main.cc index 1d393fac..8dadca94 100644 --- a/machxo2/main.cc +++ b/machxo2/main.cc @@ -1,7 +1,8 @@ /* * nextpnr -- Next Generation Place and Route * - * Copyright (C) 2018 Clifford Wolf + * Copyright (C) 2018 Claire Xen + * Copyright (C) 2021 William D. Jones * * 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/machxo2/pack.cc b/machxo2/pack.cc index ecf8b88d..b18bde1f 100644 --- a/machxo2/pack.cc +++ b/machxo2/pack.cc @@ -2,6 +2,7 @@ * nextpnr -- Next Generation Place and Route * * Copyright (C) 2018-19 David Shah + * Copyright (C) 2021 William D. Jones * * 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