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

Also add copyright header in ALMGroup.cpp.
This commit is contained in:
Alex Wilson
2012-05-03 08:44:36 +12:00
parent 324ce2851d
commit f0307e765e
9 changed files with 19 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
/*
* Copyright 2012, Haiku, Inc. All rights reserved.
* Copyright 2010, Clemens Zeidler <[email protected]>
* Distributed under the terms of the MIT License.
*/
#ifndef ALMGROUP_H
+4
View File
@@ -1,3 +1,7 @@
/*
* Copyright 2010, Clemens Zeidler <[email protected]>
* Distributed under the terms of the MIT License.
*/
#include "ALMGroup.h"
+2
View File
@@ -4,6 +4,8 @@
* Copyright 2010, Clemens Zeidler <[email protected]>
* Distributed under the terms of the MIT License.
*/
#include "ALMLayout.h"
+2
View File
@@ -2,6 +2,8 @@
* Copyright 2012, Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#include "ALMLayoutBuilder.h"
+2
View File
@@ -4,6 +4,8 @@
* Copyright 2010, Clemens Zeidler <[email protected]>
* Distributed under the terms of the MIT License.
*/
#include "Area.h"
#include <Alignment.h>
+2
View File
@@ -5,6 +5,8 @@
* Copyright 2010, Clemens Zeidler <[email protected]>
* Distributed under the terms of the MIT License.
*/
#include "Column.h"
#include "ALMLayout.h"
+2
View File
@@ -5,6 +5,8 @@
* Copyright 2010, Clemens Zeidler <[email protected]>
* Distributed under the terms of the MIT License.
*/
#include "Row.h"
#include "ALMLayout.h"
+2
View File
@@ -3,6 +3,8 @@
* Copyright 2011, Clemens Zeidler <[email protected]>
* Distributed under the terms of the MIT License.
*/
#include "RowColumnManager.h"
+2
View File
@@ -2,6 +2,8 @@
* Copyright 2011, Clemens Zeidler <[email protected]>
* Distributed under the terms of the MIT License.
*/
#include <Tab.h>