summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon
diff options
context:
space:
mode:
authorMaxim Biro <nurupo.contributions@gmail.com>2016-01-01 01:26:00 -0500
committerMaxim Biro <nurupo.contributions@gmail.com>2016-01-01 20:29:18 -0500
commit232488816eb68d2306f95bf30f003d9a044a7863 (patch)
treebe64f8bad42ec23d1a57cd1c13d05b5b46e522ed /other/bootstrap_daemon
parentd89fdb230b9160ea7b09cb29f2e7789025a32ee6 (diff)
Fix license headers and file descriptions
Diffstat (limited to 'other/bootstrap_daemon')
-rw-r--r--other/bootstrap_daemon/src/command_line_arguments.c3
-rw-r--r--other/bootstrap_daemon/src/command_line_arguments.h3
-rw-r--r--other/bootstrap_daemon/src/config.c3
-rw-r--r--other/bootstrap_daemon/src/config.h3
-rw-r--r--other/bootstrap_daemon/src/config_defaults.h3
-rw-r--r--other/bootstrap_daemon/src/global.h3
-rw-r--r--other/bootstrap_daemon/src/log.c3
-rw-r--r--other/bootstrap_daemon/src/log.h3
-rw-r--r--other/bootstrap_daemon/src/tox-bootstrapd.c4
9 files changed, 18 insertions, 10 deletions
diff --git a/other/bootstrap_daemon/src/command_line_arguments.c b/other/bootstrap_daemon/src/command_line_arguments.c
index 9b3b2e8c..d364d329 100644
--- a/other/bootstrap_daemon/src/command_line_arguments.c
+++ b/other/bootstrap_daemon/src/command_line_arguments.c
@@ -1,8 +1,9 @@
1/* command_line_arguments.c 1/* command_line_arguments.c
2 * 2 *
3 * Tox DHT bootstrap daemon. 3 * Tox DHT bootstrap daemon.
4 * Command line argument handling.
4 * 5 *
5 * Copyright (C) 2015 Tox project All Rights Reserved. 6 * Copyright (C) 2015-2016 Tox project All Rights Reserved.
6 * 7 *
7 * This file is part of Tox. 8 * This file is part of Tox.
8 * 9 *
diff --git a/other/bootstrap_daemon/src/command_line_arguments.h b/other/bootstrap_daemon/src/command_line_arguments.h
index 1581278f..c96e8eaa 100644
--- a/other/bootstrap_daemon/src/command_line_arguments.h
+++ b/other/bootstrap_daemon/src/command_line_arguments.h
@@ -1,8 +1,9 @@
1/* command_line_arguments.h 1/* command_line_arguments.h
2 * 2 *
3 * Tox DHT bootstrap daemon. 3 * Tox DHT bootstrap daemon.
4 * Command line argument handling.
4 * 5 *
5 * Copyright (C) 2015 Tox project All Rights Reserved. 6 * Copyright (C) 2015-2016 Tox project All Rights Reserved.
6 * 7 *
7 * This file is part of Tox. 8 * This file is part of Tox.
8 * 9 *
diff --git a/other/bootstrap_daemon/src/config.c b/other/bootstrap_daemon/src/config.c
index ee9fbdd2..84e18a69 100644
--- a/other/bootstrap_daemon/src/config.c
+++ b/other/bootstrap_daemon/src/config.c
@@ -1,8 +1,9 @@
1/* config.c 1/* config.c
2 * 2 *
3 * Tox DHT bootstrap daemon. 3 * Tox DHT bootstrap daemon.
4 * Functionality related to dealing with the config file.
4 * 5 *
5 * Copyright (C) 2014-2015 Tox project All Rights Reserved. 6 * Copyright (C) 2014-2016 Tox project All Rights Reserved.
6 * 7 *
7 * This file is part of Tox. 8 * This file is part of Tox.
8 * 9 *
diff --git a/other/bootstrap_daemon/src/config.h b/other/bootstrap_daemon/src/config.h
index 73bc6e0b..91f9c43f 100644
--- a/other/bootstrap_daemon/src/config.h
+++ b/other/bootstrap_daemon/src/config.h
@@ -1,8 +1,9 @@
1/* config.h 1/* config.h
2 * 2 *
3 * Tox DHT bootstrap daemon. 3 * Tox DHT bootstrap daemon.
4 * Functionality related to dealing with the config file.
4 * 5 *
5 * Copyright (C) 2014-2015 Tox project All Rights Reserved. 6 * Copyright (C) 2014-2016 Tox project All Rights Reserved.
6 * 7 *
7 * This file is part of Tox. 8 * This file is part of Tox.
8 * 9 *
diff --git a/other/bootstrap_daemon/src/config_defaults.h b/other/bootstrap_daemon/src/config_defaults.h
index 34d715e7..17bffd3a 100644
--- a/other/bootstrap_daemon/src/config_defaults.h
+++ b/other/bootstrap_daemon/src/config_defaults.h
@@ -1,8 +1,9 @@
1/* config_defaults.h 1/* config_defaults.h
2 * 2 *
3 * Tox DHT bootstrap daemon. 3 * Tox DHT bootstrap daemon.
4 * Default config options for when they are missing in the config file.
4 * 5 *
5 * Copyright (C) 2014-2015 Tox project All Rights Reserved. 6 * Copyright (C) 2014-2016 Tox project All Rights Reserved.
6 * 7 *
7 * This file is part of Tox. 8 * This file is part of Tox.
8 * 9 *
diff --git a/other/bootstrap_daemon/src/global.h b/other/bootstrap_daemon/src/global.h
index 71f24635..a18afee3 100644
--- a/other/bootstrap_daemon/src/global.h
+++ b/other/bootstrap_daemon/src/global.h
@@ -1,8 +1,9 @@
1/* global.h 1/* global.h
2 * 2 *
3 * Tox DHT bootstrap daemon. 3 * Tox DHT bootstrap daemon.
4 * Globally used defines.
4 * 5 *
5 * Copyright (C) 2015 Tox project All Rights Reserved. 6 * Copyright (C) 2014-2016 Tox project All Rights Reserved.
6 * 7 *
7 * This file is part of Tox. 8 * This file is part of Tox.
8 * 9 *
diff --git a/other/bootstrap_daemon/src/log.c b/other/bootstrap_daemon/src/log.c
index ec68050e..b3aec180 100644
--- a/other/bootstrap_daemon/src/log.c
+++ b/other/bootstrap_daemon/src/log.c
@@ -1,8 +1,9 @@
1/* log.c 1/* log.c
2 * 2 *
3 * Tox DHT bootstrap daemon. 3 * Tox DHT bootstrap daemon.
4 * Logging utility with support of multipel logging backends.
4 * 5 *
5 * Copyright (C) 2015 Tox project All Rights Reserved. 6 * Copyright (C) 2015-2016 Tox project All Rights Reserved.
6 * 7 *
7 * This file is part of Tox. 8 * This file is part of Tox.
8 * 9 *
diff --git a/other/bootstrap_daemon/src/log.h b/other/bootstrap_daemon/src/log.h
index b7712368..61cb2ee3 100644
--- a/other/bootstrap_daemon/src/log.h
+++ b/other/bootstrap_daemon/src/log.h
@@ -1,8 +1,9 @@
1/* log.h 1/* log.h
2 * 2 *
3 * Tox DHT bootstrap daemon. 3 * Tox DHT bootstrap daemon.
4 * Logging utility with support of multipel logging backends.
4 * 5 *
5 * Copyright (C) 2015 Tox project All Rights Reserved. 6 * Copyright (C) 2015-2016 Tox project All Rights Reserved.
6 * 7 *
7 * This file is part of Tox. 8 * This file is part of Tox.
8 * 9 *
diff --git a/other/bootstrap_daemon/src/tox-bootstrapd.c b/other/bootstrap_daemon/src/tox-bootstrapd.c
index 4883f885..e252a37d 100644
--- a/other/bootstrap_daemon/src/tox-bootstrapd.c
+++ b/other/bootstrap_daemon/src/tox-bootstrapd.c
@@ -1,8 +1,9 @@
1/* tox-bootstrapd.c 1/* tox-bootstrapd.c
2 * 2 *
3 * Tox DHT bootstrap daemon. 3 * Tox DHT bootstrap daemon.
4 * Main file.
4 * 5 *
5 * Copyright (C) 2014 Tox project All Rights Reserved. 6 * Copyright (C) 2014-2016 Tox project All Rights Reserved.
6 * 7 *
7 * This file is part of Tox. 8 * This file is part of Tox.
8 * 9 *
@@ -35,7 +36,6 @@
35#include "../../../toxcore/TCP_server.h" 36#include "../../../toxcore/TCP_server.h"
36#include "../../../toxcore/util.h" 37#include "../../../toxcore/util.h"
37 38
38
39// misc 39// misc
40#include "../../bootstrap_node_packets.h" 40#include "../../bootstrap_node_packets.h"
41 41