aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5
diff options
context:
space:
mode:
Diffstat (limited to 'ecp5')
-rw-r--r--ecp5/arch.cc4
-rw-r--r--ecp5/arch.h4
-rw-r--r--ecp5/arch_place.cc2
-rw-r--r--ecp5/arch_pybindings.cc4
-rw-r--r--ecp5/arch_pybindings.h4
-rw-r--r--ecp5/archdefs.h4
-rw-r--r--ecp5/bitstream.cc2
-rw-r--r--ecp5/bitstream.h2
-rw-r--r--ecp5/cells.cc2
-rw-r--r--ecp5/cells.h2
-rw-r--r--ecp5/config.cc2
-rw-r--r--ecp5/config.h2
-rw-r--r--ecp5/gfx.cc4
-rw-r--r--ecp5/gfx.h2
-rw-r--r--ecp5/globals.cc2
-rw-r--r--ecp5/globals.h2
-rw-r--r--ecp5/lpf.cc2
-rw-r--r--ecp5/main.cc2
-rw-r--r--ecp5/pack.cc2
-rw-r--r--ecp5/pio.cc2
-rw-r--r--ecp5/pio.h2
21 files changed, 27 insertions, 27 deletions
diff --git a/ecp5/arch.cc b/ecp5/arch.cc
index aed7cf20..2c04105c 100644
--- a/ecp5/arch.cc
+++ b/ecp5/arch.cc
@@ -1,8 +1,8 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018 Clifford Wolf <clifford@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/ecp5/arch.h b/ecp5/arch.h
index be1a44d8..1648c962 100644
--- a/ecp5/arch.h
+++ b/ecp5/arch.h
@@ -1,8 +1,8 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018 Clifford Wolf <clifford@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/ecp5/arch_place.cc b/ecp5/arch_place.cc
index a98d96ec..3cc6d252 100644
--- a/ecp5/arch_place.cc
+++ b/ecp5/arch_place.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>
*
* 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/ecp5/arch_pybindings.cc b/ecp5/arch_pybindings.cc
index 35660afd..593feb33 100644
--- a/ecp5/arch_pybindings.cc
+++ b/ecp5/arch_pybindings.cc
@@ -1,8 +1,8 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018 Clifford Wolf <clifford@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/ecp5/arch_pybindings.h b/ecp5/arch_pybindings.h
index f2a7dabe..72d688dc 100644
--- a/ecp5/arch_pybindings.h
+++ b/ecp5/arch_pybindings.h
@@ -1,8 +1,8 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018 Clifford Wolf <clifford@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/ecp5/archdefs.h b/ecp5/archdefs.h
index 6243a9df..59219544 100644
--- a/ecp5/archdefs.h
+++ b/ecp5/archdefs.h
@@ -1,8 +1,8 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018 David Shah <david@symbioticeda.com>
- * Copyright (C) 2018 Clifford Wolf <clifford@symbioticeda.com>
+ * Copyright (C) 2018 gatecat <gatecat@ds0.me>
+ * Copyright (C) 2018 Claire Xenia Wolf <claire@yosyshq.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/ecp5/bitstream.cc b/ecp5/bitstream.cc
index ac9d4a4d..c92de083 100644
--- a/ecp5/bitstream.cc
+++ b/ecp5/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>
*
* 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/ecp5/bitstream.h b/ecp5/bitstream.h
index f70abb35..b2950fb0 100644
--- a/ecp5/bitstream.h
+++ b/ecp5/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>
*
* 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/ecp5/cells.cc b/ecp5/cells.cc
index edc80329..b0ae2065 100644
--- a/ecp5/cells.cc
+++ b/ecp5/cells.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>
*
* 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/ecp5/cells.h b/ecp5/cells.h
index 20ba97b4..4289a84a 100644
--- a/ecp5/cells.h
+++ b/ecp5/cells.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>
*
* 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/ecp5/config.cc b/ecp5/config.cc
index 84085e8f..e44326be 100644
--- a/ecp5/config.cc
+++ b/ecp5/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>
*
* 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/ecp5/config.h b/ecp5/config.h
index d4a21577..c51902fa 100644
--- a/ecp5/config.h
+++ b/ecp5/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>
*
* 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/ecp5/gfx.cc b/ecp5/gfx.cc
index da96b76d..8b5015f8 100644
--- a/ecp5/gfx.cc
+++ b/ecp5/gfx.cc
@@ -1,8 +1,8 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018 Clifford Wolf <clifford@symbioticeda.com>
- * Copyright (C) 2019 Miodrag Milanovic <miodrag@symbioticeda.com>
+ * Copyright (C) 2018 Claire Xenia Wolf <claire@yosyshq.com>
+ * Copyright (C) 2019 Miodrag Milanovic <micko@yosyshq.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/ecp5/gfx.h b/ecp5/gfx.h
index 947b5551..f9f36463 100644
--- a/ecp5/gfx.h
+++ b/ecp5/gfx.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>
*
* 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/ecp5/globals.cc b/ecp5/globals.cc
index ee30fcec..580d470a 100644
--- a/ecp5/globals.cc
+++ b/ecp5/globals.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>
*
* 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/ecp5/globals.h b/ecp5/globals.h
index cc7cf98e..b795ba14 100644
--- a/ecp5/globals.h
+++ b/ecp5/globals.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>
*
* 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/ecp5/lpf.cc b/ecp5/lpf.cc
index 39576fcb..3fd840cd 100644
--- a/ecp5/lpf.cc
+++ b/ecp5/lpf.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>
*
* 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/ecp5/main.cc b/ecp5/main.cc
index 711c4944..f3861149 100644
--- a/ecp5/main.cc
+++ b/ecp5/main.cc
@@ -1,7 +1,7 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018 Clifford Wolf <clifford@symbioticeda.com>
+ * Copyright (C) 2018 Claire Xenia Wolf <claire@yosyshq.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/ecp5/pack.cc b/ecp5/pack.cc
index 19eda9e2..1336c609 100644
--- a/ecp5/pack.cc
+++ b/ecp5/pack.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>
*
* 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/ecp5/pio.cc b/ecp5/pio.cc
index 5ff375e3..8c0adf97 100644
--- a/ecp5/pio.cc
+++ b/ecp5/pio.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>
*
* 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/ecp5/pio.h b/ecp5/pio.h
index f0d941d9..26bbf349 100644
--- a/ecp5/pio.h
+++ b/ecp5/pio.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>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above