Skip to content

Commit 43dc1b1

Browse files
authored
Merge pull request #18 from dfeen87/copilot/update-license-consistency
Updating license file for consistency
2 parents 11bc0a2 + 51d53ce commit 43dc1b1

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

include/raps/telemetry/jsonl_sink.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* - Easy to parse
66
* - Stream-friendly
77
*
8-
* License: MIT (see LICENSE)
8+
* License: Non-Commercial (see LICENSE)
99
*/
1010

1111
#include <cstdio>

include/raps/telemetry/telemetry_event.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* RAPS Telemetry v2.3
44
* Deterministic, bounded, read-only observability events.
55
*
6-
* License: MIT (see LICENSE)
6+
* License: Non-Commercial (see LICENSE)
77
*/
88

99
#include <cstdint>

include/raps/telemetry/telemetry_logger.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* - No allocations in emit() hot path
66
* - Best-effort ordering via seq counter
77
*
8-
* License: MIT (see LICENSE)
8+
* License: Non-Commercial (see LICENSE)
99
*/
1010

1111
#include <atomic>

include/raps/telemetry/telemetry_metadata.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* - Failure to write is acceptable
1414
* - No blocking in control paths
1515
*
16-
* License: MIT (see LICENSE)
16+
* License: Non-Commercial (see LICENSE)
1717
*/
1818

1919
#include <cstdio>

include/raps/telemetry/telemetry_ring_buffer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* - minimal contention
99
* - acceptable ordering (seq numbers)
1010
*
11-
* License: MIT (see LICENSE)
11+
* License: Non-Commercial (see LICENSE)
1212
*/
1313

1414
#include <atomic>

include/raps/telemetry/telemetry_run_directory.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* data/telemetry/runs/run_YYYY-MM-DDTHH-MM-SSZ/
1010
* data/telemetry/runs/latest -> run_YYYY-MM-DDTHH-MM-SSZ
1111
*
12-
* License: MIT
12+
* License: Non-Commercial (see LICENSE)
1313
*/
1414

1515
#include <string>

include/raps/telemetry/telemetry_sink.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Telemetry sink interface: keeps the core logger decoupled from export mechanisms.
44
*
5-
* License: MIT (see LICENSE)
5+
* License: Non-Commercial (see LICENSE)
66
*/
77

88
#include "telemetry_event.hpp"

0 commit comments

Comments
 (0)