mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-05 10:39:27 +02:00
also add MPL header to cmdline dir
This commit is contained in:
parent
62ad5c952b
commit
add8629674
5 changed files with 35 additions and 0 deletions
|
@ -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/.
|
||||
*************************************************************************/
|
||||
|
||||
/* If you do not want to use dc_cmdline(), this file MAY NOT included to
|
||||
your library */
|
||||
|
||||
|
|
|
@ -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/.
|
||||
*************************************************************************/
|
||||
|
||||
#ifndef __DC_CMDLINE_H__
|
||||
#define __DC_CMDLINE_H__
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -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/.
|
||||
*************************************************************************/
|
||||
|
||||
/* This is a CLI program and a little testing frame. This file must not be
|
||||
included when using Delta Chat Core as a library.
|
||||
|
||||
|
|
|
@ -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/.
|
||||
*************************************************************************/
|
||||
|
||||
/* Stress some functions for testing; if used as a lib, this file is obsolete.
|
||||
For memory checking, use eg.
|
||||
$ valgrind --leak-check=full --tool=memcheck ./deltachat-core <db>
|
||||
|
|
|
@ -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/.
|
||||
*************************************************************************/
|
||||
|
||||
#ifndef __STRESS_H__
|
||||
#define __STRESS_H__
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue