Skip to content

Commit

Permalink
Add forgotten license boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksejsolovev authored and gdamore committed Dec 7, 2024
1 parent 755dcb2 commit 61869fa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/sp/reconnect_stress_test.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
//
// Copyright 2024 Aleksei Solovev <[email protected]>
//
// 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>
Expand Down

0 comments on commit 61869fa

Please sign in to comment.