Update copyrights.

Btw Axel, keyboard.cpp (forked from the bios_ia32 one) is still under "OpenBeOS licence" with 2 other copies, I suppose you are ok to change to MIT ?


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39548 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2010-11-20 18:41:52 +00:00
parent 180ffdeaa4
commit 34dc99625d
18 changed files with 26 additions and 27 deletions
@@ -1,4 +1,5 @@
/*
* Copyright 2008-2010, François Revol, [email protected]. All rights reserved.
* Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
* Distributed under the terms of the MIT License.
*/
@@ -1,4 +1,5 @@
/*
* Copyright 2008-2010, François Revol, [email protected]. All rights reserved.
* Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
* Distributed under the terms of the MIT License.
*/
@@ -1,5 +1,5 @@
/*
* Copyright 2007, Haiku, Inc. All Rights Reserved.
* Copyright 2007-2010, Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT license.
*
* Author:
+2 -5
View File
@@ -1,10 +1,7 @@
/*
* Copyright 2004-2005, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
* Copyright 2008-2010, François Revol, revol@free.fr. All rights reserved.
* Distributed under the terms of the MIT License.
*
* calculate_cpu_conversion_factor() was written by Travis Geiselbrecht and
* licensed under the NewOS license.
*/
*/
#include "cpu.h"
+1 -1
View File
@@ -1,5 +1,5 @@
/*
* Copyright 2004-2005, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
* Copyright 2008-2010, François Revol, revol@free.fr. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef CPU_H
@@ -1,5 +1,5 @@
/*
* Copyright 2004-2007, Axel Dörfler, axeld@pinc-software.de.
* Copyright 2008-2010, François Revol, revol@free.fr. All rights reserved.
* Distributed under the terms of the MIT License.
*/
@@ -1,4 +1,5 @@
/*
* Copyright 2008-2010, François Revol, revol@free.fr. All rights reserved.
* Copyright 2003-2006, Axel Dörfler, axeld@pinc-software.de.
* Distributed under the terms of the MIT License.
*/
@@ -1,7 +1,8 @@
/*
** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the OpenBeOS License.
*/
* 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.
*/
#include "keyboard.h"
@@ -1,4 +1,5 @@
/*
* Copyright 2008-2010, François Revol, revol@free.fr. All rights reserved.
* Copyright 2004-2007, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
* Distributed under the terms of the MIT License.
*/
@@ -1,4 +1,5 @@
/*
* Copyright 2008-2010, François Revol, revol@free.fr. All rights reserved.
* Copyright 2004-2007, Axel Dörfler, axeld@pinc-software.de.
* Based on code written by Travis Geiselbrecht for NewOS.
*
@@ -1,4 +1,5 @@
/*
* Copyright 2008-2010, François Revol, revol@free.fr. All rights reserved.
* Copyright 2004-2005, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
* Distributed under the terms of the MIT License.
*/
+1 -3
View File
@@ -1,11 +1,9 @@
/*
* Copyright 2008-2010, François Revol, revol@free.fr. All rights reserved.
* Copyright 2004-2005, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
* Copyright 2005, Ingo Weinhold, bonefish@users.sf.net.
* Copyright 2007, Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT license.
*
* Author:
* François Revol, revol@free.fr.
*/
/** This file contains the boot floppy and BFS boot block entry points for
+1 -3
View File
@@ -1,10 +1,8 @@
/*
* Copyright 2008-2010, François Revol, revol@free.fr. All rights reserved.
* Copyright 2005, Ingo Weinhold, bonefish@users.sf.net.
* Copyright 2007, Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT license.
*
* Author:
* François Revol, revol@free.fr.
*/
#define FUNCTION(x) .global x; .type x,@function; x
@@ -1,6 +1,6 @@
/*
* Copyright 2008-2010, François Revol, revol@free.fr. All rights reserved.
* Copyright 2003-2010, Axel Dörfler, axeld@pinc-software.de.
* Copyright 2008, François Revol, revol@free.fr. All rights reserved.
* Distributed under the terms of the MIT License.
*/
@@ -1,5 +1,5 @@
/*
* Copyright 2008, François Revol, revol@free.fr. All rights reserved.
* Copyright 2008-2010, François Revol, revol@free.fr. All rights reserved.
* Distributed under the terms of the MIT License.
*/
@@ -1,9 +1,6 @@
/*
* Copyright 2007, Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT license.
*
* Author:
* François Revol, revol@free.fr.
* Copyright 2008-2010, François Revol, revol@free.fr. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _TOSCALLS_H
#define _TOSCALLS_H
@@ -1,4 +1,5 @@
/*
* Copyright 2008-2010, François Revol, revol@free.fr. All rights reserved.
* Copyright 2004-2007, Axel Dörfler, axeld@pinc-software.de.
* Distributed under the terms of the MIT License.
*/
+4 -3
View File
@@ -1,7 +1,8 @@
/*
** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the Haiku License.
*/
* 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 Haiku License.
*/
#ifndef VIDEO_H
#define VIDEO_H