s/OpenBeOS License/MIT License/ universally, as they're the same thing.

Fixes #8681.
This commit is contained in:
Augustin Cavalier
2017-02-09 22:09:56 -05:00
parent b33ee35d3f
commit b6f76ebe71
329 changed files with 331 additions and 331 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
* Copyright 2011 Haiku, Inc. All rights reserved. * Copyright 2011 Haiku, Inc. All rights reserved.
* Distributed under the terms of the OpenBeOS License. * Distributed under the terms of the MIT License.
* *
* Authors: * Authors:
* Axel Dörfler, [email protected] * Axel Dörfler, [email protected]
+1 -1
View File
@@ -1,6 +1,6 @@
/* General File System informations/capabilities /* General File System informations/capabilities
** **
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef _FS_INFO_H #ifndef _FS_INFO_H
#define _FS_INFO_H #define _FS_INFO_H
+1 -1
View File
@@ -1,6 +1,6 @@
//---------------------------------------------------------------------- //----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered // This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license. // by the MIT License.
//--------------------------------------------------------------------- //---------------------------------------------------------------------
/*! /*!
\file Directory.h \file Directory.h
+1 -1
View File
@@ -1,6 +1,6 @@
//---------------------------------------------------------------------- //----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered // This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license. // by the MIT License.
//--------------------------------------------------------------------- //---------------------------------------------------------------------
/*! /*!
\file Entry.h \file Entry.h
+1 -1
View File
@@ -1,6 +1,6 @@
//---------------------------------------------------------------------- //----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered // This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license. // by the MIT License.
//--------------------------------------------------------------------- //---------------------------------------------------------------------
/*! /*!
\file File.h \file File.h
+1 -1
View File
@@ -1,6 +1,6 @@
//---------------------------------------------------------------------- //----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered // This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license. // by the MIT License.
//--------------------------------------------------------------------- //---------------------------------------------------------------------
/*! /*!
\file MimeType.h \file MimeType.h
+1 -1
View File
@@ -1,6 +1,6 @@
//---------------------------------------------------------------------- //----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered // This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license. // by the MIT License.
//--------------------------------------------------------------------- //---------------------------------------------------------------------
/*! /*!
\file NodeInfo.h \file NodeInfo.h
+1 -1
View File
@@ -1,6 +1,6 @@
// ---------------------------------------------------------------------- // ----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered // This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license. // by the MIT License.
// //
// File Name: Directory.cpp // File Name: Directory.cpp
// //
@@ -1,6 +1,6 @@
//---------------------------------------------------------------------- //----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered // This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license. // by the MIT License.
//--------------------------------------------------------------------- //---------------------------------------------------------------------
/*! /*!
\file MimeUpdateThread.h \file MimeUpdateThread.h
@@ -1,6 +1,6 @@
//---------------------------------------------------------------------- //----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered // This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license. // by the MIT License.
//--------------------------------------------------------------------- //---------------------------------------------------------------------
/*! /*!
\file UpdateMimeInfoThread.h \file UpdateMimeInfoThread.h
+1 -1
View File
@@ -1,6 +1,6 @@
/* Modules Definitions /* Modules Definitions
** **
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef _FSSH_ATOMIC_H #ifndef _FSSH_ATOMIC_H
+1 -1
View File
@@ -1,6 +1,6 @@
/* File System attributes /* File System attributes
** **
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef _FSSH_FS_ATTR_H #ifndef _FSSH_FS_ATTR_H
#define _FSSH_FS_ATTR_H #define _FSSH_FS_ATTR_H
+1 -1
View File
@@ -1,6 +1,6 @@
/* File System indices /* File System indices
** **
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef _FSSH_FS_INDEX_H #ifndef _FSSH_FS_INDEX_H
#define _FSSH_FS_INDEX_H #define _FSSH_FS_INDEX_H
+1 -1
View File
@@ -1,6 +1,6 @@
/* General File System informations/capabilities /* General File System informations/capabilities
** **
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef _FSSH_FS_INFO_H #ifndef _FSSH_FS_INFO_H
#define _FSSH_FS_INFO_H #define _FSSH_FS_INFO_H
+1 -1
View File
@@ -1,6 +1,6 @@
/* File System attribute queries /* File System attribute queries
** **
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef _FSSH_FS_QUERY_H #ifndef _FSSH_FS_QUERY_H
#define _FSSH_FS_QUERY_H #define _FSSH_FS_QUERY_H
+1 -1
View File
@@ -1,6 +1,6 @@
/* Modules Definitions /* Modules Definitions
** **
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef _FSSH_MODULE_H #ifndef _FSSH_MODULE_H
+1 -1
View File
@@ -2,7 +2,7 @@
#define _FSSH_NODE_MONITOR_H #define _FSSH_NODE_MONITOR_H
/* Node monitor calls for kernel add-ons /* Node monitor calls for kernel add-ons
** **
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
@@ -1,6 +1,6 @@
/* /*
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved. ** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef KERNEL_ARCH_ARM_KERNEL_ARGS_H #ifndef KERNEL_ARCH_ARM_KERNEL_ARGS_H
#define KERNEL_ARCH_ARM_KERNEL_ARGS_H #define KERNEL_ARCH_ARM_KERNEL_ARGS_H
@@ -1,6 +1,6 @@
/* /*
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved. ** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef _KERNEL_ARCH_ARM_VM_TRANSLATION_MAP_H #ifndef _KERNEL_ARCH_ARM_VM_TRANSLATION_MAP_H
#define _KERNEL_ARCH_ARM_VM_TRANSLATION_MAP_H #define _KERNEL_ARCH_ARM_VM_TRANSLATION_MAP_H
@@ -1,6 +1,6 @@
/* /*
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved. ** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef _KERNEL_ARCH_M68K_030_MMU_H #ifndef _KERNEL_ARCH_M68K_030_MMU_H
#define _KERNEL_ARCH_M68K_030_MMU_H #define _KERNEL_ARCH_M68K_030_MMU_H
@@ -1,6 +1,6 @@
/* /*
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved. ** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef _KERNEL_ARCH_M68K_040_MMU_H #ifndef _KERNEL_ARCH_M68K_040_MMU_H
#define _KERNEL_ARCH_M68K_040_MMU_H #define _KERNEL_ARCH_M68K_040_MMU_H
@@ -1,6 +1,6 @@
/* /*
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved. ** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef KERNEL_ARCH_M68K_KERNEL_ARGS_H #ifndef KERNEL_ARCH_M68K_KERNEL_ARGS_H
#define KERNEL_ARCH_M68K_KERNEL_ARGS_H #define KERNEL_ARCH_M68K_KERNEL_ARGS_H
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved. ** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef _KERNEL_ARCH_M68K_MMU_H #ifndef _KERNEL_ARCH_M68K_MMU_H
#define _KERNEL_ARCH_M68K_MMU_H #define _KERNEL_ARCH_M68K_MMU_H
@@ -1,6 +1,6 @@
/* /*
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved. ** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef _KERNEL_ARCH_M68K_VM_TRANSLATION_MAP_H #ifndef _KERNEL_ARCH_M68K_VM_TRANSLATION_MAP_H
#define _KERNEL_ARCH_M68K_VM_TRANSLATION_MAP_H #define _KERNEL_ARCH_M68K_VM_TRANSLATION_MAP_H
@@ -1,6 +1,6 @@
/* /*
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved. ** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef KERNEL_ARCH_PPC_KERNEL_ARGS_H #ifndef KERNEL_ARCH_PPC_KERNEL_ARGS_H
#define KERNEL_ARCH_PPC_KERNEL_ARGS_H #define KERNEL_ARCH_PPC_KERNEL_ARGS_H
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved. ** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef _KERNEL_ARCH_PPC_MMU_H #ifndef _KERNEL_ARCH_PPC_MMU_H
#define _KERNEL_ARCH_PPC_MMU_H #define _KERNEL_ARCH_PPC_MMU_H
@@ -1,6 +1,6 @@
/* /*
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved. ** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef _KERNEL_ARCH_PPC_MMU_AMCC440_H #ifndef _KERNEL_ARCH_PPC_MMU_AMCC440_H
#define _KERNEL_ARCH_PPC_MMU_AMCC440_H #define _KERNEL_ARCH_PPC_MMU_AMCC440_H
@@ -1,6 +1,6 @@
/* /*
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved. ** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef _KERNEL_ARCH_PPC_VM_TRANSLATION_MAP_H #ifndef _KERNEL_ARCH_PPC_VM_TRANSLATION_MAP_H
#define _KERNEL_ARCH_PPC_VM_TRANSLATION_MAP_H #define _KERNEL_ARCH_PPC_VM_TRANSLATION_MAP_H
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
** Copyright 2003, Marcus Overhagen. All rights reserved. ** Copyright 2003, Marcus Overhagen. All rights reserved.
** Distributed under the terms of the OpenBeOS license. ** Distributed under the terms of the MIT license.
*/ */
#ifndef _KERNEL_ARCH_CPU_H #ifndef _KERNEL_ARCH_CPU_H
#define _KERNEL_ARCH_CPU_H #define _KERNEL_ARCH_CPU_H
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
** Copyright 2004, The OpenBeOS Team. All rights reserved. ** Copyright 2004, The OpenBeOS Team. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef KERNEL_ARCH_TIMER_H #ifndef KERNEL_ARCH_TIMER_H
#define KERNEL_ARCH_TIMER_H #define KERNEL_ARCH_TIMER_H
@@ -1,6 +1,6 @@
/* /*
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved. ** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef _KERNEL_ARCH_x86_VM_TRANSLATION_MAP_H #ifndef _KERNEL_ARCH_x86_VM_TRANSLATION_MAP_H
#define _KERNEL_ARCH_x86_VM_TRANSLATION_MAP_H #define _KERNEL_ARCH_x86_VM_TRANSLATION_MAP_H
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved. ** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef KERNEL_BOOT_HEAP_H #ifndef KERNEL_BOOT_HEAP_H
#define KERNEL_BOOT_HEAP_H #define KERNEL_BOOT_HEAP_H
@@ -1,6 +1,6 @@
/* /*
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved. ** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef KERNEL_BOOT_PLATFORM_AMIGA_KERNEL_ARGS_H #ifndef KERNEL_BOOT_PLATFORM_AMIGA_KERNEL_ARGS_H
#define KERNEL_BOOT_PLATFORM_AMIGA_KERNEL_ARGS_H #define KERNEL_BOOT_PLATFORM_AMIGA_KERNEL_ARGS_H
@@ -1,6 +1,6 @@
/* /*
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved. ** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef KERNEL_BOOT_PLATFORM_AMIGA_M68K_STAGE2_ARGS_H #ifndef KERNEL_BOOT_PLATFORM_AMIGA_M68K_STAGE2_ARGS_H
#define KERNEL_BOOT_PLATFORM_AMIGA_M68K_STAGE2_ARGS_H #define KERNEL_BOOT_PLATFORM_AMIGA_M68K_STAGE2_ARGS_H
@@ -1,6 +1,6 @@
/* /*
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved. ** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef KERNEL_BOOT_PLATFORM_ATARI_KERNEL_ARGS_H #ifndef KERNEL_BOOT_PLATFORM_ATARI_KERNEL_ARGS_H
#define KERNEL_BOOT_PLATFORM_ATARI_KERNEL_ARGS_H #define KERNEL_BOOT_PLATFORM_ATARI_KERNEL_ARGS_H
@@ -1,6 +1,6 @@
/* /*
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved. ** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef KERNEL_BOOT_PLATFORM_ATARI_M68K_STAGE2_ARGS_H #ifndef KERNEL_BOOT_PLATFORM_ATARI_M68K_STAGE2_ARGS_H
#define KERNEL_BOOT_PLATFORM_ATARI_M68K_STAGE2_ARGS_H #define KERNEL_BOOT_PLATFORM_ATARI_M68K_STAGE2_ARGS_H
@@ -1,6 +1,6 @@
/* /*
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved. ** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef KERNEL_BOOT_PLATFORM_BIOS_IA32_STAGE2_H #ifndef KERNEL_BOOT_PLATFORM_BIOS_IA32_STAGE2_H
#define KERNEL_BOOT_PLATFORM_BIOS_IA32_STAGE2_H #define KERNEL_BOOT_PLATFORM_BIOS_IA32_STAGE2_H
@@ -1,6 +1,6 @@
/* /*
* Copyright 2003, Axel Dörfler, [email protected]. All rights reserved. * Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
* Distributed under the terms of the OpenBeOS License. * Distributed under the terms of the MIT License.
*/ */
#ifndef KERNEL_BOOT_PLATFORM_CFE_ARCH_H #ifndef KERNEL_BOOT_PLATFORM_CFE_ARCH_H
#define KERNEL_BOOT_PLATFORM_CFE_ARCH_H #define KERNEL_BOOT_PLATFORM_CFE_ARCH_H
@@ -1,6 +1,6 @@
/* /*
* Copyright 2003, Axel Dörfler, [email protected]. All rights reserved. * Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
* Distributed under the terms of the OpenBeOS License. * Distributed under the terms of the MIT License.
*/ */
#ifndef KERNEL_BOOT_PLATFORM_CFE_KERNEL_ARGS_H #ifndef KERNEL_BOOT_PLATFORM_CFE_KERNEL_ARGS_H
#define KERNEL_BOOT_PLATFORM_CFE_KERNEL_ARGS_H #define KERNEL_BOOT_PLATFORM_CFE_KERNEL_ARGS_H
@@ -1,6 +1,6 @@
/* /*
* Copyright 2003, Axel Dörfler, [email protected]. All rights reserved. * Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
* Distributed under the terms of the OpenBeOS License. * Distributed under the terms of the MIT License.
*/ */
#ifndef KERNEL_BOOT_PLATFORM_CFE_STAGE2_ARGS_H #ifndef KERNEL_BOOT_PLATFORM_CFE_STAGE2_ARGS_H
#define KERNEL_BOOT_PLATFORM_CFE_STAGE2_ARGS_H #define KERNEL_BOOT_PLATFORM_CFE_STAGE2_ARGS_H
@@ -1,6 +1,6 @@
/* /*
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved. ** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef KERNEL_BOOT_PLATFORM_OPENFIRMWARE_ARCH_H #ifndef KERNEL_BOOT_PLATFORM_OPENFIRMWARE_ARCH_H
#define KERNEL_BOOT_PLATFORM_OPENFIRMWARE_ARCH_H #define KERNEL_BOOT_PLATFORM_OPENFIRMWARE_ARCH_H
@@ -1,6 +1,6 @@
/* /*
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved. ** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef KERNEL_BOOT_PLATFORM_OPENFIRMWARE_KERNEL_ARGS_H #ifndef KERNEL_BOOT_PLATFORM_OPENFIRMWARE_KERNEL_ARGS_H
#define KERNEL_BOOT_PLATFORM_OPENFIRMWARE_KERNEL_ARGS_H #define KERNEL_BOOT_PLATFORM_OPENFIRMWARE_KERNEL_ARGS_H
@@ -1,6 +1,6 @@
/* /*
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved. ** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef KERNEL_BOOT_PLATFORM_OPENFIRMWARE_STAGE2_ARGS_H #ifndef KERNEL_BOOT_PLATFORM_OPENFIRMWARE_STAGE2_ARGS_H
#define KERNEL_BOOT_PLATFORM_OPENFIRMWARE_STAGE2_ARGS_H #define KERNEL_BOOT_PLATFORM_OPENFIRMWARE_STAGE2_ARGS_H
@@ -1,6 +1,6 @@
/* /*
* Copyright 2003, Axel Dörfler, [email protected]. All rights reserved. * Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
* Distributed under the terms of the OpenBeOS License. * Distributed under the terms of the MIT License.
* Copyright 2011-2012, Haiku Inc. All rights reserved. * Copyright 2011-2012, Haiku Inc. All rights reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
@@ -1,6 +1,6 @@
/* /*
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved. ** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef KERNEL_BOOT_PLATFORM_UBOOT_ARCH_H #ifndef KERNEL_BOOT_PLATFORM_UBOOT_ARCH_H
#define KERNEL_BOOT_PLATFORM_UBOOT_ARCH_H #define KERNEL_BOOT_PLATFORM_UBOOT_ARCH_H
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
** Copyright 2003-2004, Axel Dörfler, [email protected]. All rights reserved. ** Copyright 2003-2004, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef KERNEL_BOOT_STAGE2_H #ifndef KERNEL_BOOT_STAGE2_H
#define KERNEL_BOOT_STAGE2_H #define KERNEL_BOOT_STAGE2_H
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved. ** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef KERNEL_BOOT_STAGE2_ARGS_H #ifndef KERNEL_BOOT_STAGE2_ARGS_H
#define KERNEL_BOOT_STAGE2_ARGS_H #define KERNEL_BOOT_STAGE2_ARGS_H
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved. ** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef _STDIO_H_ #ifndef _STDIO_H_
#define _STDIO_H_ #define _STDIO_H_
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
** Copyright 2003-2004, Axel Dörfler, [email protected]. All rights reserved. ** Copyright 2003-2004, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef _KERNEL_TIMER_H #ifndef _KERNEL_TIMER_H
#define _KERNEL_TIMER_H #define _KERNEL_TIMER_H
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
** Copyright 2003, Marcus Overhagen. All rights reserved. ** Copyright 2003, Marcus Overhagen. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef _KERNEL_USER_ATOMIC_H #ifndef _KERNEL_USER_ATOMIC_H
#define _KERNEL_USER_ATOMIC_H #define _KERNEL_USER_ATOMIC_H
+1 -1
View File
@@ -3,7 +3,7 @@
/* cpp - C++ in the kernel /* cpp - C++ in the kernel
** **
** Initial version by Axel Dörfler, [email protected] ** Initial version by Axel Dörfler, [email protected]
** This file may be used under the terms of the OpenBeOS License. ** This file may be used under the terms of the MIT License.
*/ */
#ifdef __cplusplus #ifdef __cplusplus
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
** Copyright 2002, Axel Dörfler, [email protected]. All rights reserved. ** Copyright 2002, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef KQUEUE_H #ifndef KQUEUE_H
#define KQUEUE_H #define KQUEUE_H
+1 -1
View File
@@ -3,7 +3,7 @@
/* Stack - a template stack class, does not call any constructors/destructors /* Stack - a template stack class, does not call any constructors/destructors
** **
** Copyright 2001 pinc Software. All Rights Reserved. ** Copyright 2001 pinc Software. All Rights Reserved.
** This file may be used under the terms of the OpenBeOS License. ** This file may be used under the terms of the MIT License.
** **
** 2002-03-10 Modified by Marcus Overhagen ** 2002-03-10 Modified by Marcus Overhagen
*/ */
+1 -1
View File
@@ -1,6 +1,6 @@
//---------------------------------------------------------------------- //----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered // This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license. // by the MIT License.
//--------------------------------------------------------------------- //---------------------------------------------------------------------
#ifndef _DISK_DEVICE_VISITOR_H #ifndef _DISK_DEVICE_VISITOR_H
+1 -1
View File
@@ -1,6 +1,6 @@
//---------------------------------------------------------------------- //----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered // This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license. // by the MIT License.
//--------------------------------------------------------------------- //---------------------------------------------------------------------
#ifndef _DISK_SCANNER_ADD_ON #ifndef _DISK_SCANNER_ADD_ON
#define _DISK_SCANNER_ADD_ON #define _DISK_SCANNER_ADD_ON
+1 -1
View File
@@ -1,6 +1,6 @@
//---------------------------------------------------------------------- //----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered // This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license. // by the MIT License.
//--------------------------------------------------------------------- //---------------------------------------------------------------------
/*! /*!
\file OffsetFile.h \file OffsetFile.h
+1 -1
View File
@@ -1,6 +1,6 @@
//---------------------------------------------------------------------- //----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered // This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license. // by the MIT License.
//--------------------------------------------------------------------- //---------------------------------------------------------------------
#ifndef _PARTITIONING_INFO_H #ifndef _PARTITIONING_INFO_H
+1 -1
View File
@@ -1,6 +1,6 @@
//---------------------------------------------------------------------- //----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered // This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license. // by the MIT License.
//--------------------------------------------------------------------- //---------------------------------------------------------------------
/*! /*!
\file QueryPredicate.h \file QueryPredicate.h
+1 -1
View File
@@ -1,6 +1,6 @@
//---------------------------------------------------------------------- //----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered // This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license. // by the MIT License.
//--------------------------------------------------------------------- //---------------------------------------------------------------------
/*! /*!
\file ResourcesItem.h \file ResourcesItem.h
+1 -1
View File
@@ -1,6 +1,6 @@
//---------------------------------------------------------------------- //----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered // This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license. // by the MIT License.
//--------------------------------------------------------------------- //---------------------------------------------------------------------
/*! /*!
\file ResourcesContainer.h \file ResourcesContainer.h
+1 -1
View File
@@ -1,6 +1,6 @@
//---------------------------------------------------------------------- //----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered // This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license. // by the MIT License.
//--------------------------------------------------------------------- //---------------------------------------------------------------------
/*! /*!
\file Supertype.h \file Supertype.h
@@ -1,6 +1,6 @@
//---------------------------------------------------------------------- //----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered // This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license. // by the MIT License.
//--------------------------------------------------------------------- //---------------------------------------------------------------------
/*! /*!
\file SupportingApps.h \file SupportingApps.h
+1 -1
View File
@@ -1,6 +1,6 @@
//---------------------------------------------------------------------- //----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered // This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license. // by the MIT License.
//--------------------------------------------------------------------- //---------------------------------------------------------------------
/*! /*!
\file sniffer/CharStream.h \file sniffer/CharStream.h
+1 -1
View File
@@ -1,6 +1,6 @@
//---------------------------------------------------------------------- //----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered // This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license. // by the MIT License.
//--------------------------------------------------------------------- //---------------------------------------------------------------------
/*! /*!
\file sniffer/DisjList.h \file sniffer/DisjList.h
+1 -1
View File
@@ -1,6 +1,6 @@
//---------------------------------------------------------------------- //----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered // This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license. // by the MIT License.
//--------------------------------------------------------------------- //---------------------------------------------------------------------
/*! /*!
\file sniffer/Err.h \file sniffer/Err.h
+1 -1
View File
@@ -1,6 +1,6 @@
//---------------------------------------------------------------------- //----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered // This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license. // by the MIT License.
//--------------------------------------------------------------------- //---------------------------------------------------------------------
/*! /*!
\file sniffer/Parser.h \file sniffer/Parser.h
+1 -1
View File
@@ -1,6 +1,6 @@
//---------------------------------------------------------------------- //----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered // This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license. // by the MIT License.
//--------------------------------------------------------------------- //---------------------------------------------------------------------
/*! /*!
\file sniffer/Pattern.h \file sniffer/Pattern.h
@@ -1,6 +1,6 @@
//---------------------------------------------------------------------- //----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered // This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license. // by the MIT License.
//--------------------------------------------------------------------- //---------------------------------------------------------------------
/*! /*!
\file sniffer/PatternList.h \file sniffer/PatternList.h
+1 -1
View File
@@ -1,6 +1,6 @@
//---------------------------------------------------------------------- //----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered // This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license. // by the MIT License.
//--------------------------------------------------------------------- //---------------------------------------------------------------------
/*! /*!
\file sniffer/RPattern.h \file sniffer/RPattern.h
@@ -1,6 +1,6 @@
//---------------------------------------------------------------------- //----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered // This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license. // by the MIT License.
//--------------------------------------------------------------------- //---------------------------------------------------------------------
/*! /*!
\file sniffer/RPatternList.h \file sniffer/RPatternList.h
+1 -1
View File
@@ -1,6 +1,6 @@
//---------------------------------------------------------------------- //----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered // This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license. // by the MIT License.
//--------------------------------------------------------------------- //---------------------------------------------------------------------
/*! /*!
\file sniffer/Range.h \file sniffer/Range.h
+1 -1
View File
@@ -1,6 +1,6 @@
//---------------------------------------------------------------------- //----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered // This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license. // by the MIT License.
//--------------------------------------------------------------------- //---------------------------------------------------------------------
/*! /*!
\file sniffer/Rule.h \file sniffer/Rule.h
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved. ** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef _KERNEL_ARCH_ARM_ELF_H #ifndef _KERNEL_ARCH_ARM_ELF_H
#define _KERNEL_ARCH_ARM_ELF_H #define _KERNEL_ARCH_ARM_ELF_H
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved. ** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef _KERNEL_ARCH_M68K_ELF_H #ifndef _KERNEL_ARCH_M68K_ELF_H
#define _KERNEL_ARCH_M68K_ELF_H #define _KERNEL_ARCH_M68K_ELF_H
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved. ** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef _KERNEL_ARCH_PPC_ELF_H #ifndef _KERNEL_ARCH_PPC_ELF_H
#define _KERNEL_ARCH_PPC_ELF_H #define _KERNEL_ARCH_PPC_ELF_H
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved. ** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef _KERNEL_ARCH_x86_ELF_H #ifndef _KERNEL_ARCH_x86_ELF_H
#define _KERNEL_ARCH_x86_ELF_H #define _KERNEL_ARCH_x86_ELF_H
+1 -1
View File
@@ -3,7 +3,7 @@
/* Debug - debug stuff /* Debug - debug stuff
** **
** Initial version by Axel Dörfler, [email protected] ** Initial version by Axel Dörfler, [email protected]
** This file may be used under the terms of the OpenBeOS License. ** This file may be used under the terms of the MIT License.
*/ */
#include <string.h> #include <string.h>
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
** Copyright 2002/03, Thomas Kurschel. All rights reserved. ** Copyright 2002/03, Thomas Kurschel. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
/* /*
@@ -1,6 +1,6 @@
/* /*
** Copyright 2002/03, Thomas Kurschel. All rights reserved. ** Copyright 2002/03, Thomas Kurschel. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
/* /*
@@ -1,6 +1,6 @@
/* /*
** Copyright 2002/03, Thomas Kurschel. All rights reserved. ** Copyright 2002/03, Thomas Kurschel. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
/* /*
@@ -1,6 +1,6 @@
/* /*
** Copyright 2002/03, Thomas Kurschel. All rights reserved. ** Copyright 2002/03, Thomas Kurschel. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
/* /*
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
** Copyright 2002/03, Thomas Kurschel. All rights reserved. ** Copyright 2002/03, Thomas Kurschel. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
/* /*
@@ -1,6 +1,6 @@
/* /*
** Copyright 2002/03, Thomas Kurschel. All rights reserved. ** Copyright 2002/03, Thomas Kurschel. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
/* /*
@@ -1,6 +1,6 @@
/* /*
** Copyright 2002/03, Thomas Kurschel. All rights reserved. ** Copyright 2002/03, Thomas Kurschel. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
/* /*
@@ -1,6 +1,6 @@
/* /*
** Copyright 2002/03, Thomas Kurschel. All rights reserved. ** Copyright 2002/03, Thomas Kurschel. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
/* /*
@@ -1,6 +1,6 @@
/* /*
** Copyright 2002/03, Thomas Kurschel. All rights reserved. ** Copyright 2002/03, Thomas Kurschel. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
/* /*
@@ -1,7 +1,7 @@
#ifndef _CONFIG_MANAGER_DRIVER_H_ #ifndef _CONFIG_MANAGER_DRIVER_H_
#define _CONFIG_MANAGER_DRIVER_H_ #define _CONFIG_MANAGER_DRIVER_H_
/* /*
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */
/* definitions for the /dev/misc/config driver which provides access /* definitions for the /dev/misc/config driver which provides access
@@ -1,6 +1,6 @@
//---------------------------------------------------------------------- //----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered // This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license. // by the MIT License.
// //
// Copyright (c) 2003 Tyler Dauwalder, [email protected] // Copyright (c) 2003 Tyler Dauwalder, [email protected]
//--------------------------------------------------------------------- //---------------------------------------------------------------------
@@ -1,6 +1,6 @@
//---------------------------------------------------------------------- //----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered // This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license. // by the MIT License.
// //
// Copyright (c) 2003 Tyler Dauwalder, [email protected] // Copyright (c) 2003 Tyler Dauwalder, [email protected]
//--------------------------------------------------------------------- //---------------------------------------------------------------------
@@ -1,7 +1,7 @@
/* cpp - C++ in the kernel /* cpp - C++ in the kernel
** **
** Initial version by Axel Dörfler, axeld@pinc-software.de ** Initial version by Axel Dörfler, axeld@pinc-software.de
** This file may be used under the terms of the OpenBeOS License. ** This file may be used under the terms of the MIT License.
*/ */
@@ -3,7 +3,7 @@
/* cpp - C++ in the kernel /* cpp - C++ in the kernel
** **
** Initial version by Axel Dörfler, axeld@pinc-software.de ** Initial version by Axel Dörfler, axeld@pinc-software.de
** This file may be used under the terms of the OpenBeOS License. ** This file may be used under the terms of the MIT License.
*/ */
#ifdef __cplusplus #ifdef __cplusplus
@@ -1,6 +1,6 @@
//---------------------------------------------------------------------- //----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered // This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license. // by the MIT License.
// //
// Copyright (c) 2003 Tyler Dauwalder, [email protected] // Copyright (c) 2003 Tyler Dauwalder, [email protected]
//--------------------------------------------------------------------- //---------------------------------------------------------------------
@@ -1,6 +1,6 @@
//---------------------------------------------------------------------- //----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered // This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license. // by the MIT License.
// //
// Copyright (c) 2003 Tyler Dauwalder, [email protected] // Copyright (c) 2003 Tyler Dauwalder, [email protected]
//--------------------------------------------------------------------- //---------------------------------------------------------------------
@@ -1,6 +1,6 @@
//---------------------------------------------------------------------- //----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered // This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license. // by the MIT License.
// //
// Copyright (c) 2003 Tyler Dauwalder, [email protected] // Copyright (c) 2003 Tyler Dauwalder, [email protected]
//--------------------------------------------------------------------- //---------------------------------------------------------------------
@@ -1,6 +1,6 @@
//---------------------------------------------------------------------- //----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered // This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license. // by the MIT License.
// //
// Copyright (c) 2003 Tyler Dauwalder, [email protected] // Copyright (c) 2003 Tyler Dauwalder, [email protected]
//--------------------------------------------------------------------- //---------------------------------------------------------------------
@@ -1,6 +1,6 @@
//---------------------------------------------------------------------- //----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered // This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license. // by the MIT License.
// //
// This version copyright (c) 2003 Tyler Dauwalder, [email protected] // This version copyright (c) 2003 Tyler Dauwalder, [email protected]
// Initial version copyright (c) 2002 Axel Dörfler, [email protected] // Initial version copyright (c) 2002 Axel Dörfler, [email protected]
@@ -1,6 +1,6 @@
//---------------------------------------------------------------------- //----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered // This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license. // by the MIT License.
// //
// This version copyright (c) 2003 Tyler Dauwalder, [email protected] // This version copyright (c) 2003 Tyler Dauwalder, [email protected]
// Initial version copyright (c) 2002 Axel Dörfler, [email protected] // Initial version copyright (c) 2002 Axel Dörfler, [email protected]
@@ -1,6 +1,6 @@
//---------------------------------------------------------------------- //----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered // This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license. // by the MIT License.
// //
// Copyright (c) 2003 Tyler Dauwalder, [email protected] // Copyright (c) 2003 Tyler Dauwalder, [email protected]
//--------------------------------------------------------------------- //---------------------------------------------------------------------
@@ -1,6 +1,6 @@
//---------------------------------------------------------------------- //----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered // This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license. // by the MIT License.
// //
// Copyright (c) 2003 Tyler Dauwalder, [email protected] // Copyright (c) 2003 Tyler Dauwalder, [email protected]
//--------------------------------------------------------------------- //---------------------------------------------------------------------
@@ -1,6 +1,6 @@
//---------------------------------------------------------------------- //----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered // This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license. // by the MIT License.
// //
// Copyright (c) 2003 Tyler Dauwalder, [email protected] // Copyright (c) 2003 Tyler Dauwalder, [email protected]
//--------------------------------------------------------------------- //---------------------------------------------------------------------

Some files were not shown because too many files have changed in this diff Show More