s/Haiku License/MIT License/g.

They are the same thing.
This commit is contained in:
Augustin Cavalier 2019-08-30 18:16:02 -04:00
parent 128781e740
commit 47a21c5c89
115 changed files with 115 additions and 115 deletions

View File

@ -1,6 +1,6 @@
/* File System and Drivers select support /* File System and Drivers select support
** **
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef _DRIVERS_SELECT_H #ifndef _DRIVERS_SELECT_H
#define _DRIVERS_SELECT_H #define _DRIVERS_SELECT_H

View File

@ -1,6 +1,6 @@
/* /*
* Copyright 2019 Haiku, Inc. All Rights Reserved. * Copyright 2019 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the Haiku License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _GNU_PTHREAD_H_ #ifndef _GNU_PTHREAD_H_
#define _GNU_PTHREAD_H_ #define _GNU_PTHREAD_H_

View File

@ -1,6 +1,6 @@
/* /*
* Copyright 2019 Haiku, Inc. All Rights Reserved. * Copyright 2019 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the Haiku License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _GNU_SPAWN_H_ #ifndef _GNU_SPAWN_H_
#define _GNU_SPAWN_H_ #define _GNU_SPAWN_H_

View File

@ -1,6 +1,6 @@
/* /*
* Copyright 2001-2011 Haiku, Inc. All Rights Reserved. * Copyright 2001-2011 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the Haiku License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _PTHREAD_H_ #ifndef _PTHREAD_H_
#define _PTHREAD_H_ #define _PTHREAD_H_

View File

@ -1,6 +1,6 @@
/* /*
* Copyright 2017 Haiku, Inc. All Rights Reserved. * Copyright 2017 Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the Haiku License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _SPAWN_H_ #ifndef _SPAWN_H_
#define _SPAWN_H_ #define _SPAWN_H_

View File

@ -1,5 +1,5 @@
/* /*
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef _FSSH_DIRENT_H #ifndef _FSSH_DIRENT_H
#define _FSSH_DIRENT_H #define _FSSH_DIRENT_H

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2003-2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. ** Copyright 2003-2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef _KERNEL_ARCH_ARM_CPU_H #ifndef _KERNEL_ARCH_ARM_CPU_H
#define _KERNEL_ARCH_ARM_CPU_H #define _KERNEL_ARCH_ARM_CPU_H

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2003-2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. ** Copyright 2003-2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef _KERNEL_ARCH_M68K_CPU_H #ifndef _KERNEL_ARCH_M68K_CPU_H
#define _KERNEL_ARCH_M68K_CPU_H #define _KERNEL_ARCH_M68K_CPU_H

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2002-2010, The Haiku Team. All rights reserved. ** Copyright 2002-2010, The Haiku Team. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
** **
** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved. ** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
** Distributed under the terms of the NewOS License. ** Distributed under the terms of the NewOS License.

View File

@ -1,6 +1,6 @@
/* /*
* Copyright 2002-2015, Axel Dörfler, axeld@pinc-software.de * Copyright 2002-2015, Axel Dörfler, axeld@pinc-software.de
* Distributed under the terms of the Haiku License. * Distributed under the terms of the MIT License.
* *
* Copyright 2001-2002, Travis Geiselbrecht. All rights reserved. * Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
* Distributed under the terms of the NewOS License. * Distributed under the terms of the NewOS License.

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 Haiku License. ** Distributed under the terms of the MIT License.
*/ */
/* /*

View File

@ -1,6 +1,6 @@
/* /*
* Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. * Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
* Distributed under the terms of the Haiku License. * Distributed under the terms of the MIT License.
*/ */
#include <new> #include <new>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef LINE_BUFFER_H #ifndef LINE_BUFFER_H
#define LINE_BUFFER_H #define LINE_BUFFER_H

View File

@ -1,7 +1,7 @@
/* /*
* Copyright 2010, Michael Lotz, mmlr@mlotz.ch. * Copyright 2010, Michael Lotz, mmlr@mlotz.ch.
* Copyright 2004, Axel Dörfler, axeld@pinc-software.de. * Copyright 2004, Axel Dörfler, axeld@pinc-software.de.
* Distributed under the terms of the Haiku License. * Distributed under the terms of the MIT License.
*/ */
#include <new> #include <new>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2003-2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. ** Copyright 2003-2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
/** Unmounts a volume */ /** Unmounts a volume */

View File

@ -1,7 +1,7 @@
/* /*
* Copyright 2004-2009, Axel Dörfler, axeld@pinc-software.de. * Copyright 2004-2009, Axel Dörfler, axeld@pinc-software.de.
* Copyright 2007, Jérôme Duval. All rights reserved. * Copyright 2007, Jérôme Duval. All rights reserved.
* Distributed under the terms of the Haiku License. * Distributed under the terms of the MIT License.
*/ */

View File

@ -1,7 +1,7 @@
/* /*
** Copyright 2003-2004, Stefano Ceccherini (burton666@libero.it). All rights reserved. ** Copyright 2003-2004, Stefano Ceccherini (burton666@libero.it). All rights reserved.
** 2004, Michael Pfeiffer (laplace@users.sourceforge.net). ** 2004, Michael Pfeiffer (laplace@users.sourceforge.net).
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
** **
** History ** History
** 2003-2004 Initial implementation by Stefano Ceccerini. ** 2003-2004 Initial implementation by Stefano Ceccerini.

View File

@ -1,6 +1,6 @@
/* /*
* Copyright 2004-2006, the Haiku project. All rights reserved. * Copyright 2004-2006, the Haiku project. All rights reserved.
* Distributed under the terms of the Haiku License. * Distributed under the terms of the MIT License.
* *
* Authors in chronological order: * Authors in chronological order:
* mccall@digitalparadise.co.uk * mccall@digitalparadise.co.uk

View File

@ -1,6 +1,6 @@
/* /*
* Copyright 2004-2006, the Haiku project. All rights reserved. * Copyright 2004-2006, the Haiku project. All rights reserved.
* Distributed under the terms of the Haiku License. * Distributed under the terms of the MIT License.
* *
* Authors in chronological order: * Authors in chronological order:
* mccall@digitalparadise.co.uk * mccall@digitalparadise.co.uk

View File

@ -1,6 +1,6 @@
/* /*
* Copyright 2004-2006, the Haiku project. All rights reserved. * Copyright 2004-2006, the Haiku project. All rights reserved.
* Distributed under the terms of the Haiku License. * Distributed under the terms of the MIT License.
* *
* Authors in chronological order: * Authors in chronological order:
* mccall@digitalparadise.co.uk * mccall@digitalparadise.co.uk

View File

@ -1,6 +1,6 @@
/* /*
* Copyright 2004-2006, the Haiku project. All rights reserved. * Copyright 2004-2006, the Haiku project. All rights reserved.
* Distributed under the terms of the Haiku License. * Distributed under the terms of the MIT License.
* *
* Authors in chronological order: * Authors in chronological order:
* mccall@digitalparadise.co.uk * mccall@digitalparadise.co.uk

View File

@ -1,6 +1,6 @@
/* /*
* Copyright 2004-2006, the Haiku project. All rights reserved. * Copyright 2004-2006, the Haiku project. All rights reserved.
* Distributed under the terms of the Haiku License. * Distributed under the terms of the MIT License.
* *
* Authors in chronological order: * Authors in chronological order:
* mccall@digitalparadise.co.uk * mccall@digitalparadise.co.uk

View File

@ -1,6 +1,6 @@
/* /*
* Copyright 2004-2007, Haiku. All rights reserved. * Copyright 2004-2007, Haiku. All rights reserved.
* Distributed under the terms of the Haiku License. * Distributed under the terms of the MIT License.
* *
* Authors: * Authors:
* Andrew McCall, mccall@digitalparadise.co.uk * Andrew McCall, mccall@digitalparadise.co.uk

View File

@ -1,6 +1,6 @@
/* /*
* Copyright 2004-2006, the Haiku project. All rights reserved. * Copyright 2004-2006, the Haiku project. All rights reserved.
* Distributed under the terms of the Haiku License. * Distributed under the terms of the MIT License.
* *
* Authors in chronological order: * Authors in chronological order:
* mccall@digitalparadise.co.uk * mccall@digitalparadise.co.uk

View File

@ -1,6 +1,6 @@
/* /*
* Copyright 2004-2006, the Haiku project. All rights reserved. * Copyright 2004-2006, the Haiku project. All rights reserved.
* Distributed under the terms of the Haiku License. * Distributed under the terms of the MIT License.
* *
* Authors in chronological order: * Authors in chronological order:
* mccall@digitalparadise.co.uk * mccall@digitalparadise.co.uk

View File

@ -1,6 +1,6 @@
/* /*
* Copyright 2004-2006, the Haiku project. All rights reserved. * Copyright 2004-2006, the Haiku project. All rights reserved.
* Distributed under the terms of the Haiku License. * Distributed under the terms of the MIT License.
* *
* Authors in chronological order: * Authors in chronological order:
* mccall@digitalparadise.co.uk * mccall@digitalparadise.co.uk

View File

@ -1,6 +1,6 @@
/* /*
* Copyright 2004-2006, the Haiku project. All rights reserved. * Copyright 2004-2006, the Haiku project. All rights reserved.
* Distributed under the terms of the Haiku License. * Distributed under the terms of the MIT License.
* *
* Authors in chronological order: * Authors in chronological order:
* mccall@digitalparadise.co.uk * mccall@digitalparadise.co.uk

View File

@ -1,6 +1,6 @@
/* /*
* Copyright 2004-2007, Haiku. All rights reserved. * Copyright 2004-2007, Haiku. All rights reserved.
* Distributed under the terms of the Haiku License. * Distributed under the terms of the MIT License.
* *
* Authors: * Authors:
* Andrew McCall, mccall@digitalparadise.co.uk * Andrew McCall, mccall@digitalparadise.co.uk

View File

@ -1,6 +1,6 @@
/* /*
* Copyright 2004-2006, the Haiku project. All rights reserved. * Copyright 2004-2006, the Haiku project. All rights reserved.
* Distributed under the terms of the Haiku License. * Distributed under the terms of the MIT License.
* *
* Authors in chronological order: * Authors in chronological order:
* mccall@digitalparadise.co.uk * mccall@digitalparadise.co.uk

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2004, the Haiku project. All rights reserved. ** Copyright 2004, the Haiku project. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
** **
** Author : Jérôme Duval ** Author : Jérôme Duval
** Original authors: Marcus Overhagen, Axel Dörfler ** Original authors: Marcus Overhagen, Axel Dörfler

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2004-2006, the Haiku project. All rights reserved. ** Copyright 2004-2006, the Haiku project. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
** **
** Authors in chronological order: ** Authors in chronological order:
** mccall@digitalparadise.co.uk ** mccall@digitalparadise.co.uk

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2004-2006, the Haiku project. All rights reserved. ** Copyright 2004-2006, the Haiku project. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
** **
** Authors in chronological order: ** Authors in chronological order:
** mccall@digitalparadise.co.uk ** mccall@digitalparadise.co.uk

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef VIDEO_H #ifndef VIDEO_H
#define VIDEO_H #define VIDEO_H

View File

@ -1,7 +1,7 @@
/* /*
* Copyright 2008-2010, François Revol, revol@free.fr. All rights reserved. * Copyright 2008-2010, François Revol, revol@free.fr. All rights reserved.
* Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. * Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
* Distributed under the terms of the Haiku License. * Distributed under the terms of the MIT License.
*/ */
#ifndef VIDEO_H #ifndef VIDEO_H
#define VIDEO_H #define VIDEO_H

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef CONSOLE_H #ifndef CONSOLE_H
#define CONSOLE_H #define CONSOLE_H

View File

@ -2,7 +2,7 @@
* Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. * Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
* Copyright 2011, Rene Gollent, rene@gollent.com. All rights reserved. * Copyright 2011, Rene Gollent, rene@gollent.com. All rights reserved.
* *
* Distributed under the terms of the Haiku License. * Distributed under the terms of the MIT License.
*/ */
#ifndef VIDEO_H #ifndef VIDEO_H
#define VIDEO_H #define VIDEO_H

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef CONSOLE_H #ifndef CONSOLE_H
#define CONSOLE_H #define CONSOLE_H

View File

@ -3,7 +3,7 @@
* Copyright 2013-2014, Fredrik Holmqvist, fredrik.holmqvist@gmail.com. * Copyright 2013-2014, Fredrik Holmqvist, fredrik.holmqvist@gmail.com.
* Copyright 2014, Henry Harrington, henry.harrington@gmail.com. * Copyright 2014, Henry Harrington, henry.harrington@gmail.com.
* All rights reserved. * All rights reserved.
* Distributed under the terms of the Haiku License. * Distributed under the terms of the MIT License.
*/ */

View File

@ -2,7 +2,7 @@
* Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. * Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
* Copyright 2011, Rene Gollent, rene@gollent.com. All rights reserved. * Copyright 2011, Rene Gollent, rene@gollent.com. All rights reserved.
* *
* Distributed under the terms of the Haiku License. * Distributed under the terms of the MIT License.
*/ */
#ifndef VIDEO_H #ifndef VIDEO_H
#define VIDEO_H #define VIDEO_H

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef VIDEO_H #ifndef VIDEO_H
#define VIDEO_H #define VIDEO_H

View File

@ -1,6 +1,6 @@
/* /*
* Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. * Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
* Distributed under the terms of the Haiku License. * Distributed under the terms of the MIT License.
*/ */

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 Haiku License. * Distributed under the terms of the MIT License.
*/ */

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */

View File

@ -1,6 +1,6 @@
/* /*
* Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. * Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
* Distributed under the terms of the Haiku License. * Distributed under the terms of the MIT License.
*/ */

View File

@ -1,6 +1,6 @@
/* /*
* Copyright 2005, Ingo Weinhold <bonefish@cs.tu-berlin.de>. All rights * Copyright 2005, Ingo Weinhold <bonefish@cs.tu-berlin.de>. All rights
* reserved. Distributed under the terms of the Haiku License. * reserved. Distributed under the terms of the MIT License.
*/ */
#ifndef SETJMP_INTERNAL_H #ifndef SETJMP_INTERNAL_H
#define SETJMP_INTERNAL_H #define SETJMP_INTERNAL_H

View File

@ -1,6 +1,6 @@
/* /*
* Copyright 2005, Ingo Weinhold <bonefish@cs.tu-berlin.de>. All rights * Copyright 2005, Ingo Weinhold <bonefish@cs.tu-berlin.de>. All rights
* reserved. Distributed under the terms of the Haiku License. * reserved. Distributed under the terms of the MIT License.
*/ */
#ifndef SETJMP_INTERNAL_H #ifndef SETJMP_INTERNAL_H
#define SETJMP_INTERNAL_H #define SETJMP_INTERNAL_H

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#ifndef SETJMP_INTERNAL_H #ifndef SETJMP_INTERNAL_H
#define SETJMP_INTERNAL_H #define SETJMP_INTERNAL_H

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved. ** Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#include <ctype.h> #include <ctype.h>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2005, Jérôme Duval. All rights reserved. ** Copyright 2005, Jérôme Duval. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#include <stdio.h> #include <stdio.h>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2004, Jérôme Duval. All rights reserved. ** Copyright 2004, Jérôme Duval. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#include <time.h> #include <time.h>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2002-2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. ** Copyright 2002-2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved. ** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#include <wchar_private.h> #include <wchar_private.h>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved. ** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#include <wchar_private.h> #include <wchar_private.h>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved. ** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#include <wchar_private.h> #include <wchar_private.h>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved. ** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#include <errno.h> #include <errno.h>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved. ** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#include <wchar_private.h> #include <wchar_private.h>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved. ** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#include <errno.h> #include <errno.h>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved. ** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#include <wchar_private.h> #include <wchar_private.h>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved. ** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#include <errno.h> #include <errno.h>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved. ** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#include <wchar_private.h> #include <wchar_private.h>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved. ** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#include <wchar_private.h> #include <wchar_private.h>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2011, Oliver Tappe <zooey@hirschkaefer.de>. All rights reserved. ** Copyright 2011, Oliver Tappe <zooey@hirschkaefer.de>. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#include <errno.h> #include <errno.h>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved. ** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#include <wctype.h> #include <wctype.h>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved. ** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#include <wchar_private.h> #include <wchar_private.h>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved. ** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#include <wchar_private.h> #include <wchar_private.h>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved. ** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#include <wchar_private.h> #include <wchar_private.h>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved. ** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#include <wchar_private.h> #include <wchar_private.h>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved. ** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#include <errno_private.h> #include <errno_private.h>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved. ** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#include <wchar_private.h> #include <wchar_private.h>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved. ** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#include <wchar_private.h> #include <wchar_private.h>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved. ** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#include <stdlib.h> #include <stdlib.h>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved. ** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#include <wchar_private.h> #include <wchar_private.h>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved. ** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#include <wchar_private.h> #include <wchar_private.h>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved. ** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#include <wctype.h> #include <wctype.h>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved. ** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#include <wchar_private.h> #include <wchar_private.h>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved. ** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#include <wchar_private.h> #include <wchar_private.h>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved. ** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#include <wchar_private.h> #include <wchar_private.h>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved. ** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#include <wchar_private.h> #include <wchar_private.h>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved. ** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#include <wchar_private.h> #include <wchar_private.h>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved. ** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#include <wchar_private.h> #include <wchar_private.h>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved. ** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#include <errno.h> #include <errno.h>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved. ** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#include <wchar_private.h> #include <wchar_private.h>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved. ** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#include <wchar_private.h> #include <wchar_private.h>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved. ** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#include <wchar_private.h> #include <wchar_private.h>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved. ** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#include <stdint.h> #include <stdint.h>

View File

@ -1,6 +1,6 @@
/* /*
** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved. ** Copyright 2011, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved.
** Distributed under the terms of the Haiku License. ** Distributed under the terms of the MIT License.
*/ */
#include <wchar_private.h> #include <wchar_private.h>

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