From 369b4ff1e3189dbb2a9f45e285020694f2372fc2 Mon Sep 17 00:00:00 2001 From: Clemens Zeidler Date: Thu, 15 Jul 2010 20:38:13 +0000 Subject: [PATCH] Update copyrights. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37530 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/servers/app/Decorator.cpp | 1 + src/servers/app/Decorator.h | 2 ++ src/servers/app/DefaultDecorator.cpp | 1 + src/servers/app/DefaultDecorator.h | 4 +++- src/servers/app/DefaultWindowBehaviour.cpp | 14 ++++++++++++++ src/servers/app/DefaultWindowBehaviour.h | 13 +++++++++++++ src/servers/app/Window.cpp | 1 + src/servers/app/Window.h | 4 +++- src/servers/app/WindowBehaviour.cpp | 9 +++++++++ src/servers/app/WindowBehaviour.h | 8 ++++++++ 10 files changed, 55 insertions(+), 2 deletions(-) diff --git a/src/servers/app/Decorator.cpp b/src/servers/app/Decorator.cpp index bfd76c5968..cc1daaa34c 100644 --- a/src/servers/app/Decorator.cpp +++ b/src/servers/app/Decorator.cpp @@ -5,6 +5,7 @@ * Authors: * DarkWyrm * Stephan Aßmus + * Clemens Zeidler */ /*! Base class for window decorators */ diff --git a/src/servers/app/Decorator.h b/src/servers/app/Decorator.h index 38f6801418..d5f975cc6a 100644 --- a/src/servers/app/Decorator.h +++ b/src/servers/app/Decorator.h @@ -5,7 +5,9 @@ * Authors: * DarkWyrm * Stephan Aßmus + * Clemens Zeidler */ + #ifndef DECORATOR_H #define DECORATOR_H diff --git a/src/servers/app/DefaultDecorator.cpp b/src/servers/app/DefaultDecorator.cpp index bdf098abaf..efcc70cb9d 100644 --- a/src/servers/app/DefaultDecorator.cpp +++ b/src/servers/app/DefaultDecorator.cpp @@ -7,6 +7,7 @@ * Stephan Aßmus * Philippe Saint-Pierre, stpere@gmail.com * Ryan Leavengood + * Clemens Zeidler */ diff --git a/src/servers/app/DefaultDecorator.h b/src/servers/app/DefaultDecorator.h index 03b7f611cc..08a9071981 100644 --- a/src/servers/app/DefaultDecorator.h +++ b/src/servers/app/DefaultDecorator.h @@ -1,11 +1,13 @@ /* - * Copyright 2001-2009, Haiku. + * Copyright 2001-2010, Haiku. * Distributed under the terms of the MIT License. * * Authors: * DarkWyrm * Stephan Aßmus + * Clemens Zeidler */ + #ifndef DEFAULT_DECORATOR_H #define DEFAULT_DECORATOR_H diff --git a/src/servers/app/DefaultWindowBehaviour.cpp b/src/servers/app/DefaultWindowBehaviour.cpp index 62c95fa22f..f27c9da29d 100644 --- a/src/servers/app/DefaultWindowBehaviour.cpp +++ b/src/servers/app/DefaultWindowBehaviour.cpp @@ -1,3 +1,17 @@ +/* + * Copyright 2001-2010, Haiku, Inc. + * Distributed under the terms of the MIT license. + * + * Authors: + * DarkWyrm + * Adi Oanca + * Stephan Aßmus + * Axel Dörfler + * Brecht Machiels + * Clemens Zeidler + */ + + #include "DefaultWindowBehaviour.h" #include "Desktop.h" diff --git a/src/servers/app/DefaultWindowBehaviour.h b/src/servers/app/DefaultWindowBehaviour.h index 7e8a007c9d..ddc447dd06 100644 --- a/src/servers/app/DefaultWindowBehaviour.h +++ b/src/servers/app/DefaultWindowBehaviour.h @@ -1,3 +1,16 @@ +/* + * Copyright 2001-2010, Haiku, Inc. + * Distributed under the terms of the MIT license. + * + * Authors: + * DarkWyrm + * Adi Oanca + * Stephan Aßmus + * Axel Dörfler + * Brecht Machiels + * Clemens Zeidler + */ + #ifndef DEFAULT_WINDOW_BEHAVIOUR_H #define DEFAULT_WINDOW_BEHAVIOUR_H diff --git a/src/servers/app/Window.cpp b/src/servers/app/Window.cpp index b094d38d98..cbdd6ef4ff 100644 --- a/src/servers/app/Window.cpp +++ b/src/servers/app/Window.cpp @@ -8,6 +8,7 @@ * Stephan Aßmus * Axel Dörfler * Brecht Machiels + * Clemens Zeidler */ diff --git a/src/servers/app/Window.h b/src/servers/app/Window.h index c93150ed49..13c2d1bd50 100644 --- a/src/servers/app/Window.h +++ b/src/servers/app/Window.h @@ -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 * Axel Dörfler * Brecht Machiels + * Clemens Zeidler */ + #ifndef WINDOW_H #define WINDOW_H diff --git a/src/servers/app/WindowBehaviour.cpp b/src/servers/app/WindowBehaviour.cpp index 9bfa171f8e..d9c73dcb13 100644 --- a/src/servers/app/WindowBehaviour.cpp +++ b/src/servers/app/WindowBehaviour.cpp @@ -1,3 +1,12 @@ +/* + * Copyright 2010, Haiku, Inc. + * Distributed under the terms of the MIT license. + * + * Authors: + * Clemens Zeidler + */ + + #include "WindowBehaviour.h" diff --git a/src/servers/app/WindowBehaviour.h b/src/servers/app/WindowBehaviour.h index 6bc2f6902d..41e3af962f 100644 --- a/src/servers/app/WindowBehaviour.h +++ b/src/servers/app/WindowBehaviour.h @@ -1,3 +1,11 @@ +/* + * Copyright 2010, Haiku, Inc. + * Distributed under the terms of the MIT license. + * + * Authors: + * Clemens Zeidler + */ + #ifndef WINDOW_BEHAVIOUR_H #define WINDOW_BEHAVIOUR_H