Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
ccan
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mirror
ccan
Commits
aa6b7489
Commit
aa6b7489
authored
Aug 16, 2011
by
Rusty Russell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
block_pool, ccan_tokenizer, stringmap: add ccanlint license suppressions.
parent
d06b67d2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
+12
-0
ccan/block_pool/_info
ccan/block_pool/_info
+3
-0
ccan/ccan_tokenizer/_info
ccan/ccan_tokenizer/_info
+6
-0
ccan/stringmap/_info
ccan/stringmap/_info
+3
-0
No files found.
ccan/block_pool/_info
View file @
aa6b7489
...
...
@@ -38,6 +38,9 @@
* Author: Joey Adams <joeyadams3.14159@gmail.com>
* License: MIT
* Version: 0.1
* Ccanlint:
* // We actually depend on the LGPL talloc
* license_depends_compat FAIL
*/
int main(int argc, char *argv[])
{
...
...
ccan/ccan_tokenizer/_info
View file @
aa6b7489
...
...
@@ -83,6 +83,12 @@
* }
*
* License: BSD (3 clause)
*
* Ccanlint:
* // We actually depend on the LGPL dependencies
* license_depends_compat FAIL
* // We don't put the license line in all files.
* license_comment FAIL
*/
int main(int argc, char *argv[])
{
...
...
ccan/stringmap/_info
View file @
aa6b7489
...
...
@@ -52,6 +52,9 @@
* Authors: Joey Adams, Anders Magnusson
* License: BSD (3 clause)
* Version: 0.2
* Ccanlint:
* // We actually depend (indirectly) on the LGPL talloc
* license_depends_compat FAIL
*/
int main(int argc, char *argv[])
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment