From f0307e765ed63a07ff0ad29df44b8d5d2f354acb Mon Sep 17 00:00:00 2001 From: Alex Wilson Date: Tue, 17 Jan 2012 16:48:42 +1300 Subject: [PATCH] Fix spacing before first header in src/libs/alm. Also add copyright header in ALMGroup.cpp. --- headers/libs/alm/ALMGroup.h | 1 + src/libs/alm/ALMGroup.cpp | 4 ++++ src/libs/alm/ALMLayout.cpp | 2 ++ src/libs/alm/ALMLayoutBuilder.cpp | 2 ++ src/libs/alm/Area.cpp | 2 ++ src/libs/alm/Column.cpp | 2 ++ src/libs/alm/Row.cpp | 2 ++ src/libs/alm/RowColumnManager.cpp | 2 ++ src/libs/alm/Tab.cpp | 2 ++ 9 files changed, 19 insertions(+) diff --git a/headers/libs/alm/ALMGroup.h b/headers/libs/alm/ALMGroup.h index 363c305a65..7889588a6d 100644 --- a/headers/libs/alm/ALMGroup.h +++ b/headers/libs/alm/ALMGroup.h @@ -1,5 +1,6 @@ /* * Copyright 2012, Haiku, Inc. All rights reserved. + * Copyright 2010, Clemens Zeidler * Distributed under the terms of the MIT License. */ #ifndef ALMGROUP_H diff --git a/src/libs/alm/ALMGroup.cpp b/src/libs/alm/ALMGroup.cpp index d0fd65beb1..aa7c56799c 100644 --- a/src/libs/alm/ALMGroup.cpp +++ b/src/libs/alm/ALMGroup.cpp @@ -1,3 +1,7 @@ +/* + * Copyright 2010, Clemens Zeidler + * Distributed under the terms of the MIT License. + */ #include "ALMGroup.h" diff --git a/src/libs/alm/ALMLayout.cpp b/src/libs/alm/ALMLayout.cpp index 83ffb1218e..5564f10e9d 100644 --- a/src/libs/alm/ALMLayout.cpp +++ b/src/libs/alm/ALMLayout.cpp @@ -4,6 +4,8 @@ * Copyright 2010, Clemens Zeidler * Distributed under the terms of the MIT License. */ + + #include "ALMLayout.h" diff --git a/src/libs/alm/ALMLayoutBuilder.cpp b/src/libs/alm/ALMLayoutBuilder.cpp index ea37b12324..bda78d454c 100644 --- a/src/libs/alm/ALMLayoutBuilder.cpp +++ b/src/libs/alm/ALMLayoutBuilder.cpp @@ -2,6 +2,8 @@ * Copyright 2012, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. */ + + #include "ALMLayoutBuilder.h" diff --git a/src/libs/alm/Area.cpp b/src/libs/alm/Area.cpp index d0d4e07a7f..11b897b4ac 100644 --- a/src/libs/alm/Area.cpp +++ b/src/libs/alm/Area.cpp @@ -4,6 +4,8 @@ * Copyright 2010, Clemens Zeidler * Distributed under the terms of the MIT License. */ + + #include "Area.h" #include diff --git a/src/libs/alm/Column.cpp b/src/libs/alm/Column.cpp index 26a711d73d..06244dbc47 100644 --- a/src/libs/alm/Column.cpp +++ b/src/libs/alm/Column.cpp @@ -5,6 +5,8 @@ * Copyright 2010, Clemens Zeidler * Distributed under the terms of the MIT License. */ + + #include "Column.h" #include "ALMLayout.h" diff --git a/src/libs/alm/Row.cpp b/src/libs/alm/Row.cpp index 5760e6313c..6578088dfd 100644 --- a/src/libs/alm/Row.cpp +++ b/src/libs/alm/Row.cpp @@ -5,6 +5,8 @@ * Copyright 2010, Clemens Zeidler * Distributed under the terms of the MIT License. */ + + #include "Row.h" #include "ALMLayout.h" diff --git a/src/libs/alm/RowColumnManager.cpp b/src/libs/alm/RowColumnManager.cpp index 60b9c52ea5..248950d1b0 100644 --- a/src/libs/alm/RowColumnManager.cpp +++ b/src/libs/alm/RowColumnManager.cpp @@ -3,6 +3,8 @@ * Copyright 2011, Clemens Zeidler * Distributed under the terms of the MIT License. */ + + #include "RowColumnManager.h" diff --git a/src/libs/alm/Tab.cpp b/src/libs/alm/Tab.cpp index 4fd1175a81..b0969eaab1 100644 --- a/src/libs/alm/Tab.cpp +++ b/src/libs/alm/Tab.cpp @@ -2,6 +2,8 @@ * Copyright 2011, Clemens Zeidler * Distributed under the terms of the MIT License. */ + + #include