Skip to content

Commit 1bb463b

Browse files
committed
license: license check fixes
Signed-off-by: Hofi <hofione@gmail.com>
1 parent 3ba7b93 commit 1bb463b

7 files changed

+8
-1
lines changed

lib/logproto/logproto-http-scraper-responder.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
22
* Copyright (c) 2025 One Identity
3+
* Copyright (c) 2025 Hofi <hofione@gmail.com>
34
*
45
* This library is free software; you can redistribute it and/or
56
* modify it under the terms of the GNU Lesser General Public
@@ -100,7 +101,7 @@ _compose_response_body(LogProtoHTTPServer *s)
100101
evt_tag_int("last-request", now - last_scrape_request_time),
101102
evt_tag_int("allowed-freq", self->options->scrape_freq_limit));
102103
g_mutex_unlock(_mutex());
103-
/* NOTE: Using an empty response body with the close_after_send=TRUEoption
104+
/* NOTE: Using an empty response body with the close_after_send=TRUE option
104105
* prevents the scraper waiting for the response till its own timeout */
105106
return g_string_new("");
106107
}

lib/logproto/logproto-http-scraper-responder.h

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
22
* Copyright (c) 2025 One Identity
3+
* Copyright (c) 2025 Hofi <hofione@gmail.com>
34
*
45
* This library is free software; you can redistribute it and/or
56
* modify it under the terms of the GNU Lesser General Public

lib/logproto/logproto-http-server.c

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
22
* Copyright (c) 2025 One Identity
3+
* Copyright (c) 2025 Hofi <hofione@gmail.com>
34
*
45
* This library is free software; you can redistribute it and/or
56
* modify it under the terms of the GNU Lesser General Public

lib/logproto/logproto-http-server.h

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
22
* Copyright (c) 2025 One Identity
3+
* Copyright (c) 2025 Hofi <hofione@gmail.com>
34
*
45
* This library is free software; you can redistribute it and/or
56
* modify it under the terms of the GNU Lesser General Public

lib/multi-line/empty-line-separated-multi-line.c

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
22
* Copyright (c) 2025 One Identity
3+
* Copyright (c) 2025 Hofi <hofione@gmail.com>
34
*
45
* This library is free software; you can redistribute it and/or
56
* modify it under the terms of the GNU Lesser General Public

lib/multi-line/empty-line-separated-multi-line.h

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
22
* Copyright (c) 2025 One Identity
3+
* Copyright (c) 2025 Hofi <hofione@gmail.com>
34
*
45
* This library is free software; you can redistribute it and/or
56
* modify it under the terms of the GNU Lesser General Public

scl/http-scraper/plugin.conf

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#############################################################################
2+
# Copyright (c) 2025 One Identity
23
# Copyright (c) 2025 Hofi <hofione@gmail.com>
34
#
45
# This program is free software; you can redistribute it and/or modify it

0 commit comments

Comments
 (0)