summaryrefslogtreecommitdiff
path: root/init.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2011-05-01 09:11:52 -0700
committerRichard Henderson <rth@twiddle.net>2011-05-01 09:11:52 -0700
commit784fbf5895e0d0ca8086628a660b0f9c57fa4e80 (patch)
tree5ea8d78396e1eb29acc85f654537c465a30d583b /init.c
parentac57e53396490404cc27dc894e470269c07564f0 (diff)
downloadqemu-palcode-784fbf5895e0d0ca8086628a660b0f9c57fa4e80.zip
qemu-palcode-784fbf5895e0d0ca8086628a660b0f9c57fa4e80.tar.gz
qemu-palcode-784fbf5895e0d0ca8086628a660b0f9c57fa4e80.tar.bz2
Add copyright information.
Diffstat (limited to 'init.c')
-rw-r--r--init.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/init.c b/init.c
index 6badc67..9827bee 100644
--- a/init.c
+++ b/init.c
@@ -1,3 +1,23 @@
+/* Initialization of the system and the HWRPB.
+
+ Copyright (C) 2011 Richard Henderson
+
+ This file is part of QEMU PALcode.
+
+ 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 2 of the License or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the text
+ of the GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; see the file COPYING. If not see
+ <http://www.gnu.org/licenses/>. */
+
#include <string.h>
#include <stddef.h>
#include "hwrpb.h"