1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix copyright statement, update comment

This commit is contained in:
Dubslow 2014-12-03 12:00:37 -06:00
parent 9a92e6c980
commit 7a59e7b853
No known key found for this signature in database
GPG Key ID: 3DB8E05315C220AA

View File

@ -1,9 +1,9 @@
/*
Copyright (C) 2013 by Maxim Biro <nurupo.contributions@gmail.com>
Copyright (C) 2014 by Project Tox <https://tox.im>
This file is part of Tox Qt GUI.
This file is part of qTox, a Qt-based graphical interface for Tox.
This program is free software: you can redistribute it and/or modify
This program is libre 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.
@ -15,7 +15,8 @@
*/
/* This file is part of the Core class, but was separated for my sanity */
/* At least temporarily, the save and load functions are here as well */
/* The load function delegates to loadEncrypted here, and the save function */
/* was permanently moved here to handle encryption */
#include "core.h"
#include "src/widget/widget.h"