[OpenBIOS] [PATCHv2 3/6] ppc: use ROT13 encoding for copyright property

Mark Cave-Ayland mark.cave-ayland at ilande.co.uk
Sat Feb 13 17:10:59 CET 2016


Signed-off-by: Mark Cave-Ayland <mark.cave-ayland at ilande.co.uk>
---
 openbios-devel/arch/ppc/qemu/qemu.fs |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/openbios-devel/arch/ppc/qemu/qemu.fs b/openbios-devel/arch/ppc/qemu/qemu.fs
index e9f1282..f0ab340 100644
--- a/openbios-devel/arch/ppc/qemu/qemu.fs
+++ b/openbios-devel/arch/ppc/qemu/qemu.fs
@@ -100,8 +100,8 @@ variable keyboard-phandle 0 keyboard-phandle !
 
 : insert-copyright-property
   \ As required for MacOS 9 and below
-  " Copyright 1983-2001 Apple Computer, Inc. THIS MESSAGE FOR COMPATIBILITY ONLY"
-  encode-string " copyright"
+  " Pbclevtug 1983-2001 Nccyr Pbzchgre, Vap. GUVF ZRFFNTR SBE PBZCNGVOVYVGL BAYL"
+  rot13-str encode-string " copyright"
   " /" find-package if
     " set-property" $find if
       execute
-- 
1.7.10.4




More information about the OpenBIOS mailing list