summaryrefslogtreecommitdiff
path: root/toxcore/crypto_core_mem.c
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2017-01-14 15:46:31 +0000
committeriphydf <iphydf@users.noreply.github.com>2017-01-19 00:01:44 +0000
commit8f96ca6d860ee6d2fb9a502b0e931b461edb3919 (patch)
treebdb077aee7bbb419e183ff6d5b0740a58506463e /toxcore/crypto_core_mem.c
parent6d6a4e1e3a96c6fa3e5e07ed57912baf67691ff2 (diff)
Update license headers and remove redundant file name comment.
"All rights reserved" was incorrect. The project was licensed under GPL3, which means a lot of rights are licensed to everybody in the world, i.e. not reserved to the "Tox Project".
Diffstat (limited to 'toxcore/crypto_core_mem.c')
-rw-r--r--toxcore/crypto_core_mem.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/toxcore/crypto_core_mem.c b/toxcore/crypto_core_mem.c
index 0f199794..b8f4223e 100644
--- a/toxcore/crypto_core_mem.c
+++ b/toxcore/crypto_core_mem.c
@@ -16,7 +16,9 @@
16 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 16 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
17 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 17 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18 */ 18 */
19 19#ifdef HAVE_CONFIG_H
20#include "config.h"
21#endif
20 22
21#include "crypto_core.h" 23#include "crypto_core.h"
22 24