Update header guards, copyright

This commit is contained in:
John Scipione
2014-02-20 19:31:47 -05:00
parent 5f5f085b42
commit 125ee2cb57
2 changed files with 9 additions and 8 deletions
@@ -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. * Distributed under the terms of the MIT License.
* *
* Authors: * Authors:
@@ -7,8 +7,8 @@
* Adrien Destugues, [email protected] * Adrien Destugues, [email protected]
* John Scipione, [email protected] * John Scipione, [email protected]
*/ */
#ifndef _MAC_DECORATOR_H_ #ifndef MAC_DECORATOR_H
#define _MAC_DECORATOR_H_ #define MAC_DECORATOR_H
#include "DecorManager.h" #include "DecorManager.h"
@@ -93,4 +93,5 @@ private:
rgb_color fNonFocusTextColor; rgb_color fNonFocusTextColor;
}; };
#endif
#endif // MAC_DECORATOR_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. * Distributed under the terms of the MIT License.
* *
* Authors: * Authors:
@@ -7,8 +7,8 @@
* Adrien Destugues, [email protected] * Adrien Destugues, [email protected]
* John Scipione, [email protected] * John Scipione, [email protected]
*/ */
#ifndef _WINDOWS_DECORATOR_H_ #ifndef WIN_DECORATOR_H
#define _WINDOWS_DECORATOR_H_ #define WIN_DECORATOR_H
#include "Decorator.h" #include "Decorator.h"
@@ -101,4 +101,4 @@ private:
}; };
#endif // _WINDOWS_DECORATOR_H_ #endif // WIN_DECORATOR_H