aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAleksei Solovev <96003044+aleksejsolovev@users.noreply.github.com>2024-12-07 19:19:26 +0300
committerGarrett D'Amore <garrett@damore.org>2024-12-07 11:09:22 -0800
commit61869fa985ec3454ea23c394c265b6863749408a (patch)
treeb193b829d0236dc456eba93b011119f6e16bbcbe /src
parent755dcb223e9ca2aecd2555a417247d8f55fdaf33 (diff)
downloadnng-61869fa985ec3454ea23c394c265b6863749408a.tar.gz
nng-61869fa985ec3454ea23c394c265b6863749408a.tar.bz2
nng-61869fa985ec3454ea23c394c265b6863749408a.zip
Add forgotten license boilerplate
Diffstat (limited to 'src')
-rw-r--r--src/sp/reconnect_stress_test.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/sp/reconnect_stress_test.c b/src/sp/reconnect_stress_test.c
index b6fe6e34..f463e0e5 100644
--- a/src/sp/reconnect_stress_test.c
+++ b/src/sp/reconnect_stress_test.c
@@ -1,3 +1,12 @@
+//
+// Copyright 2024 Aleksei Solovev <solovalex@gmail.com>
+//
+// This software is supplied under the terms of the MIT License, a
+// copy of which should be located in the distribution where this
+// file was obtained (LICENSE.txt). A copy of the license may also be
+// found online at https://opensource.org/licenses/MIT.
+//
+
#include <assert.h>
#include <nng/nng.h>
#include <core/nng_impl.h>