Browse Source

Add back contact info in the copyright notices.

adaptive-webui-19844
sledgehammer999 10 years ago
parent
commit
9e6d57057f
  1. 2
      src/webui/httpconnection.cpp
  2. 2
      src/webui/httpconnection.h
  3. 2
      src/webui/httprequestparser.cpp
  4. 2
      src/webui/httprequestparser.h
  5. 2
      src/webui/httpresponsegenerator.cpp
  6. 2
      src/webui/httpresponsegenerator.h
  7. 2
      src/webui/httpserver.h

2
src/webui/httpconnection.cpp

@ -25,6 +25,8 @@
* modify file(s), you may extend this exception to your version of the file(s), * modify file(s), you may extend this exception to your version of the file(s),
* but you are not obligated to do so. If you do not wish to do so, delete this * but you are not obligated to do so. If you do not wish to do so, delete this
* exception statement from your version. * exception statement from your version.
*
* Contact : chris@qbittorrent.org
*/ */
#include <QTcpSocket> #include <QTcpSocket>

2
src/webui/httpconnection.h

@ -25,6 +25,8 @@
* modify file(s), you may extend this exception to your version of the file(s), * modify file(s), you may extend this exception to your version of the file(s),
* but you are not obligated to do so. If you do not wish to do so, delete this * but you are not obligated to do so. If you do not wish to do so, delete this
* exception statement from your version. * exception statement from your version.
*
* Contact : chris@qbittorrent.org
*/ */

2
src/webui/httprequestparser.cpp

@ -25,6 +25,8 @@
* modify file(s), you may extend this exception to your version of the file(s), * modify file(s), you may extend this exception to your version of the file(s),
* but you are not obligated to do so. If you do not wish to do so, delete this * but you are not obligated to do so. If you do not wish to do so, delete this
* exception statement from your version. * exception statement from your version.
*
* Contact : chris@qbittorrent.org
*/ */
#include <QStringList> #include <QStringList>

2
src/webui/httprequestparser.h

@ -25,6 +25,8 @@
* modify file(s), you may extend this exception to your version of the file(s), * modify file(s), you may extend this exception to your version of the file(s),
* but you are not obligated to do so. If you do not wish to do so, delete this * but you are not obligated to do so. If you do not wish to do so, delete this
* exception statement from your version. * exception statement from your version.
*
* Contact : chris@qbittorrent.org
*/ */
#ifndef HTTPREQUESTPARSER_H #ifndef HTTPREQUESTPARSER_H

2
src/webui/httpresponsegenerator.cpp

@ -25,6 +25,8 @@
* modify file(s), you may extend this exception to your version of the file(s), * modify file(s), you may extend this exception to your version of the file(s),
* but you are not obligated to do so. If you do not wish to do so, delete this * but you are not obligated to do so. If you do not wish to do so, delete this
* exception statement from your version. * exception statement from your version.
*
* Contact : chris@qbittorrent.org
*/ */
#include <zlib.h> #include <zlib.h>

2
src/webui/httpresponsegenerator.h

@ -25,6 +25,8 @@
* modify file(s), you may extend this exception to your version of the file(s), * modify file(s), you may extend this exception to your version of the file(s),
* but you are not obligated to do so. If you do not wish to do so, delete this * but you are not obligated to do so. If you do not wish to do so, delete this
* exception statement from your version. * exception statement from your version.
*
* Contact : chris@qbittorrent.org
*/ */

2
src/webui/httpserver.h

@ -25,6 +25,8 @@
* modify file(s), you may extend this exception to your version of the file(s), * modify file(s), you may extend this exception to your version of the file(s),
* but you are not obligated to do so. If you do not wish to do so, delete this * but you are not obligated to do so. If you do not wish to do so, delete this
* exception statement from your version. * exception statement from your version.
*
* Contact : chris@qbittorrent.org
*/ */

Loading…
Cancel
Save