summaryrefslogtreecommitdiff
path: root/pal.h
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 /pal.h
parentac57e53396490404cc27dc894e470269c07564f0 (diff)
downloadqemu-palcode-784fbf5895e0d0ca8086628a660b0f9c57fa4e80.zip
qemu-palcode-784fbf5895e0d0ca8086628a660b0f9c57fa4e80.tar.gz
qemu-palcode-784fbf5895e0d0ca8086628a660b0f9c57fa4e80.tar.bz2
Add copyright information.
Diffstat (limited to 'pal.h')
-rw-r--r--pal.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/pal.h b/pal.h
index 8653c28..7642447 100644
--- a/pal.h
+++ b/pal.h
@@ -1,3 +1,23 @@
+/* Common definitions for QEMU Emulation PALcode
+
+ 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/>. */
+
#ifndef PAL_H
#define PAL_H 1