1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-05 10:39:27 +02:00

address comment from @drebs and add a license note on each source file

This commit is contained in:
holger krekel 2018-11-01 20:30:31 +02:00
parent 08e5951562
commit a599fbb26a
69 changed files with 483 additions and 0 deletions

View file

@ -1,3 +1,10 @@
/*************************************************************************
* (C) 2018 Bjoern Petersen and contributors.
* This Source Code Form is subject to the terms of the Mozilla Public
* License 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*************************************************************************/
#include <stdarg.h>
#include <ctype.h>
#include <fcntl.h>