diff options
Diffstat (limited to 'examples/echoclient')
-rw-r--r-- | examples/echoclient/echoclient.cpp | 2 | ||||
-rw-r--r-- | examples/echoclient/echoclient.h | 2 | ||||
-rw-r--r-- | examples/echoclient/main.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/echoclient/echoclient.cpp b/examples/echoclient/echoclient.cpp index bce73be..9e8ba9b 100644 --- a/examples/echoclient/echoclient.cpp +++ b/examples/echoclient/echoclient.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). +** Copyright (C) 2014 Kurt Pattyn <pattyn.kurt@gmail.com>. ** Contact: http://www.qt-project.org/legal ** ** This file is part of the QtWebSockets module of the Qt Toolkit. diff --git a/examples/echoclient/echoclient.h b/examples/echoclient/echoclient.h index 79bc71a..b5a7709 100644 --- a/examples/echoclient/echoclient.h +++ b/examples/echoclient/echoclient.h @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). +** Copyright (C) 2014 Kurt Pattyn <pattyn.kurt@gmail.com>. ** Contact: http://www.qt-project.org/legal ** ** This file is part of the QtWebSockets module of the Qt Toolkit. diff --git a/examples/echoclient/main.cpp b/examples/echoclient/main.cpp index 7414528..fccaed1 100644 --- a/examples/echoclient/main.cpp +++ b/examples/echoclient/main.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). +** Copyright (C) 2014 Kurt Pattyn <pattyn.kurt@gmail.com>. ** Contact: http://www.qt-project.org/legal ** ** This file is part of the QtWebSockets module of the Qt Toolkit. |