From 2528ec148c6b1865a489c232800377f1d3952f04 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Sat, 6 Jul 2013 22:28:15 -0400 Subject: Very basic start on the Tox messaging api.(Should give you a basic idea how it's gonna work) --- core/net_crypto.h | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'core/net_crypto.h') diff --git a/core/net_crypto.h b/core/net_crypto.h index 3de0eb2f..a9bf1351 100644 --- a/core/net_crypto.h +++ b/core/net_crypto.h @@ -2,8 +2,25 @@ * * Functions for the core network crypto. * -*/ + + Copyright (C) 2013 Tox project All Rights Reserved. + + This file is part of Tox. + + Tox is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + Tox is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with Tox. If not, see . + +*/ #ifndef NET_CRYPTO_H #define NET_CRYPTO_H -- cgit v1.2.3