diff options
author | Werner Koch <[email protected]> | 2016-08-24 13:31:44 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-08-24 13:31:44 +0000 |
commit | 95e9a97b32623eeab03cb8e86a00f810c18bcd5f (patch) | |
tree | d2b50c0402b2b4b5f64d2bb7e4ef1875aa2bd74d /common/mbox-util.c | |
parent | common: Change license of mbox-util to LGPLv2.1+. (diff) | |
download | gnupg-95e9a97b32623eeab03cb8e86a00f810c18bcd5f.tar.gz gnupg-95e9a97b32623eeab03cb8e86a00f810c18bcd5f.zip |
doc: Some additional source comments
--
Diffstat (limited to 'common/mbox-util.c')
-rw-r--r-- | common/mbox-util.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/mbox-util.c b/common/mbox-util.c index c451198c2..90722757d 100644 --- a/common/mbox-util.c +++ b/common/mbox-util.c @@ -18,6 +18,10 @@ * along with this program; if not, see <http://www.gnu.org/licenses/>. */ +/* NB: GPGME uses the same code to reflect our idea on how to extract + * a mail address from a user id. + */ + #include <config.h> #include <stdio.h> #include <stdlib.h> |