Skip to content

Commit

Permalink
chore: added license & used pragma on testdtls
Browse files Browse the repository at this point in the history
  • Loading branch information
lchenut committed Jun 21, 2024
1 parent ba9f04a commit 416ff7b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/testdtls.nim
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Nim-WebRTC
# Copyright (c) 2024 Status Research & Development GmbH
# Licensed under either of
# * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE))
# * MIT license ([LICENSE-MIT](LICENSE-MIT))
# at your option.
# This file may not be copied, modified, or distributed except according to
# those terms.

{.used.}

import chronos
import ./helpers
import ../webrtc/udp_transport
Expand Down

0 comments on commit 416ff7b

Please sign in to comment.