Update copyrights.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37530 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Clemens Zeidler
2010-07-15 20:38:13 +00:00
parent 09301a4959
commit 369b4ff1e3
10 changed files with 55 additions and 2 deletions
+1
View File
@@ -5,6 +5,7 @@
* Authors:
* DarkWyrm <[email protected]>
* Stephan Aßmus <[email protected]>
* Clemens Zeidler <[email protected]>
*/
/*! Base class for window decorators */
+2
View File
@@ -5,7 +5,9 @@
* Authors:
* DarkWyrm <[email protected]>
* Stephan Aßmus <[email protected]>
* Clemens Zeidler <[email protected]>
*/
#ifndef DECORATOR_H
#define DECORATOR_H
+1
View File
@@ -7,6 +7,7 @@
* Stephan Aßmus <[email protected]>
* Philippe Saint-Pierre, [email protected]
* Ryan Leavengood <[email protected]>
* Clemens Zeidler <[email protected]>
*/
+3 -1
View File
@@ -1,11 +1,13 @@
/*
* Copyright 2001-2009, Haiku.
* Copyright 2001-2010, Haiku.
* Distributed under the terms of the MIT License.
*
* Authors:
* DarkWyrm <[email protected]>
* Stephan Aßmus <[email protected]>
* Clemens Zeidler <[email protected]>
*/
#ifndef DEFAULT_DECORATOR_H
#define DEFAULT_DECORATOR_H
@@ -1,3 +1,17 @@
/*
* Copyright 2001-2010, Haiku, Inc.
* Distributed under the terms of the MIT license.
*
* Authors:
* DarkWyrm <[email protected]>
* Adi Oanca <[email protected]>
* Stephan Aßmus <[email protected]>
* Axel Dörfler <[email protected]>
* Brecht Machiels <[email protected]>
* Clemens Zeidler <[email protected]>
*/
#include "DefaultWindowBehaviour.h"
#include "Desktop.h"
+13
View File
@@ -1,3 +1,16 @@
/*
* Copyright 2001-2010, Haiku, Inc.
* Distributed under the terms of the MIT license.
*
* Authors:
* DarkWyrm <bpmagic@columbus.rr.com>
* Adi Oanca <adioanca@gmail.com>
* Stephan Aßmus <superstippi@gmx.de>
* Axel Dörfler <axeld@pinc-software.de>
* Brecht Machiels <brecht@mos6581.org>
* Clemens Zeidler <haiku@clemens-zeidler.de>
*/
#ifndef DEFAULT_WINDOW_BEHAVIOUR_H
#define DEFAULT_WINDOW_BEHAVIOUR_H
+1
View File
@@ -8,6 +8,7 @@
* Stephan Aßmus <superstippi@gmx.de>
* Axel Dörfler <axeld@pinc-software.de>
* Brecht Machiels <brecht@mos6581.org>
* Clemens Zeidler <haiku@clemens-zeidler.de>
*/
+3 -1
View File
@@ -1,5 +1,5 @@
/*
* Copyright 2001-2009, Haiku, Inc.
* Copyright 2001-2010, Haiku, Inc.
* Distributed under the terms of the MIT license.
*
* Authors:
@@ -8,7 +8,9 @@
* Stephan Aßmus <superstippi@gmx.de>
* Axel Dörfler <axeld@pinc-software.de>
* Brecht Machiels <brecht@mos6581.org>
* Clemens Zeidler <haiku@clemens-zeidler.de>
*/
#ifndef WINDOW_H
#define WINDOW_H
+9
View File
@@ -1,3 +1,12 @@
/*
* Copyright 2010, Haiku, Inc.
* Distributed under the terms of the MIT license.
*
* Authors:
* Clemens Zeidler <haiku@clemens-zeidler.de>
*/
#include "WindowBehaviour.h"
+8
View File
@@ -1,3 +1,11 @@
/*
* Copyright 2010, Haiku, Inc.
* Distributed under the terms of the MIT license.
*
* Authors:
* Clemens Zeidler <haiku@clemens-zeidler.de>
*/
#ifndef WINDOW_BEHAVIOUR_H
#define WINDOW_BEHAVIOUR_H