diff options
| author | Rutger Broekhoff | 2024-05-03 22:53:53 +0200 |
|---|---|---|
| committer | Rutger Broekhoff | 2024-05-03 22:53:53 +0200 |
| commit | 4f5cb257dc47dcff1b1306e4ae702669dfa93197 (patch) | |
| tree | 10442361a27406137bb0e3e1afec1db70558e464 /src/recvkv6 | |
| parent | b9ad155255dfc6b8d853cee27581dbbb074f61af (diff) | |
| download | oeuf-4f5cb257dc47dcff1b1306e4ae702669dfa93197.tar.gz oeuf-4f5cb257dc47dcff1b1306e4ae702669dfa93197.zip | |
Add license notice at the top of all source files
Diffstat (limited to 'src/recvkv6')
| -rw-r--r-- | src/recvkv6/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/recvkv6/main.cpp b/src/recvkv6/main.cpp index 2ac3669..3a3338b 100644 --- a/src/recvkv6/main.cpp +++ b/src/recvkv6/main.cpp | |||
| @@ -1,4 +1,6 @@ | |||
| 1 | // vim:set sw=2 ts=2 sts et: | 1 | // vim:set sw=2 ts=2 sts et: |
| 2 | // | ||
| 3 | // Copyright 2024 Rutger Broekhoff. Licensed under the EUPL. | ||
| 2 | 4 | ||
| 3 | #include <array> | 5 | #include <array> |
| 4 | #include <cassert> | 6 | #include <cassert> |