diff options
author | hjk <[email protected]> | 2008-12-02 14:20:25 +0100 |
---|---|---|
committer | hjk <[email protected]> | 2008-12-02 14:20:25 +0100 |
commit | ab83dcd87cd36f3d6b492f0477094342216c18f5 (patch) | |
tree | 71c75a3a00aa6129d742cd3b897eadd53e7a72d7 /tests | |
parent | 8a43d9b9f30e66ec805c57d386c4dd90d6c03c4b (diff) |
off-by-one in headers
Diffstat (limited to 'tests')
56 files changed, 0 insertions, 56 deletions
diff --git a/tests/auto/extensionsystem/tst_composite.cpp b/tests/auto/extensionsystem/tst_composite.cpp index 10f3e17a633..a62fc3137da 100644 --- a/tests/auto/extensionsystem/tst_composite.cpp +++ b/tests/auto/extensionsystem/tst_composite.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include <QtTest/QtTest> #include "../../../src/libs/extensionsystem/composite.h" diff --git a/tests/auto/profilereader/data/includefiles/pri.cpp b/tests/auto/profilereader/data/includefiles/pri.cpp index a8cb7bc929b..f678b92cef1 100644 --- a/tests/auto/profilereader/data/includefiles/pri.cpp +++ b/tests/auto/profilereader/data/includefiles/pri.cpp @@ -30,4 +30,3 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ diff --git a/tests/auto/profilereader/data/includefiles/pro.cpp b/tests/auto/profilereader/data/includefiles/pro.cpp index a8cb7bc929b..f678b92cef1 100644 --- a/tests/auto/profilereader/data/includefiles/pro.cpp +++ b/tests/auto/profilereader/data/includefiles/pro.cpp @@ -30,4 +30,3 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ diff --git a/tests/auto/profilereader/main.cpp b/tests/auto/profilereader/main.cpp index 1b2ee5dd123..f3ef9a4bf9c 100644 --- a/tests/auto/profilereader/main.cpp +++ b/tests/auto/profilereader/main.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "profilereader.h" #include "profilecache.h" diff --git a/tests/auto/profilereader/profilecache.h b/tests/auto/profilereader/profilecache.h index a8f4c7e776e..cc91c0f3b74 100644 --- a/tests/auto/profilereader/profilecache.h +++ b/tests/auto/profilereader/profilecache.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef PROFILECACHE_H #define PROFILECACHE_H diff --git a/tests/auto/profilereader/qtversionmanager.h b/tests/auto/profilereader/qtversionmanager.h index e85ba4be89a..ae1e9b78d91 100644 --- a/tests/auto/profilereader/qtversionmanager.h +++ b/tests/auto/profilereader/qtversionmanager.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef QTVERSIONMANAGER_H #define QTVERSIONMANAGER_H diff --git a/tests/manual/cppmodelmanager/codemodel/binder.cpp b/tests/manual/cppmodelmanager/codemodel/binder.cpp index 851eec09a87..9fd2f641dc4 100644 --- a/tests/manual/cppmodelmanager/codemodel/binder.cpp +++ b/tests/manual/cppmodelmanager/codemodel/binder.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This file is part of KDevelop diff --git a/tests/manual/cppmodelmanager/codemodel/binder.h b/tests/manual/cppmodelmanager/codemodel/binder.h index ce17693da5f..91a47d9bce3 100644 --- a/tests/manual/cppmodelmanager/codemodel/binder.h +++ b/tests/manual/cppmodelmanager/codemodel/binder.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ /* This file is part of KDevelop Copyright (C) 2002-2005 Roberto Raggi <[email protected]> Copyright (C) 2005 Trolltech AS diff --git a/tests/manual/cppmodelmanager/codemodel/class_compiler.cpp b/tests/manual/cppmodelmanager/codemodel/class_compiler.cpp index 50deb87e150..b160499bba0 100644 --- a/tests/manual/cppmodelmanager/codemodel/class_compiler.cpp +++ b/tests/manual/cppmodelmanager/codemodel/class_compiler.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ /* This file is part of KDevelop Copyright (C) 2002-2005 Roberto Raggi <[email protected]> diff --git a/tests/manual/cppmodelmanager/codemodel/class_compiler.h b/tests/manual/cppmodelmanager/codemodel/class_compiler.h index 153df8f6a73..06cf824932d 100644 --- a/tests/manual/cppmodelmanager/codemodel/class_compiler.h +++ b/tests/manual/cppmodelmanager/codemodel/class_compiler.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ /* This file is part of KDevelop Copyright (C) 2002-2005 Roberto Raggi <[email protected]> diff --git a/tests/manual/cppmodelmanager/codemodel/codemodel_finder.cpp b/tests/manual/cppmodelmanager/codemodel/codemodel_finder.cpp index a179cc8a63e..159c2e0ec31 100644 --- a/tests/manual/cppmodelmanager/codemodel/codemodel_finder.cpp +++ b/tests/manual/cppmodelmanager/codemodel/codemodel_finder.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ /* This file is part of KDevelop Copyright (C) 2002-2005 Roberto Raggi <[email protected]> diff --git a/tests/manual/cppmodelmanager/codemodel/codemodel_finder.h b/tests/manual/cppmodelmanager/codemodel/codemodel_finder.h index 4a87d3c5467..eb4a89e8222 100644 --- a/tests/manual/cppmodelmanager/codemodel/codemodel_finder.h +++ b/tests/manual/cppmodelmanager/codemodel/codemodel_finder.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ /* This file is part of KDevelop Copyright (C) 2002-2005 Roberto Raggi <[email protected]> diff --git a/tests/manual/cppmodelmanager/codemodel/codemodelitems.cpp b/tests/manual/cppmodelmanager/codemodel/codemodelitems.cpp index a7077ecda61..6d79d73ee83 100644 --- a/tests/manual/cppmodelmanager/codemodel/codemodelitems.cpp +++ b/tests/manual/cppmodelmanager/codemodel/codemodelitems.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This file is part of KDevelop diff --git a/tests/manual/cppmodelmanager/codemodel/codemodelitems.h b/tests/manual/cppmodelmanager/codemodel/codemodelitems.h index afcff0f2f8f..6d2d02468fb 100644 --- a/tests/manual/cppmodelmanager/codemodel/codemodelitems.h +++ b/tests/manual/cppmodelmanager/codemodel/codemodelitems.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This file is part of KDevelop diff --git a/tests/manual/cppmodelmanager/codemodel/compiler_utils.cpp b/tests/manual/cppmodelmanager/codemodel/compiler_utils.cpp index 3839e3fcbdd..ef408984121 100644 --- a/tests/manual/cppmodelmanager/codemodel/compiler_utils.cpp +++ b/tests/manual/cppmodelmanager/codemodel/compiler_utils.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ /* This file is part of KDevelop Copyright (C) 2002-2005 Roberto Raggi <[email protected]> diff --git a/tests/manual/cppmodelmanager/codemodel/compiler_utils.h b/tests/manual/cppmodelmanager/codemodel/compiler_utils.h index 22cd5e5ab66..9ab16ac4b5a 100644 --- a/tests/manual/cppmodelmanager/codemodel/compiler_utils.h +++ b/tests/manual/cppmodelmanager/codemodel/compiler_utils.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ /* This file is part of KDevelop Copyright (C) 2002-2005 Roberto Raggi <[email protected]> diff --git a/tests/manual/cppmodelmanager/codemodel/declarator_compiler.cpp b/tests/manual/cppmodelmanager/codemodel/declarator_compiler.cpp index 3f318c85513..25ec729ccb3 100644 --- a/tests/manual/cppmodelmanager/codemodel/declarator_compiler.cpp +++ b/tests/manual/cppmodelmanager/codemodel/declarator_compiler.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ /* This file is part of KDevelop Copyright (C) 2002-2005 Roberto Raggi <[email protected]> diff --git a/tests/manual/cppmodelmanager/codemodel/declarator_compiler.h b/tests/manual/cppmodelmanager/codemodel/declarator_compiler.h index 8c7f5b81294..b3e1625e168 100644 --- a/tests/manual/cppmodelmanager/codemodel/declarator_compiler.h +++ b/tests/manual/cppmodelmanager/codemodel/declarator_compiler.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ /* This file is part of KDevelop Copyright (C) 2002-2005 Roberto Raggi <[email protected]> diff --git a/tests/manual/cppmodelmanager/codemodel/name_compiler.cpp b/tests/manual/cppmodelmanager/codemodel/name_compiler.cpp index 4d0d31fd3ce..4f725fd226c 100644 --- a/tests/manual/cppmodelmanager/codemodel/name_compiler.cpp +++ b/tests/manual/cppmodelmanager/codemodel/name_compiler.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ /* This file is part of KDevelop Copyright (C) 2002-2005 Roberto Raggi <[email protected]> Copyright (C) 2005 Trolltech diff --git a/tests/manual/cppmodelmanager/codemodel/name_compiler.h b/tests/manual/cppmodelmanager/codemodel/name_compiler.h index 2ab2ee2b5ee..56cf27cfc08 100644 --- a/tests/manual/cppmodelmanager/codemodel/name_compiler.h +++ b/tests/manual/cppmodelmanager/codemodel/name_compiler.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ /* This file is part of KDevelop Copyright (C) 2002-2005 Roberto Raggi <[email protected]> diff --git a/tests/manual/cppmodelmanager/codemodel/type_compiler.cpp b/tests/manual/cppmodelmanager/codemodel/type_compiler.cpp index 1525540a32d..3d4c204a9e6 100644 --- a/tests/manual/cppmodelmanager/codemodel/type_compiler.cpp +++ b/tests/manual/cppmodelmanager/codemodel/type_compiler.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This file is part of KDevelop diff --git a/tests/manual/cppmodelmanager/codemodel/type_compiler.h b/tests/manual/cppmodelmanager/codemodel/type_compiler.h index 0ae96789596..7b8ea25993b 100644 --- a/tests/manual/cppmodelmanager/codemodel/type_compiler.h +++ b/tests/manual/cppmodelmanager/codemodel/type_compiler.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ /* This file is part of KDevelop Copyright (C) 2002-2005 Roberto Raggi <[email protected]> diff --git a/tests/manual/cppmodelmanager/cppcodemodel.cpp b/tests/manual/cppmodelmanager/cppcodemodel.cpp index a37be6b031d..7836125716f 100644 --- a/tests/manual/cppmodelmanager/cppcodemodel.cpp +++ b/tests/manual/cppmodelmanager/cppcodemodel.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include <QtCore/QFile> #include <QtCore/QDir> #include <QtCore/QDebug> diff --git a/tests/manual/cppmodelmanager/cppcodemodel.h b/tests/manual/cppmodelmanager/cppcodemodel.h index 1f20015b515..7b79e8588a4 100644 --- a/tests/manual/cppmodelmanager/cppcodemodel.h +++ b/tests/manual/cppmodelmanager/cppcodemodel.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef CPPCODEMODEL_H #define CPPCODEMODEL_H diff --git a/tests/manual/cppmodelmanager/cppcodemodelitems.cpp b/tests/manual/cppmodelmanager/cppcodemodelitems.cpp index fed8774bd77..d32a0fb4907 100644 --- a/tests/manual/cppmodelmanager/cppcodemodelitems.cpp +++ b/tests/manual/cppmodelmanager/cppcodemodelitems.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This file is part of KDevelop diff --git a/tests/manual/cppmodelmanager/cppcodemodelitems.h b/tests/manual/cppmodelmanager/cppcodemodelitems.h index 763da1b6028..54494163696 100644 --- a/tests/manual/cppmodelmanager/cppcodemodelitems.h +++ b/tests/manual/cppmodelmanager/cppcodemodelitems.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This file is part of KDevelop diff --git a/tests/manual/cppmodelmanager/cppcodemodelpart.cpp b/tests/manual/cppmodelmanager/cppcodemodelpart.cpp index 1649b71b8e5..4d8e277b6b7 100644 --- a/tests/manual/cppmodelmanager/cppcodemodelpart.cpp +++ b/tests/manual/cppmodelmanager/cppcodemodelpart.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include <QtCore/QFile> #include <QtCore/QDir> #include <QtCore/QFileInfoList> diff --git a/tests/manual/cppmodelmanager/cppcodemodelpart.h b/tests/manual/cppmodelmanager/cppcodemodelpart.h index b89d5a20cec..5c33f059a9c 100644 --- a/tests/manual/cppmodelmanager/cppcodemodelpart.h +++ b/tests/manual/cppmodelmanager/cppcodemodelpart.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef CPPCODEMODELPART_H #define CPPCODEMODELPART_H diff --git a/tests/manual/cppmodelmanager/cpppartparser.cpp b/tests/manual/cppmodelmanager/cpppartparser.cpp index f1b33f595e3..be7c26a6b1f 100644 --- a/tests/manual/cppmodelmanager/cpppartparser.cpp +++ b/tests/manual/cppmodelmanager/cpppartparser.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include <QtCore/QDebug> #include "cpppartparser.h" diff --git a/tests/manual/cppmodelmanager/cpppartparser.h b/tests/manual/cppmodelmanager/cpppartparser.h index 197dff9c571..73142cd5fef 100644 --- a/tests/manual/cppmodelmanager/cpppartparser.h +++ b/tests/manual/cppmodelmanager/cpppartparser.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef CPPPARTPARSER_H #define CPPPARTPARSER_H diff --git a/tests/manual/cppmodelmanager/dbcodemodel.cpp b/tests/manual/cppmodelmanager/dbcodemodel.cpp index 4bb27fe172a..b92573ff1c3 100644 --- a/tests/manual/cppmodelmanager/dbcodemodel.cpp +++ b/tests/manual/cppmodelmanager/dbcodemodel.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include <QtCore/QFile> #include "dbcodemodel.h" diff --git a/tests/manual/cppmodelmanager/dbcodemodel.h b/tests/manual/cppmodelmanager/dbcodemodel.h index edb7cce25fc..ac2adb8fe8e 100644 --- a/tests/manual/cppmodelmanager/dbcodemodel.h +++ b/tests/manual/cppmodelmanager/dbcodemodel.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef DBCODEMODEL_H #define DBCODEMODEL_H diff --git a/tests/manual/cppmodelmanager/main.cpp b/tests/manual/cppmodelmanager/main.cpp index 41b7b35983f..e49c37345c6 100644 --- a/tests/manual/cppmodelmanager/main.cpp +++ b/tests/manual/cppmodelmanager/main.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include <QtCore> #include "cppcodemodel.h" diff --git a/tests/manual/cppmodelmanager/rpp/pp-engine.cpp b/tests/manual/cppmodelmanager/rpp/pp-engine.cpp index 744e2ecb325..46858bffd9a 100644 --- a/tests/manual/cppmodelmanager/rpp/pp-engine.cpp +++ b/tests/manual/cppmodelmanager/rpp/pp-engine.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ /* Copyright 2005 Roberto Raggi <[email protected]> Copyright 2006 Hamish Rodda <[email protected]> diff --git a/tests/manual/cppmodelmanager/rpp/pp-engine.h b/tests/manual/cppmodelmanager/rpp/pp-engine.h index 2007361e72e..a89ebe08bc6 100644 --- a/tests/manual/cppmodelmanager/rpp/pp-engine.h +++ b/tests/manual/cppmodelmanager/rpp/pp-engine.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ /* Copyright 2005 Roberto Raggi <[email protected]> diff --git a/tests/manual/cppmodelmanager/rpp/pp-internal.cpp b/tests/manual/cppmodelmanager/rpp/pp-internal.cpp index 6b26dd00b9a..51de673b0dd 100644 --- a/tests/manual/cppmodelmanager/rpp/pp-internal.cpp +++ b/tests/manual/cppmodelmanager/rpp/pp-internal.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ /* Copyright 2005 Roberto Raggi <[email protected]> Copyright 2006 Hamish Rodda <[email protected]> diff --git a/tests/manual/cppmodelmanager/rpp/pp-internal.h b/tests/manual/cppmodelmanager/rpp/pp-internal.h index a1f29b767ca..ebbf99c1204 100644 --- a/tests/manual/cppmodelmanager/rpp/pp-internal.h +++ b/tests/manual/cppmodelmanager/rpp/pp-internal.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ /* Copyright 2005 Roberto Raggi <[email protected]> Copyright 2006 Hamish Rodda <[email protected]> diff --git a/tests/manual/cppmodelmanager/rpp/pp-macro-expander.cpp b/tests/manual/cppmodelmanager/rpp/pp-macro-expander.cpp index 785c3b47cd7..c851c9257cd 100644 --- a/tests/manual/cppmodelmanager/rpp/pp-macro-expander.cpp +++ b/tests/manual/cppmodelmanager/rpp/pp-macro-expander.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ /* Copyright 2005 Roberto Raggi <[email protected]> Copyright 2006 Hamish Rodda <[email protected]> diff --git a/tests/manual/cppmodelmanager/rpp/pp-macro-expander.h b/tests/manual/cppmodelmanager/rpp/pp-macro-expander.h index 02c51c63f94..e61a4e2d2e2 100644 --- a/tests/manual/cppmodelmanager/rpp/pp-macro-expander.h +++ b/tests/manual/cppmodelmanager/rpp/pp-macro-expander.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ /* Copyright 2005 Roberto Raggi <[email protected]> Copyright 2006 Hamish Rodda <[email protected]> diff --git a/tests/manual/cppmodelmanager/rpp/pp-macro.cpp b/tests/manual/cppmodelmanager/rpp/pp-macro.cpp index 6ebd749677f..fb43f6c4fb0 100644 --- a/tests/manual/cppmodelmanager/rpp/pp-macro.cpp +++ b/tests/manual/cppmodelmanager/rpp/pp-macro.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ /* Copyright 2005 Roberto Raggi <[email protected]> Copyright 2006 Hamish Rodda <[email protected]> diff --git a/tests/manual/cppmodelmanager/rpp/pp-macro.h b/tests/manual/cppmodelmanager/rpp/pp-macro.h index 82ebebbf03a..38e76bdb208 100644 --- a/tests/manual/cppmodelmanager/rpp/pp-macro.h +++ b/tests/manual/cppmodelmanager/rpp/pp-macro.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ /* Copyright 2005 Roberto Raggi <[email protected]> diff --git a/tests/manual/cppmodelmanager/rpp/pp-scanner.cpp b/tests/manual/cppmodelmanager/rpp/pp-scanner.cpp index 2cf99f667d2..41ae0274e48 100644 --- a/tests/manual/cppmodelmanager/rpp/pp-scanner.cpp +++ b/tests/manual/cppmodelmanager/rpp/pp-scanner.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ /* Copyright 2005 Roberto Raggi <[email protected]> Copyright 2006 Hamish Rodda <[email protected]> diff --git a/tests/manual/cppmodelmanager/rpp/pp-scanner.h b/tests/manual/cppmodelmanager/rpp/pp-scanner.h index 786f131a814..99786dede1f 100644 --- a/tests/manual/cppmodelmanager/rpp/pp-scanner.h +++ b/tests/manual/cppmodelmanager/rpp/pp-scanner.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ /* Copyright 2005 Roberto Raggi <[email protected]> Copyright 2006 Hamish Rodda <[email protected]> diff --git a/tests/manual/cppmodelmanager/rpp/pp-stream.cpp b/tests/manual/cppmodelmanager/rpp/pp-stream.cpp index 6b2755f4752..f877b653d8f 100644 --- a/tests/manual/cppmodelmanager/rpp/pp-stream.cpp +++ b/tests/manual/cppmodelmanager/rpp/pp-stream.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ /* Copyright 2006 Hamish Rodda <[email protected]> diff --git a/tests/manual/cppmodelmanager/rpp/pp-stream.h b/tests/manual/cppmodelmanager/rpp/pp-stream.h index 9b493077d82..e792f217360 100644 --- a/tests/manual/cppmodelmanager/rpp/pp-stream.h +++ b/tests/manual/cppmodelmanager/rpp/pp-stream.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ /* Copyright 2006 Hamish Rodda <[email protected]> diff --git a/tests/manual/cppmodelmanager/rpp/preprocessor.cpp b/tests/manual/cppmodelmanager/rpp/preprocessor.cpp index 3f9494bcf7a..5aee468b59e 100644 --- a/tests/manual/cppmodelmanager/rpp/preprocessor.cpp +++ b/tests/manual/cppmodelmanager/rpp/preprocessor.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ /* Copyright 2005 Harald Fernengel <[email protected]> Copyright 2006 Hamish Rodda <[email protected]> diff --git a/tests/manual/cppmodelmanager/rpp/preprocessor.h b/tests/manual/cppmodelmanager/rpp/preprocessor.h index b14a30aaa97..e30508a73b5 100644 --- a/tests/manual/cppmodelmanager/rpp/preprocessor.h +++ b/tests/manual/cppmodelmanager/rpp/preprocessor.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ /* Copyright 2005 Harald Fernengel <[email protected]> Copyright 2006 Hamish Rodda <[email protected]> diff --git a/tests/manual/dockwidgets/main.cpp b/tests/manual/dockwidgets/main.cpp index 296039ee41b..dc2a5960f5d 100644 --- a/tests/manual/dockwidgets/main.cpp +++ b/tests/manual/dockwidgets/main.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ /**************************************************************************** ** ** Copyright (C) 2005-$THISYEAR$ Trolltech AS. All rights reserved. diff --git a/tests/manual/dockwidgets/mainwindow.cpp b/tests/manual/dockwidgets/mainwindow.cpp index 208a802ea71..8944d3c425f 100644 --- a/tests/manual/dockwidgets/mainwindow.cpp +++ b/tests/manual/dockwidgets/mainwindow.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ /**************************************************************************** ** ** Copyright (C) 2005-$THISYEAR$ Trolltech AS. All rights reserved. diff --git a/tests/manual/dockwidgets/mainwindow.h b/tests/manual/dockwidgets/mainwindow.h index 5b8350f59a1..b96d9368588 100644 --- a/tests/manual/dockwidgets/mainwindow.h +++ b/tests/manual/dockwidgets/mainwindow.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ /**************************************************************************** ** ** Copyright (C) 2005-$THISYEAR$ Trolltech AS. All rights reserved. diff --git a/tests/manual/gdbdebugger/simple/app.cpp b/tests/manual/gdbdebugger/simple/app.cpp index 22770c8d82d..5ca2cf3b233 100644 --- a/tests/manual/gdbdebugger/simple/app.cpp +++ b/tests/manual/gdbdebugger/simple/app.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ /**************************************************************************** ** diff --git a/tests/manual/gdbdebugger/simple/plugin.cpp b/tests/manual/gdbdebugger/simple/plugin.cpp index de5800c3bc2..d348c979125 100644 --- a/tests/manual/gdbdebugger/simple/plugin.cpp +++ b/tests/manual/gdbdebugger/simple/plugin.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include <stdio.h> diff --git a/tests/manual/progressmanager/main.cpp b/tests/manual/progressmanager/main.cpp index 66f738b97d8..cf01a62928e 100644 --- a/tests/manual/progressmanager/main.cpp +++ b/tests/manual/progressmanager/main.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include <QtGui/QApplication> #include "roundprogress.h" diff --git a/tests/manual/progressmanager/roundprogress.cpp b/tests/manual/progressmanager/roundprogress.cpp index b8c427d9772..6adc3753efe 100644 --- a/tests/manual/progressmanager/roundprogress.cpp +++ b/tests/manual/progressmanager/roundprogress.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "roundprogress.h" #include "multitask.h" #include "runextensions.h" diff --git a/tests/manual/progressmanager/roundprogress.h b/tests/manual/progressmanager/roundprogress.h index 3dc8630be1c..efd7a0fbb56 100644 --- a/tests/manual/progressmanager/roundprogress.h +++ b/tests/manual/progressmanager/roundprogress.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef ROUNDPROGRESS_H #define ROUNDPROGRESS_H diff --git a/tests/manual/proparser/main.cpp b/tests/manual/proparser/main.cpp index a5cbba6787f..83e635265b1 100644 --- a/tests/manual/proparser/main.cpp +++ b/tests/manual/proparser/main.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include <QtCore/QDebug> #include "proreader.h" |