summaryrefslogtreecommitdiff
path: root/other/bootstrap_serverdaemon
diff options
context:
space:
mode:
authorSilentSand <edb881@gmail.com>2013-07-25 21:45:56 -0400
committerSilentSand <edb881@gmail.com>2013-07-25 21:45:56 -0400
commitf377eb9ca26fc1d476938b441bb256837bbee4f5 (patch)
treed8700e6b4eb3cb15e21305467970474267eaf98a /other/bootstrap_serverdaemon
parent63375b68b63d33c8437f313b2041b559c32c945b (diff)
Licensing
Added the GPLv3 license to some files in addition to fixing some comments at the beginning of the files.
Diffstat (limited to 'other/bootstrap_serverdaemon')
-rw-r--r--other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c b/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c
index 395bd7f2..8e278b28 100644
--- a/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c
+++ b/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c
@@ -1,6 +1,24 @@
1/* DHT boostrap 1/* DHT boostrap
2 * 2 *
3 * A simple DHT boostrap server for tox - daemon edition. 3 * A simple DHT boostrap server for tox - daemon edition.
4 *
5 * Copyright (C) 2013 Tox project All Rights Reserved.
6 *
7 * This file is part of Tox.
8 *
9 * Tox is free software: you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation, either version 3 of the License, or
12 * (at your option) any later version.
13 *
14 * Tox is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
21 *
4 */ 22 */
5 23
6#include <sys/types.h> /* pid_t */ 24#include <sys/types.h> /* pid_t */