diff --git a/src/acl.c b/src/acl.c index 54b8d2b9..740fbc56 100644 --- a/src/acl.c +++ b/src/acl.c @@ -1,7 +1,7 @@ /* * acl.c - Manage the ACL (Access Control List) * - * Copyright (C) 2013 - 2018, Max Lv + * Copyright (C) 2013 - 2019, Max Lv * * This file is part of the shadowsocks-libev. * diff --git a/src/acl.h b/src/acl.h index cfff5baf..7783dcc6 100644 --- a/src/acl.h +++ b/src/acl.h @@ -1,7 +1,7 @@ /* * acl.h - Define the ACL interface * - * Copyright (C) 2013 - 2018, Max Lv + * Copyright (C) 2013 - 2019, Max Lv * * This file is part of the shadowsocks-libev. * diff --git a/src/aead.c b/src/aead.c index 023a95eb..1fe27131 100644 --- a/src/aead.c +++ b/src/aead.c @@ -1,7 +1,7 @@ /* * aead.c - Manage AEAD ciphers * - * Copyright (C) 2013 - 2018, Max Lv + * Copyright (C) 2013 - 2019, Max Lv * * This file is part of the shadowsocks-libev. * diff --git a/src/aead.h b/src/aead.h index b1b95939..3f2408f9 100644 --- a/src/aead.h +++ b/src/aead.h @@ -1,7 +1,7 @@ /* * aead.h - Define the AEAD interface * - * Copyright (C) 2013 - 2018, Max Lv + * Copyright (C) 2013 - 2019, Max Lv * * This file is part of the shadowsocks-libev. * diff --git a/src/android.c b/src/android.c index 76a7be8a..7c8ce995 100644 --- a/src/android.c +++ b/src/android.c @@ -1,7 +1,7 @@ /* * android.c - Setup IPC for shadowsocks-android * - * Copyright (C) 2013 - 2018, Max Lv + * Copyright (C) 2013 - 2019, Max Lv * * This file is part of the shadowsocks-libev. * diff --git a/src/cache.c b/src/cache.c index a35b9566..be573532 100644 --- a/src/cache.c +++ b/src/cache.c @@ -1,7 +1,7 @@ /* * cache.c - Manage the connection cache for UDPRELAY * - * Copyright (C) 2013 - 2018, Max Lv + * Copyright (C) 2013 - 2019, Max Lv * * This file is part of the shadowsocks-libev. * diff --git a/src/cache.h b/src/cache.h index d0c97387..7ca8b3be 100644 --- a/src/cache.h +++ b/src/cache.h @@ -1,7 +1,7 @@ /* * cache.h - Define the cache manager interface * - * Copyright (C) 2013 - 2018, Max Lv + * Copyright (C) 2013 - 2019, Max Lv * * This file is part of the shadowsocks-libev. * diff --git a/src/common.h b/src/common.h index a36b134d..2eb91afd 100644 --- a/src/common.h +++ b/src/common.h @@ -1,7 +1,7 @@ /* * common.h - Provide global definitions * - * Copyright (C) 2013 - 2018, Max Lv + * Copyright (C) 2013 - 2019, Max Lv * * This file is part of the shadowsocks-libev. * shadowsocks-libev is free software; you can redistribute it and/or modify diff --git a/src/crypto.c b/src/crypto.c index ba74db79..9a67d6c8 100644 --- a/src/crypto.c +++ b/src/crypto.c @@ -1,7 +1,7 @@ /* * crypto.c - Manage the global crypto * - * Copyright (C) 2013 - 2018, Max Lv + * Copyright (C) 2013 - 2019, Max Lv * * This file is part of the shadowsocks-libev. * diff --git a/src/crypto.h b/src/crypto.h index 09f52537..1ff29d8c 100644 --- a/src/crypto.h +++ b/src/crypto.h @@ -1,7 +1,7 @@ /* * crypto.h - Define the enryptor's interface * - * Copyright (C) 2013 - 2018, Max Lv + * Copyright (C) 2013 - 2019, Max Lv * * This file is part of the shadowsocks-libev. * diff --git a/src/jconf.c b/src/jconf.c index bf36a578..2335d443 100644 --- a/src/jconf.c +++ b/src/jconf.c @@ -1,7 +1,7 @@ /* * jconf.c - Parse the JSON format config file * - * Copyright (C) 2013 - 2018, Max Lv + * Copyright (C) 2013 - 2019, Max Lv * * This file is part of the shadowsocks-libev. * shadowsocks-libev is free software; you can redistribute it and/or modify diff --git a/src/jconf.h b/src/jconf.h index 06dbf922..a003b5c4 100644 --- a/src/jconf.h +++ b/src/jconf.h @@ -1,7 +1,7 @@ /* * jconf.h - Define the config data structure * - * Copyright (C) 2013 - 2018, Max Lv + * Copyright (C) 2013 - 2019, Max Lv * * This file is part of the shadowsocks-libev. * shadowsocks-libev is free software; you can redistribute it and/or modify diff --git a/src/local.c b/src/local.c index d998fd33..01e9702a 100644 --- a/src/local.c +++ b/src/local.c @@ -1,7 +1,7 @@ /* * local.c - Setup a socks5 proxy through remote shadowsocks server * - * Copyright (C) 2013 - 2018, Max Lv + * Copyright (C) 2013 - 2019, Max Lv * * This file is part of the shadowsocks-libev. * diff --git a/src/local.h b/src/local.h index 67161781..9f0a16f7 100644 --- a/src/local.h +++ b/src/local.h @@ -1,7 +1,7 @@ /* * local.h - Define the client's buffers and callbacks * - * Copyright (C) 2013 - 2018, Max Lv + * Copyright (C) 2013 - 2019, Max Lv * * This file is part of the shadowsocks-libev. * diff --git a/src/manager.c b/src/manager.c index 16af8417..27b113bc 100644 --- a/src/manager.c +++ b/src/manager.c @@ -1,7 +1,7 @@ /* * server.c - Provide shadowsocks service * - * Copyright (C) 2013 - 2018, Max Lv + * Copyright (C) 2013 - 2019, Max Lv * * This file is part of the shadowsocks-libev. * diff --git a/src/manager.h b/src/manager.h index 6af71f06..d5aa8327 100644 --- a/src/manager.h +++ b/src/manager.h @@ -1,7 +1,7 @@ /* * server.h - Define shadowsocks server's buffers and callbacks * - * Copyright (C) 2013 - 2018, Max Lv + * Copyright (C) 2013 - 2019, Max Lv * * This file is part of the shadowsocks-libev. * diff --git a/src/netutils.c b/src/netutils.c index f18fcd98..2eb1edc9 100644 --- a/src/netutils.c +++ b/src/netutils.c @@ -1,7 +1,7 @@ /* * netutils.c - Network utilities * - * Copyright (C) 2013 - 2018, Max Lv + * Copyright (C) 2013 - 2019, Max Lv * * This file is part of the shadowsocks-libev. * diff --git a/src/netutils.h b/src/netutils.h index 70664f13..25c5dd92 100644 --- a/src/netutils.h +++ b/src/netutils.h @@ -1,7 +1,7 @@ /* * netutils.h - Network utilities * - * Copyright (C) 2013 - 2018, Max Lv + * Copyright (C) 2013 - 2019, Max Lv * * This file is part of the shadowsocks-libev. * diff --git a/src/plugin.c b/src/plugin.c index 67945ab0..e75c3008 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -1,7 +1,7 @@ /* * plugin.c - Manage plugins * - * Copyright (C) 2013 - 2018, Max Lv + * Copyright (C) 2013 - 2019, Max Lv * * This file is part of the shadowsocks-libev. * diff --git a/src/plugin.h b/src/plugin.h index ec1340bb..1a6d4b47 100644 --- a/src/plugin.h +++ b/src/plugin.h @@ -1,7 +1,7 @@ /* * acl.h - Define the ACL interface * - * Copyright (C) 2013 - 2018, Max Lv + * Copyright (C) 2013 - 2019, Max Lv * * This file is part of the shadowsocks-libev. * diff --git a/src/ppbloom.c b/src/ppbloom.c index 35cc365b..17e0f019 100644 --- a/src/ppbloom.c +++ b/src/ppbloom.c @@ -1,7 +1,7 @@ /* * ppbloom.c - Ping-Pong Bloom Filter for nonce reuse detection * - * Copyright (C) 2013 - 2018, Max Lv + * Copyright (C) 2013 - 2019, Max Lv * * This file is part of the shadowsocks-libev. * diff --git a/src/ppbloom.h b/src/ppbloom.h index 1601fc97..bfc65bba 100644 --- a/src/ppbloom.h +++ b/src/ppbloom.h @@ -1,7 +1,7 @@ /* * ppbloom.h - Define the Ping-Pong Bloom Filter interface * - * Copyright (C) 2013 - 2018, Max Lv + * Copyright (C) 2013 - 2019, Max Lv * * This file is part of the shadowsocks-libev. * diff --git a/src/redir.c b/src/redir.c index a21bf4e3..b77206a4 100644 --- a/src/redir.c +++ b/src/redir.c @@ -2,7 +2,7 @@ * redir.c - Provide a transparent TCP proxy through remote shadowsocks * server * - * Copyright (C) 2013 - 2018, Max Lv + * Copyright (C) 2013 - 2019, Max Lv * * This file is part of the shadowsocks-libev. * diff --git a/src/redir.h b/src/redir.h index 8f040c92..2544d65e 100644 --- a/src/redir.h +++ b/src/redir.h @@ -1,6 +1,6 @@ /* * redir.h - Define the redirector's buffers and callbacks * - * Copyright (C) 2013 - 2018, Max Lv + * Copyright (C) 2013 - 2019, Max Lv * * This file is part of the shadowsocks-libev. * diff --git a/src/server.c b/src/server.c index 1f0467c5..e336b698 100644 --- a/src/server.c +++ b/src/server.c @@ -1,7 +1,7 @@ /* * server.c - Provide shadowsocks service * - * Copyright (C) 2013 - 2018, Max Lv + * Copyright (C) 2013 - 2019, Max Lv * * This file is part of the shadowsocks-libev. * diff --git a/src/server.h b/src/server.h index 5233a4e8..714878b1 100644 --- a/src/server.h +++ b/src/server.h @@ -1,7 +1,7 @@ /* * server.h - Define shadowsocks server's buffers and callbacks * - * Copyright (C) 2013 - 2018, Max Lv + * Copyright (C) 2013 - 2019, Max Lv * * This file is part of the shadowsocks-libev. * diff --git a/src/shadowsocks.h b/src/shadowsocks.h index 8c158f94..6c36611f 100644 --- a/src/shadowsocks.h +++ b/src/shadowsocks.h @@ -1,7 +1,7 @@ /* * shadowsocks.h - Header files of library interfaces * - * Copyright (C) 2013 - 2018, Max Lv + * Copyright (C) 2013 - 2019, Max Lv * * This file is part of the shadowsocks-libev. * shadowsocks-libev is free software; you can redistribute it and/or modify diff --git a/src/stream.c b/src/stream.c index 85e82821..35d9050b 100644 --- a/src/stream.c +++ b/src/stream.c @@ -1,7 +1,7 @@ /* * stream.c - Manage stream ciphers * - * Copyright (C) 2013 - 2018, Max Lv + * Copyright (C) 2013 - 2019, Max Lv * * This file is part of the shadowsocks-libev. * diff --git a/src/stream.h b/src/stream.h index 2972a67b..35bd98f8 100644 --- a/src/stream.h +++ b/src/stream.h @@ -1,7 +1,7 @@ /* * encrypt.h - Define the enryptor's interface * - * Copyright (C) 2013 - 2018, Max Lv + * Copyright (C) 2013 - 2019, Max Lv * * This file is part of the shadowsocks-libev. * diff --git a/src/tunnel.c b/src/tunnel.c index ae9244e6..97799341 100644 --- a/src/tunnel.c +++ b/src/tunnel.c @@ -1,7 +1,7 @@ /* * tunnel.c - Setup a local port forwarding through remote shadowsocks server * - * Copyright (C) 2013 - 2018, Max Lv + * Copyright (C) 2013 - 2019, Max Lv * * This file is part of the shadowsocks-libev. * diff --git a/src/tunnel.h b/src/tunnel.h index 616778b4..4e9fbf82 100644 --- a/src/tunnel.h +++ b/src/tunnel.h @@ -1,7 +1,7 @@ /* * tunnel.h - Define tunnel's buffers and callbacks * - * Copyright (C) 2013 - 2018, Max Lv + * Copyright (C) 2013 - 2019, Max Lv * * This file is part of the shadowsocks-libev. * diff --git a/src/udprelay.c b/src/udprelay.c index ebc22025..a3273ae8 100644 --- a/src/udprelay.c +++ b/src/udprelay.c @@ -1,7 +1,7 @@ /* * udprelay.c - Setup UDP relay for both client and server * - * Copyright (C) 2013 - 2018, Max Lv + * Copyright (C) 2013 - 2019, Max Lv * * This file is part of the shadowsocks-libev. * diff --git a/src/udprelay.h b/src/udprelay.h index 4b801a30..46e27368 100644 --- a/src/udprelay.h +++ b/src/udprelay.h @@ -1,7 +1,7 @@ /* * udprelay.h - Define UDP relay's buffers and callbacks * - * Copyright (C) 2013 - 2018, Max Lv + * Copyright (C) 2013 - 2019, Max Lv * * This file is part of the shadowsocks-libev. * diff --git a/src/utils.c b/src/utils.c index ac52e7da..b555c234 100644 --- a/src/utils.c +++ b/src/utils.c @@ -1,7 +1,7 @@ /* * utils.c - Misc utilities * - * Copyright (C) 2013 - 2018, Max Lv + * Copyright (C) 2013 - 2019, Max Lv * * This file is part of the shadowsocks-libev. * diff --git a/src/utils.h b/src/utils.h index b95729dd..a9b77699 100644 --- a/src/utils.h +++ b/src/utils.h @@ -1,7 +1,7 @@ /* * utils.h - Misc utilities * - * Copyright (C) 2013 - 2018, Max Lv + * Copyright (C) 2013 - 2019, Max Lv * * This file is part of the shadowsocks-libev. * diff --git a/src/winsock.c b/src/winsock.c index dacec0d4..26ea3443 100644 --- a/src/winsock.c +++ b/src/winsock.c @@ -1,7 +1,7 @@ /* * winsock.c - Windows socket compatibility layer * - * Copyright (C) 2013 - 2018, Max Lv + * Copyright (C) 2013 - 2019, Max Lv * * This file is part of the shadowsocks-libev. * diff --git a/src/winsock.h b/src/winsock.h index 26fab216..4e8acc7e 100644 --- a/src/winsock.h +++ b/src/winsock.h @@ -1,7 +1,7 @@ /* * winsock.h - Windows socket compatibility layer * - * Copyright (C) 2013 - 2018, Max Lv + * Copyright (C) 2013 - 2019, Max Lv * * This file is part of the shadowsocks-libev. *