diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2021-01-15 20:12:06 +0000 |
---|---|---|
committer | Thomas Huth <huth@tuxfamily.org> | 2021-01-19 09:11:52 +0100 |
commit | 41da32471183d7ca4756ad3ed8bb11c1d0c37a32 (patch) | |
tree | b1032fe87b7863eee0d5ffc44ba58a678422797e /include/hw | |
parent | 75ca77ec7b597883cf98ee7c13ee143595de0390 (diff) |
hw/m68k/next-cube: Add missing header comment to next-cube.h
The next-cube.h file is missing the usual copyright-and-license
header; add it (same as the next-cube.c one).
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20210115201206.17347-12-peter.maydell@linaro.org>
Signed-off-by: Thomas Huth <huth@tuxfamily.org>
Diffstat (limited to 'include/hw')
-rw-r--r-- | include/hw/m68k/next-cube.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/hw/m68k/next-cube.h b/include/hw/m68k/next-cube.h index d38c52d540..43577282d1 100644 --- a/include/hw/m68k/next-cube.h +++ b/include/hw/m68k/next-cube.h @@ -1,3 +1,13 @@ +/* + * NeXT Cube + * + * Copyright (c) 2011 Bryce Lanham + * + * This code 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 2 of the License, + * or (at your option) any later version. + */ #ifndef NEXT_CUBE_H #define NEXT_CUBE_H |