gana

GNUnet Assigned Numbers Authority
Log | Files | Refs | README | LICENSE

commit f81e247d78c452bd99beda5cf2cb9c41cba11d3c
parent d2decfa7cb332c107c82e221f51cc13e336b2061
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Tue,  4 Jan 2022 15:56:40 +0100

update headers

Diffstat:
Mgnu-name-system-record-types/h.header | 2+-
Mgnunet-signatures/h.header | 11+++++++++++
2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/gnu-name-system-record-types/h.header b/gnu-name-system-record-types/h.header @@ -1,6 +1,6 @@ /* This file is part of GNUnet - Copyright (C) 2012-2021 GNUnet e.V. + Copyright (C) 2012-2022 GNUnet e.V. GNUnet is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published diff --git a/gnunet-signatures/h.header b/gnunet-signatures/h.header @@ -20,6 +20,17 @@ #ifndef GNUNET_SIGNATURES_H #define GNUNET_SIGNATURES_H +/** + * WARNING: + * This header is generated! + * In order to add a signature purpose, you must register + * them in GANA, and then use the header generation script + * to create an update of this file. You may then replace this + * file with the update. + */ + + + #ifdef __cplusplus extern "C" { #if 0 /* keep Emacsens' auto-indent happy */