copyrights

This commit is contained in:
folkert van heusden 2024-05-16 21:46:34 +02:00
parent 0bf55ecb1a
commit e45b978134
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1
2 changed files with 9 additions and 0 deletions

View file

@ -1,5 +1,10 @@
// (C) 2024 by Folkert van Heusden
// Released under MIT license
#include "gen.h"
#include "comm.h"
comm::comm()
{
}

4
comm.h
View file

@ -1,3 +1,7 @@
// (C) 2024 by Folkert van Heusden
// Released under MIT license
#include "gen.h"
#include <cstddef>
#include <cstdint>