diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-06-02 13:02:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-06-02 13:02:43 +0300 |
commit | ac179932fea5244a18547fffa5eb7f086afd3c08 (patch) | |
tree | b5a5a20afebc82bb1d595f7d8f664c170336a958 /tests/testsrc/bad/license2.h | |
parent | 606bfb6b8c54fa786617f6cdf8da5679b1ecde64 (diff) | |
download | mplint-ac179932fea5244a18547fffa5eb7f086afd3c08.tar.gz mplint-ac179932fea5244a18547fffa5eb7f086afd3c08.tar.bz2 mplint-ac179932fea5244a18547fffa5eb7f086afd3c08.tar.xz mplint-ac179932fea5244a18547fffa5eb7f086afd3c08.zip |
Add test and code with errors.
Diffstat (limited to 'tests/testsrc/bad/license2.h')
-rw-r--r-- | tests/testsrc/bad/license2.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/testsrc/bad/license2.h b/tests/testsrc/bad/license2.h new file mode 100644 index 0000000..05977b3 --- /dev/null +++ b/tests/testsrc/bad/license2.h @@ -0,0 +1,25 @@ +/* + * The anaPlus Client + * Copyright (C) 2014 The ManaPlus Developers + * + * This file is part of The ManaPlus Client. + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +#include "lintmanager.h" + +void func() +{ +} |