On 21.05.15 18:59, Cormac O'Brien wrote:
This patch adds an official Apple copyright string to the PPC device tree as is required by Mac OS 9.
Signed-off-by: Cormac O'Brien i.am.cormac.obrien@gmail.com
arch/ppc/qemu/tree.fs | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/arch/ppc/qemu/tree.fs b/arch/ppc/qemu/tree.fs index 47f800d..c3f7440 100644 --- a/arch/ppc/qemu/tree.fs +++ b/arch/ppc/qemu/tree.fs @@ -17,6 +17,8 @@ include config.fs [IFDEF] CONFIG_PPC64 2 [ELSE] 1 [THEN] encode-int " #address-cells" property 1 encode-int " #size-cells" property h# 05f5e100 encode-int " clock-frequency" property +" Copyright 1983-2001 Apple Computer, Inc. All Rights Reserved" encode-string
- " copyright" property
This requires at least a comment saying that the copyright isn't actually on Apple's side. Also, how much of that do they verify? Can we maybe in the string already mention that Apple does not hold the copyright?
Alex