Update copyrights.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37530 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
* Authors:
|
* Authors:
|
||||||
* DarkWyrm <[email protected]>
|
* DarkWyrm <[email protected]>
|
||||||
* Stephan Aßmus <[email protected]>
|
* Stephan Aßmus <[email protected]>
|
||||||
|
* Clemens Zeidler <[email protected]>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*! Base class for window decorators */
|
/*! Base class for window decorators */
|
||||||
|
|||||||
@@ -5,7 +5,9 @@
|
|||||||
* Authors:
|
* Authors:
|
||||||
* DarkWyrm <[email protected]>
|
* DarkWyrm <[email protected]>
|
||||||
* Stephan Aßmus <[email protected]>
|
* Stephan Aßmus <[email protected]>
|
||||||
|
* Clemens Zeidler <[email protected]>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef DECORATOR_H
|
#ifndef DECORATOR_H
|
||||||
#define DECORATOR_H
|
#define DECORATOR_H
|
||||||
|
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
* Stephan Aßmus <[email protected]>
|
* Stephan Aßmus <[email protected]>
|
||||||
* Philippe Saint-Pierre, [email protected]
|
* Philippe Saint-Pierre, [email protected]
|
||||||
* Ryan Leavengood <[email protected]>
|
* Ryan Leavengood <[email protected]>
|
||||||
|
* Clemens Zeidler <[email protected]>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,13 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2001-2009, Haiku.
|
* Copyright 2001-2010, Haiku.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* DarkWyrm <[email protected]>
|
* DarkWyrm <[email protected]>
|
||||||
* Stephan Aßmus <[email protected]>
|
* Stephan Aßmus <[email protected]>
|
||||||
|
* Clemens Zeidler <[email protected]>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef DEFAULT_DECORATOR_H
|
#ifndef DEFAULT_DECORATOR_H
|
||||||
#define 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 "DefaultWindowBehaviour.h"
|
||||||
|
|
||||||
#include "Desktop.h"
|
#include "Desktop.h"
|
||||||
|
|||||||
@@ -1,3 +1,16 @@
|
|||||||
|
/*
|
||||||
|
* 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]>
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef DEFAULT_WINDOW_BEHAVIOUR_H
|
#ifndef DEFAULT_WINDOW_BEHAVIOUR_H
|
||||||
#define DEFAULT_WINDOW_BEHAVIOUR_H
|
#define DEFAULT_WINDOW_BEHAVIOUR_H
|
||||||
|
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
* Stephan Aßmus <[email protected]>
|
* Stephan Aßmus <[email protected]>
|
||||||
* Axel Dörfler <[email protected]>
|
* Axel Dörfler <[email protected]>
|
||||||
* Brecht Machiels <[email protected]>
|
* Brecht Machiels <[email protected]>
|
||||||
|
* Clemens Zeidler <[email protected]>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2001-2009, Haiku, Inc.
|
* Copyright 2001-2010, Haiku, Inc.
|
||||||
* Distributed under the terms of the MIT license.
|
* Distributed under the terms of the MIT license.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
@@ -8,7 +8,9 @@
|
|||||||
* Stephan Aßmus <[email protected]>
|
* Stephan Aßmus <[email protected]>
|
||||||
* Axel Dörfler <[email protected]>
|
* Axel Dörfler <[email protected]>
|
||||||
* Brecht Machiels <[email protected]>
|
* Brecht Machiels <[email protected]>
|
||||||
|
* Clemens Zeidler <[email protected]>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef WINDOW_H
|
#ifndef WINDOW_H
|
||||||
#define WINDOW_H
|
#define WINDOW_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,12 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2010, Haiku, Inc.
|
||||||
|
* Distributed under the terms of the MIT license.
|
||||||
|
*
|
||||||
|
* Authors:
|
||||||
|
* Clemens Zeidler <[email protected]>
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include "WindowBehaviour.h"
|
#include "WindowBehaviour.h"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2010, Haiku, Inc.
|
||||||
|
* Distributed under the terms of the MIT license.
|
||||||
|
*
|
||||||
|
* Authors:
|
||||||
|
* Clemens Zeidler <[email protected]>
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef WINDOW_BEHAVIOUR_H
|
#ifndef WINDOW_BEHAVIOUR_H
|
||||||
#define WINDOW_BEHAVIOUR_H
|
#define WINDOW_BEHAVIOUR_H
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user