From 07d7ca03522609390b2a1babf7689ed0f48fd147 Mon Sep 17 00:00:00 2001 From: Harald Alvestrand Date: Tue, 3 Dec 2024 07:58:49 +0000 Subject: [PATCH] Mark sigslot version as N/A and include explanation of source access. Bug: chromium:362397798 Change-Id: I7af673ffe060507b0e9dea95d650ffb0a681727c No-Try: true Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/370120 Commit-Queue: Harald Alvestrand Reviewed-by: Tomas Gunnarsson Cr-Commit-Position: refs/heads/main@{#43484} --- rtc_base/third_party/sigslot/README.chromium | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rtc_base/third_party/sigslot/README.chromium b/rtc_base/third_party/sigslot/README.chromium index 98eac55f9a..50116c5e20 100644 --- a/rtc_base/third_party/sigslot/README.chromium +++ b/rtc_base/third_party/sigslot/README.chromium @@ -1,7 +1,7 @@ Name: C++ Signal/Slot Library Short Name: sigslot URL: http://sigslot.sourceforge.net/ -Version: 0 +Version: N/A Date: 2018-07-09 License: Ignorable License File: LICENSE @@ -19,3 +19,7 @@ If has_slots is single threaded the user must ensure that it is not trying to connect or disconnect to signalx concurrently or data race may occur. If signalx is single threaded the user must ensure that disconnect, connect or signal is not happening concurrently or data race may occur. + +note: sigslot at sourceforge has only one released version - version 1.0.0 +released on 2002-03-31. There is a read-only CVS repository from which the +dated version (2018-07-09) can be retrieved if necessary.