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

remove the boilerplate code again from the c source files

This commit is contained in:
holger krekel 2018-11-01 21:15:10 +02:00
parent add8629674
commit a5cf20c5a4
74 changed files with 0 additions and 519 deletions

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
/* If you do not want to use dc_cmdline(), this file MAY NOT included to /* If you do not want to use dc_cmdline(), this file MAY NOT included to
your library */ your library */

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
#ifndef __DC_CMDLINE_H__ #ifndef __DC_CMDLINE_H__
#define __DC_CMDLINE_H__ #define __DC_CMDLINE_H__
#ifdef __cplusplus #ifdef __cplusplus

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
/* This is a CLI program and a little testing frame. This file must not be /* This is a CLI program and a little testing frame. This file must not be
included when using Delta Chat Core as a library. included when using Delta Chat Core as a library.

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
/* Stress some functions for testing; if used as a lib, this file is obsolete. /* Stress some functions for testing; if used as a lib, this file is obsolete.
For memory checking, use eg. For memory checking, use eg.
$ valgrind --leak-check=full --tool=memcheck ./deltachat-core <db> $ valgrind --leak-check=full --tool=memcheck ./deltachat-core <db>

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
#ifndef __STRESS_H__ #ifndef __STRESS_H__
#define __STRESS_H__ #define __STRESS_H__
#ifdef __cplusplus #ifdef __cplusplus

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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 <ctype.h> #include <ctype.h>
#include "dc_context.h" #include "dc_context.h"
#include "dc_aheader.h" #include "dc_aheader.h"

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
#ifndef __DC_AHEADER_H__ #ifndef __DC_AHEADER_H__
#define __DC_AHEADER_H__ #define __DC_AHEADER_H__
#ifdef __cplusplus #ifdef __cplusplus

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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 "dc_context.h" #include "dc_context.h"
#include "dc_apeerstate.h" #include "dc_apeerstate.h"
#include "dc_aheader.h" #include "dc_aheader.h"

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
#ifndef __DC_APEERSTATE_H__ #ifndef __DC_APEERSTATE_H__
#define __DC_APEERSTATE_H__ #define __DC_APEERSTATE_H__
#ifdef __cplusplus #ifdef __cplusplus

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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 "dc_context.h" #include "dc_context.h"
#include "dc_array.h" #include "dc_array.h"

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
#ifndef __DC_ARRAY_H__ #ifndef __DC_ARRAY_H__
#define __DC_ARRAY_H__ #define __DC_ARRAY_H__
#ifdef __cplusplus #ifdef __cplusplus

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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 <assert.h> #include <assert.h>
#include "dc_context.h" #include "dc_context.h"
#include "dc_job.h" #include "dc_job.h"

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
#ifndef __DC_CHAT_H__ #ifndef __DC_CHAT_H__
#define __DC_CHAT_H__ #define __DC_CHAT_H__
#ifdef __cplusplus #ifdef __cplusplus

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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 "dc_context.h" #include "dc_context.h"

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
#ifndef __DC_CHATLIST_H__ #ifndef __DC_CHATLIST_H__
#define __DC_CHATLIST_H__ #define __DC_CHATLIST_H__
#ifdef __cplusplus #ifdef __cplusplus

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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 <dirent.h> #include <dirent.h>
#include <unistd.h> #include <unistd.h>
#include "dc_context.h" #include "dc_context.h"

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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 "dc_context.h" #include "dc_context.h"
#include "dc_contact.h" #include "dc_contact.h"
#include "dc_apeerstate.h" #include "dc_apeerstate.h"

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
#ifndef __DC_CONTACT_H__ #ifndef __DC_CONTACT_H__
#define __DC_CONTACT_H__ #define __DC_CONTACT_H__
#ifdef __cplusplus #ifdef __cplusplus

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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 <sys/stat.h> #include <sys/stat.h>
#include <sys/types.h> #include <sys/types.h>
#include <unistd.h> #include <unistd.h>

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
#ifndef __DC_CONTEXT_H__ #ifndef __DC_CONTEXT_H__
#define __DC_CONTEXT_H__ #define __DC_CONTEXT_H__
#ifdef __cplusplus #ifdef __cplusplus

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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 <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "dc_context.h" #include "dc_context.h"

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
#ifndef __DC_DEHTML_H__ #ifndef __DC_DEHTML_H__
#define __DC_DEHTML_H__ #define __DC_DEHTML_H__
#ifdef __cplusplus #ifdef __cplusplus

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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 "dc_context.h" #include "dc_context.h"
#include "dc_pgp.h" #include "dc_pgp.h"
#include "dc_aheader.h" #include "dc_aheader.h"

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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 <assert.h> #include <assert.h>
#include <stdlib.h> #include <stdlib.h>
#include <memory.h> #include <memory.h>

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
#ifndef __DC_HASH_H__ #ifndef __DC_HASH_H__
#define __DC_HASH_H__ #define __DC_HASH_H__
#ifdef __cplusplus #ifdef __cplusplus

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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 <stdlib.h> #include <stdlib.h>
#include <libetpan/libetpan.h> #include <libetpan/libetpan.h>
#include <sys/stat.h> #include <sys/stat.h>

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
/* Purpose: Reading from IMAP servers with no dependencies to the database. /* Purpose: Reading from IMAP servers with no dependencies to the database.
dc_context_t is only used for logging and to get information about dc_context_t is only used for logging and to get information about
the online state. */ the online state. */

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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 <assert.h> #include <assert.h>
#include <dirent.h> #include <dirent.h>
#include <unistd.h> /* for sleep() */ #include <unistd.h> /* for sleep() */

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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 <stdarg.h>
#include <unistd.h> #include <unistd.h>
#include "dc_context.h" #include "dc_context.h"

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
#ifndef __DC_JOB_H__ #ifndef __DC_JOB_H__
#define __DC_JOB_H__ #define __DC_JOB_H__
#ifdef __cplusplus #ifdef __cplusplus

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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 <ctype.h> #include <ctype.h>
#include <memory.h> #include <memory.h>
#include "dc_context.h" #include "dc_context.h"

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
#ifndef __DC_KEY_H__ #ifndef __DC_KEY_H__
#define __DC_KEY_H__ #define __DC_KEY_H__
#ifdef __cplusplus #ifdef __cplusplus

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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 "dc_context.h" #include "dc_context.h"

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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 <memory.h> #include <memory.h>
#include "dc_context.h" #include "dc_context.h"
#include "dc_key.h" #include "dc_key.h"

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
#ifndef __DC_KEYRING_H__ #ifndef __DC_KEYRING_H__
#define __DC_KEYRING_H__ #define __DC_KEYRING_H__
#ifdef __cplusplus #ifdef __cplusplus

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
/* Asynchronous "Thread-errors" are reported by the dc_log_error() /* Asynchronous "Thread-errors" are reported by the dc_log_error()
function. These errors must be shown to the user by a bubble or so. function. These errors must be shown to the user by a bubble or so.

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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 "dc_context.h" #include "dc_context.h"
#include "dc_loginparam.h" #include "dc_loginparam.h"

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
#ifndef __DC_LOGINPARAM_H__ #ifndef __DC_LOGINPARAM_H__
#define __DC_LOGINPARAM_H__ #define __DC_LOGINPARAM_H__
#ifdef __cplusplus #ifdef __cplusplus

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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 "dc_context.h" #include "dc_context.h"

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
#ifndef __DC_LOT_H__ #ifndef __DC_LOT_H__
#define __DC_LOT_H__ #define __DC_LOT_H__
#ifdef __cplusplus #ifdef __cplusplus

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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 "dc_context.h" #include "dc_context.h"
#include "dc_mimefactory.h" #include "dc_mimefactory.h"
#include "dc_apeerstate.h" #include "dc_apeerstate.h"

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
#ifndef __DC_MIMEFACTORY_H__ #ifndef __DC_MIMEFACTORY_H__
#define __DC_MIMEFACTORY_H__ #define __DC_MIMEFACTORY_H__
#ifdef __cplusplus #ifdef __cplusplus

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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 "dc_context.h" #include "dc_context.h"
#include "dc_mimeparser.h" #include "dc_mimeparser.h"
#include "dc_mimefactory.h" #include "dc_mimefactory.h"

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
/* Parse MIME body; this is the text part of an IMF, see https://tools.ietf.org/html/rfc5322 /* Parse MIME body; this is the text part of an IMF, see https://tools.ietf.org/html/rfc5322
dc_mimeparser_t has no deep dependencies to dc_context_t or to the database dc_mimeparser_t has no deep dependencies to dc_context_t or to the database
(dc_context_t is used for logging only). */ (dc_context_t is used for logging only). */

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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 "dc_context.h" #include "dc_context.h"
#include "dc_imap.h" #include "dc_imap.h"
#include "dc_smtp.h" #include "dc_smtp.h"

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
#ifndef __DC_MSG_H__ #ifndef __DC_MSG_H__
#define __DC_MSG_H__ #define __DC_MSG_H__
#ifdef __cplusplus #ifdef __cplusplus

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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 <openssl/ssl.h> #include <openssl/ssl.h>
#include <openssl/rand.h> #include <openssl/rand.h>
#include <openssl/rsa.h> #include <openssl/rsa.h>

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
#ifndef __DC_OPENSSL_H__ #ifndef __DC_OPENSSL_H__
#define __DC_OPENSSL_H__ #define __DC_OPENSSL_H__
#ifdef __cplusplus #ifdef __cplusplus

View file

@ -1,11 +1,3 @@
/*************************************************************************
* (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 <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "dc_context.h" #include "dc_context.h"

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
#ifndef __DC_PARAM_H__ #ifndef __DC_PARAM_H__
#define __DC_PARAM_H__ #define __DC_PARAM_H__
#ifdef __cplusplus #ifdef __cplusplus

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
/* End-to-end-encryption and other cryptographic functions based upon OpenSSL /* End-to-end-encryption and other cryptographic functions based upon OpenSSL
and BSD's netpgp. and BSD's netpgp.

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
#ifndef __DC_PGP_H__ #ifndef __DC_PGP_H__
#define __DC_PGP_H__ #define __DC_PGP_H__
#ifdef __cplusplus #ifdef __cplusplus

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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 <stdarg.h>
#include <unistd.h> #include <unistd.h>
#include "dc_context.h" #include "dc_context.h"

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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 <assert.h> #include <assert.h>
#include <netpgp-extra.h> #include <netpgp-extra.h>
#include "dc_context.h" #include "dc_context.h"

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
/* dc_saxparser_t parses XML and HTML files that may not be wellformed /* dc_saxparser_t parses XML and HTML files that may not be wellformed
and spits out all text and tags found. and spits out all text and tags found.

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
#ifndef __DC_SAXPARSER_H__ #ifndef __DC_SAXPARSER_H__
#define __DC_SAXPARSER_H__ #define __DC_SAXPARSER_H__
#ifdef __cplusplus #ifdef __cplusplus

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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 <stdarg.h>
#include <unistd.h> #include <unistd.h>
#include "dc_context.h" #include "dc_context.h"

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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 <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "dc_context.h" #include "dc_context.h"

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
#ifndef __DC_SIMPLIFY_H__ #ifndef __DC_SIMPLIFY_H__
#define __DC_SIMPLIFY_H__ #define __DC_SIMPLIFY_H__
#ifdef __cplusplus #ifdef __cplusplus

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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 <unistd.h> #include <unistd.h>
#include <libetpan/libetpan.h> #include <libetpan/libetpan.h>
#include "dc_context.h" #include "dc_context.h"

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
#ifndef __DC_SMTP_H__ #ifndef __DC_SMTP_H__
#define __DC_SMTP_H__ #define __DC_SMTP_H__
#ifdef __cplusplus #ifdef __cplusplus

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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 <assert.h> #include <assert.h>
#include "dc_context.h" #include "dc_context.h"
#include "dc_apeerstate.h" #include "dc_apeerstate.h"

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
#ifndef __DC_SQLITE3_H__ #ifndef __DC_SQLITE3_H__
#define __DC_SQLITE3_H__ #define __DC_SQLITE3_H__
#ifdef __cplusplus #ifdef __cplusplus

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
/* Add translated strings that are used by the messager backend. /* Add translated strings that are used by the messager backend.
As the logging functions may use these strings, do not log any As the logging functions may use these strings, do not log any
errors from here. */ errors from here. */

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
#ifndef __DC_STOCK_H__ #ifndef __DC_STOCK_H__
#define __DC_STOCK_H__ #define __DC_STOCK_H__
#ifdef __cplusplus #ifdef __cplusplus

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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 "dc_context.h" #include "dc_context.h"

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
#ifndef __DC_STRBUILDER_H__ #ifndef __DC_STRBUILDER_H__
#define __DC_STRBUILDER_H__ #define __DC_STRBUILDER_H__
#ifdef __cplusplus #ifdef __cplusplus

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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 <ctype.h> #include <ctype.h>
#include <libetpan/libetpan.h> #include <libetpan/libetpan.h>
#include "dc_context.h" #include "dc_context.h"

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
#ifndef __DC_STRENCODE_H__ #ifndef __DC_STRENCODE_H__
#define __DC_STRENCODE_H__ #define __DC_STRENCODE_H__
#ifdef __cplusplus #ifdef __cplusplus

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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 "dc_context.h" #include "dc_context.h"
#include "dc_token.h" #include "dc_token.h"

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
#ifndef __DC_TOKEN_H__ #ifndef __DC_TOKEN_H__
#define __DC_TOKEN_H__ #define __DC_TOKEN_H__
#ifdef __cplusplus #ifdef __cplusplus

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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 <stdarg.h>
#include <ctype.h> #include <ctype.h>
#include <fcntl.h> #include <fcntl.h>

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
/* Some tools and enhancements to the used libraries, there should be /* Some tools and enhancements to the used libraries, there should be
no references to dc_context_t and other "larger" classes here. */ no references to dc_context_t and other "larger" classes here. */

View file

@ -1,10 +1,3 @@
/*************************************************************************
* (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/.
*************************************************************************/
#ifndef __DELTACHAT_H__ #ifndef __DELTACHAT_H__
#define __DELTACHAT_H__ #define __DELTACHAT_H__
#ifdef __cplusplus #ifdef __cplusplus