diff --git a/cmdline/cmdline.c b/cmdline/cmdline.c index dbad850c..ccd5e5fd 100644 --- a/cmdline/cmdline.c +++ b/cmdline/cmdline.c @@ -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 */ diff --git a/cmdline/cmdline.h b/cmdline/cmdline.h index 96b2d360..acd48a80 100644 --- a/cmdline/cmdline.h +++ b/cmdline/cmdline.h @@ -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 diff --git a/cmdline/main.c b/cmdline/main.c index f6b799d5..cd5b32a1 100644 --- a/cmdline/main.c +++ b/cmdline/main.c @@ -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. diff --git a/cmdline/stress.c b/cmdline/stress.c index 9fc90065..bcc2c5f2 100644 --- a/cmdline/stress.c +++ b/cmdline/stress.c @@ -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 diff --git a/cmdline/stress.h b/cmdline/stress.h index f328e6f0..f3638ba2 100644 --- a/cmdline/stress.h +++ b/cmdline/stress.h @@ -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