diff options
| author | Aleksei Solovev <96003044+aleksejsolovev@users.noreply.github.com> | 2024-12-07 19:19:26 +0300 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-12-07 11:09:22 -0800 |
| commit | 61869fa985ec3454ea23c394c265b6863749408a (patch) | |
| tree | b193b829d0236dc456eba93b011119f6e16bbcbe /src/sp | |
| parent | 755dcb223e9ca2aecd2555a417247d8f55fdaf33 (diff) | |
| download | nng-61869fa985ec3454ea23c394c265b6863749408a.tar.gz nng-61869fa985ec3454ea23c394c265b6863749408a.tar.bz2 nng-61869fa985ec3454ea23c394c265b6863749408a.zip | |
Add forgotten license boilerplate
Diffstat (limited to 'src/sp')
| -rw-r--r-- | src/sp/reconnect_stress_test.c | 9 |
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> |
