From: Alexandre Oliva Date: Mon, 7 Dec 2020 07:41:59 +0000 (-0300) Subject: Add copyright notices to most scripts I wrote X-Git-Tag: convert-csv-opcode-to-binary~1485 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=68c01ef35bc33f0916b1f2231aebe3bc0d322b19;p=libreriscv.git Add copyright notices to most scripts I wrote --- diff --git a/openpower/sv/estimate-compression.py b/openpower/sv/estimate-compression.py index 009cd1406..1d38b5feb 100644 --- a/openpower/sv/estimate-compression.py +++ b/openpower/sv/estimate-compression.py @@ -4,6 +4,9 @@ # Estimate ppc code compression with Libre-SOC encoding attempt v2. +# Copyright 2020 Alexandre Oliva +# Copyright 2020 Luke Kenneth Casson Leighton + # This script is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3, or (at your option) diff --git a/openpower/sv/insn-histogram.py b/openpower/sv/insn-histogram.py index bc2164472..2f2f6c9ec 100644 --- a/openpower/sv/insn-histogram.py +++ b/openpower/sv/insn-histogram.py @@ -3,6 +3,8 @@ # Print a per-opcode histogram for ppc asm. +# Copyright 2020 Alexandre Oliva +# Copyright 2020 Luke Kenneth Casson Leighton # This script is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by