diff options
author | aunsane <aunsane@gmail.com> | 2017-02-23 15:04:09 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2017-02-23 15:04:09 +0300 |
commit | 6e1c3bb16e5b0d396810a1a534f4854d55bcf4ac (patch) | |
tree | d3b0968dbd625150ff95896d5e3d3faf4ada380c /protocols/Tox/include/toxdns.h | |
parent | 81f96a9093d92678a9c78ed248ec966fd941a69c (diff) |
Tox: it seems that irungentoo/toxcore no longer be updated, so we switch to TokTok/c-toxcore
Diffstat (limited to 'protocols/Tox/include/toxdns.h')
-rw-r--r-- | protocols/Tox/include/toxdns.h | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/protocols/Tox/include/toxdns.h b/protocols/Tox/include/toxdns.h index 06071b82d6..b280925eb1 100644 --- a/protocols/Tox/include/toxdns.h +++ b/protocols/Tox/include/toxdns.h @@ -1,26 +1,26 @@ -/* toxdns.h - * +/* * Tox secure username DNS toxid resolving functions. + */ + +/* + * Copyright © 2016-2017 The TokTok team. + * Copyright © 2014 Tox project. * - * Copyright (C) 2014 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. + * This file is part of Tox, the free peer to peer instant messenger. * - * 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. + * 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. * - * You should have received a copy of the GNU General Public License - * along with Tox. If not, see <http://www.gnu.org/licenses/>. + * 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 <http://www.gnu.org/licenses/>. */ - #ifndef TOXDNS_H #define TOXDNS_H |