Author: mmu_man Date: 2010-11-21 18:03:03 +0100 (Sun, 21 Nov 2010) New Revision: 39557 Changeset: http://dev.haiku-os.org/changeset/39557 Modified: haiku/trunk/src/system/boot/platform/amiga_m68k/keyboard.cpp haiku/trunk/src/system/boot/platform/atari_m68k/keyboard.cpp haiku/trunk/src/system/boot/platform/u-boot/keyboard.cpp Log: Fix the licence, we use MIT now. Modified: haiku/trunk/src/system/boot/platform/amiga_m68k/keyboard.cpp =================================================================== --- haiku/trunk/src/system/boot/platform/amiga_m68k/keyboard.cpp 2010-11-21 14:02:53 UTC (rev 39556) +++ haiku/trunk/src/system/boot/platform/amiga_m68k/keyboard.cpp 2010-11-21 17:03:03 UTC (rev 39557) @@ -1,6 +1,6 @@ /* ** Copyright 2004, Axel Dörfler, axeld@xxxxxxxxxxxxxxxxx All rights reserved. -** Distributed under the terms of the OpenBeOS License. +** Distributed under the terms of the MIT License. */ Modified: haiku/trunk/src/system/boot/platform/atari_m68k/keyboard.cpp =================================================================== --- haiku/trunk/src/system/boot/platform/atari_m68k/keyboard.cpp 2010-11-21 14:02:53 UTC (rev 39556) +++ haiku/trunk/src/system/boot/platform/atari_m68k/keyboard.cpp 2010-11-21 17:03:03 UTC (rev 39557) @@ -1,7 +1,7 @@ /* * Copyright 2008-2010, François Revol, revol@xxxxxxxx All rights reserved. * Copyright 2004, Axel Dörfler, axeld@xxxxxxxxxxxxxxxxx All rights reserved. - * Distributed under the terms of the OpenBeOS License. + * Distributed under the terms of the MIT License. */ Modified: haiku/trunk/src/system/boot/platform/u-boot/keyboard.cpp =================================================================== --- haiku/trunk/src/system/boot/platform/u-boot/keyboard.cpp 2010-11-21 14:02:53 UTC (rev 39556) +++ haiku/trunk/src/system/boot/platform/u-boot/keyboard.cpp 2010-11-21 17:03:03 UTC (rev 39557) @@ -1,6 +1,6 @@ /* ** Copyright 2004, Axel Dörfler, axeld@xxxxxxxxxxxxxxxxx All rights reserved. -** Distributed under the terms of the OpenBeOS License. +** Distributed under the terms of the MIT License. */