diff options
author | OpenGnSys Support Team <soporte-og@soleta.eu> | 2021-06-09 23:17:51 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2021-06-09 23:17:51 +0200 |
commit | 893101ffc6162d64cfbe5827c32d4e6de5e35f42 (patch) | |
tree | b67dabc13cc59d0fe8f7f0d119f34000acaf9574 /src/legacy.c | |
parent | 141b0797e17f616d633704a4b011fde515496ab3 (diff) |
missing copyright header to new src/legacy.c file
Diffstat (limited to 'src/legacy.c')
-rw-r--r-- | src/legacy.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/legacy.c b/src/legacy.c index b1f1084..c4ed971 100644 --- a/src/legacy.c +++ b/src/legacy.c @@ -1,3 +1,12 @@ +/* + * Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu> + * + * This program is free software: you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License as published by the + * Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + */ + #include <jansson.h> #include <netinet/in.h> #include <stdlib.h> |