summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2014-01-17 15:46:33 +0100
committerJoerg Bornemann <joerg.bornemann@digia.com>2014-02-07 11:41:34 +0100
commit33d6404a6527f1b1f0dc1d80e79c5c46c198c953 (patch)
tree6c986e40e45d98f8f837084823e740cc786b1660
parent71d2d8c89b148c5d9d970c98d6d3bf39ba5c785d (diff)
unify license header style
Change-Id: Ieb108b969f870cee6aa164df48bb839299e38425 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
-rw-r--r--src/jomlib/commandexecutor.cpp1
-rw-r--r--src/jomlib/dependencygraph.cpp1
-rw-r--r--src/jomlib/exception.cpp1
-rw-r--r--src/jomlib/macrotable.cpp1
-rw-r--r--src/jomlib/makefile.cpp1
-rw-r--r--src/jomlib/makefilefactory.cpp1
-rw-r--r--src/jomlib/options.cpp1
-rw-r--r--src/jomlib/parser.cpp1
-rw-r--r--src/jomlib/preprocessor.cpp1
-rw-r--r--src/jomlib/targetexecutor.cpp1
-rw-r--r--tests/tests.cpp1
11 files changed, 11 insertions, 0 deletions
diff --git a/src/jomlib/commandexecutor.cpp b/src/jomlib/commandexecutor.cpp
index e5974fd..6aa971e 100644
--- a/src/jomlib/commandexecutor.cpp
+++ b/src/jomlib/commandexecutor.cpp
@@ -17,6 +17,7 @@
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
**
****************************************************************************/
+
#include "commandexecutor.h"
#include "options.h"
#include "exception.h"
diff --git a/src/jomlib/dependencygraph.cpp b/src/jomlib/dependencygraph.cpp
index d003d7c..b6c51d7 100644
--- a/src/jomlib/dependencygraph.cpp
+++ b/src/jomlib/dependencygraph.cpp
@@ -17,6 +17,7 @@
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
**
****************************************************************************/
+
#include "dependencygraph.h"
#include "makefile.h"
#include "options.h"
diff --git a/src/jomlib/exception.cpp b/src/jomlib/exception.cpp
index 7417cb5..60da2a1 100644
--- a/src/jomlib/exception.cpp
+++ b/src/jomlib/exception.cpp
@@ -17,6 +17,7 @@
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
**
****************************************************************************/
+
#include "exception.h"
#include <QDir>
diff --git a/src/jomlib/macrotable.cpp b/src/jomlib/macrotable.cpp
index 05127fd..e4ea541 100644
--- a/src/jomlib/macrotable.cpp
+++ b/src/jomlib/macrotable.cpp
@@ -17,6 +17,7 @@
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
**
****************************************************************************/
+
#include "macrotable.h"
#include "exception.h"
diff --git a/src/jomlib/makefile.cpp b/src/jomlib/makefile.cpp
index 5f49fd0..aade265 100644
--- a/src/jomlib/makefile.cpp
+++ b/src/jomlib/makefile.cpp
@@ -17,6 +17,7 @@
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
**
****************************************************************************/
+
#include "makefile.h"
#include "exception.h"
#include "options.h"
diff --git a/src/jomlib/makefilefactory.cpp b/src/jomlib/makefilefactory.cpp
index 27a0413..07e4fb4 100644
--- a/src/jomlib/makefilefactory.cpp
+++ b/src/jomlib/makefilefactory.cpp
@@ -17,6 +17,7 @@
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
**
****************************************************************************/
+
#include "exception.h"
#include "makefilefactory.h"
#include "macrotable.h"
diff --git a/src/jomlib/options.cpp b/src/jomlib/options.cpp
index 021d8eb..ab450a6 100644
--- a/src/jomlib/options.cpp
+++ b/src/jomlib/options.cpp
@@ -17,6 +17,7 @@
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
**
****************************************************************************/
+
#include "options.h"
#include "macrotable.h"
#include "exception.h"
diff --git a/src/jomlib/parser.cpp b/src/jomlib/parser.cpp
index 44f6a73..2a9c025 100644
--- a/src/jomlib/parser.cpp
+++ b/src/jomlib/parser.cpp
@@ -17,6 +17,7 @@
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
**
****************************************************************************/
+
#include "parser.h"
#include "preprocessor.h"
#include "options.h"
diff --git a/src/jomlib/preprocessor.cpp b/src/jomlib/preprocessor.cpp
index 22f64b0..2b8635f 100644
--- a/src/jomlib/preprocessor.cpp
+++ b/src/jomlib/preprocessor.cpp
@@ -17,6 +17,7 @@
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
**
****************************************************************************/
+
#include "preprocessor.h"
#include "ppexprparser.h"
#include "macrotable.h"
diff --git a/src/jomlib/targetexecutor.cpp b/src/jomlib/targetexecutor.cpp
index e458efe..937c06a 100644
--- a/src/jomlib/targetexecutor.cpp
+++ b/src/jomlib/targetexecutor.cpp
@@ -17,6 +17,7 @@
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
**
****************************************************************************/
+
#include "targetexecutor.h"
#include "commandexecutor.h"
#include "dependencygraph.h"
diff --git a/tests/tests.cpp b/tests/tests.cpp
index d5a4463..bda04bc 100644
--- a/tests/tests.cpp
+++ b/tests/tests.cpp
@@ -17,6 +17,7 @@
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
**
****************************************************************************/
+
#include "tests.h"
#include <QTest>