[Qemu-devel] [PATCH v2 1/5] disas: nanoMIPS: Fix preamble text

Aleksandar Markovic posted 5 patches 7 years, 1 month ago
There is a newer version of this series
[Qemu-devel] [PATCH v2 1/5] disas: nanoMIPS: Fix preamble text
Posted by Aleksandar Markovic 7 years, 1 month ago
From: Aleksandar Markovic <amarkovic@wavecomp.com>

Fix several mistakes in preambles of nanomips disassembler source
files.

Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
---
 disas/nanomips.cpp | 7 ++++---
 disas/nanomips.h   | 7 ++++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/disas/nanomips.cpp b/disas/nanomips.cpp
index 1238c2ff33..f9ef0a25f4 100644
--- a/disas/nanomips.cpp
+++ b/disas/nanomips.cpp
@@ -1,13 +1,13 @@
 /*
  *  Source file for nanoMIPS disassembler component of QEMU
  *
- *  Copyright (C) 2018  Wave Computing
+ *  Copyright (C) 2018  Wave Computing, Inc.
  *  Copyright (C) 2018  Matthew Fortune <matthew.fortune@mips.com>
- *  Copyright (C) 2018  Aleksandar Markovic <aleksandar.markovic@wavecomp.com>
+ *  Copyright (C) 2018  Aleksandar Markovic <amarkovic@wavecomp.com>
  *
  *  This program 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 of the License, or
+ *  the Free Software Foundation, either version 2 of the License, or
  *  (at your option) any later version.
  *
  *  This program is distributed in the hope that it will be useful,
@@ -17,6 +17,7 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <https://www.gnu.org/licenses/>.
+ *
  */
 
 extern "C" {
diff --git a/disas/nanomips.h b/disas/nanomips.h
index 84cc9a6dfc..3df138d63f 100644
--- a/disas/nanomips.h
+++ b/disas/nanomips.h
@@ -1,13 +1,13 @@
 /*
  *  Header file for nanoMIPS disassembler component of QEMU
  *
- *  Copyright (C) 2018  Wave Computing
+ *  Copyright (C) 2018  Wave Computing, Inc.
  *  Copyright (C) 2018  Matthew Fortune <matthew.fortune@mips.com>
- *  Copyright (C) 2018  Aleksandar Markovic <aleksandar.markovic@wavecomp.com>
+ *  Copyright (C) 2018  Aleksandar Markovic <amarkovic@wavecomp.com>
  *
  *  This program 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 of the License, or
+ *  the Free Software Foundation, either version 2 of the License, or
  *  (at your option) any later version.
  *
  *  This program is distributed in the hope that it will be useful,
@@ -17,6 +17,7 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <https://www.gnu.org/licenses/>.
+ *
  */
 
 #ifndef NANOMIPS_DISASSEMBLER_H
-- 
2.17.1


Re: [Qemu-devel] [PATCH v2 1/5] disas: nanoMIPS: Fix preamble text
Posted by Stefan Markovic 7 years, 1 month ago
On 17.12.18. 18:10, Aleksandar Markovic wrote:
> From: Aleksandar Markovic <amarkovic@wavecomp.com>
>
> Fix several mistakes in preambles of nanomips disassembler source
> files.
>
> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
> ---
>   disas/nanomips.cpp | 7 ++++---
>   disas/nanomips.h   | 7 ++++---
>   2 files changed, 8 insertions(+), 6 deletions(-)


Reviewed-by: Stefan Markovic <smarkovic@wavecomp.com>


> diff --git a/disas/nanomips.cpp b/disas/nanomips.cpp
> index 1238c2ff33..f9ef0a25f4 100644
> --- a/disas/nanomips.cpp
> +++ b/disas/nanomips.cpp
> @@ -1,13 +1,13 @@
>   /*
>    *  Source file for nanoMIPS disassembler component of QEMU
>    *
> - *  Copyright (C) 2018  Wave Computing
> + *  Copyright (C) 2018  Wave Computing, Inc.
>    *  Copyright (C) 2018  Matthew Fortune <matthew.fortune@mips.com>
> - *  Copyright (C) 2018  Aleksandar Markovic <aleksandar.markovic@wavecomp.com>
> + *  Copyright (C) 2018  Aleksandar Markovic <amarkovic@wavecomp.com>
>    *
>    *  This program 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 of the License, or
> + *  the Free Software Foundation, either version 2 of the License, or
>    *  (at your option) any later version.
>    *
>    *  This program is distributed in the hope that it will be useful,
> @@ -17,6 +17,7 @@
>    *
>    *  You should have received a copy of the GNU General Public License
>    *  along with this program.  If not, see <https://www.gnu.org/licenses/>.
> + *
>    */
>   
>   extern "C" {
> diff --git a/disas/nanomips.h b/disas/nanomips.h
> index 84cc9a6dfc..3df138d63f 100644
> --- a/disas/nanomips.h
> +++ b/disas/nanomips.h
> @@ -1,13 +1,13 @@
>   /*
>    *  Header file for nanoMIPS disassembler component of QEMU
>    *
> - *  Copyright (C) 2018  Wave Computing
> + *  Copyright (C) 2018  Wave Computing, Inc.
>    *  Copyright (C) 2018  Matthew Fortune <matthew.fortune@mips.com>
> - *  Copyright (C) 2018  Aleksandar Markovic <aleksandar.markovic@wavecomp.com>
> + *  Copyright (C) 2018  Aleksandar Markovic <amarkovic@wavecomp.com>
>    *
>    *  This program 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 of the License, or
> + *  the Free Software Foundation, either version 2 of the License, or
>    *  (at your option) any later version.
>    *
>    *  This program is distributed in the hope that it will be useful,
> @@ -17,6 +17,7 @@
>    *
>    *  You should have received a copy of the GNU General Public License
>    *  along with this program.  If not, see <https://www.gnu.org/licenses/>.
> + *
>    */
>   
>   #ifndef NANOMIPS_DISASSEMBLER_H