aboutsummaryrefslogtreecommitdiff
path: root/tests/tcg/mips/include
diff options
context:
space:
mode:
authorAleksandar Markovic <amarkovic@wavecomp.com>2019-03-07 19:01:55 +0100
committerAleksandar Markovic <amarkovic@wavecomp.com>2019-03-11 12:36:49 +0100
commitdd8d6a2d5abae535a677e318839e1f4f88cf4b36 (patch)
tree9de6509deeb47290e4741929104bbba6053c1ac0 /tests/tcg/mips/include
parente2a18635a400b0e68679614132e9ef6316105590 (diff)
downloadqemu-dd8d6a2d5abae535a677e318839e1f4f88cf4b36.zip
qemu-dd8d6a2d5abae535a677e318839e1f4f88cf4b36.tar.gz
qemu-dd8d6a2d5abae535a677e318839e1f4f88cf4b36.tar.bz2
tests/tcg: target/mips: Correct preambles of test source files
Correct preambles of test source files. Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com> Reviewed-by: Aleksandar Rikalo <amarkovic@wavecomp.com> Message-Id: <1551981716-30664-2-git-send-email-aleksandar.markovic@rt-rk.com>
Diffstat (limited to 'tests/tcg/mips/include')
-rw-r--r--tests/tcg/mips/include/test_inputs.h4
-rw-r--r--tests/tcg/mips/include/test_utils.h4
-rw-r--r--tests/tcg/mips/include/wrappers_msa.h4
3 files changed, 6 insertions, 6 deletions
diff --git a/tests/tcg/mips/include/test_inputs.h b/tests/tcg/mips/include/test_inputs.h
index 5406e4e..a0bbbdf 100644
--- a/tests/tcg/mips/include/test_inputs.h
+++ b/tests/tcg/mips/include/test_inputs.h
@@ -1,8 +1,8 @@
/*
* Header file for pattern and random test inputs
*
- * Copyright (C) 2018 Wave Computing, Inc.
- * Copyright (C) 2018 Aleksandar Markovic <amarkovic@wavecomp.com>
+ * Copyright (C) 2019 Wave Computing, Inc.
+ * Copyright (C) 2019 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
diff --git a/tests/tcg/mips/include/test_utils.h b/tests/tcg/mips/include/test_utils.h
index 9672903..0b3af3d 100644
--- a/tests/tcg/mips/include/test_utils.h
+++ b/tests/tcg/mips/include/test_utils.h
@@ -1,8 +1,8 @@
/*
* Header file for test utilities
*
- * Copyright (C) 2018 Wave Computing, Inc.
- * Copyright (C) 2018 Aleksandar Markovic <amarkovic@wavecomp.com>
+ * Copyright (C) 2019 Wave Computing, Inc.
+ * Copyright (C) 2019 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
diff --git a/tests/tcg/mips/include/wrappers_msa.h b/tests/tcg/mips/include/wrappers_msa.h
index 9cffd55..254e215 100644
--- a/tests/tcg/mips/include/wrappers_msa.h
+++ b/tests/tcg/mips/include/wrappers_msa.h
@@ -1,8 +1,8 @@
/*
* Header file for wrappers around MSA instructions assembler invocations
*
- * Copyright (C) 2018 Wave Computing, Inc.
- * Copyright (C) 2018 Aleksandar Markovic <amarkovic@wavecomp.com>
+ * Copyright (C) 2019 Wave Computing, Inc.
+ * Copyright (C) 2019 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