diff --git a/src/system/boot/platform/amiga_m68k/keyboard.cpp b/src/system/boot/platform/amiga_m68k/keyboard.cpp index 7e54c2102a..11480a4f12 100644 --- a/src/system/boot/platform/amiga_m68k/keyboard.cpp +++ b/src/system/boot/platform/amiga_m68k/keyboard.cpp @@ -1,6 +1,6 @@ /* ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. -** Distributed under the terms of the OpenBeOS License. +** Distributed under the terms of the MIT License. */ diff --git a/src/system/boot/platform/atari_m68k/keyboard.cpp b/src/system/boot/platform/atari_m68k/keyboard.cpp index e3231d2a95..cbcf9a1d42 100644 --- a/src/system/boot/platform/atari_m68k/keyboard.cpp +++ b/src/system/boot/platform/atari_m68k/keyboard.cpp @@ -1,7 +1,7 @@ /* * Copyright 2008-2010, François Revol, revol@free.fr. All rights reserved. * Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. - * Distributed under the terms of the OpenBeOS License. + * Distributed under the terms of the MIT License. */ diff --git a/src/system/boot/platform/u-boot/keyboard.cpp b/src/system/boot/platform/u-boot/keyboard.cpp index 5879a05c47..4853a743e8 100644 --- a/src/system/boot/platform/u-boot/keyboard.cpp +++ b/src/system/boot/platform/u-boot/keyboard.cpp @@ -1,6 +1,6 @@ /* ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. -** Distributed under the terms of the OpenBeOS License. +** Distributed under the terms of the MIT License. */