diff options
author | Kurt Pattyn <pattyn.kurt@gmail.com> | 2014-02-14 13:16:34 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-02-15 20:06:58 +0100 |
commit | 9d604432b5ff6fbdd2cd6ee44c91ea80ff858939 (patch) | |
tree | 1691b54fa00b5daf200261f39984dc05c23d6dd2 /examples/echoclient | |
parent | 45eadd663ff22df46fadf03c45db7e058e71e476 (diff) | |
download | qtwebsockets-9d604432b5ff6fbdd2cd6ee44c91ea80ff858939.tar.gz |
Adapt copyright header
Change-Id: I9773492d3673d8aabdb4dd178be6af12eca7ba74
Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
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. |