Decorators: Update copyright headers
This commit is contained in:
@@ -1,11 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2001-2010, Haiku.
|
* Copyright 2001-2013, Haiku, Inc.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* DarkWyrm <[email protected]>
|
* Stephan Aßmus, [email protected]
|
||||||
* Stephan Aßmus <[email protected]>
|
* DarkWyrm, [email protected]
|
||||||
* Clemens Zeidler <[email protected]>
|
* John Scipione, [email protected]
|
||||||
|
* Clemens Zeidler, [email protected]
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2001-2010, Haiku.
|
* Copyright 2001-2013, Haiku, Inc.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* DarkWyrm <[email protected]>
|
* Stephan Aßmus, [email protected]
|
||||||
* Stephan Aßmus <[email protected]>
|
* DarkWyrm, [email protected]
|
||||||
* Clemens Zeidler <[email protected]>
|
* John Scipione, [email protected]
|
||||||
|
* Clemens Zeidler, [email protected]
|
||||||
*/
|
*/
|
||||||
#ifndef DEFAULT_DECORATOR_H
|
#ifndef DEFAULT_DECORATOR_H
|
||||||
#define DEFAULT_DECORATOR_H
|
#define DEFAULT_DECORATOR_H
|
||||||
|
|||||||
@@ -1,6 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2009-2010, Haiku.
|
* Copyright 2009-2013 Haiku, Inc.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
|
*
|
||||||
|
* Authors:
|
||||||
|
* Adrien Destugues, [email protected]
|
||||||
|
* John Scipione, [email protected]
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2009-2010, Haiku.
|
* Copyright 2009-2013 Haiku, Inc.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
|
*
|
||||||
|
* Authors:
|
||||||
|
* Adrien Destugues, pulkomandy@gmail.com
|
||||||
|
* John Scipione, jscipione@gmail.com
|
||||||
*/
|
*/
|
||||||
#ifndef _WINDOWS_DECORATOR_H_
|
#ifndef _WINDOWS_DECORATOR_H_
|
||||||
#define _WINDOWS_DECORATOR_H_
|
#define _WINDOWS_DECORATOR_H_
|
||||||
|
|||||||
@@ -1,12 +1,13 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2001-2011, Haiku.
|
* Copyright 2001-2013 Haiku, Inc.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* DarkWyrm <bpmagic@columbus.rr.com>
|
* Stephan Aßmus, superstippi@gmx.de
|
||||||
* Stephan Aßmus <superstippi@gmx.de>
|
* DarkWyrm, bpmagic@columbus.rr.com
|
||||||
* Clemens Zeidler <haiku@clemens-zeidler.de>
|
* John Scipione, jscipione@gmail.com
|
||||||
* Ingo Weinhold <ingo_weinhold@gmx.de>
|
* Ingo Weinhold, ingo_weinhold@gmx.de
|
||||||
|
* Clemens Zeidler, haiku@clemens-zeidler.de
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,13 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2001-2011, Haiku.
|
* Copyright 2001-2013 Haiku, Inc.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* DarkWyrm <bpmagic@columbus.rr.com>
|
* Stephan Aßmus, superstippi@gmx.de
|
||||||
* Stephan Aßmus <superstippi@gmx.de>
|
* DarkWyrm, bpmagic@columbus.rr.com
|
||||||
* Clemens Zeidler <haiku@clemens-zeidler.de>
|
* John Scipione, jscipione@gmail.com
|
||||||
* Ingo Weinhold <ingo_weinhold@gmx.de>
|
* Ingo Weinhold, ingo_weinhold@gmx.de
|
||||||
|
* Clemens Zeidler, haiku@clemens-zeidler.de
|
||||||
*/
|
*/
|
||||||
#ifndef DECORATOR_H
|
#ifndef DECORATOR_H
|
||||||
#define DECORATOR_H
|
#define DECORATOR_H
|
||||||
|
|||||||
@@ -1,14 +1,15 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2001-2011, Haiku, Inc.
|
* Copyright 2001-2013 Haiku, Inc.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* DarkWyrm <bpmagic@columbus.rr.com>
|
* Stephan Aßmus, superstippi@gmx.de
|
||||||
* Stephan Aßmus <superstippi@gmx.de>
|
* DarkWyrm, bpmagic@columbus.rr.com
|
||||||
|
* Ryan Leavengood, leavengood@gmail.com
|
||||||
* Philippe Saint-Pierre, stpere@gmail.com
|
* Philippe Saint-Pierre, stpere@gmail.com
|
||||||
* Ryan Leavengood <leavengood@gmail.com>
|
* John Scipione, jscipione@gmail.com
|
||||||
* Clemens Zeidler <haiku@clemens-zeidler.de>
|
* Ingo Weinhold, ingo_weinhold@gmx.de
|
||||||
* Ingo Weinhold <ingo_weinhold@gmx.de>
|
* Clemens Zeidler, haiku@clemens-zeidler.de
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,15 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2001-2011, Haiku, Inc.
|
* Copyright 2001-2013 Haiku, Inc.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
* DarkWyrm <bpmagic@columbus.rr.com>
|
* Stephan Aßmus, superstippi@gmx.de
|
||||||
* Stephan Aßmus <superstippi@gmx.de>
|
* DarkWyrm, bpmagic@columbus.rr.com
|
||||||
* Clemens Zeidler <haiku@clemens-zeidler.de>
|
* Ryan Leavengood, leavengood@gmail.com
|
||||||
* Ingo Weinhold <ingo_weinhold@gmx.de>
|
* 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
|
#ifndef DEFAULT_DECORATOR_H
|
||||||
#define DEFAULT_DECORATOR_H
|
#define DEFAULT_DECORATOR_H
|
||||||
|
|||||||
Reference in New Issue
Block a user