aboutsummaryrefslogtreecommitdiff
path: root/c++-libbu++/src/gatscon
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2013-02-11 00:21:20 +0000
committerMike Buland <eichlan@xagasoft.com>2013-02-11 00:21:20 +0000
commit713a4cc24da81b513962a85d4b4c43fb6b79419d (patch)
tree28157be2eeaeba524ea6e9ec14427d12a8fe1952 /c++-libbu++/src/gatscon
parent603cb0f890db0d0acd407fcd0e3dfc7aaaf876d4 (diff)
downloadlibgats-713a4cc24da81b513962a85d4b4c43fb6b79419d.tar.gz
libgats-713a4cc24da81b513962a85d4b4c43fb6b79419d.tar.bz2
libgats-713a4cc24da81b513962a85d4b4c43fb6b79419d.tar.xz
libgats-713a4cc24da81b513962a85d4b4c43fb6b79419d.zip
Updated the copyright to 2013. Also, started the Gats::RpcHandler.
Diffstat (limited to 'c++-libbu++/src/gatscon')
-rw-r--r--c++-libbu++/src/gatscon/clientthread.cpp2
-rw-r--r--c++-libbu++/src/gatscon/clientthread.h2
-rw-r--r--c++-libbu++/src/gatscon/clientwidget.cpp2
-rw-r--r--c++-libbu++/src/gatscon/clientwidget.h2
-rw-r--r--c++-libbu++/src/gatscon/connectdlg.cpp2
-rw-r--r--c++-libbu++/src/gatscon/connectdlg.h2
-rw-r--r--c++-libbu++/src/gatscon/filewidget.cpp2
-rw-r--r--c++-libbu++/src/gatscon/filewidget.h2
-rw-r--r--c++-libbu++/src/gatscon/gatstotree.cpp2
-rw-r--r--c++-libbu++/src/gatscon/gatstotree.h2
-rw-r--r--c++-libbu++/src/gatscon/iobase.cpp2
-rw-r--r--c++-libbu++/src/gatscon/iobase.h2
-rw-r--r--c++-libbu++/src/gatscon/main.cpp2
-rw-r--r--c++-libbu++/src/gatscon/mainwnd.cpp2
-rw-r--r--c++-libbu++/src/gatscon/mainwnd.h2
-rw-r--r--c++-libbu++/src/gatscon/proxythread.cpp2
-rw-r--r--c++-libbu++/src/gatscon/proxythread.h2
-rw-r--r--c++-libbu++/src/gatscon/proxywidget.cpp2
-rw-r--r--c++-libbu++/src/gatscon/proxywidget.h2
-rw-r--r--c++-libbu++/src/gatscon/setupproxydlg.cpp2
-rw-r--r--c++-libbu++/src/gatscon/setupproxydlg.h2
-rw-r--r--c++-libbu++/src/gatscon/treetogats.cpp2
-rw-r--r--c++-libbu++/src/gatscon/treetogats.h2
23 files changed, 23 insertions, 23 deletions
diff --git a/c++-libbu++/src/gatscon/clientthread.cpp b/c++-libbu++/src/gatscon/clientthread.cpp
index 4032a50..53c8e24 100644
--- a/c++-libbu++/src/gatscon/clientthread.cpp
+++ b/c++-libbu++/src/gatscon/clientthread.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libgats library and is released under the 4 * This file is part of the libgats library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/c++-libbu++/src/gatscon/clientthread.h b/c++-libbu++/src/gatscon/clientthread.h
index a4343ee..903028a 100644
--- a/c++-libbu++/src/gatscon/clientthread.h
+++ b/c++-libbu++/src/gatscon/clientthread.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libgats library and is released under the 4 * This file is part of the libgats library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/c++-libbu++/src/gatscon/clientwidget.cpp b/c++-libbu++/src/gatscon/clientwidget.cpp
index f13e736..9c30ae2 100644
--- a/c++-libbu++/src/gatscon/clientwidget.cpp
+++ b/c++-libbu++/src/gatscon/clientwidget.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libgats library and is released under the 4 * This file is part of the libgats library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/c++-libbu++/src/gatscon/clientwidget.h b/c++-libbu++/src/gatscon/clientwidget.h
index b40adf4..8d240bd 100644
--- a/c++-libbu++/src/gatscon/clientwidget.h
+++ b/c++-libbu++/src/gatscon/clientwidget.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libgats library and is released under the 4 * This file is part of the libgats library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/c++-libbu++/src/gatscon/connectdlg.cpp b/c++-libbu++/src/gatscon/connectdlg.cpp
index 0bb159b..d556487 100644
--- a/c++-libbu++/src/gatscon/connectdlg.cpp
+++ b/c++-libbu++/src/gatscon/connectdlg.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libgats library and is released under the 4 * This file is part of the libgats library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/c++-libbu++/src/gatscon/connectdlg.h b/c++-libbu++/src/gatscon/connectdlg.h
index 7396ef6..12ad8e1 100644
--- a/c++-libbu++/src/gatscon/connectdlg.h
+++ b/c++-libbu++/src/gatscon/connectdlg.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libgats library and is released under the 4 * This file is part of the libgats library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/c++-libbu++/src/gatscon/filewidget.cpp b/c++-libbu++/src/gatscon/filewidget.cpp
index 23f6839..306dbf2 100644
--- a/c++-libbu++/src/gatscon/filewidget.cpp
+++ b/c++-libbu++/src/gatscon/filewidget.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libgats library and is released under the 4 * This file is part of the libgats library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/c++-libbu++/src/gatscon/filewidget.h b/c++-libbu++/src/gatscon/filewidget.h
index 1426eae..806b281 100644
--- a/c++-libbu++/src/gatscon/filewidget.h
+++ b/c++-libbu++/src/gatscon/filewidget.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libgats library and is released under the 4 * This file is part of the libgats library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/c++-libbu++/src/gatscon/gatstotree.cpp b/c++-libbu++/src/gatscon/gatstotree.cpp
index 192b395..9c6fb5c 100644
--- a/c++-libbu++/src/gatscon/gatstotree.cpp
+++ b/c++-libbu++/src/gatscon/gatstotree.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libgats library and is released under the 4 * This file is part of the libgats library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/c++-libbu++/src/gatscon/gatstotree.h b/c++-libbu++/src/gatscon/gatstotree.h
index dc8f451..5a65167 100644
--- a/c++-libbu++/src/gatscon/gatstotree.h
+++ b/c++-libbu++/src/gatscon/gatstotree.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libgats library and is released under the 4 * This file is part of the libgats library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/c++-libbu++/src/gatscon/iobase.cpp b/c++-libbu++/src/gatscon/iobase.cpp
index 40af455..126346a 100644
--- a/c++-libbu++/src/gatscon/iobase.cpp
+++ b/c++-libbu++/src/gatscon/iobase.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libgats library and is released under the 4 * This file is part of the libgats library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/c++-libbu++/src/gatscon/iobase.h b/c++-libbu++/src/gatscon/iobase.h
index 4475551..688096b 100644
--- a/c++-libbu++/src/gatscon/iobase.h
+++ b/c++-libbu++/src/gatscon/iobase.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libgats library and is released under the 4 * This file is part of the libgats library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/c++-libbu++/src/gatscon/main.cpp b/c++-libbu++/src/gatscon/main.cpp
index 11b6d4a..88c0734 100644
--- a/c++-libbu++/src/gatscon/main.cpp
+++ b/c++-libbu++/src/gatscon/main.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libgats library and is released under the 4 * This file is part of the libgats library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/c++-libbu++/src/gatscon/mainwnd.cpp b/c++-libbu++/src/gatscon/mainwnd.cpp
index 7cce116..48a7743 100644
--- a/c++-libbu++/src/gatscon/mainwnd.cpp
+++ b/c++-libbu++/src/gatscon/mainwnd.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libgats library and is released under the 4 * This file is part of the libgats library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/c++-libbu++/src/gatscon/mainwnd.h b/c++-libbu++/src/gatscon/mainwnd.h
index 2a5c3fa..2ac782e 100644
--- a/c++-libbu++/src/gatscon/mainwnd.h
+++ b/c++-libbu++/src/gatscon/mainwnd.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libgats library and is released under the 4 * This file is part of the libgats library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/c++-libbu++/src/gatscon/proxythread.cpp b/c++-libbu++/src/gatscon/proxythread.cpp
index 733af7f..0b1c42f 100644
--- a/c++-libbu++/src/gatscon/proxythread.cpp
+++ b/c++-libbu++/src/gatscon/proxythread.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libgats library and is released under the 4 * This file is part of the libgats library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/c++-libbu++/src/gatscon/proxythread.h b/c++-libbu++/src/gatscon/proxythread.h
index e53ca2c..4e01bf5 100644
--- a/c++-libbu++/src/gatscon/proxythread.h
+++ b/c++-libbu++/src/gatscon/proxythread.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libgats library and is released under the 4 * This file is part of the libgats library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/c++-libbu++/src/gatscon/proxywidget.cpp b/c++-libbu++/src/gatscon/proxywidget.cpp
index c95e39a..de20d03 100644
--- a/c++-libbu++/src/gatscon/proxywidget.cpp
+++ b/c++-libbu++/src/gatscon/proxywidget.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libgats library and is released under the 4 * This file is part of the libgats library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/c++-libbu++/src/gatscon/proxywidget.h b/c++-libbu++/src/gatscon/proxywidget.h
index 1674a34..1293f4a 100644
--- a/c++-libbu++/src/gatscon/proxywidget.h
+++ b/c++-libbu++/src/gatscon/proxywidget.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libgats library and is released under the 4 * This file is part of the libgats library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/c++-libbu++/src/gatscon/setupproxydlg.cpp b/c++-libbu++/src/gatscon/setupproxydlg.cpp
index 6d80683..e687dc8 100644
--- a/c++-libbu++/src/gatscon/setupproxydlg.cpp
+++ b/c++-libbu++/src/gatscon/setupproxydlg.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libgats library and is released under the 4 * This file is part of the libgats library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/c++-libbu++/src/gatscon/setupproxydlg.h b/c++-libbu++/src/gatscon/setupproxydlg.h
index 685e893..cc36b73 100644
--- a/c++-libbu++/src/gatscon/setupproxydlg.h
+++ b/c++-libbu++/src/gatscon/setupproxydlg.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libgats library and is released under the 4 * This file is part of the libgats library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/c++-libbu++/src/gatscon/treetogats.cpp b/c++-libbu++/src/gatscon/treetogats.cpp
index f12a319..df8f87d 100644
--- a/c++-libbu++/src/gatscon/treetogats.cpp
+++ b/c++-libbu++/src/gatscon/treetogats.cpp
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libgats library and is released under the 4 * This file is part of the libgats library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
diff --git a/c++-libbu++/src/gatscon/treetogats.h b/c++-libbu++/src/gatscon/treetogats.h
index 29f7d6c..4b843b9 100644
--- a/c++-libbu++/src/gatscon/treetogats.h
+++ b/c++-libbu++/src/gatscon/treetogats.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved. 2 * Copyright (C) 2007-2013 Xagasoft, All rights reserved.
3 * 3 *
4 * This file is part of the libgats library and is released under the 4 * This file is part of the libgats library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.