summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-03-28 12:17:58 -0400
committerIan Moffett <ian@osmora.org>2025-03-28 12:17:58 -0400
commit4ff584fc8f0a32dfbb764e6a457e855d55f98e5e (patch)
tree92a02d479858bba7c3dcb176d42273e5151ef7cd
parented53f9368ee8258ea0b2c803e8a641daa1183042 (diff)
project: Devoure by OSMORA
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r--sv/soc/bus/dmactl.sv4
-rw-r--r--sv/soc/irq/pimc.sv4
-rw-r--r--tb/soc/irq/tb_pimc.cpp4
3 files changed, 6 insertions, 6 deletions
diff --git a/sv/soc/bus/dmactl.sv b/sv/soc/bus/dmactl.sv
index fc6ade6..27a13ec 100644
--- a/sv/soc/bus/dmactl.sv
+++ b/sv/soc/bus/dmactl.sv
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2024 Athena Systems LLC and Ian Marco Moffett
+ * Copyright (c) 2024-2025 Ian Marco Moffett and the Osmora Team.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -10,7 +10,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. Neither the name of the copyright holder nor the names of its
+ * 3. Neither the name of Hyra nor the names of its
* contributors may be used to endorse or promote products derived from
* this software without specific prior written permission.
*
diff --git a/sv/soc/irq/pimc.sv b/sv/soc/irq/pimc.sv
index 15b82c9..21d5dde 100644
--- a/sv/soc/irq/pimc.sv
+++ b/sv/soc/irq/pimc.sv
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2024 Athena Systems LLC and Ian Marco Moffett
+ * Copyright (c) 2024-2025 Ian Marco Moffett and the Osmora Team.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -10,7 +10,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. Neither the name of the copyright holder nor the names of its
+ * 3. Neither the name of Hyra nor the names of its
* contributors may be used to endorse or promote products derived from
* this software without specific prior written permission.
*
diff --git a/tb/soc/irq/tb_pimc.cpp b/tb/soc/irq/tb_pimc.cpp
index ec06a5d..7365649 100644
--- a/tb/soc/irq/tb_pimc.cpp
+++ b/tb/soc/irq/tb_pimc.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2024 Athena Systems LLC and Ian Marco Moffett
+ * Copyright (c) 2024-2025 Ian Marco Moffett and the Osmora Team.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -10,7 +10,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. Neither the name of the copyright holder nor the names of its
+ * 3. Neither the name of Hyra nor the names of its
* contributors may be used to endorse or promote products derived from
* this software without specific prior written permission.
*