- 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
This commit is contained in:
François Revol 2009-08-13 01:24:44 +00:00
parent 1e33c1136e
commit b6d77b2e49
2 changed files with 10 additions and 10 deletions

View File

@ -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 */

View File

@ -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 <boot/stage2_args.h> only
@ -12,4 +12,4 @@
struct platform_stage2_args {
};
#endif /* KERNEL_BOOT_PLATFORM_BIOS_IA32_STAGE2_H */
#endif /* KERNEL_BOOT_PLATFORM_UBOOT_STAGE2_H */