From: Luke Kenneth Casson Leighton Date: Fri, 29 Jan 2021 11:19:14 +0000 (+0000) Subject: whoops missed out "+" on explicit license listing X-Git-Tag: convert-csv-opcode-to-binary~301 X-Git-Url: https://git.libre-soc.org/?p=soc.git;a=commitdiff_plain;h=7caf3ffe5951414817bee2f75e5dacca38bf9cbf whoops missed out "+" on explicit license listing --- diff --git a/src/soc/decoder/power_decoder.py b/src/soc/decoder/power_decoder.py index 028de9b3..ba65bd5e 100644 --- a/src/soc/decoder/power_decoder.py +++ b/src/soc/decoder/power_decoder.py @@ -1,6 +1,6 @@ """Cascading Power ISA Decoder -License: LGPLv3 +License: LGPLv3+ # Copyright (C) 2020 Luke Kenneth Casson Leighton # Copyright (C) 2020 Michael Nolan diff --git a/src/soc/fu/cr/main_stage.py b/src/soc/fu/cr/main_stage.py index 43296aef..c840e32f 100644 --- a/src/soc/fu/cr/main_stage.py +++ b/src/soc/fu/cr/main_stage.py @@ -1,4 +1,4 @@ -# License: LGPLv3 +# License: LGPLv3+ # Copyright (C) 2020 Michael Nolan # Copyright (C) 2020 Luke Kenneth Casson Leighton diff --git a/src/soc/fu/shift_rot/main_stage.py b/src/soc/fu/shift_rot/main_stage.py index 1a3b8eff..1e4b8b1a 100644 --- a/src/soc/fu/shift_rot/main_stage.py +++ b/src/soc/fu/shift_rot/main_stage.py @@ -1,4 +1,4 @@ -# License: LGPLv3 +# License: LGPLv3+ # Copyright (C) 2020 Michael Nolan # Copyright (C) 2020 Luke Kenneth Casson Leighton diff --git a/src/soc/simulator/program.py b/src/soc/simulator/program.py index 17950cda..68c7549d 100644 --- a/src/soc/simulator/program.py +++ b/src/soc/simulator/program.py @@ -1,4 +1,4 @@ -# License: LGPLv3 +# License: LGPLv3+ # Copyright (C) 2020 Michael Nolan # Copyright (C) 2020 Luke Kenneth Casson Leighton