Fix spacing before first header in src/libs/alm.

Also add copyright header in ALMGroup.cpp.
This commit is contained in:
Alex Wilson 2012-01-17 16:48:42 +13:00
parent 324ce2851d
commit f0307e765e
9 changed files with 19 additions and 0 deletions

View File

@ -1,5 +1,6 @@
/*
* Copyright 2012, Haiku, Inc. All rights reserved.
* Copyright 2010, Clemens Zeidler <haiku@clemens-zeidler.de>
* Distributed under the terms of the MIT License.
*/
#ifndef ALMGROUP_H

View File

@ -1,3 +1,7 @@
/*
* Copyright 2010, Clemens Zeidler <haiku@clemens-zeidler.de>
* Distributed under the terms of the MIT License.
*/
#include "ALMGroup.h"

View File

@ -4,6 +4,8 @@
* Copyright 2010, Clemens Zeidler <haiku@clemens-zeidler.de>
* Distributed under the terms of the MIT License.
*/
#include "ALMLayout.h"

View File

@ -2,6 +2,8 @@
* Copyright 2012, Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#include "ALMLayoutBuilder.h"

View File

@ -4,6 +4,8 @@
* Copyright 2010, Clemens Zeidler <haiku@clemens-zeidler.de>
* Distributed under the terms of the MIT License.
*/
#include "Area.h"
#include <Alignment.h>

View File

@ -5,6 +5,8 @@
* Copyright 2010, Clemens Zeidler <haiku@clemens-zeidler.de>
* Distributed under the terms of the MIT License.
*/
#include "Column.h"
#include "ALMLayout.h"

View File

@ -5,6 +5,8 @@
* Copyright 2010, Clemens Zeidler <haiku@clemens-zeidler.de>
* Distributed under the terms of the MIT License.
*/
#include "Row.h"
#include "ALMLayout.h"

View File

@ -3,6 +3,8 @@
* Copyright 2011, Clemens Zeidler <haiku@clemens-zeidler.de>
* Distributed under the terms of the MIT License.
*/
#include "RowColumnManager.h"

View File

@ -2,6 +2,8 @@
* Copyright 2011, Clemens Zeidler <haiku@clemens-zeidler.de>
* Distributed under the terms of the MIT License.
*/
#include <Tab.h>