summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2012-09-04 12:29:27 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2012-09-04 12:29:27 +0300
commit1052c8bd510b92827a61aba725083c9feb24e042 (patch)
treed3cc898daf2999200818b7f6a869a7c23e37385a /client
parent5e7966a5be76280e1d21c00de9c3bcec19f03f5e (diff)
GPL'ed
Diffstat (limited to 'client')
-rw-r--r--client/Config.cpp15
-rw-r--r--client/Config.h15
-rw-r--r--client/Dialog.cpp15
-rw-r--r--client/Dialog.h15
-rw-r--r--client/DownloadClient.cpp15
-rw-r--r--client/DownloadClient.h15
-rw-r--r--client/FileOpThread.cpp15
-rw-r--r--client/FileOpThread.h15
-rw-r--r--client/Logger.cpp15
-rw-r--r--client/Logger.h15
-rw-r--r--client/Proxifier.cpp15
-rw-r--r--client/Proxifier.h15
-rw-r--r--client/Proxy.cpp15
-rw-r--r--client/Proxy.h15
-rw-r--r--client/ProxyClientApp.cpp15
-rw-r--r--client/ProxyClientApp.h15
-rw-r--r--client/SslClient.cpp15
-rw-r--r--client/SslClient.h15
-rw-r--r--client/UpdatedConfig.cpp15
-rw-r--r--client/UpdatedConfig.h15
-rw-r--r--client/Utility.cpp15
-rw-r--r--client/Utility.h15
-rw-r--r--client/main.cpp15
23 files changed, 345 insertions, 0 deletions
diff --git a/client/Config.cpp b/client/Config.cpp
index 8b4f67d..e7fbaba 100644
--- a/client/Config.cpp
+++ b/client/Config.cpp
@@ -1,3 +1,18 @@
+// Copyright © 2010-2012 b0ris
+//
+// This program 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 2
+// of the License, or (at your option) any later version.
+//
+// This program 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 this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <algorithm>
#include <fstream>
diff --git a/client/Config.h b/client/Config.h
index 67d5cde..c9a36c6 100644
--- a/client/Config.h
+++ b/client/Config.h
@@ -1,3 +1,18 @@
+// Copyright © 2010-2012 b0ris
+//.
+// This program 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 2
+// of the License, or (at your option) any later version.
+//.
+// This program 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 this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#ifndef CONFIG_H
diff --git a/client/Dialog.cpp b/client/Dialog.cpp
index 3e96784..be04781 100644
--- a/client/Dialog.cpp
+++ b/client/Dialog.cpp
@@ -1,3 +1,18 @@
+// Copyright © 2010-2012 b0ris
+//.
+// This program 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 2
+// of the License, or (at your option) any later version.
+//.
+// This program 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 this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <QtGui>
#include <iostream>
diff --git a/client/Dialog.h b/client/Dialog.h
index 18fb9e5..53e8afc 100644
--- a/client/Dialog.h
+++ b/client/Dialog.h
@@ -1,3 +1,18 @@
+// Copyright © 2010-2012 b0ris
+//.
+// This program 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 2
+// of the License, or (at your option) any later version.
+//.
+// This program 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 this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#ifndef PROXY_DIALOG
#define PROXY_DIALOG
diff --git a/client/DownloadClient.cpp b/client/DownloadClient.cpp
index 110601a..d25e6dc 100644
--- a/client/DownloadClient.cpp
+++ b/client/DownloadClient.cpp
@@ -1,3 +1,18 @@
+// Copyright © 2010-2012 b0ris
+//.
+// This program 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 2
+// of the License, or (at your option) any later version.
+//.
+// This program 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 this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <QtCore>
#include "DownloadClient.h"
diff --git a/client/DownloadClient.h b/client/DownloadClient.h
index 8af8131..229074f 100644
--- a/client/DownloadClient.h
+++ b/client/DownloadClient.h
@@ -1,3 +1,18 @@
+// Copyright © 2010-2012 b0ris
+//.
+// This program 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 2
+// of the License, or (at your option) any later version.
+//.
+// This program 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 this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#ifndef DOWNLOAD_CLIENT_H
diff --git a/client/FileOpThread.cpp b/client/FileOpThread.cpp
index 3817e56..2677d2d 100644
--- a/client/FileOpThread.cpp
+++ b/client/FileOpThread.cpp
@@ -1,3 +1,18 @@
+// Copyright © 2010-2012 b0ris
+//.
+// This program 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 2
+// of the License, or (at your option) any later version.
+//.
+// This program 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 this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <QtCore>
#include "DownloadClient.h"
diff --git a/client/FileOpThread.h b/client/FileOpThread.h
index 83a8dd0..98cb816 100644
--- a/client/FileOpThread.h
+++ b/client/FileOpThread.h
@@ -1,3 +1,18 @@
+// Copyright © 2010-2012 b0ris
+//.
+// This program 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 2
+// of the License, or (at your option) any later version.
+//.
+// This program 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 this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#ifndef FILE_OP_THREAD_H
diff --git a/client/Logger.cpp b/client/Logger.cpp
index e0e769f..f3b6c42 100644
--- a/client/Logger.cpp
+++ b/client/Logger.cpp
@@ -1,3 +1,18 @@
+// Copyright © 2010-2012 b0ris
+//.
+// This program 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 2
+// of the License, or (at your option) any later version.
+//.
+// This program 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 this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <stdio.h>
#include <stdarg.h>
diff --git a/client/Logger.h b/client/Logger.h
index f8fa5db..1b72327 100644
--- a/client/Logger.h
+++ b/client/Logger.h
@@ -1,3 +1,18 @@
+// Copyright © 2010-2012 b0ris
+//.
+// This program 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 2
+// of the License, or (at your option) any later version.
+//.
+// This program 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 this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#ifndef LOG_H
diff --git a/client/Proxifier.cpp b/client/Proxifier.cpp
index c80657f..8ce4fd5 100644
--- a/client/Proxifier.cpp
+++ b/client/Proxifier.cpp
@@ -1,3 +1,18 @@
+// Copyright © 2010-2012 b0ris
+//.
+// This program 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 2
+// of the License, or (at your option) any later version.
+//.
+// This program 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 this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <algorithm>
#ifdef WIN32
diff --git a/client/Proxifier.h b/client/Proxifier.h
index 712e79c..30aa0ce 100644
--- a/client/Proxifier.h
+++ b/client/Proxifier.h
@@ -1,3 +1,18 @@
+// Copyright © 2010-2012 b0ris
+//.
+// This program 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 2
+// of the License, or (at your option) any later version.
+//.
+// This program 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 this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#ifndef PROXIFIER_CONFIG
diff --git a/client/Proxy.cpp b/client/Proxy.cpp
index abfaf22..0d68ab7 100644
--- a/client/Proxy.cpp
+++ b/client/Proxy.cpp
@@ -1,3 +1,18 @@
+// Copyright © 2010-2012 b0ris
+//.
+// This program 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 2
+// of the License, or (at your option) any later version.
+//.
+// This program 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 this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <algorithm>
#include <stdlib.h>
diff --git a/client/Proxy.h b/client/Proxy.h
index a718353..66885be 100644
--- a/client/Proxy.h
+++ b/client/Proxy.h
@@ -1,3 +1,18 @@
+// Copyright © 2010-2012 b0ris
+//.
+// This program 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 2
+// of the License, or (at your option) any later version.
+//.
+// This program 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 this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#ifndef PROXY_H
#define PROXY_H
diff --git a/client/ProxyClientApp.cpp b/client/ProxyClientApp.cpp
index 3b703d8..99fed5e 100644
--- a/client/ProxyClientApp.cpp
+++ b/client/ProxyClientApp.cpp
@@ -1,3 +1,18 @@
+// Copyright © 2010-2012 b0ris
+//.
+// This program 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 2
+// of the License, or (at your option) any later version.
+//.
+// This program 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 this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <QtGui>
diff --git a/client/ProxyClientApp.h b/client/ProxyClientApp.h
index cc0a7eb..0b7ad43 100644
--- a/client/ProxyClientApp.h
+++ b/client/ProxyClientApp.h
@@ -1,3 +1,18 @@
+// Copyright © 2010-2012 b0ris
+//.
+// This program 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 2
+// of the License, or (at your option) any later version.
+//.
+// This program 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 this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#ifndef PROXY_CLIENT_APPLICATION_H
diff --git a/client/SslClient.cpp b/client/SslClient.cpp
index 64f63ac..9eb4a7d 100644
--- a/client/SslClient.cpp
+++ b/client/SslClient.cpp
@@ -1,3 +1,18 @@
+// Copyright © 2010-2012 b0ris
+//.
+// This program 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 2
+// of the License, or (at your option) any later version.
+//.
+// This program 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 this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <string.h>
#include <QtCore>
diff --git a/client/SslClient.h b/client/SslClient.h
index b0528d6..3c4ad16 100644
--- a/client/SslClient.h
+++ b/client/SslClient.h
@@ -1,3 +1,18 @@
+// Copyright © 2010-2012 b0ris
+//.
+// This program 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 2
+// of the License, or (at your option) any later version.
+//.
+// This program 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 this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#ifndef SSL_CLIENT_H
#define SSL_CLIENT_H
diff --git a/client/UpdatedConfig.cpp b/client/UpdatedConfig.cpp
index 0d7703a..fe04fd9 100644
--- a/client/UpdatedConfig.cpp
+++ b/client/UpdatedConfig.cpp
@@ -1,3 +1,18 @@
+// Copyright © 2010-2012 b0ris
+//.
+// This program 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 2
+// of the License, or (at your option) any later version.
+//.
+// This program 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 this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <QTimer>
#include "UpdatedConfig.h"
diff --git a/client/UpdatedConfig.h b/client/UpdatedConfig.h
index f98c45e..cc51d9e 100644
--- a/client/UpdatedConfig.h
+++ b/client/UpdatedConfig.h
@@ -1,3 +1,18 @@
+// Copyright © 2010-2012 b0ris
+//.
+// This program 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 2
+// of the License, or (at your option) any later version.
+//.
+// This program 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 this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#ifndef UPDATED_CONFIG_H
#define UPDATED_CONFIG_H
diff --git a/client/Utility.cpp b/client/Utility.cpp
index 4adf348..e7387b0 100644
--- a/client/Utility.cpp
+++ b/client/Utility.cpp
@@ -1,3 +1,18 @@
+// Copyright © 2010-2012 b0ris
+//.
+// This program 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 2
+// of the License, or (at your option) any later version.
+//.
+// This program 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 this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <QCryptographicHash>
#include "client.h"
diff --git a/client/Utility.h b/client/Utility.h
index 8cdecaf..15364fe 100644
--- a/client/Utility.h
+++ b/client/Utility.h
@@ -1,3 +1,18 @@
+// Copyright © 2010-2012 b0ris
+//.
+// This program 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 2
+// of the License, or (at your option) any later version.
+//.
+// This program 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 this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#ifndef UTILITY_H
diff --git a/client/main.cpp b/client/main.cpp
index ce83fcb..0d0e1db 100644
--- a/client/main.cpp
+++ b/client/main.cpp
@@ -1,3 +1,18 @@
+// Copyright © 2010-2012 b0ris
+//.
+// This program 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 2
+// of the License, or (at your option) any later version.
+//.
+// This program 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 this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#ifdef WIN32
#define ClientName "client.exe"