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 /shared | |
parent | 8a43d9b9f30e66ec805c57d386c4dd90d6c03c4b (diff) |
off-by-one in headers
Diffstat (limited to 'shared')
146 files changed, 2 insertions, 148 deletions
diff --git a/shared/cpaster/cgi.cpp b/shared/cpaster/cgi.cpp index 047b308e043..2e94dc96b02 100644 --- a/shared/cpaster/cgi.cpp +++ b/shared/cpaster/cgi.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "cgi.h" diff --git a/shared/cpaster/cgi.h b/shared/cpaster/cgi.h index f4c2d42ad70..f459b26715d 100644 --- a/shared/cpaster/cgi.h +++ b/shared/cpaster/cgi.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef CGI_H #define CGI_H diff --git a/shared/cpaster/fetcher.cpp b/shared/cpaster/fetcher.cpp index 0bc65ff7e37..56b15907f0b 100644 --- a/shared/cpaster/fetcher.cpp +++ b/shared/cpaster/fetcher.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "fetcher.h" #include "cgi.h" diff --git a/shared/cpaster/fetcher.h b/shared/cpaster/fetcher.h index 5488d3e2a05..9e998eea597 100644 --- a/shared/cpaster/fetcher.h +++ b/shared/cpaster/fetcher.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef FETCHER_H #define FETCHER_H diff --git a/shared/cpaster/poster.cpp b/shared/cpaster/poster.cpp index 7c6c8fe8f3d..de8b1fa9f40 100644 --- a/shared/cpaster/poster.cpp +++ b/shared/cpaster/poster.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "poster.h" #include "cgi.h" diff --git a/shared/cpaster/poster.h b/shared/cpaster/poster.h index e2184959ddd..00bc061df9c 100644 --- a/shared/cpaster/poster.h +++ b/shared/cpaster/poster.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef POSTER_H #define POSTER_H diff --git a/shared/cpaster/splitter.cpp b/shared/cpaster/splitter.cpp index 3ded686aa7b..08ec626f625 100644 --- a/shared/cpaster/splitter.cpp +++ b/shared/cpaster/splitter.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "splitter.h" diff --git a/shared/cpaster/splitter.h b/shared/cpaster/splitter.h index 951b9e69e67..491fe27e5cc 100644 --- a/shared/cpaster/splitter.h +++ b/shared/cpaster/splitter.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef SPLITTER_H #define SPLITTER_H diff --git a/shared/cpaster/view.cpp b/shared/cpaster/view.cpp index ef6d1514d1d..ca5bd270eb2 100644 --- a/shared/cpaster/view.cpp +++ b/shared/cpaster/view.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "view.h" diff --git a/shared/cpaster/view.h b/shared/cpaster/view.h index 4d9fae9c8d8..6058f4bc41a 100644 --- a/shared/cpaster/view.h +++ b/shared/cpaster/view.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef VIEW_H #define VIEW_H diff --git a/shared/cplusplus/AST.cpp b/shared/cplusplus/AST.cpp index 82ed2c4fb79..d3d6d051a5e 100644 --- a/shared/cplusplus/AST.cpp +++ b/shared/cplusplus/AST.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/AST.h b/shared/cplusplus/AST.h index 4c1039ea682..5481aa29e7a 100644 --- a/shared/cplusplus/AST.h +++ b/shared/cplusplus/AST.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/ASTVisitor.cpp b/shared/cplusplus/ASTVisitor.cpp index d83e16a21cd..8a1a5a04ccd 100644 --- a/shared/cplusplus/ASTVisitor.cpp +++ b/shared/cplusplus/ASTVisitor.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/ASTVisitor.h b/shared/cplusplus/ASTVisitor.h index 2373c92b0f8..ae0f12373e1 100644 --- a/shared/cplusplus/ASTVisitor.h +++ b/shared/cplusplus/ASTVisitor.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/ASTfwd.h b/shared/cplusplus/ASTfwd.h index 62617b13279..525cdd3e0c5 100644 --- a/shared/cplusplus/ASTfwd.h +++ b/shared/cplusplus/ASTfwd.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/Array.cpp b/shared/cplusplus/Array.cpp index 98adf1275e2..b04417bf111 100644 --- a/shared/cplusplus/Array.cpp +++ b/shared/cplusplus/Array.cpp @@ -30,6 +30,5 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "Array.h" diff --git a/shared/cplusplus/Array.h b/shared/cplusplus/Array.h index 1510e0ccf21..a4c99406356 100644 --- a/shared/cplusplus/Array.h +++ b/shared/cplusplus/Array.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/CPlusPlusForwardDeclarations.h b/shared/cplusplus/CPlusPlusForwardDeclarations.h index 835a1590834..d83b9540b7d 100644 --- a/shared/cplusplus/CPlusPlusForwardDeclarations.h +++ b/shared/cplusplus/CPlusPlusForwardDeclarations.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/CheckDeclaration.cpp b/shared/cplusplus/CheckDeclaration.cpp index 8bec153f853..b4c381d6175 100644 --- a/shared/cplusplus/CheckDeclaration.cpp +++ b/shared/cplusplus/CheckDeclaration.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/CheckDeclaration.h b/shared/cplusplus/CheckDeclaration.h index 3cef4bee9c3..ba6b696b0ce 100644 --- a/shared/cplusplus/CheckDeclaration.h +++ b/shared/cplusplus/CheckDeclaration.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/CheckDeclarator.cpp b/shared/cplusplus/CheckDeclarator.cpp index 95feb105a67..11ff36584f5 100644 --- a/shared/cplusplus/CheckDeclarator.cpp +++ b/shared/cplusplus/CheckDeclarator.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/CheckDeclarator.h b/shared/cplusplus/CheckDeclarator.h index 3166bd96690..9626380492e 100644 --- a/shared/cplusplus/CheckDeclarator.h +++ b/shared/cplusplus/CheckDeclarator.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/CheckExpression.cpp b/shared/cplusplus/CheckExpression.cpp index 04618c5d525..993d44fb450 100644 --- a/shared/cplusplus/CheckExpression.cpp +++ b/shared/cplusplus/CheckExpression.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/CheckExpression.h b/shared/cplusplus/CheckExpression.h index 42409918fe9..69900f94c23 100644 --- a/shared/cplusplus/CheckExpression.h +++ b/shared/cplusplus/CheckExpression.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/CheckName.cpp b/shared/cplusplus/CheckName.cpp index 5ae4bacdabf..30f60f8f806 100644 --- a/shared/cplusplus/CheckName.cpp +++ b/shared/cplusplus/CheckName.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/CheckName.h b/shared/cplusplus/CheckName.h index 60c57e3be29..b953fdfd16d 100644 --- a/shared/cplusplus/CheckName.h +++ b/shared/cplusplus/CheckName.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/CheckSpecifier.cpp b/shared/cplusplus/CheckSpecifier.cpp index c03bd468f01..5fda8929008 100644 --- a/shared/cplusplus/CheckSpecifier.cpp +++ b/shared/cplusplus/CheckSpecifier.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/CheckSpecifier.h b/shared/cplusplus/CheckSpecifier.h index 0a457d34610..0c5a6f92b27 100644 --- a/shared/cplusplus/CheckSpecifier.h +++ b/shared/cplusplus/CheckSpecifier.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/CheckStatement.cpp b/shared/cplusplus/CheckStatement.cpp index 9dddf739984..7b1530f702d 100644 --- a/shared/cplusplus/CheckStatement.cpp +++ b/shared/cplusplus/CheckStatement.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/CheckStatement.h b/shared/cplusplus/CheckStatement.h index d418e6ec4f9..1b96c6ded10 100644 --- a/shared/cplusplus/CheckStatement.h +++ b/shared/cplusplus/CheckStatement.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/Control.cpp b/shared/cplusplus/Control.cpp index 49e512242ee..c994dbab9a2 100644 --- a/shared/cplusplus/Control.cpp +++ b/shared/cplusplus/Control.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/Control.h b/shared/cplusplus/Control.h index 13400092793..fa7b4faa502 100644 --- a/shared/cplusplus/Control.h +++ b/shared/cplusplus/Control.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/CoreTypes.cpp b/shared/cplusplus/CoreTypes.cpp index 1e64a70eba7..d2359fc12d7 100644 --- a/shared/cplusplus/CoreTypes.cpp +++ b/shared/cplusplus/CoreTypes.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/CoreTypes.h b/shared/cplusplus/CoreTypes.h index 87001a4281f..ced34f00853 100644 --- a/shared/cplusplus/CoreTypes.h +++ b/shared/cplusplus/CoreTypes.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/DiagnosticClient.cpp b/shared/cplusplus/DiagnosticClient.cpp index af914ba822a..ac35e60e532 100644 --- a/shared/cplusplus/DiagnosticClient.cpp +++ b/shared/cplusplus/DiagnosticClient.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/DiagnosticClient.h b/shared/cplusplus/DiagnosticClient.h index 0c2bf261a0d..aefc5662676 100644 --- a/shared/cplusplus/DiagnosticClient.h +++ b/shared/cplusplus/DiagnosticClient.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/FullySpecifiedType.cpp b/shared/cplusplus/FullySpecifiedType.cpp index 95749f4c2dd..7d7f97a29ad 100644 --- a/shared/cplusplus/FullySpecifiedType.cpp +++ b/shared/cplusplus/FullySpecifiedType.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/FullySpecifiedType.h b/shared/cplusplus/FullySpecifiedType.h index 9b0ea99d7c2..802e2215222 100644 --- a/shared/cplusplus/FullySpecifiedType.h +++ b/shared/cplusplus/FullySpecifiedType.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/Keywords.cpp b/shared/cplusplus/Keywords.cpp index 33bcac3d1ba..0e19b6b1d4f 100644 --- a/shared/cplusplus/Keywords.cpp +++ b/shared/cplusplus/Keywords.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/Lexer.cpp b/shared/cplusplus/Lexer.cpp index 94db9e92284..6b08e2ad082 100644 --- a/shared/cplusplus/Lexer.cpp +++ b/shared/cplusplus/Lexer.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/Lexer.h b/shared/cplusplus/Lexer.h index d065d4406b5..f2eebf2bacf 100644 --- a/shared/cplusplus/Lexer.h +++ b/shared/cplusplus/Lexer.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/LiteralTable.cpp b/shared/cplusplus/LiteralTable.cpp index fe2d1c93a5d..226e6400395 100644 --- a/shared/cplusplus/LiteralTable.cpp +++ b/shared/cplusplus/LiteralTable.cpp @@ -30,6 +30,5 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "LiteralTable.h" diff --git a/shared/cplusplus/LiteralTable.h b/shared/cplusplus/LiteralTable.h index 29674a32c63..097f16185bf 100644 --- a/shared/cplusplus/LiteralTable.h +++ b/shared/cplusplus/LiteralTable.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/Literals.cpp b/shared/cplusplus/Literals.cpp index 9ca515c34e7..ba2184a0034 100644 --- a/shared/cplusplus/Literals.cpp +++ b/shared/cplusplus/Literals.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/Literals.h b/shared/cplusplus/Literals.h index 7bd90943b34..c777063086a 100644 --- a/shared/cplusplus/Literals.h +++ b/shared/cplusplus/Literals.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/MemoryPool.cpp b/shared/cplusplus/MemoryPool.cpp index ce4b52c524c..45cab6586e4 100644 --- a/shared/cplusplus/MemoryPool.cpp +++ b/shared/cplusplus/MemoryPool.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/MemoryPool.h b/shared/cplusplus/MemoryPool.h index 4851d5754a9..e71ae2d51c5 100644 --- a/shared/cplusplus/MemoryPool.h +++ b/shared/cplusplus/MemoryPool.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/Name.cpp b/shared/cplusplus/Name.cpp index 20fb8c761e9..18fbd0b126a 100644 --- a/shared/cplusplus/Name.cpp +++ b/shared/cplusplus/Name.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/Name.h b/shared/cplusplus/Name.h index ff919aee86c..57936b1c884 100644 --- a/shared/cplusplus/Name.h +++ b/shared/cplusplus/Name.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/NameVisitor.cpp b/shared/cplusplus/NameVisitor.cpp index c54b804a32f..8c394900792 100644 --- a/shared/cplusplus/NameVisitor.cpp +++ b/shared/cplusplus/NameVisitor.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/NameVisitor.h b/shared/cplusplus/NameVisitor.h index 1209f6ead99..f36a73aa94f 100644 --- a/shared/cplusplus/NameVisitor.h +++ b/shared/cplusplus/NameVisitor.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/Names.cpp b/shared/cplusplus/Names.cpp index f3644a23adb..b6d703bfa67 100644 --- a/shared/cplusplus/Names.cpp +++ b/shared/cplusplus/Names.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/Names.h b/shared/cplusplus/Names.h index 195de8b9b3f..88792d91eff 100644 --- a/shared/cplusplus/Names.h +++ b/shared/cplusplus/Names.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/Parser.cpp b/shared/cplusplus/Parser.cpp index 96418ceb9b7..46618dd112b 100644 --- a/shared/cplusplus/Parser.cpp +++ b/shared/cplusplus/Parser.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/Parser.h b/shared/cplusplus/Parser.h index 5d6de30a7af..f35b2041660 100644 --- a/shared/cplusplus/Parser.h +++ b/shared/cplusplus/Parser.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/Scope.cpp b/shared/cplusplus/Scope.cpp index 5395eb03306..2c1b986b2c9 100644 --- a/shared/cplusplus/Scope.cpp +++ b/shared/cplusplus/Scope.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/Scope.h b/shared/cplusplus/Scope.h index 29b11766f7b..61f394f20d6 100644 --- a/shared/cplusplus/Scope.h +++ b/shared/cplusplus/Scope.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/Semantic.cpp b/shared/cplusplus/Semantic.cpp index 2367c4f376b..4f2ab18cbda 100644 --- a/shared/cplusplus/Semantic.cpp +++ b/shared/cplusplus/Semantic.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/Semantic.h b/shared/cplusplus/Semantic.h index 87bf67c24f6..10d80276d92 100644 --- a/shared/cplusplus/Semantic.h +++ b/shared/cplusplus/Semantic.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/SemanticCheck.cpp b/shared/cplusplus/SemanticCheck.cpp index 7a067f9c5b2..6c829ad62d5 100644 --- a/shared/cplusplus/SemanticCheck.cpp +++ b/shared/cplusplus/SemanticCheck.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/SemanticCheck.h b/shared/cplusplus/SemanticCheck.h index 285ad3b57ba..a03c40e20d5 100644 --- a/shared/cplusplus/SemanticCheck.h +++ b/shared/cplusplus/SemanticCheck.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/Symbol.cpp b/shared/cplusplus/Symbol.cpp index ff091ea6626..97abf773547 100644 --- a/shared/cplusplus/Symbol.cpp +++ b/shared/cplusplus/Symbol.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/Symbol.h b/shared/cplusplus/Symbol.h index 9c6433fd4b0..1221f374ebc 100644 --- a/shared/cplusplus/Symbol.h +++ b/shared/cplusplus/Symbol.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/SymbolVisitor.cpp b/shared/cplusplus/SymbolVisitor.cpp index 9da376175d5..cc110f7c1e5 100644 --- a/shared/cplusplus/SymbolVisitor.cpp +++ b/shared/cplusplus/SymbolVisitor.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/SymbolVisitor.h b/shared/cplusplus/SymbolVisitor.h index 0accd6b9bd7..04b56df4146 100644 --- a/shared/cplusplus/SymbolVisitor.h +++ b/shared/cplusplus/SymbolVisitor.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/Symbols.cpp b/shared/cplusplus/Symbols.cpp index b5de354d4ab..7e7e148b18d 100644 --- a/shared/cplusplus/Symbols.cpp +++ b/shared/cplusplus/Symbols.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/Symbols.h b/shared/cplusplus/Symbols.h index 460e683b025..9d43c6b2358 100644 --- a/shared/cplusplus/Symbols.h +++ b/shared/cplusplus/Symbols.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/Token.cpp b/shared/cplusplus/Token.cpp index 4dcff374854..40dfb9efab1 100644 --- a/shared/cplusplus/Token.cpp +++ b/shared/cplusplus/Token.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/Token.h b/shared/cplusplus/Token.h index e56ce985c47..e172fea5680 100644 --- a/shared/cplusplus/Token.h +++ b/shared/cplusplus/Token.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/TranslationUnit.cpp b/shared/cplusplus/TranslationUnit.cpp index d9b4403fde3..896ab7d1a55 100644 --- a/shared/cplusplus/TranslationUnit.cpp +++ b/shared/cplusplus/TranslationUnit.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/TranslationUnit.h b/shared/cplusplus/TranslationUnit.h index 36ca6a2dbe0..41f5a1d6e86 100644 --- a/shared/cplusplus/TranslationUnit.h +++ b/shared/cplusplus/TranslationUnit.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/Type.cpp b/shared/cplusplus/Type.cpp index 339429a57ff..a58f855f689 100644 --- a/shared/cplusplus/Type.cpp +++ b/shared/cplusplus/Type.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/Type.h b/shared/cplusplus/Type.h index b75b17e3132..1623ee56054 100644 --- a/shared/cplusplus/Type.h +++ b/shared/cplusplus/Type.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/TypeVisitor.cpp b/shared/cplusplus/TypeVisitor.cpp index d94ee48e56b..02710256383 100644 --- a/shared/cplusplus/TypeVisitor.cpp +++ b/shared/cplusplus/TypeVisitor.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/cplusplus/TypeVisitor.h b/shared/cplusplus/TypeVisitor.h index 1abc512919f..6fa8f4f1afc 100644 --- a/shared/cplusplus/TypeVisitor.h +++ b/shared/cplusplus/TypeVisitor.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ // Copyright (c) 2008 Roberto Raggi <[email protected]> // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/shared/designerintegrationv2/formresizer.cpp b/shared/designerintegrationv2/formresizer.cpp index e273314c9bc..3b44599d7ef 100644 --- a/shared/designerintegrationv2/formresizer.cpp +++ b/shared/designerintegrationv2/formresizer.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "formresizer.h" #include "sizehandlerect.h" #include "widgethostconstants.h" diff --git a/shared/designerintegrationv2/formresizer.h b/shared/designerintegrationv2/formresizer.h index aa7332907f5..912e7ab1699 100644 --- a/shared/designerintegrationv2/formresizer.h +++ b/shared/designerintegrationv2/formresizer.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef FORMRESIZER_H #define FORMRESIZER_H diff --git a/shared/designerintegrationv2/sizehandlerect.cpp b/shared/designerintegrationv2/sizehandlerect.cpp index ec3e517478e..0061d9671b5 100644 --- a/shared/designerintegrationv2/sizehandlerect.cpp +++ b/shared/designerintegrationv2/sizehandlerect.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "sizehandlerect.h" #include "widgethostconstants.h" diff --git a/shared/designerintegrationv2/sizehandlerect.h b/shared/designerintegrationv2/sizehandlerect.h index 110c5f14765..cbcc5b07775 100644 --- a/shared/designerintegrationv2/sizehandlerect.h +++ b/shared/designerintegrationv2/sizehandlerect.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef SIZEHANDLERECT_H #define SIZEHANDLERECT_H diff --git a/shared/designerintegrationv2/widgethost.cpp b/shared/designerintegrationv2/widgethost.cpp index f4c31a74055..763b101d4e4 100644 --- a/shared/designerintegrationv2/widgethost.cpp +++ b/shared/designerintegrationv2/widgethost.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "widgethost.h" #include "formresizer.h" diff --git a/shared/designerintegrationv2/widgethost.h b/shared/designerintegrationv2/widgethost.h index 45b13c8a8e3..1284707e4dc 100644 --- a/shared/designerintegrationv2/widgethost.h +++ b/shared/designerintegrationv2/widgethost.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef WIDGETHOST_H #define WIDGETHOST_H diff --git a/shared/designerintegrationv2/widgethostconstants.h b/shared/designerintegrationv2/widgethostconstants.h index 32b4e493112..cfd3a4ac515 100644 --- a/shared/designerintegrationv2/widgethostconstants.h +++ b/shared/designerintegrationv2/widgethostconstants.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef WIDGETHOST_CONSTANTS_H #define WIDGETHOST_CONSTANTS_H diff --git a/shared/help/bookmarkmanager.cpp b/shared/help/bookmarkmanager.cpp index 5cb0587eccd..2664fea2e0c 100644 --- a/shared/help/bookmarkmanager.cpp +++ b/shared/help/bookmarkmanager.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "bookmarkmanager.h" #include "centralwidget.h" diff --git a/shared/help/bookmarkmanager.h b/shared/help/bookmarkmanager.h index 2601ba942dc..a8afa867e65 100644 --- a/shared/help/bookmarkmanager.h +++ b/shared/help/bookmarkmanager.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef BOOKMARKMANAGER_H #define BOOKMARKMANAGER_H diff --git a/shared/help/contentwindow.cpp b/shared/help/contentwindow.cpp index b38838513fe..5a42be4efe5 100644 --- a/shared/help/contentwindow.cpp +++ b/shared/help/contentwindow.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "contentwindow.h" #include "centralwidget.h" diff --git a/shared/help/contentwindow.h b/shared/help/contentwindow.h index e1d17d75757..22e519d49bf 100644 --- a/shared/help/contentwindow.h +++ b/shared/help/contentwindow.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef CONTENTWINDOW_H #define CONTENTWINDOW_H diff --git a/shared/help/filternamedialog.cpp b/shared/help/filternamedialog.cpp index c9aee8cf5c9..a2c0eff903c 100644 --- a/shared/help/filternamedialog.cpp +++ b/shared/help/filternamedialog.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include <QtGui/QPushButton> diff --git a/shared/help/filternamedialog.h b/shared/help/filternamedialog.h index 66ff9b86c9c..41bcf17dcac 100644 --- a/shared/help/filternamedialog.h +++ b/shared/help/filternamedialog.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef FILTERNAMEDIALOG_H #define FILTERNAMEDIALOG_H diff --git a/shared/help/helpviewer.cpp b/shared/help/helpviewer.cpp index 117d4e51fc9..8619739f706 100644 --- a/shared/help/helpviewer.cpp +++ b/shared/help/helpviewer.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "helpviewer.h" #include "centralwidget.h" diff --git a/shared/help/helpviewer.h b/shared/help/helpviewer.h index f857ff72d2e..0e1b26b5400 100644 --- a/shared/help/helpviewer.h +++ b/shared/help/helpviewer.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef HELPVIEWER_H #define HELPVIEWER_H diff --git a/shared/help/indexwindow.cpp b/shared/help/indexwindow.cpp index 5b09a64ec0f..8f5038dfaf8 100644 --- a/shared/help/indexwindow.cpp +++ b/shared/help/indexwindow.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "indexwindow.h" #include "centralwidget.h" diff --git a/shared/help/indexwindow.h b/shared/help/indexwindow.h index 7d7595dba0e..a95a166bf65 100644 --- a/shared/help/indexwindow.h +++ b/shared/help/indexwindow.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef INDEXWINDOW_H #define INDEXWINDOW_H diff --git a/shared/help/topicchooser.cpp b/shared/help/topicchooser.cpp index 5e515a77e2f..e5fa5ba9e75 100644 --- a/shared/help/topicchooser.cpp +++ b/shared/help/topicchooser.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include <QtCore/QMap> #include <QtCore/QUrl> diff --git a/shared/help/topicchooser.h b/shared/help/topicchooser.h index a27b3d1b6d2..2c21ac52067 100644 --- a/shared/help/topicchooser.h +++ b/shared/help/topicchooser.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef TOPICCHOOSER_H #define TOPICCHOOSER_H diff --git a/shared/indenter/constants.cpp b/shared/indenter/constants.cpp index 08be3b0c2b7..2339ceb6938 100644 --- a/shared/indenter/constants.cpp +++ b/shared/indenter/constants.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "indenter.h" diff --git a/shared/indenter/indenter.h b/shared/indenter/indenter.h index 824504f4f68..0f4be063407 100644 --- a/shared/indenter/indenter.h +++ b/shared/indenter/indenter.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef INDENTER_H #define INDENTER_H diff --git a/shared/indenter/indenter_impl.h b/shared/indenter/indenter_impl.h index d0e91e331bf..e71e55881e9 100644 --- a/shared/indenter/indenter_impl.h +++ b/shared/indenter/indenter_impl.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef INDENTER_C #define INDENTER_C diff --git a/shared/indenter/test/main.cpp b/shared/indenter/test/main.cpp index d612a3b8db7..701f66987c0 100644 --- a/shared/indenter/test/main.cpp +++ b/shared/indenter/test/main.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "indenter.h" diff --git a/shared/namespace_global.h b/shared/namespace_global.h index aa949eb2228..4452eb88c36 100644 --- a/shared/namespace_global.h +++ b/shared/namespace_global.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef NAMESPACE_GLOBAL_H #define NAMESPACE_GLOBAL_H diff --git a/shared/proparser/abstractproitemvisitor.h b/shared/proparser/abstractproitemvisitor.h index c2329fa2573..45dede34eb6 100644 --- a/shared/proparser/abstractproitemvisitor.h +++ b/shared/proparser/abstractproitemvisitor.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef ABSTRACTPROITEMVISITOR #define ABSTRACTPROITEMVISITOR diff --git a/shared/proparser/procommandmanager.cpp b/shared/proparser/procommandmanager.cpp index 9b84dd079d3..a6b61f4a3fb 100644 --- a/shared/proparser/procommandmanager.cpp +++ b/shared/proparser/procommandmanager.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "procommandmanager.h" diff --git a/shared/proparser/procommandmanager.h b/shared/proparser/procommandmanager.h index 56c9a7d1209..94c29693293 100644 --- a/shared/proparser/procommandmanager.h +++ b/shared/proparser/procommandmanager.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef PROCOMMANDMANAGER_H #define PROCOMMANDMANAGER_H diff --git a/shared/proparser/proeditor.cpp b/shared/proparser/proeditor.cpp index c70d282c638..02287b06ab1 100644 --- a/shared/proparser/proeditor.cpp +++ b/shared/proparser/proeditor.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "proeditor.h" #include "proitems.h" diff --git a/shared/proparser/proeditor.h b/shared/proparser/proeditor.h index 04d4e872bac..6dbab2048da 100644 --- a/shared/proparser/proeditor.h +++ b/shared/proparser/proeditor.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef PROEDITOR_H #define PROEDITOR_H diff --git a/shared/proparser/proeditormodel.cpp b/shared/proparser/proeditormodel.cpp index 8a240bbaebb..d0f28f68688 100644 --- a/shared/proparser/proeditormodel.cpp +++ b/shared/proparser/proeditormodel.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "proxml.h" #include "proitems.h" diff --git a/shared/proparser/proeditormodel.h b/shared/proparser/proeditormodel.h index 61435d104f0..74b8bdaae84 100644 --- a/shared/proparser/proeditormodel.h +++ b/shared/proparser/proeditormodel.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef PROEDITORMODEL_H #define PROEDITORMODEL_H diff --git a/shared/proparser/profileevaluator.cpp b/shared/proparser/profileevaluator.cpp index a2b9f72170a..85966c1f918 100644 --- a/shared/proparser/profileevaluator.cpp +++ b/shared/proparser/profileevaluator.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "profileevaluator.h" #include "proparserutils.h" diff --git a/shared/proparser/profileevaluator.h b/shared/proparser/profileevaluator.h index 4a4e8af1ee7..26d801687ca 100644 --- a/shared/proparser/profileevaluator.h +++ b/shared/proparser/profileevaluator.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef PROFILEEVALUATOR_H #define PROFILEEVALUATOR_H diff --git a/shared/proparser/proiteminfo.cpp b/shared/proparser/proiteminfo.cpp index 38c162570df..63ac6bd1d87 100644 --- a/shared/proparser/proiteminfo.cpp +++ b/shared/proparser/proiteminfo.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "proiteminfo.h" diff --git a/shared/proparser/proiteminfo.h b/shared/proparser/proiteminfo.h index 9ab6904c153..70c1411781f 100644 --- a/shared/proparser/proiteminfo.h +++ b/shared/proparser/proiteminfo.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef PROITEMINFO_H #define PROITEMINFO_H diff --git a/shared/proparser/proitems.cpp b/shared/proparser/proitems.cpp index b75afc7c43a..9bf45857d6d 100644 --- a/shared/proparser/proitems.cpp +++ b/shared/proparser/proitems.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "proitems.h" #include "abstractproitemvisitor.h" diff --git a/shared/proparser/proitems.h b/shared/proparser/proitems.h index 395cf90632d..078eb1f55ab 100644 --- a/shared/proparser/proitems.h +++ b/shared/proparser/proitems.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef PROITEMS_H #define PROITEMS_H diff --git a/shared/proparser/proparserutils.h b/shared/proparser/proparserutils.h index 425602db3fd..8c5cb3aaabc 100644 --- a/shared/proparser/proparserutils.h +++ b/shared/proparser/proparserutils.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef PROPARSERUTILS_H #define PROPARSERUTILS_H diff --git a/shared/proparser/prowriter.cpp b/shared/proparser/prowriter.cpp index cf5c7294961..0f215fd79c4 100644 --- a/shared/proparser/prowriter.cpp +++ b/shared/proparser/prowriter.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "proitems.h" #include "prowriter.h" diff --git a/shared/proparser/prowriter.h b/shared/proparser/prowriter.h index f411c1ab1f9..8cfa3195111 100644 --- a/shared/proparser/prowriter.h +++ b/shared/proparser/prowriter.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef PROWRITER_H #define PROWRITER_H diff --git a/shared/proparser/proxml.cpp b/shared/proparser/proxml.cpp index b71b56c8e19..4b63fc255d3 100644 --- a/shared/proparser/proxml.cpp +++ b/shared/proparser/proxml.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "proxml.h" #include "proitems.h" diff --git a/shared/proparser/proxml.h b/shared/proparser/proxml.h index 0eb461baf9c..276fd684aaf 100644 --- a/shared/proparser/proxml.h +++ b/shared/proparser/proxml.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef PROXML_H #define PROXML_H diff --git a/shared/proparser/valueeditor.cpp b/shared/proparser/valueeditor.cpp index 95bce22b7b3..2208b0492e9 100644 --- a/shared/proparser/valueeditor.cpp +++ b/shared/proparser/valueeditor.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "valueeditor.h" #include "proitems.h" diff --git a/shared/proparser/valueeditor.h b/shared/proparser/valueeditor.h index 196a3494dc2..d4ca360cdd6 100644 --- a/shared/proparser/valueeditor.h +++ b/shared/proparser/valueeditor.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef VALUEEDITOR_H #define VALUEEDITOR_H diff --git a/shared/qrceditor/qrceditor.cpp b/shared/qrceditor/qrceditor.cpp index 12f35d99581..576615a2e3b 100644 --- a/shared/qrceditor/qrceditor.cpp +++ b/shared/qrceditor/qrceditor.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "qrceditor.h" #include "undocommands_p.h" diff --git a/shared/qrceditor/qrceditor.h b/shared/qrceditor/qrceditor.h index c912d24886f..db9aab9bfef 100644 --- a/shared/qrceditor/qrceditor.h +++ b/shared/qrceditor/qrceditor.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef QRCEDITOR_H #define QRCEDITOR_H diff --git a/shared/qrceditor/resourcefile.cpp b/shared/qrceditor/resourcefile.cpp index 0c579bc9e52..daf1946e53e 100644 --- a/shared/qrceditor/resourcefile.cpp +++ b/shared/qrceditor/resourcefile.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "resourcefile_p.h" diff --git a/shared/qrceditor/resourcefile_p.h b/shared/qrceditor/resourcefile_p.h index 581c7cd8611..3276c2dec1e 100644 --- a/shared/qrceditor/resourcefile_p.h +++ b/shared/qrceditor/resourcefile_p.h @@ -30,10 +30,9 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ -#ifndef RESOURCEFILE__P_H -#define RESOURCEFILE__P_H +#ifndef RESOURCEFILE_P_H +#define RESOURCEFILE_P_H #include "namespace_global.h" diff --git a/shared/qrceditor/resourceview.cpp b/shared/qrceditor/resourceview.cpp index 0fca80b3f96..27a0a5a4254 100644 --- a/shared/qrceditor/resourceview.cpp +++ b/shared/qrceditor/resourceview.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "resourceview.h" #include "undocommands_p.h" diff --git a/shared/qrceditor/resourceview.h b/shared/qrceditor/resourceview.h index 81e06e4115b..ebf0b7b94c8 100644 --- a/shared/qrceditor/resourceview.h +++ b/shared/qrceditor/resourceview.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef RESOURCEVIEW_H #define RESOURCEVIEW_H diff --git a/shared/qrceditor/test/main.cpp b/shared/qrceditor/test/main.cpp index 8c88f41952f..71d316aebbf 100644 --- a/shared/qrceditor/test/main.cpp +++ b/shared/qrceditor/test/main.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "qrceditor.h" #include "mainwindow.h" diff --git a/shared/qrceditor/test/mainwindow.cpp b/shared/qrceditor/test/mainwindow.cpp index 7196e503fe1..e73635fcebc 100644 --- a/shared/qrceditor/test/mainwindow.cpp +++ b/shared/qrceditor/test/mainwindow.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "mainwindow.h" #include "qrceditor.h" diff --git a/shared/qrceditor/test/mainwindow.h b/shared/qrceditor/test/mainwindow.h index b535e2ef0a5..80b31a78961 100644 --- a/shared/qrceditor/test/mainwindow.h +++ b/shared/qrceditor/test/mainwindow.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef MAINWINDOW_H #define MAINWINDOW_H diff --git a/shared/qrceditor/undocommands.cpp b/shared/qrceditor/undocommands.cpp index d813e6eef48..6b549326d58 100644 --- a/shared/qrceditor/undocommands.cpp +++ b/shared/qrceditor/undocommands.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "undocommands_p.h" diff --git a/shared/qrceditor/undocommands_p.h b/shared/qrceditor/undocommands_p.h index 3813f723a1e..b9f6dc7aca3 100644 --- a/shared/qrceditor/undocommands_p.h +++ b/shared/qrceditor/undocommands_p.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef UNDO_COMMANDS_H #define UNDO_COMMANDS_H diff --git a/shared/qscripthighlighter/qscripthighlighter.cpp b/shared/qscripthighlighter/qscripthighlighter.cpp index 0672a2e79f4..f9940a6bbe4 100644 --- a/shared/qscripthighlighter/qscripthighlighter.cpp +++ b/shared/qscripthighlighter/qscripthighlighter.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "qscripthighlighter.h" diff --git a/shared/qscripthighlighter/qscripthighlighter.h b/shared/qscripthighlighter/qscripthighlighter.h index 9ba9ee1c773..353b7506c8a 100644 --- a/shared/qscripthighlighter/qscripthighlighter.h +++ b/shared/qscripthighlighter/qscripthighlighter.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef QSCRIPTSYNTAXHIGHLIGHTER_H #define QSCRIPTSYNTAXHIGHLIGHTER_H diff --git a/shared/qscripthighlighter/test/main.cpp b/shared/qscripthighlighter/test/main.cpp index d9caf888aeb..6bac1432084 100644 --- a/shared/qscripthighlighter/test/main.cpp +++ b/shared/qscripthighlighter/test/main.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "qscripthighlighter.h" diff --git a/shared/qtextended_integration.h b/shared/qtextended_integration.h index 21e405f80ba..1a465ae4cb8 100644 --- a/shared/qtextended_integration.h +++ b/shared/qtextended_integration.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef QTEXTENDED_INTEGRATION #define QTEXTENDED_INTEGRATION diff --git a/shared/qtlockedfile/qtlockedfile.cpp b/shared/qtlockedfile/qtlockedfile.cpp index 3f8259d79c4..71da391d7e3 100644 --- a/shared/qtlockedfile/qtlockedfile.cpp +++ b/shared/qtlockedfile/qtlockedfile.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "qtlockedfile.h" diff --git a/shared/qtlockedfile/qtlockedfile.h b/shared/qtlockedfile/qtlockedfile.h index 7fb5746f3f0..f23475ed934 100644 --- a/shared/qtlockedfile/qtlockedfile.h +++ b/shared/qtlockedfile/qtlockedfile.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef QTLOCKEDFILE_H #define QTLOCKEDFILE_H diff --git a/shared/qtlockedfile/qtlockedfile_unix.cpp b/shared/qtlockedfile/qtlockedfile_unix.cpp index 74e6b51c198..665d39295fc 100644 --- a/shared/qtlockedfile/qtlockedfile_unix.cpp +++ b/shared/qtlockedfile/qtlockedfile_unix.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "qtlockedfile.h" diff --git a/shared/qtlockedfile/qtlockedfile_win.cpp b/shared/qtlockedfile/qtlockedfile_win.cpp index 11f7b13ec48..4909e9636f6 100644 --- a/shared/qtlockedfile/qtlockedfile_win.cpp +++ b/shared/qtlockedfile/qtlockedfile_win.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "qtlockedfile.h" diff --git a/shared/qtsingleapplication/qtlocalpeer.cpp b/shared/qtsingleapplication/qtlocalpeer.cpp index 74cf93845a7..f488e72134b 100644 --- a/shared/qtsingleapplication/qtlocalpeer.cpp +++ b/shared/qtsingleapplication/qtlocalpeer.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "qtlocalpeer.h" diff --git a/shared/qtsingleapplication/qtlocalpeer.h b/shared/qtsingleapplication/qtlocalpeer.h index 6f71259a56c..104586b4395 100644 --- a/shared/qtsingleapplication/qtlocalpeer.h +++ b/shared/qtsingleapplication/qtlocalpeer.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "qtlockedfile.h" diff --git a/shared/qtsingleapplication/qtsingleapplication.cpp b/shared/qtsingleapplication/qtsingleapplication.cpp index 23ac8ca1590..c1f557bacf9 100644 --- a/shared/qtsingleapplication/qtsingleapplication.cpp +++ b/shared/qtsingleapplication/qtsingleapplication.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "qtsingleapplication.h" #include "qtlocalpeer.h" diff --git a/shared/qtsingleapplication/qtsingleapplication.h b/shared/qtsingleapplication/qtsingleapplication.h index a67c29fa8fb..75ce5ff5305 100644 --- a/shared/qtsingleapplication/qtsingleapplication.h +++ b/shared/qtsingleapplication/qtsingleapplication.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include <QtGui/QApplication> diff --git a/shared/qtsingleapplication/qtsinglecoreapplication.cpp b/shared/qtsingleapplication/qtsinglecoreapplication.cpp index f8a689cd8bb..82526226ba6 100644 --- a/shared/qtsingleapplication/qtsinglecoreapplication.cpp +++ b/shared/qtsingleapplication/qtsinglecoreapplication.cpp @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include "qtsinglecoreapplication.h" #include "qtlocalpeer.h" diff --git a/shared/qtsingleapplication/qtsinglecoreapplication.h b/shared/qtsingleapplication/qtsinglecoreapplication.h index 89b2389c28d..fcf9c7a224a 100644 --- a/shared/qtsingleapplication/qtsinglecoreapplication.h +++ b/shared/qtsingleapplication/qtsinglecoreapplication.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #include <QtCore/QCoreApplication> diff --git a/shared/scriptwrapper/interface_wrap_helpers.h b/shared/scriptwrapper/interface_wrap_helpers.h index 960117a73d4..717bb724631 100644 --- a/shared/scriptwrapper/interface_wrap_helpers.h +++ b/shared/scriptwrapper/interface_wrap_helpers.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef INTERFACE_WRAP_HELPERS_H #define INTERFACE_WRAP_HELPERS_H diff --git a/shared/scriptwrapper/wrap_helpers.h b/shared/scriptwrapper/wrap_helpers.h index 49fb7f95482..21ed625c161 100644 --- a/shared/scriptwrapper/wrap_helpers.h +++ b/shared/scriptwrapper/wrap_helpers.h @@ -30,7 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -***************************************************************************/ #ifndef WRAP_HELPERS_H #define WRAP_HELPERS_H |