aboutsummaryrefslogtreecommitdiffstats
path: root/machxo2
diff options
context:
space:
mode:
authorWilliam D. Jones <thor0505@comcast.net>2021-01-30 18:06:55 -0500
committergatecat <gatecat@ds0.me>2021-02-12 10:36:59 +0000
commit695fb7e569a9b8368ecf623029997248910d753e (patch)
tree63f83994fff82e50669fc98e9a4618be9c781759 /machxo2
parent75f33e0c55b97c665f36ab2b4a8013c86635d47f (diff)
downloadnextpnr-695fb7e569a9b8368ecf623029997248910d753e.tar.gz
nextpnr-695fb7e569a9b8368ecf623029997248910d753e.tar.bz2
nextpnr-695fb7e569a9b8368ecf623029997248910d753e.zip
machxo2: Add/fix copyright banners.
Diffstat (limited to 'machxo2')
-rw-r--r--machxo2/arch.cc3
-rw-r--r--machxo2/arch.h3
-rw-r--r--machxo2/archdefs.h3
-rw-r--r--machxo2/bitstream.h2
-rw-r--r--machxo2/cells.cc1
-rw-r--r--machxo2/cells.h1
-rw-r--r--machxo2/main.cc3
-rw-r--r--machxo2/pack.cc1
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 <clifford@symbioticeda.com>
+ * Copyright (C) 2018 Claire Xen <claire@symbioticeda.com>
+ * Copyright (C) 2021 William D. Jones <wjones@wdj-consulting.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/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 <clifford@symbioticeda.com>
+ * Copyright (C) 2018 Claire Xen <claire@symbioticeda.com>
+ * Copyright (C) 2021 William D. Jones <wjones@wdj-consulting.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/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 <clifford@symbioticeda.com>
+ * Copyright (C) 2018 Claire Xen <claire@symbioticeda.com>
+ * Copyright (C) 2021 William D. Jones <wjones@wdj-consulting.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/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 <david@symbioticeda.com>
- * Copyright (C) 2021 William D. Jones <wjones@wdj-consulting.com>
+ * Copyright (C) 2021 William D. Jones <wjones@wdj-consulting.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/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 <david@symbioticeda.com>
+ * Copyright (C) 2021 William D. Jones <wjones@wdj-consulting.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/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 <david@symbioticeda.com>
+ * Copyright (C) 2021 William D. Jones <wjones@wdj-consulting.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/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 <clifford@symbioticeda.com>
+ * Copyright (C) 2018 Claire Xen <claire@symbioticeda.com>
+ * Copyright (C) 2021 William D. Jones <wjones@wdj-consulting.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/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 <david@symbioticeda.com>
+ * Copyright (C) 2021 William D. Jones <wjones@wdj-consulting.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