From 87c51182756eeecc680ab404a79e7b474bfabc5c Mon Sep 17 00:00:00 2001 From: John Scipione Date: Tue, 30 Jul 2013 18:35:17 -0400 Subject: [PATCH] Decorators: Update copyright headers --- src/add-ons/decorators/BeDecorator/BeDecorator.cpp | 9 +++++---- src/add-ons/decorators/BeDecorator/BeDecorator.h | 9 +++++---- .../decorators/WinDecorator/WinDecorator.cpp | 6 +++++- src/add-ons/decorators/WinDecorator/WinDecorator.h | 6 +++++- src/servers/app/decorator/Decorator.cpp | 11 ++++++----- src/servers/app/decorator/Decorator.h | 11 ++++++----- src/servers/app/decorator/DefaultDecorator.cpp | 13 +++++++------ src/servers/app/decorator/DefaultDecorator.h | 13 ++++++++----- 8 files changed, 47 insertions(+), 31 deletions(-) diff --git a/src/add-ons/decorators/BeDecorator/BeDecorator.cpp b/src/add-ons/decorators/BeDecorator/BeDecorator.cpp index 4e8164462a..cf5cb3b5a8 100644 --- a/src/add-ons/decorators/BeDecorator/BeDecorator.cpp +++ b/src/add-ons/decorators/BeDecorator/BeDecorator.cpp @@ -1,11 +1,12 @@ /* - * Copyright 2001-2010, Haiku. + * Copyright 2001-2013, Haiku, Inc. * Distributed under the terms of the MIT License. * * Authors: - * DarkWyrm - * Stephan Aßmus - * Clemens Zeidler + * Stephan Aßmus, superstippi@gmx.de + * DarkWyrm, bpmagic@columbus.rr.com + * John Scipione, jscipione@gmail.com + * Clemens Zeidler, haiku@clemens-zeidler.de */ diff --git a/src/add-ons/decorators/BeDecorator/BeDecorator.h b/src/add-ons/decorators/BeDecorator/BeDecorator.h index effebadf5d..59d4d30c90 100644 --- a/src/add-ons/decorators/BeDecorator/BeDecorator.h +++ b/src/add-ons/decorators/BeDecorator/BeDecorator.h @@ -1,11 +1,12 @@ /* - * Copyright 2001-2010, Haiku. + * Copyright 2001-2013, Haiku, Inc. * Distributed under the terms of the MIT License. * * Authors: - * DarkWyrm - * Stephan Aßmus - * Clemens Zeidler + * Stephan Aßmus, superstippi@gmx.de + * DarkWyrm, bpmagic@columbus.rr.com + * John Scipione, jscipione@gmail.com + * Clemens Zeidler, haiku@clemens-zeidler.de */ #ifndef DEFAULT_DECORATOR_H #define DEFAULT_DECORATOR_H diff --git a/src/add-ons/decorators/WinDecorator/WinDecorator.cpp b/src/add-ons/decorators/WinDecorator/WinDecorator.cpp index 68dcce9470..8e7c533275 100644 --- a/src/add-ons/decorators/WinDecorator/WinDecorator.cpp +++ b/src/add-ons/decorators/WinDecorator/WinDecorator.cpp @@ -1,6 +1,10 @@ /* - * Copyright 2009-2010, Haiku. + * Copyright 2009-2013 Haiku, Inc. * Distributed under the terms of the MIT License. + * + * Authors: + * Adrien Destugues, pulkomandy@gmail.com + * John Scipione, jscipione@gmail.com */ diff --git a/src/add-ons/decorators/WinDecorator/WinDecorator.h b/src/add-ons/decorators/WinDecorator/WinDecorator.h index 2129b0ade1..6eb1deebb5 100644 --- a/src/add-ons/decorators/WinDecorator/WinDecorator.h +++ b/src/add-ons/decorators/WinDecorator/WinDecorator.h @@ -1,6 +1,10 @@ /* - * Copyright 2009-2010, Haiku. + * Copyright 2009-2013 Haiku, Inc. * Distributed under the terms of the MIT License. + * + * Authors: + * Adrien Destugues, pulkomandy@gmail.com + * John Scipione, jscipione@gmail.com */ #ifndef _WINDOWS_DECORATOR_H_ #define _WINDOWS_DECORATOR_H_ diff --git a/src/servers/app/decorator/Decorator.cpp b/src/servers/app/decorator/Decorator.cpp index 6305772a18..ab264c2821 100644 --- a/src/servers/app/decorator/Decorator.cpp +++ b/src/servers/app/decorator/Decorator.cpp @@ -1,12 +1,13 @@ /* - * Copyright 2001-2011, Haiku. + * Copyright 2001-2013 Haiku, Inc. * Distributed under the terms of the MIT License. * * Authors: - * DarkWyrm - * Stephan Aßmus - * Clemens Zeidler - * Ingo Weinhold + * Stephan Aßmus, superstippi@gmx.de + * DarkWyrm, bpmagic@columbus.rr.com + * John Scipione, jscipione@gmail.com + * Ingo Weinhold, ingo_weinhold@gmx.de + * Clemens Zeidler, haiku@clemens-zeidler.de */ diff --git a/src/servers/app/decorator/Decorator.h b/src/servers/app/decorator/Decorator.h index 3c29cc63a8..562054c8f4 100644 --- a/src/servers/app/decorator/Decorator.h +++ b/src/servers/app/decorator/Decorator.h @@ -1,12 +1,13 @@ /* - * Copyright 2001-2011, Haiku. + * Copyright 2001-2013 Haiku, Inc. * Distributed under the terms of the MIT License. * * Authors: - * DarkWyrm - * Stephan Aßmus - * Clemens Zeidler - * Ingo Weinhold + * Stephan Aßmus, superstippi@gmx.de + * DarkWyrm, bpmagic@columbus.rr.com + * John Scipione, jscipione@gmail.com + * Ingo Weinhold, ingo_weinhold@gmx.de + * Clemens Zeidler, haiku@clemens-zeidler.de */ #ifndef DECORATOR_H #define DECORATOR_H diff --git a/src/servers/app/decorator/DefaultDecorator.cpp b/src/servers/app/decorator/DefaultDecorator.cpp index 92de71e7c3..a316603039 100644 --- a/src/servers/app/decorator/DefaultDecorator.cpp +++ b/src/servers/app/decorator/DefaultDecorator.cpp @@ -1,14 +1,15 @@ /* - * Copyright 2001-2011, Haiku, Inc. + * Copyright 2001-2013 Haiku, Inc. * Distributed under the terms of the MIT License. * * Authors: - * DarkWyrm - * Stephan Aßmus + * Stephan Aßmus, superstippi@gmx.de + * DarkWyrm, bpmagic@columbus.rr.com + * Ryan Leavengood, leavengood@gmail.com * Philippe Saint-Pierre, stpere@gmail.com - * Ryan Leavengood - * Clemens Zeidler - * Ingo Weinhold + * John Scipione, jscipione@gmail.com + * Ingo Weinhold, ingo_weinhold@gmx.de + * Clemens Zeidler, haiku@clemens-zeidler.de */ diff --git a/src/servers/app/decorator/DefaultDecorator.h b/src/servers/app/decorator/DefaultDecorator.h index 16bc52f6e7..f63c35cb1e 100644 --- a/src/servers/app/decorator/DefaultDecorator.h +++ b/src/servers/app/decorator/DefaultDecorator.h @@ -1,12 +1,15 @@ /* - * Copyright 2001-2011, Haiku, Inc. + * Copyright 2001-2013 Haiku, Inc. * Distributed under the terms of the MIT License. * * Authors: - * DarkWyrm - * Stephan Aßmus - * Clemens Zeidler - * Ingo Weinhold + * Stephan Aßmus, superstippi@gmx.de + * DarkWyrm, bpmagic@columbus.rr.com + * Ryan Leavengood, leavengood@gmail.com + * Philippe Saint-Pierre, stpere@gmail.com + * John Scipione, jscipione@gmail.com + * Ingo Weinhold, ingo_weinhold@gmx.de + * Clemens Zeidler, haiku@clemens-zeidler.de */ #ifndef DEFAULT_DECORATOR_H #define DEFAULT_DECORATOR_H