Skip to content

Commit 58eda6e

Browse files
committed
Fix ticket danmar#325 (Replace developer names in source files with AUTHORS file)
http://apps.sourceforge.net/trac/cppcheck/ticket/325
1 parent 8876f0e commit 58eda6e

93 files changed

Lines changed: 102 additions & 188 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Gianluca Scacco
66
Hoang Tuan Su
77
Kimmo Varis
88
Leandro Penz
9+
Nguyen Duong Tuan
910
Nicolas Le Cam
1011
Reijo Tomperi
1112
Slava Semushin

cppcheck.cbp

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,24 @@
3030
<Add option="-Wall" />
3131
<Add option="-fexceptions" />
3232
</Compiler>
33-
<Unit filename="gui/checkdialog.cpp" />
34-
<Unit filename="gui/checkdialog.h" />
33+
<Unit filename="gui/applicationdialog.cpp" />
34+
<Unit filename="gui/applicationdialog.h" />
35+
<Unit filename="gui/applicationlist.cpp" />
36+
<Unit filename="gui/applicationlist.h" />
3537
<Unit filename="gui/checkthread.cpp" />
3638
<Unit filename="gui/checkthread.h" />
3739
<Unit filename="gui/common.h" />
3840
<Unit filename="gui/main.cpp" />
3941
<Unit filename="gui/mainwindow.cpp" />
4042
<Unit filename="gui/mainwindow.h" />
43+
<Unit filename="gui/qrc_gui.cpp" />
4144
<Unit filename="gui/resultstree.cpp" />
4245
<Unit filename="gui/resultstree.h" />
4346
<Unit filename="gui/resultsview.cpp" />
4447
<Unit filename="gui/resultsview.h" />
4548
<Unit filename="gui/settingsdialog.cpp" />
4649
<Unit filename="gui/settingsdialog.h" />
50+
<Unit filename="gui/test.cpp" />
4751
<Unit filename="gui/threadhandler.cpp" />
4852
<Unit filename="gui/threadhandler.h" />
4953
<Unit filename="gui/threadresult.cpp" />

gui/applicationdialog.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
22
* Cppcheck - A tool for static C/C++ code analysis
3-
* Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam,
4-
* Leandro Penz, Kimmo Varis, Vesa Pikki
3+
* Copyright (C) 2007-2009 Daniel Marjamäki and Cppcheck team.
54
*
65
* This program is free software: you can redistribute it and/or modify
76
* it under the terms of the GNU General Public License as published by

gui/applicationdialog.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
22
* Cppcheck - A tool for static C/C++ code analysis
3-
* Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam,
4-
* Leandro Penz, Kimmo Varis, Vesa Pikki
3+
* Copyright (C) 2007-2009 Daniel Marjamäki and Cppcheck team.
54
*
65
* This program is free software: you can redistribute it and/or modify
76
* it under the terms of the GNU General Public License as published by

gui/applicationlist.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
22
* Cppcheck - A tool for static C/C++ code analysis
3-
* Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam,
4-
* Leandro Penz, Kimmo Varis, Vesa Pikki
3+
* Copyright (C) 2007-2009 Daniel Marjamäki and Cppcheck team.
54
*
65
* This program is free software: you can redistribute it and/or modify
76
* it under the terms of the GNU General Public License as published by

gui/applicationlist.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
22
* Cppcheck - A tool for static C/C++ code analysis
3-
* Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam,
4-
* Leandro Penz, Kimmo Varis, Vesa Pikki
3+
* Copyright (C) 2007-2009 Daniel Marjamäki and Cppcheck team.
54
*
65
* This program is free software: you can redistribute it and/or modify
76
* it under the terms of the GNU General Public License as published by

gui/checkthread.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
22
* Cppcheck - A tool for static C/C++ code analysis
3-
* Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam,
4-
* Leandro Penz, Kimmo Varis, Vesa Pikki
3+
* Copyright (C) 2007-2009 Daniel Marjamäki and Cppcheck team.
54
*
65
* This program is free software: you can redistribute it and/or modify
76
* it under the terms of the GNU General Public License as published by

gui/checkthread.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
22
* Cppcheck - A tool for static C/C++ code analysis
3-
* Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam,
4-
* Leandro Penz, Kimmo Varis, Vesa Pikki
3+
* Copyright (C) 2007-2009 Daniel Marjamäki and Cppcheck team.
54
*
65
* This program is free software: you can redistribute it and/or modify
76
* it under the terms of the GNU General Public License as published by

gui/common.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
22
* Cppcheck - A tool for static C/C++ code analysis
3-
* Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam,
4-
* Leandro Penz, Kimmo Varis, Vesa Pikki
3+
* Copyright (C) 2007-2009 Daniel Marjamäki and Cppcheck team.
54
*
65
* This program is free software: you can redistribute it and/or modify
76
* it under the terms of the GNU General Public License as published by

gui/main.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
22
* Cppcheck - A tool for static C/C++ code analysis
3-
* Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam,
4-
* Leandro Penz, Kimmo Varis, Vesa Pikki
3+
* Copyright (C) 2007-2009 Daniel Marjamäki and Cppcheck team.
54
*
65
* This program is free software: you can redistribute it and/or modify
76
* it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)