From 10a0baf691ebb1f95c48b0340ebc908bc6e7e703 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Tue, 16 Jul 2019 17:36:44 +0100 Subject: [PATCH] Problem: wrong copyright dates in newly added files Solution: fix them --- src/ws_connecter.cpp | 2 +- src/ws_connecter.hpp | 2 +- src/ws_decoder.cpp | 2 +- src/ws_decoder.hpp | 2 +- src/ws_encoder.cpp | 2 +- src/ws_encoder.hpp | 2 +- src/ws_engine.cpp | 2 +- src/ws_listener.cpp | 2 +- src/ws_listener.hpp | 2 +- src/ws_protocol.hpp | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/ws_connecter.cpp b/src/ws_connecter.cpp index 10091f27..deefaefa 100644 --- a/src/ws_connecter.cpp +++ b/src/ws_connecter.cpp @@ -1,5 +1,5 @@ /* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file + Copyright (c) 2007-2019 Contributors as noted in the AUTHORS file This file is part of libzmq, the ZeroMQ core engine in C++. diff --git a/src/ws_connecter.hpp b/src/ws_connecter.hpp index eb67b0de..2faa3a6a 100644 --- a/src/ws_connecter.hpp +++ b/src/ws_connecter.hpp @@ -1,5 +1,5 @@ /* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file + Copyright (c) 2007-2019 Contributors as noted in the AUTHORS file This file is part of libzmq, the ZeroMQ core engine in C++. diff --git a/src/ws_decoder.cpp b/src/ws_decoder.cpp index 0489af58..a87bdd48 100644 --- a/src/ws_decoder.cpp +++ b/src/ws_decoder.cpp @@ -1,5 +1,5 @@ /* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file + Copyright (c) 2007-2019 Contributors as noted in the AUTHORS file This file is part of libzmq, the ZeroMQ core engine in C++. diff --git a/src/ws_decoder.hpp b/src/ws_decoder.hpp index 6a5f0a6a..16330411 100644 --- a/src/ws_decoder.hpp +++ b/src/ws_decoder.hpp @@ -1,5 +1,5 @@ /* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file + Copyright (c) 2007-2019 Contributors as noted in the AUTHORS file This file is part of libzmq, the ZeroMQ core engine in C++. diff --git a/src/ws_encoder.cpp b/src/ws_encoder.cpp index c1b24cb5..8744fbae 100644 --- a/src/ws_encoder.cpp +++ b/src/ws_encoder.cpp @@ -1,5 +1,5 @@ /* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file + Copyright (c) 2007-2019 Contributors as noted in the AUTHORS file This file is part of libzmq, the ZeroMQ core engine in C++. diff --git a/src/ws_encoder.hpp b/src/ws_encoder.hpp index d8dad36c..37c7775e 100644 --- a/src/ws_encoder.hpp +++ b/src/ws_encoder.hpp @@ -1,5 +1,5 @@ /* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file + Copyright (c) 2007-2019 Contributors as noted in the AUTHORS file This file is part of libzmq, the ZeroMQ core engine in C++. diff --git a/src/ws_engine.cpp b/src/ws_engine.cpp index 552b3be0..5448472c 100644 --- a/src/ws_engine.cpp +++ b/src/ws_engine.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file +Copyright (c) 2007-2019 Contributors as noted in the AUTHORS file This file is part of libzmq, the ZeroMQ core engine in C++. diff --git a/src/ws_listener.cpp b/src/ws_listener.cpp index 6d3b49f4..e261752b 100644 --- a/src/ws_listener.cpp +++ b/src/ws_listener.cpp @@ -1,5 +1,5 @@ /* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file + Copyright (c) 2007-2019 Contributors as noted in the AUTHORS file This file is part of libzmq, the ZeroMQ core engine in C++. diff --git a/src/ws_listener.hpp b/src/ws_listener.hpp index 47a3f744..faa42f14 100644 --- a/src/ws_listener.hpp +++ b/src/ws_listener.hpp @@ -1,5 +1,5 @@ /* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file + Copyright (c) 2007-2019 Contributors as noted in the AUTHORS file This file is part of libzmq, the ZeroMQ core engine in C++. diff --git a/src/ws_protocol.hpp b/src/ws_protocol.hpp index 5642aa07..b4b7e81f 100644 --- a/src/ws_protocol.hpp +++ b/src/ws_protocol.hpp @@ -1,5 +1,5 @@ /* - Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file + Copyright (c) 2007-2019 Contributors as noted in the AUTHORS file This file is part of libzmq, the ZeroMQ core engine in C++.