From 9e6d57057f62baae358a1ca53b36604951da5c3e Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Sun, 2 Nov 2014 14:45:31 +0200 Subject: [PATCH] Add back contact info in the copyright notices. --- src/webui/httpconnection.cpp | 2 ++ src/webui/httpconnection.h | 2 ++ src/webui/httprequestparser.cpp | 2 ++ src/webui/httprequestparser.h | 2 ++ src/webui/httpresponsegenerator.cpp | 2 ++ src/webui/httpresponsegenerator.h | 2 ++ src/webui/httpserver.h | 2 ++ 7 files changed, 14 insertions(+) diff --git a/src/webui/httpconnection.cpp b/src/webui/httpconnection.cpp index 196b1f5e7..3a6208bdb 100644 --- a/src/webui/httpconnection.cpp +++ b/src/webui/httpconnection.cpp @@ -25,6 +25,8 @@ * 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 * exception statement from your version. + * + * Contact : chris@qbittorrent.org */ #include diff --git a/src/webui/httpconnection.h b/src/webui/httpconnection.h index e1a9ed82f..0b768276a 100644 --- a/src/webui/httpconnection.h +++ b/src/webui/httpconnection.h @@ -25,6 +25,8 @@ * 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 * exception statement from your version. + * + * Contact : chris@qbittorrent.org */ diff --git a/src/webui/httprequestparser.cpp b/src/webui/httprequestparser.cpp index 262e93123..81289263f 100644 --- a/src/webui/httprequestparser.cpp +++ b/src/webui/httprequestparser.cpp @@ -25,6 +25,8 @@ * 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 * exception statement from your version. + * + * Contact : chris@qbittorrent.org */ #include diff --git a/src/webui/httprequestparser.h b/src/webui/httprequestparser.h index 55a21be36..9169c040f 100644 --- a/src/webui/httprequestparser.h +++ b/src/webui/httprequestparser.h @@ -25,6 +25,8 @@ * 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 * exception statement from your version. + * + * Contact : chris@qbittorrent.org */ #ifndef HTTPREQUESTPARSER_H diff --git a/src/webui/httpresponsegenerator.cpp b/src/webui/httpresponsegenerator.cpp index 9ebb14d41..02842c514 100644 --- a/src/webui/httpresponsegenerator.cpp +++ b/src/webui/httpresponsegenerator.cpp @@ -25,6 +25,8 @@ * 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 * exception statement from your version. + * + * Contact : chris@qbittorrent.org */ #include diff --git a/src/webui/httpresponsegenerator.h b/src/webui/httpresponsegenerator.h index 057016589..d06e134c0 100644 --- a/src/webui/httpresponsegenerator.h +++ b/src/webui/httpresponsegenerator.h @@ -25,6 +25,8 @@ * 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 * exception statement from your version. + * + * Contact : chris@qbittorrent.org */ diff --git a/src/webui/httpserver.h b/src/webui/httpserver.h index 170cceec8..d68728f75 100644 --- a/src/webui/httpserver.h +++ b/src/webui/httpserver.h @@ -25,6 +25,8 @@ * 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 * exception statement from your version. + * + * Contact : chris@qbittorrent.org */