diff options
Diffstat (limited to 'cgit')
| -rw-r--r-- | cgit/ui-summary.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cgit/ui-summary.c b/cgit/ui-summary.c index 2c3db14a9e..4b83e9f417 100644 --- a/cgit/ui-summary.c +++ b/cgit/ui-summary.c @@ -32,6 +32,8 @@ static char *trim_whitespace(const char *start, const char *end) return xstrndup(start, end - start); } +// REUSE-IgnoreStart + static char *find_spdx_identifier(const char *buf, size_t size) { static const char *keys[] = { @@ -183,6 +185,8 @@ cleanup: free(maintainers_path); } +// REUSE-IgnoreEnd + static unsigned long ref_age(const struct refinfo *ref) { if (!ref || !ref->object) |
