aboutsummaryrefslogtreecommitdiffstats
path: root/machxo2
diff options
context:
space:
mode:
Diffstat (limited to 'machxo2')
-rw-r--r--machxo2/arch.cc2
-rw-r--r--machxo2/arch.h2
-rw-r--r--machxo2/arch_pybindings.cc4
-rw-r--r--machxo2/arch_pybindings.h4
-rw-r--r--machxo2/archdefs.h2
-rw-r--r--machxo2/bitstream.cc2
-rw-r--r--machxo2/bitstream.h2
-rw-r--r--machxo2/cells.cc2
-rw-r--r--machxo2/cells.h2
-rw-r--r--machxo2/config.cc2
-rw-r--r--machxo2/config.h2
-rw-r--r--machxo2/main.cc2
-rw-r--r--machxo2/pack.cc2
13 files changed, 15 insertions, 15 deletions
diff --git a/machxo2/arch.cc b/machxo2/arch.cc
index 6a29dbb1..a201adf1 100644
--- a/machxo2/arch.cc
+++ b/machxo2/arch.cc
@@ -1,7 +1,7 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018 Claire Xen <claire@symbioticeda.com>
+ * Copyright (C) 2018 Claire Xenia Wolf <claire@yosyshq.com>
* Copyright (C) 2021 William D. Jones <wjones@wdj-consulting.com>
*
* Permission to use, copy, modify, and/or distribute this software for any
diff --git a/machxo2/arch.h b/machxo2/arch.h
index 219e87f2..cdbbe2b2 100644
--- a/machxo2/arch.h
+++ b/machxo2/arch.h
@@ -1,7 +1,7 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018 Claire Xen <claire@symbioticeda.com>
+ * Copyright (C) 2018 Claire Xenia Wolf <claire@yosyshq.com>
* Copyright (C) 2021 William D. Jones <wjones@wdj-consulting.com>
*
* Permission to use, copy, modify, and/or distribute this software for any
diff --git a/machxo2/arch_pybindings.cc b/machxo2/arch_pybindings.cc
index aaca813a..2ed68697 100644
--- a/machxo2/arch_pybindings.cc
+++ b/machxo2/arch_pybindings.cc
@@ -2,8 +2,8 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018 Claire Xen <claire@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/machxo2/arch_pybindings.h b/machxo2/arch_pybindings.h
index 62f66406..72d688dc 100644
--- a/machxo2/arch_pybindings.h
+++ b/machxo2/arch_pybindings.h
@@ -1,8 +1,8 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018 Claire Xen <claire@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/machxo2/archdefs.h b/machxo2/archdefs.h
index de633673..87f9c98a 100644
--- a/machxo2/archdefs.h
+++ b/machxo2/archdefs.h
@@ -1,7 +1,7 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018 Claire Xen <claire@symbioticeda.com>
+ * Copyright (C) 2018 Claire Xenia Wolf <claire@yosyshq.com>
* Copyright (C) 2021 William D. Jones <wjones@wdj-consulting.com>
*
* Permission to use, copy, modify, and/or distribute this software for any
diff --git a/machxo2/bitstream.cc b/machxo2/bitstream.cc
index 8c538bae..f7e774cf 100644
--- a/machxo2/bitstream.cc
+++ b/machxo2/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>
* Copyright (C) 2021 William D. Jones <wjones@wdj-consulting.com>
*
* Permission to use, copy, modify, and/or distribute this software for any
diff --git a/machxo2/bitstream.h b/machxo2/bitstream.h
index e54e134a..4c1fbcd6 100644
--- a/machxo2/bitstream.h
+++ b/machxo2/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>
* Copyright (C) 2021 William D. Jones <wjones@wdj-consulting.com>
*
* Permission to use, copy, modify, and/or distribute this software for any
diff --git a/machxo2/cells.cc b/machxo2/cells.cc
index c71247f2..9b463147 100644
--- a/machxo2/cells.cc
+++ b/machxo2/cells.cc
@@ -1,7 +1,7 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2019 David Shah <david@symbioticeda.com>
+ * Copyright (C) 2019 gatecat <gatecat@ds0.me>
* Copyright (C) 2021 William D. Jones <wjones@wdj-consulting.com>
*
* Permission to use, copy, modify, and/or distribute this software for any
diff --git a/machxo2/cells.h b/machxo2/cells.h
index afb08138..d26fdfa0 100644
--- a/machxo2/cells.h
+++ b/machxo2/cells.h
@@ -1,7 +1,7 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2019 David Shah <david@symbioticeda.com>
+ * Copyright (C) 2019 gatecat <gatecat@ds0.me>
* Copyright (C) 2021 William D. Jones <wjones@wdj-consulting.com>
*
* Permission to use, copy, modify, and/or distribute this software for any
diff --git a/machxo2/config.cc b/machxo2/config.cc
index 2e17ce24..0c5b0741 100644
--- a/machxo2/config.cc
+++ b/machxo2/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>
* Copyright (C) 2021 William D. Jones <wjones@wdj-consulting.com>
*
* Permission to use, copy, modify, and/or distribute this software for any
diff --git a/machxo2/config.h b/machxo2/config.h
index 9e09d721..a71b29a8 100644
--- a/machxo2/config.h
+++ b/machxo2/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>
* Copyright (C) 2021 William D. Jones <wjones@wdj-consulting.com>
*
* Permission to use, copy, modify, and/or distribute this software for any
diff --git a/machxo2/main.cc b/machxo2/main.cc
index 1dfee16a..53b765fb 100644
--- a/machxo2/main.cc
+++ b/machxo2/main.cc
@@ -1,7 +1,7 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018 Claire Xen <claire@symbioticeda.com>
+ * Copyright (C) 2018 Claire Xenia Wolf <claire@yosyshq.com>
* Copyright (C) 2021 William D. Jones <wjones@wdj-consulting.com>
*
* Permission to use, copy, modify, and/or distribute this software for any
diff --git a/machxo2/pack.cc b/machxo2/pack.cc
index 6f2ee8e4..a8a2a671 100644
--- a/machxo2/pack.cc
+++ b/machxo2/pack.cc
@@ -1,7 +1,7 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018-19 David Shah <david@symbioticeda.com>
+ * Copyright (C) 2018-19 gatecat <gatecat@ds0.me>
* Copyright (C) 2021 William D. Jones <wjones@wdj-consulting.com>
*
* Permission to use, copy, modify, and/or distribute this software for any