Fix license headers and file descriptions

This commit is contained in:
Maxim Biro 2016-01-01 01:26:00 -05:00
parent d89fdb230b
commit 232488816e
9 changed files with 18 additions and 10 deletions

View File

@ -1,8 +1,9 @@
/* command_line_arguments.c
*
* Tox DHT bootstrap daemon.
* Command line argument handling.
*
* Copyright (C) 2015 Tox project All Rights Reserved.
* Copyright (C) 2015-2016 Tox project All Rights Reserved.
*
* This file is part of Tox.
*

View File

@ -1,8 +1,9 @@
/* command_line_arguments.h
*
* Tox DHT bootstrap daemon.
* Command line argument handling.
*
* Copyright (C) 2015 Tox project All Rights Reserved.
* Copyright (C) 2015-2016 Tox project All Rights Reserved.
*
* This file is part of Tox.
*

View File

@ -1,8 +1,9 @@
/* config.c
*
* Tox DHT bootstrap daemon.
* Functionality related to dealing with the config file.
*
* Copyright (C) 2014-2015 Tox project All Rights Reserved.
* Copyright (C) 2014-2016 Tox project All Rights Reserved.
*
* This file is part of Tox.
*

View File

@ -1,8 +1,9 @@
/* config.h
*
* Tox DHT bootstrap daemon.
* Functionality related to dealing with the config file.
*
* Copyright (C) 2014-2015 Tox project All Rights Reserved.
* Copyright (C) 2014-2016 Tox project All Rights Reserved.
*
* This file is part of Tox.
*

View File

@ -1,8 +1,9 @@
/* config_defaults.h
*
* Tox DHT bootstrap daemon.
* Default config options for when they are missing in the config file.
*
* Copyright (C) 2014-2015 Tox project All Rights Reserved.
* Copyright (C) 2014-2016 Tox project All Rights Reserved.
*
* This file is part of Tox.
*

View File

@ -1,8 +1,9 @@
/* global.h
*
* Tox DHT bootstrap daemon.
* Globally used defines.
*
* Copyright (C) 2015 Tox project All Rights Reserved.
* Copyright (C) 2014-2016 Tox project All Rights Reserved.
*
* This file is part of Tox.
*

View File

@ -1,8 +1,9 @@
/* log.c
*
* Tox DHT bootstrap daemon.
* Logging utility with support of multipel logging backends.
*
* Copyright (C) 2015 Tox project All Rights Reserved.
* Copyright (C) 2015-2016 Tox project All Rights Reserved.
*
* This file is part of Tox.
*

View File

@ -1,8 +1,9 @@
/* log.h
*
* Tox DHT bootstrap daemon.
* Logging utility with support of multipel logging backends.
*
* Copyright (C) 2015 Tox project All Rights Reserved.
* Copyright (C) 2015-2016 Tox project All Rights Reserved.
*
* This file is part of Tox.
*

View File

@ -1,8 +1,9 @@
/* tox-bootstrapd.c
*
* Tox DHT bootstrap daemon.
* Main file.
*
* Copyright (C) 2014 Tox project All Rights Reserved.
* Copyright (C) 2014-2016 Tox project All Rights Reserved.
*
* This file is part of Tox.
*
@ -35,7 +36,6 @@
#include "../../../toxcore/TCP_server.h"
#include "../../../toxcore/util.h"
// misc
#include "../../bootstrap_node_packets.h"