projects
/
ccan
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ccanlint: move license tag matching into common code.
[ccan]
/
tools
/
ccanlint
/
licenses.h
diff --git
a/tools/ccanlint/licenses.h
b/tools/ccanlint/licenses.h
index 72b14d2516a47ba3faa030f0f937e9640c9ed5b1..48aad16719bb958374d6842d756971df7699bac5 100644
(file)
--- a/
tools/ccanlint/licenses.h
+++ b/
tools/ccanlint/licenses.h
@@
-34,4
+34,10
@@
extern const struct license_info licenses[];
struct ccan_file;
bool find_boilerplate(struct ccan_file *f, enum license license);
struct ccan_file;
bool find_boilerplate(struct ccan_file *f, enum license license);
+struct doc_section;
+enum license which_license(struct doc_section *d);
+
+struct manifest;
+struct doc_section *find_license_tag(const struct manifest *m);
+
#endif /* CCANLINT_LICENSES_H */
#endif /* CCANLINT_LICENSES_H */