forked from jenkinsci/warnings-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
13 lines (10 loc) · 677 Bytes
/
Copy pathREADME.txt
File metadata and controls
13 lines (10 loc) · 677 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
This Eclipse plug-in collects the warnings and errors of cpplint and attaches them
to lines of source in Eclipse Juno CDT.
You may copy, modify, and redistribute this collection of files under the terms
of the Modified BSD license (included).
This project includes a modified version of cpplint.py source code.
Copyright Google 2009, redistributed under the license therein.
This project includes a few lines of source code from:
https://github.com/jenkinsci/warnings-plugin/commits/master/src/main/java/hudson/plugins/warnings/parser/CppLintParser.java
under the MIT License in Java class CpplintErrorParser.java .
Affected lines marked as such. MIT License also included.