From: Andre Noll Date: Tue, 20 Mar 2018 02:58:09 +0000 (+0100) Subject: base64.h: Add Copyright and Doxygen header. X-Git-Tag: v0.6.2~24 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=07a94e8246fe2ec0008fd225601ceb5b25166b83;ds=sidebyside base64.h: Add Copyright and Doxygen header. --- diff --git a/base64.h b/base64.h index 4bfaa99d..ea62d98f 100644 --- a/base64.h +++ b/base64.h @@ -1,3 +1,7 @@ +/* Copyright (C) 2016 Andre Noll , see file COPYING. */ + +/** \file base64.h uudecode/base64 API. */ + int uudecode(char const *src, size_t encoded_size, char **result, size_t *decoded_size); int base64_decode(char const *src, size_t encoded_size, char **result,