From 784fbf5895e0d0ca8086628a660b0f9c57fa4e80 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Sun, 1 May 2011 09:11:52 -0700 Subject: Add copyright information. --- init.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'init.c') 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 + . */ + #include #include #include "hwrpb.h" -- cgit v1.1