From b6d77b2e49233ef1199db4680e3ebca425102391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Thu, 13 Aug 2009 01:24:44 +0000 Subject: [PATCH] - cleanup, - assign (c) to Haiku Inc as it's just empty anyway. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32292 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- .../boot/platform/u-boot/platform_kernel_args.h | 8 ++++---- .../boot/platform/u-boot/platform_stage2_args.h | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/headers/private/kernel/boot/platform/u-boot/platform_kernel_args.h b/headers/private/kernel/boot/platform/u-boot/platform_kernel_args.h index 88674fe605..6e898ba11e 100644 --- a/headers/private/kernel/boot/platform/u-boot/platform_kernel_args.h +++ b/headers/private/kernel/boot/platform/u-boot/platform_kernel_args.h @@ -1,7 +1,7 @@ /* -** Copyright 2003, Axel Dörfler, axeld@pinc-software.de. All rights reserved. -** Distributed under the terms of the OpenBeOS License. -*/ + * Copyright 2009 Haiku Inc. All rights reserved. + * Distributed under the terms of the MIT License. + */ #ifndef KERNEL_BOOT_PLATFORM_UBOOT_KERNEL_ARGS_H #define KERNEL_BOOT_PLATFORM_UBOOT_KERNEL_ARGS_H @@ -20,4 +20,4 @@ typedef struct { char dummy; } platform_kernel_args; -#endif /* KERNEL_BOOT_PLATFORM_OPENFIRMWARE_KERNEL_ARGS_H */ +#endif /* KERNEL_BOOT_PLATFORM_UBOOT_KERNEL_ARGS_H */ diff --git a/headers/private/kernel/boot/platform/u-boot/platform_stage2_args.h b/headers/private/kernel/boot/platform/u-boot/platform_stage2_args.h index 9aea238296..59930c3b06 100644 --- a/headers/private/kernel/boot/platform/u-boot/platform_stage2_args.h +++ b/headers/private/kernel/boot/platform/u-boot/platform_stage2_args.h @@ -1,9 +1,9 @@ /* -** Copyright 2003, Axel Dörfler, axeld@pinc-software.de. All rights reserved. -** Distributed under the terms of the OpenBeOS License. -*/ -#ifndef KERNEL_BOOT_PLATFORM_BIOS_IA32_STAGE2_H -#define KERNEL_BOOT_PLATFORM_BIOS_IA32_STAGE2_H + * Copyright 2009 Haiku Inc. All rights reserved. + * Distributed under the terms of the MIT License. + */ +#ifndef KERNEL_BOOT_PLATFORM_UBOOT_STAGE2_H +#define KERNEL_BOOT_PLATFORM_UBOOT_STAGE2_H #ifndef KERNEL_BOOT_STAGE2_ARGS_H # error This file is included from only @@ -12,4 +12,4 @@ struct platform_stage2_args { }; -#endif /* KERNEL_BOOT_PLATFORM_BIOS_IA32_STAGE2_H */ +#endif /* KERNEL_BOOT_PLATFORM_UBOOT_STAGE2_H */