From 125ee2cb57d293327121cd44713f0e8043c1190d Mon Sep 17 00:00:00 2001 From: John Scipione Date: Thu, 20 Feb 2014 16:44:17 -0500 Subject: [PATCH] Update header guards, copyright --- src/add-ons/decorators/MacDecorator/MacDecorator.h | 9 +++++---- src/add-ons/decorators/WinDecorator/WinDecorator.h | 8 ++++---- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/src/add-ons/decorators/MacDecorator/MacDecorator.h b/src/add-ons/decorators/MacDecorator/MacDecorator.h index 5b44eda9b0..c7e77ec3ec 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. All rights reserved. + * Copyright 2009-2014 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: @@ -7,8 +7,8 @@ * Adrien Destugues, pulkomandy@gmail.com * John Scipione, jscipione@gmail.com */ -#ifndef _MAC_DECORATOR_H_ -#define _MAC_DECORATOR_H_ +#ifndef MAC_DECORATOR_H +#define MAC_DECORATOR_H #include "DecorManager.h" @@ -93,4 +93,5 @@ private: rgb_color fNonFocusTextColor; }; -#endif + +#endif // MAC_DECORATOR_H diff --git a/src/add-ons/decorators/WinDecorator/WinDecorator.h b/src/add-ons/decorators/WinDecorator/WinDecorator.h index f62d3645c7..5c283ea4b1 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. All rights reserved. + * Copyright 2009-2014 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: @@ -7,8 +7,8 @@ * Adrien Destugues, pulkomandy@gmail.com * John Scipione, jscipione@gmail.com */ -#ifndef _WINDOWS_DECORATOR_H_ -#define _WINDOWS_DECORATOR_H_ +#ifndef WIN_DECORATOR_H +#define WIN_DECORATOR_H #include "Decorator.h" @@ -101,4 +101,4 @@ private: }; -#endif // _WINDOWS_DECORATOR_H_ +#endif // WIN_DECORATOR_H