From 100e421be0aa5fb130b6e4f532d15fc7d1a03f02 Mon Sep 17 00:00:00 2001 From: Claire Xenia Wolf Date: Thu, 2 Dec 2021 15:59:12 +0100 Subject: Fix copyright info Signed-off-by: Claire Xenia Wolf --- picorv32.v | 2 +- picosoc/firmware.c | 2 +- picosoc/hx8kdemo.v | 2 +- picosoc/hx8kdemo_tb.v | 2 +- picosoc/ice40up5k_spram.v | 2 +- picosoc/icebreaker.v | 2 +- picosoc/icebreaker_tb.v | 2 +- picosoc/picosoc.v | 2 +- picosoc/simpleuart.v | 2 +- picosoc/spiflash.v | 2 +- picosoc/spiflash_tb.v | 2 +- picosoc/spimemio.v | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/picorv32.v b/picorv32.v index 6364cbe..cfc7ce0 100644 --- a/picorv32.v +++ b/picorv32.v @@ -1,7 +1,7 @@ /* * PicoRV32 -- A Small RISC-V (RV32I) Processor Core * - * Copyright (C) 2015 Clifford Wolf + * Copyright (C) 2015 Claire Xenia Wolf * * 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/picosoc/firmware.c b/picosoc/firmware.c index 425e036..aadf31b 100644 --- a/picosoc/firmware.c +++ b/picosoc/firmware.c @@ -1,7 +1,7 @@ /* * PicoSoC - A simple example SoC using PicoRV32 * - * Copyright (C) 2017 Clifford Wolf + * Copyright (C) 2017 Claire Xenia Wolf * * 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/picosoc/hx8kdemo.v b/picosoc/hx8kdemo.v index 9b784f8..f9a82f1 100644 --- a/picosoc/hx8kdemo.v +++ b/picosoc/hx8kdemo.v @@ -1,7 +1,7 @@ /* * PicoSoC - A simple example SoC using PicoRV32 * - * Copyright (C) 2017 Clifford Wolf + * Copyright (C) 2017 Claire Xenia Wolf * * 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/picosoc/hx8kdemo_tb.v b/picosoc/hx8kdemo_tb.v index 734f483..3fe9c1d 100644 --- a/picosoc/hx8kdemo_tb.v +++ b/picosoc/hx8kdemo_tb.v @@ -1,7 +1,7 @@ /* * PicoSoC - A simple example SoC using PicoRV32 * - * Copyright (C) 2017 Clifford Wolf + * Copyright (C) 2017 Claire Xenia Wolf * * 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/picosoc/ice40up5k_spram.v b/picosoc/ice40up5k_spram.v index 6edb23b..6d010f2 100644 --- a/picosoc/ice40up5k_spram.v +++ b/picosoc/ice40up5k_spram.v @@ -2,7 +2,7 @@ /* * PicoSoC - A simple example SoC using PicoRV32 * - * Copyright (C) 2017 Clifford Wolf + * Copyright (C) 2017 Claire Xenia Wolf * * 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/picosoc/icebreaker.v b/picosoc/icebreaker.v index 0b401db..b76ed7d 100644 --- a/picosoc/icebreaker.v +++ b/picosoc/icebreaker.v @@ -1,7 +1,7 @@ /* * PicoSoC - A simple example SoC using PicoRV32 * - * Copyright (C) 2017 Clifford Wolf + * Copyright (C) 2017 Claire Xenia Wolf * * 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/picosoc/icebreaker_tb.v b/picosoc/icebreaker_tb.v index 209d165..c09c10d 100644 --- a/picosoc/icebreaker_tb.v +++ b/picosoc/icebreaker_tb.v @@ -1,7 +1,7 @@ /* * PicoSoC - A simple example SoC using PicoRV32 * - * Copyright (C) 2017 Clifford Wolf + * Copyright (C) 2017 Claire Xenia Wolf * * 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/picosoc/picosoc.v b/picosoc/picosoc.v index 9c5981e..6315219 100644 --- a/picosoc/picosoc.v +++ b/picosoc/picosoc.v @@ -1,7 +1,7 @@ /* * PicoSoC - A simple example SoC using PicoRV32 * - * Copyright (C) 2017 Clifford Wolf + * Copyright (C) 2017 Claire Xenia Wolf * * 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/picosoc/simpleuart.v b/picosoc/simpleuart.v index 1efddef..5ffef77 100644 --- a/picosoc/simpleuart.v +++ b/picosoc/simpleuart.v @@ -1,7 +1,7 @@ /* * PicoSoC - A simple example SoC using PicoRV32 * - * Copyright (C) 2017 Clifford Wolf + * Copyright (C) 2017 Claire Xenia Wolf * * 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/picosoc/spiflash.v b/picosoc/spiflash.v index 298219d..22b337b 100644 --- a/picosoc/spiflash.v +++ b/picosoc/spiflash.v @@ -1,7 +1,7 @@ /* * PicoSoC - A simple example SoC using PicoRV32 * - * Copyright (C) 2017 Clifford Wolf + * Copyright (C) 2017 Claire Xenia Wolf * * 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/picosoc/spiflash_tb.v b/picosoc/spiflash_tb.v index f300373..a5b5edc 100644 --- a/picosoc/spiflash_tb.v +++ b/picosoc/spiflash_tb.v @@ -1,7 +1,7 @@ /* * PicoSoC - A simple example SoC using PicoRV32 * - * Copyright (C) 2017 Clifford Wolf + * Copyright (C) 2017 Claire Xenia Wolf * * 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/picosoc/spimemio.v b/picosoc/spimemio.v index 0bbf532..b4ee446 100644 --- a/picosoc/spimemio.v +++ b/picosoc/spimemio.v @@ -1,7 +1,7 @@ /* * PicoSoC - A simple example SoC using PicoRV32 * - * Copyright (C) 2017 Clifford Wolf + * Copyright (C) 2017 Claire Xenia Wolf * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above -- cgit