Skip to content

Commit 2324888

Browse files
committed
Fix license headers and file descriptions
1 parent d89fdb2 commit 2324888

File tree

9 files changed

+18
-10
lines changed

9 files changed

+18
-10
lines changed

other/bootstrap_daemon/src/command_line_arguments.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/* command_line_arguments.c
22
*
33
* Tox DHT bootstrap daemon.
4+
* Command line argument handling.
45
*
5-
* Copyright (C) 2015 Tox project All Rights Reserved.
6+
* Copyright (C) 2015-2016 Tox project All Rights Reserved.
67
*
78
* This file is part of Tox.
89
*

other/bootstrap_daemon/src/command_line_arguments.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/* command_line_arguments.h
22
*
33
* Tox DHT bootstrap daemon.
4+
* Command line argument handling.
45
*
5-
* Copyright (C) 2015 Tox project All Rights Reserved.
6+
* Copyright (C) 2015-2016 Tox project All Rights Reserved.
67
*
78
* This file is part of Tox.
89
*

other/bootstrap_daemon/src/config.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/* config.c
22
*
33
* Tox DHT bootstrap daemon.
4+
* Functionality related to dealing with the config file.
45
*
5-
* Copyright (C) 2014-2015 Tox project All Rights Reserved.
6+
* Copyright (C) 2014-2016 Tox project All Rights Reserved.
67
*
78
* This file is part of Tox.
89
*

other/bootstrap_daemon/src/config.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/* config.h
22
*
33
* Tox DHT bootstrap daemon.
4+
* Functionality related to dealing with the config file.
45
*
5-
* Copyright (C) 2014-2015 Tox project All Rights Reserved.
6+
* Copyright (C) 2014-2016 Tox project All Rights Reserved.
67
*
78
* This file is part of Tox.
89
*

other/bootstrap_daemon/src/config_defaults.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/* config_defaults.h
22
*
33
* Tox DHT bootstrap daemon.
4+
* Default config options for when they are missing in the config file.
45
*
5-
* Copyright (C) 2014-2015 Tox project All Rights Reserved.
6+
* Copyright (C) 2014-2016 Tox project All Rights Reserved.
67
*
78
* This file is part of Tox.
89
*

other/bootstrap_daemon/src/global.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/* global.h
22
*
33
* Tox DHT bootstrap daemon.
4+
* Globally used defines.
45
*
5-
* Copyright (C) 2015 Tox project All Rights Reserved.
6+
* Copyright (C) 2014-2016 Tox project All Rights Reserved.
67
*
78
* This file is part of Tox.
89
*

other/bootstrap_daemon/src/log.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/* log.c
22
*
33
* Tox DHT bootstrap daemon.
4+
* Logging utility with support of multipel logging backends.
45
*
5-
* Copyright (C) 2015 Tox project All Rights Reserved.
6+
* Copyright (C) 2015-2016 Tox project All Rights Reserved.
67
*
78
* This file is part of Tox.
89
*

other/bootstrap_daemon/src/log.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/* log.h
22
*
33
* Tox DHT bootstrap daemon.
4+
* Logging utility with support of multipel logging backends.
45
*
5-
* Copyright (C) 2015 Tox project All Rights Reserved.
6+
* Copyright (C) 2015-2016 Tox project All Rights Reserved.
67
*
78
* This file is part of Tox.
89
*

other/bootstrap_daemon/src/tox-bootstrapd.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/* tox-bootstrapd.c
22
*
33
* Tox DHT bootstrap daemon.
4+
* Main file.
45
*
5-
* Copyright (C) 2014 Tox project All Rights Reserved.
6+
* Copyright (C) 2014-2016 Tox project All Rights Reserved.
67
*
78
* This file is part of Tox.
89
*
@@ -35,7 +36,6 @@
3536
#include "../../../toxcore/TCP_server.h"
3637
#include "../../../toxcore/util.h"
3738

38-
3939
// misc
4040
#include "../../bootstrap_node_packets.h"
4141

0 commit comments

Comments
 (0)