Fix spacing before first header in src/libs/alm.
Also add copyright header in ALMGroup.cpp.
This commit is contained in:
parent
324ce2851d
commit
f0307e765e
@ -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
|
||||
|
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2010, Clemens Zeidler <haiku@clemens-zeidler.de>
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
#include "ALMGroup.h"
|
||||
|
||||
|
||||
|
@ -4,6 +4,8 @@
|
||||
* Copyright 2010, Clemens Zeidler <haiku@clemens-zeidler.de>
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
|
||||
#include "ALMLayout.h"
|
||||
|
||||
|
||||
|
@ -2,6 +2,8 @@
|
||||
* Copyright 2012, Haiku, Inc. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
|
||||
#include "ALMLayoutBuilder.h"
|
||||
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -3,6 +3,8 @@
|
||||
* Copyright 2011, Clemens Zeidler <haiku@clemens-zeidler.de>
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
|
||||
#include "RowColumnManager.h"
|
||||
|
||||
|
||||
|
@ -2,6 +2,8 @@
|
||||
* Copyright 2011, Clemens Zeidler <haiku@clemens-zeidler.de>
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
|
||||
#include <Tab.h>
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user