From f099796a10ea86b89a6913192c02229dd4bfc213 Mon Sep 17 00:00:00 2001 From: Reijo Tomperi Date: Fri, 2 Jan 2009 19:02:35 +0000 Subject: [PATCH] Copyright 2007-2008 -> 2007-2009 --- checkbufferoverrun.cpp | 2 +- checkbufferoverrun.h | 2 +- checkclass.cpp | 2 +- checkclass.h | 2 +- checkfunctionusage.cpp | 2 +- checkfunctionusage.h | 2 +- checkheaders.cpp | 2 +- checkheaders.h | 2 +- checkmemoryleak.cpp | 2 +- checkmemoryleak.h | 2 +- checkother.cpp | 2 +- checkother.h | 2 +- cppcheck.cpp | 2 +- cppcheck.h | 2 +- cppcheckexecutor.cpp | 2 +- cppcheckexecutor.h | 2 +- errorlogger.h | 2 +- filelister.cpp | 2 +- filelister.h | 2 +- main.cpp | 2 +- preprocessor.cpp | 2 +- preprocessor.h | 2 +- settings.cpp | 2 +- settings.h | 2 +- testbufferoverrun.cpp | 2 +- testcharvar.cpp | 2 +- testclass.cpp | 2 +- testconstructors.cpp | 2 +- testdivision.cpp | 2 +- testfilelister.cpp | 2 +- testfunctionusage.cpp | 2 +- testincompletestatement.cpp | 2 +- testmemleak.cpp | 2 +- testmemleakmp.cpp | 2 +- testother.cpp | 2 +- testpreprocessor.cpp | 2 +- testredundantif.cpp | 2 +- testrunner.cpp | 2 +- testsimplifytokens.cpp | 2 +- testsuite.cpp | 2 +- testsuite.h | 2 +- testtoken.cpp | 2 +- testtokenize.cpp | 2 +- testunusedprivfunc.cpp | 2 +- testunusedvar.cpp | 2 +- token.cpp | 2 +- token.h | 2 +- tokenize.cpp | 2 +- tokenize.h | 2 +- 49 files changed, 49 insertions(+), 49 deletions(-) diff --git a/checkbufferoverrun.cpp b/checkbufferoverrun.cpp index a0f5be9b3..c51c3368b 100644 --- a/checkbufferoverrun.cpp +++ b/checkbufferoverrun.cpp @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/checkbufferoverrun.h b/checkbufferoverrun.h index ac396a42f..97878a6b3 100644 --- a/checkbufferoverrun.h +++ b/checkbufferoverrun.h @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/checkclass.cpp b/checkclass.cpp index 681b77226..af17a9d74 100644 --- a/checkclass.cpp +++ b/checkclass.cpp @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/checkclass.h b/checkclass.h index 4aa00e714..016223388 100644 --- a/checkclass.h +++ b/checkclass.h @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/checkfunctionusage.cpp b/checkfunctionusage.cpp index 12f68cf6c..e4499a3cb 100644 --- a/checkfunctionusage.cpp +++ b/checkfunctionusage.cpp @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/checkfunctionusage.h b/checkfunctionusage.h index fb005cf9a..7b624adf7 100644 --- a/checkfunctionusage.h +++ b/checkfunctionusage.h @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/checkheaders.cpp b/checkheaders.cpp index 06e343071..81de1d7d9 100644 --- a/checkheaders.cpp +++ b/checkheaders.cpp @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/checkheaders.h b/checkheaders.h index 998989634..89c0ca734 100644 --- a/checkheaders.h +++ b/checkheaders.h @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/checkmemoryleak.cpp b/checkmemoryleak.cpp index 35224a322..2ed31a009 100644 --- a/checkmemoryleak.cpp +++ b/checkmemoryleak.cpp @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/checkmemoryleak.h b/checkmemoryleak.h index 444d10b97..c8f0d9676 100644 --- a/checkmemoryleak.h +++ b/checkmemoryleak.h @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/checkother.cpp b/checkother.cpp index 27828a3c0..174236263 100644 --- a/checkother.cpp +++ b/checkother.cpp @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/checkother.h b/checkother.h index d44181e46..5cde4a41e 100644 --- a/checkother.h +++ b/checkother.h @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/cppcheck.cpp b/cppcheck.cpp index 10c5a7b0d..623e85ddc 100644 --- a/cppcheck.cpp +++ b/cppcheck.cpp @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/cppcheck.h b/cppcheck.h index 1d152e433..af99c453d 100644 --- a/cppcheck.h +++ b/cppcheck.h @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/cppcheckexecutor.cpp b/cppcheckexecutor.cpp index 5132cc746..0ee471013 100644 --- a/cppcheckexecutor.cpp +++ b/cppcheckexecutor.cpp @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/cppcheckexecutor.h b/cppcheckexecutor.h index 103ca4013..537708ef9 100644 --- a/cppcheckexecutor.h +++ b/cppcheckexecutor.h @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/errorlogger.h b/errorlogger.h index bda426f46..82db705ee 100644 --- a/errorlogger.h +++ b/errorlogger.h @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/filelister.cpp b/filelister.cpp index 937e7992e..05e62d004 100644 --- a/filelister.cpp +++ b/filelister.cpp @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/filelister.h b/filelister.h index 2e7c48649..6842a245d 100644 --- a/filelister.h +++ b/filelister.h @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/main.cpp b/main.cpp index b1665a3b2..3112d8106 100644 --- a/main.cpp +++ b/main.cpp @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/preprocessor.cpp b/preprocessor.cpp index 560a06a5f..878d82b04 100644 --- a/preprocessor.cpp +++ b/preprocessor.cpp @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/preprocessor.h b/preprocessor.h index be2cde3de..70735c7a2 100644 --- a/preprocessor.h +++ b/preprocessor.h @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/settings.cpp b/settings.cpp index ba0bc9a2a..0af9625d3 100644 --- a/settings.cpp +++ b/settings.cpp @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/settings.h b/settings.h index 4ecd8afbf..6b2051769 100644 --- a/settings.h +++ b/settings.h @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/testbufferoverrun.cpp b/testbufferoverrun.cpp index 76f3242ae..a98b7fd63 100644 --- a/testbufferoverrun.cpp +++ b/testbufferoverrun.cpp @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/testcharvar.cpp b/testcharvar.cpp index 6764e42a7..9c370cc06 100644 --- a/testcharvar.cpp +++ b/testcharvar.cpp @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/testclass.cpp b/testclass.cpp index dd0abf6ba..a17ca28a8 100644 --- a/testclass.cpp +++ b/testclass.cpp @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/testconstructors.cpp b/testconstructors.cpp index d77fdda59..6043f997f 100644 --- a/testconstructors.cpp +++ b/testconstructors.cpp @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/testdivision.cpp b/testdivision.cpp index 5cc67cb73..878131776 100644 --- a/testdivision.cpp +++ b/testdivision.cpp @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/testfilelister.cpp b/testfilelister.cpp index 6107e9a22..8c9a2f64c 100644 --- a/testfilelister.cpp +++ b/testfilelister.cpp @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/testfunctionusage.cpp b/testfunctionusage.cpp index 0ff25e916..2b0da5393 100644 --- a/testfunctionusage.cpp +++ b/testfunctionusage.cpp @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/testincompletestatement.cpp b/testincompletestatement.cpp index 1de6cfbc2..e4457a314 100644 --- a/testincompletestatement.cpp +++ b/testincompletestatement.cpp @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/testmemleak.cpp b/testmemleak.cpp index 44903a8b9..c2c5fde43 100644 --- a/testmemleak.cpp +++ b/testmemleak.cpp @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/testmemleakmp.cpp b/testmemleakmp.cpp index 862601f1d..b1ed65e7a 100644 --- a/testmemleakmp.cpp +++ b/testmemleakmp.cpp @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/testother.cpp b/testother.cpp index e0c86c06d..795377039 100644 --- a/testother.cpp +++ b/testother.cpp @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/testpreprocessor.cpp b/testpreprocessor.cpp index c512bbfa8..7961feb44 100644 --- a/testpreprocessor.cpp +++ b/testpreprocessor.cpp @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/testredundantif.cpp b/testredundantif.cpp index 024b00c35..a181a796f 100644 --- a/testredundantif.cpp +++ b/testredundantif.cpp @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/testrunner.cpp b/testrunner.cpp index 2e9c8c827..5c2ee4049 100644 --- a/testrunner.cpp +++ b/testrunner.cpp @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/testsimplifytokens.cpp b/testsimplifytokens.cpp index 97cd71845..e1f420614 100644 --- a/testsimplifytokens.cpp +++ b/testsimplifytokens.cpp @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/testsuite.cpp b/testsuite.cpp index 173849a23..bd148b2a2 100644 --- a/testsuite.cpp +++ b/testsuite.cpp @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/testsuite.h b/testsuite.h index 13ff8d387..504ab454c 100644 --- a/testsuite.h +++ b/testsuite.h @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/testtoken.cpp b/testtoken.cpp index c3b200377..01ddfcf96 100644 --- a/testtoken.cpp +++ b/testtoken.cpp @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/testtokenize.cpp b/testtokenize.cpp index 859a93ed0..6232ddfaa 100644 --- a/testtokenize.cpp +++ b/testtokenize.cpp @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/testunusedprivfunc.cpp b/testunusedprivfunc.cpp index 6bf116d4d..c0aa80018 100644 --- a/testunusedprivfunc.cpp +++ b/testunusedprivfunc.cpp @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/testunusedvar.cpp b/testunusedvar.cpp index 74e5a79dc..89523ef51 100644 --- a/testunusedvar.cpp +++ b/testunusedvar.cpp @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/token.cpp b/token.cpp index d36cd3a5f..e1d7be183 100644 --- a/token.cpp +++ b/token.cpp @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/token.h b/token.h index 89dc31886..8f731a4f9 100644 --- a/token.h +++ b/token.h @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tokenize.cpp b/tokenize.cpp index e151c9be3..151f4edee 100644 --- a/tokenize.cpp +++ b/tokenize.cpp @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tokenize.h b/tokenize.h index 662316a4f..1b897ac1e 100644 --- a/tokenize.h +++ b/tokenize.h @@ -1,6 +1,6 @@ /* * cppcheck - c/c++ syntax checking - * Copyright (C) 2007-2008 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam + * Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by