From 3bb30583a35e3e6ce70ad54b5ad69c567fc1adb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sun, 21 Nov 2010 17:03:03 +0000 Subject: [PATCH] Fix the licence, we use MIT now. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39557 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/boot/platform/amiga_m68k/keyboard.cpp | 2 +- src/system/boot/platform/atari_m68k/keyboard.cpp | 2 +- src/system/boot/platform/u-boot/keyboard.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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. */