Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 100e421

Browse files
committed
Fix copyright info
Signed-off-by: Claire Xenia Wolf <[email protected]>
1 parent f9b1beb commit 100e421

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

picorv32.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* PicoRV32 -- A Small RISC-V (RV32I) Processor Core
33
*
4-
* Copyright (C) 2015 Clifford Wolf <[email protected]>
4+
* Copyright (C) 2015 Claire Xenia Wolf <[email protected]>
55
*
66
* Permission to use, copy, modify, and/or distribute this software for any
77
* purpose with or without fee is hereby granted, provided that the above

picosoc/firmware.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* PicoSoC - A simple example SoC using PicoRV32
33
*
4-
* Copyright (C) 2017 Clifford Wolf <[email protected]>
4+
* Copyright (C) 2017 Claire Xenia Wolf <[email protected]>
55
*
66
* Permission to use, copy, modify, and/or distribute this software for any
77
* purpose with or without fee is hereby granted, provided that the above

picosoc/hx8kdemo.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* PicoSoC - A simple example SoC using PicoRV32
33
*
4-
* Copyright (C) 2017 Clifford Wolf <[email protected]>
4+
* Copyright (C) 2017 Claire Xenia Wolf <[email protected]>
55
*
66
* Permission to use, copy, modify, and/or distribute this software for any
77
* purpose with or without fee is hereby granted, provided that the above

picosoc/hx8kdemo_tb.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* PicoSoC - A simple example SoC using PicoRV32
33
*
4-
* Copyright (C) 2017 Clifford Wolf <[email protected]>
4+
* Copyright (C) 2017 Claire Xenia Wolf <[email protected]>
55
*
66
* Permission to use, copy, modify, and/or distribute this software for any
77
* purpose with or without fee is hereby granted, provided that the above

picosoc/ice40up5k_spram.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* PicoSoC - A simple example SoC using PicoRV32
44
*
5-
* Copyright (C) 2017 Clifford Wolf <[email protected]>
5+
* Copyright (C) 2017 Claire Xenia Wolf <[email protected]>
66
*
77
* Permission to use, copy, modify, and/or distribute this software for any
88
* purpose with or without fee is hereby granted, provided that the above

picosoc/icebreaker.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* PicoSoC - A simple example SoC using PicoRV32
33
*
4-
* Copyright (C) 2017 Clifford Wolf <[email protected]>
4+
* Copyright (C) 2017 Claire Xenia Wolf <[email protected]>
55
*
66
* Permission to use, copy, modify, and/or distribute this software for any
77
* purpose with or without fee is hereby granted, provided that the above

picosoc/icebreaker_tb.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* PicoSoC - A simple example SoC using PicoRV32
33
*
4-
* Copyright (C) 2017 Clifford Wolf <[email protected]>
4+
* Copyright (C) 2017 Claire Xenia Wolf <[email protected]>
55
*
66
* Permission to use, copy, modify, and/or distribute this software for any
77
* purpose with or without fee is hereby granted, provided that the above

picosoc/picosoc.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* PicoSoC - A simple example SoC using PicoRV32
33
*
4-
* Copyright (C) 2017 Clifford Wolf <[email protected]>
4+
* Copyright (C) 2017 Claire Xenia Wolf <[email protected]>
55
*
66
* Permission to use, copy, modify, and/or distribute this software for any
77
* purpose with or without fee is hereby granted, provided that the above

picosoc/simpleuart.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* PicoSoC - A simple example SoC using PicoRV32
33
*
4-
* Copyright (C) 2017 Clifford Wolf <[email protected]>
4+
* Copyright (C) 2017 Claire Xenia Wolf <[email protected]>
55
*
66
* Permission to use, copy, modify, and/or distribute this software for any
77
* purpose with or without fee is hereby granted, provided that the above

picosoc/spiflash.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* PicoSoC - A simple example SoC using PicoRV32
33
*
4-
* Copyright (C) 2017 Clifford Wolf <[email protected]>
4+
* Copyright (C) 2017 Claire Xenia Wolf <[email protected]>
55
*
66
* Permission to use, copy, modify, and/or distribute this software for any
77
* purpose with or without fee is hereby granted, provided that the above

0 commit comments

Comments
 (0)