aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-06-09 13:09:08 +0100
committergatecat <gatecat@ds0.me>2021-06-12 13:22:38 +0100
commit2ffb08144278c870b9f1b0549afae6d962312fc0 (patch)
tree90c301333f904b9abb8c3e6fd35808d6a9af04b7 /fpga_interchange
parent1c7efdc02ce3e36558374e641ea07833cb3a1849 (diff)
downloadnextpnr-2ffb08144278c870b9f1b0549afae6d962312fc0.tar.gz
nextpnr-2ffb08144278c870b9f1b0549afae6d962312fc0.tar.bz2
nextpnr-2ffb08144278c870b9f1b0549afae6d962312fc0.zip
Fixing old emails and names in copyrights
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'fpga_interchange')
-rw-r--r--fpga_interchange/arch.cc4
-rw-r--r--fpga_interchange/arch.h4
-rw-r--r--fpga_interchange/arch_pybindings.cc2
-rw-r--r--fpga_interchange/arch_pybindings.h2
-rw-r--r--fpga_interchange/archdefs.h2
-rw-r--r--fpga_interchange/main.cc2
-rw-r--r--fpga_interchange/xdc.cc2
7 files changed, 9 insertions, 9 deletions
diff --git a/fpga_interchange/arch.cc b/fpga_interchange/arch.cc
index 1bbe9a02..efff54bc 100644
--- a/fpga_interchange/arch.cc
+++ b/fpga_interchange/arch.cc
@@ -1,8 +1,8 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018 Claire Wolf <claire@symbioticeda.com>
- * Copyright (C) 2018-19 David Shah <david@symbioticeda.com>
+ * Copyright (C) 2018 Claire Xenia Wolf <claire@yosyshq.com>
+ * Copyright (C) 2018-19 gatecat <gatecat@ds0.me>
* Copyright (C) 2021 Symbiflow Authors
*
* Permission to use, copy, modify, and/or distribute this software for any
diff --git a/fpga_interchange/arch.h b/fpga_interchange/arch.h
index 77a7ae59..fc3ea637 100644
--- a/fpga_interchange/arch.h
+++ b/fpga_interchange/arch.h
@@ -1,8 +1,8 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018 Claire Wolf <claire@symbioticeda.com>
- * Copyright (C) 2018-19 David Shah <david@symbioticeda.com>
+ * Copyright (C) 2018 Claire Xenia Wolf <claire@yosyshq.com>
+ * Copyright (C) 2018-19 gatecat <gatecat@ds0.me>
* Copyright (C) 2021 Symbiflow Authors
*
*
diff --git a/fpga_interchange/arch_pybindings.cc b/fpga_interchange/arch_pybindings.cc
index 03b20841..1ccbaff7 100644
--- a/fpga_interchange/arch_pybindings.cc
+++ b/fpga_interchange/arch_pybindings.cc
@@ -1,7 +1,7 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2020 David Shah <dave@ds0.me>
+ * Copyright (C) 2020 gatecat <gatecat@ds0.me>
* Copyright (C) 2021 Symbiflow Authors
*
* Permission to use, copy, modify, and/or distribute this software for any
diff --git a/fpga_interchange/arch_pybindings.h b/fpga_interchange/arch_pybindings.h
index 1cccdf55..f571daa9 100644
--- a/fpga_interchange/arch_pybindings.h
+++ b/fpga_interchange/arch_pybindings.h
@@ -1,7 +1,7 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2020 David Shah <dave@ds0.me>
+ * Copyright (C) 2020 gatecat <gatecat@ds0.me>
* Copyright (C) 2021 Symbiflow Authors
*
* Permission to use, copy, modify, and/or distribute this software for any
diff --git a/fpga_interchange/archdefs.h b/fpga_interchange/archdefs.h
index a50df43a..057de934 100644
--- a/fpga_interchange/archdefs.h
+++ b/fpga_interchange/archdefs.h
@@ -1,7 +1,7 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018 Claire Wolf <claire@symbioticeda.com>
+ * Copyright (C) 2018 Claire Xenia Wolf <claire@yosyshq.com>
* Copyright (C) 2021 Symbiflow Authors
*
* Permission to use, copy, modify, and/or distribute this software for any
diff --git a/fpga_interchange/main.cc b/fpga_interchange/main.cc
index 1e1ac71f..64a15e62 100644
--- a/fpga_interchange/main.cc
+++ b/fpga_interchange/main.cc
@@ -1,7 +1,7 @@
/*
* nextpnr -- Next Generation Place and Route
*
- * Copyright (C) 2018 Claire Wolf <claire@symbioticeda.com>
+ * Copyright (C) 2018 Claire Xenia Wolf <claire@yosyshq.com>
* Copyright (C) 2021 Symbiflow Authors
*
* Permission to use, copy, modify, and/or distribute this software for any
diff --git a/fpga_interchange/xdc.cc b/fpga_interchange/xdc.cc
index 6e22ce8b..ca1340b5 100644
--- a/fpga_interchange/xdc.cc
+++ b/fpga_interchange/xdc.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 Symbiflow Authors
*
* Permission to use, copy, modify, and/or distribute this software for any