diff --git a/src/add-ons/decorators/BeDecorator/BeDecorator.cpp b/src/add-ons/decorators/BeDecorator/BeDecorator.cpp index 8a11437ffb..f89df1134e 100644 --- a/src/add-ons/decorators/BeDecorator/BeDecorator.cpp +++ b/src/add-ons/decorators/BeDecorator/BeDecorator.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2013, Haiku, Inc. + * Copyright 2001-2014 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: @@ -10,7 +10,7 @@ */ -//! This one is more like the classic R5 look +/*! Decorator resembling BeOS R5 */ #include "BeDecorator.h" diff --git a/src/add-ons/decorators/BeDecorator/BeDecorator.h b/src/add-ons/decorators/BeDecorator/BeDecorator.h index 08e8378961..fe223e7642 100644 --- a/src/add-ons/decorators/BeDecorator/BeDecorator.h +++ b/src/add-ons/decorators/BeDecorator/BeDecorator.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2013, Haiku, Inc. + * Copyright 2001-2013 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: diff --git a/src/add-ons/decorators/BeDecorator/resources.rdef b/src/add-ons/decorators/BeDecorator/resources.rdef index dbab5016f8..e21a417beb 100644 --- a/src/add-ons/decorators/BeDecorator/resources.rdef +++ b/src/add-ons/decorators/BeDecorator/resources.rdef @@ -1,7 +1,7 @@ resource("be:decor:info") message('deco') { - "name" = "Classic BeOS", + "name" = "BeDecorator", "authors" = "DarkWyrm, Stephan Aßmus, Clemens Zeidler", - "short_descr" = "Classic appearance of the BeOS", + "short_descr" = "Decorator resembling BeOS R5", "long_descr" = "", "lic_url" = "", "lic_name" = "MIT", diff --git a/src/add-ons/decorators/MacDecorator/MacDecorator.cpp b/src/add-ons/decorators/MacDecorator/MacDecorator.cpp index 802b6b0a98..03b4dc46e5 100644 --- a/src/add-ons/decorators/MacDecorator/MacDecorator.cpp +++ b/src/add-ons/decorators/MacDecorator/MacDecorator.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2009-2013, Haiku, Inc. + * Copyright 2009-2013 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: diff --git a/src/add-ons/decorators/MacDecorator/MacDecorator.h b/src/add-ons/decorators/MacDecorator/MacDecorator.h index 11c8cabd5a..5b44eda9b0 100644 --- a/src/add-ons/decorators/MacDecorator/MacDecorator.h +++ b/src/add-ons/decorators/MacDecorator/MacDecorator.h @@ -1,5 +1,5 @@ /* - * Copyright 2009-2013, Haiku, Inc. + * Copyright 2009-2013 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: diff --git a/src/add-ons/decorators/WinDecorator/WinDecorator.cpp b/src/add-ons/decorators/WinDecorator/WinDecorator.cpp index 244db1b283..562188fc9b 100644 --- a/src/add-ons/decorators/WinDecorator/WinDecorator.cpp +++ b/src/add-ons/decorators/WinDecorator/WinDecorator.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2009-2013 Haiku, Inc. + * Copyright 2009-2014 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: @@ -9,7 +9,7 @@ */ -/*! Decorator looking like Windows 95 */ +/*! Decorator resembling Windows 95 */ #include "WinDecorator.h" diff --git a/src/add-ons/decorators/WinDecorator/WinDecorator.h b/src/add-ons/decorators/WinDecorator/WinDecorator.h index 31bd51b3c9..f62d3645c7 100644 --- a/src/add-ons/decorators/WinDecorator/WinDecorator.h +++ b/src/add-ons/decorators/WinDecorator/WinDecorator.h @@ -1,5 +1,5 @@ /* - * Copyright 2009-2013 Haiku, Inc. + * Copyright 2009-2013 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: