From a0d74baa438c1fe18e3b521ab01f522ff576c5fe Mon Sep 17 00:00:00 2001 From: Soner Tari Date: Tue, 14 Apr 2020 18:12:16 +0300 Subject: [PATCH] Update copyright year to 2020 --- LICENSE | 1 + README.md | 4 ++-- src/main.c | 4 ++-- src/opts.c | 2 +- src/opts.h | 2 +- src/privsep.c | 2 +- src/protoautossl.c | 2 +- src/protoautossl.h | 2 +- src/protohttp.c | 2 +- src/protohttp.h | 2 +- src/protopassthrough.c | 2 +- src/protopassthrough.h | 2 +- src/protopop3.c | 2 +- src/protopop3.h | 2 +- src/protosmtp.c | 2 +- src/protosmtp.h | 2 +- src/protossl.c | 2 +- src/protossl.h | 2 +- src/prototcp.c | 2 +- src/prototcp.h | 2 +- src/pxyconn.c | 2 +- src/pxyconn.h | 2 +- src/pxythrmgr.c | 2 +- src/pxythrmgr.h | 2 +- src/sslproxy.1 | 2 +- src/sslproxy.conf.5 | 2 +- tests/testproxy/lp/main.c | 2 +- tests/testproxy/lp/opts.c | 2 +- tests/testproxy/lp/prototcp.c | 2 +- tests/testproxy/lp/prototcp.h | 2 +- tests/testproxy/lp/pxyconn.c | 2 +- tests/testproxy/lp/pxyconn.h | 2 +- tests/testproxy/lp/pxythrmgr.c | 2 +- 33 files changed, 35 insertions(+), 34 deletions(-) diff --git a/LICENSE b/LICENSE index 855d1a7..b7c85f9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,6 @@ BSD 2-Clause License +Copyright (c) 2017-2020, Soner Tari. Copyright (c) 2009-2019, Daniel Roethlisberger and contributors. All rights reserved. diff --git a/README.md b/README.md index 0e5e703..0579133 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # SSLproxy - transparent SSL/TLS proxy for decrypting and diverting network traffic to other programs for deep SSL inspection [![Build Status](https://travis-ci.org/sonertari/SSLproxy.svg?branch=master)](https://travis-ci.org/sonertari/SSLproxy) -Copyright (C) 2017-2019, [Soner Tari](http://comixwall.org). +Copyright (C) 2017-2020, [Soner Tari](http://comixwall.org). https://github.com/sonertari/SSLproxy -Copyright (C) 2009-2019, [Daniel Roethlisberger](//daniel.roe.ch/). +Copyright (C) 2009-2019, [Daniel Roethlisberger](//daniel.roe.ch/). https://www.roe.ch/SSLsplit ## Overview diff --git a/src/main.c b/src/main.c index 177c981..fad1467 100644 --- a/src/main.c +++ b/src/main.c @@ -3,7 +3,7 @@ * https://www.roe.ch/SSLsplit * * Copyright (c) 2009-2019, Daniel Roethlisberger . - * Copyright (c) 2017-2019, Soner Tari . + * Copyright (c) 2017-2020, Soner Tari . * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -98,7 +98,7 @@ main_version(void) fprintf(stderr, "---------------------------------------" "---------------------------------------\n"); } - fprintf(stderr, "Copyright (c) 2017-2019, Soner Tari \n"); + fprintf(stderr, "Copyright (c) 2017-2020, Soner Tari \n"); fprintf(stderr, "https://github.com/sonertari/SSLproxy\n"); fprintf(stderr, "Copyright (c) 2009-2019, " "Daniel Roethlisberger \n"); diff --git a/src/opts.c b/src/opts.c index 4af634e..318aa79 100644 --- a/src/opts.c +++ b/src/opts.c @@ -3,7 +3,7 @@ * https://www.roe.ch/SSLsplit * * Copyright (c) 2009-2019, Daniel Roethlisberger . - * Copyright (c) 2017-2019, Soner Tari . + * Copyright (c) 2017-2020, Soner Tari . * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/opts.h b/src/opts.h index 1e6cc6c..6854267 100644 --- a/src/opts.h +++ b/src/opts.h @@ -3,7 +3,7 @@ * https://www.roe.ch/SSLsplit * * Copyright (c) 2009-2019, Daniel Roethlisberger . - * Copyright (c) 2017-2019, Soner Tari . + * Copyright (c) 2017-2020, Soner Tari . * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/privsep.c b/src/privsep.c index 902c14c..ff3c752 100644 --- a/src/privsep.c +++ b/src/privsep.c @@ -3,7 +3,7 @@ * https://www.roe.ch/SSLsplit * * Copyright (c) 2009-2019, Daniel Roethlisberger . - * Copyright (c) 2017-2019, Soner Tari . + * Copyright (c) 2017-2020, Soner Tari . * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/protoautossl.c b/src/protoautossl.c index 5f779ae..802ef2b 100644 --- a/src/protoautossl.c +++ b/src/protoautossl.c @@ -3,7 +3,7 @@ * https://www.roe.ch/SSLsplit * * Copyright (c) 2009-2019, Daniel Roethlisberger . - * Copyright (c) 2017-2019, Soner Tari . + * Copyright (c) 2017-2020, Soner Tari . * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/protoautossl.h b/src/protoautossl.h index 2f84894..51f2071 100644 --- a/src/protoautossl.h +++ b/src/protoautossl.h @@ -3,7 +3,7 @@ * https://www.roe.ch/SSLsplit * * Copyright (c) 2009-2019, Daniel Roethlisberger . - * Copyright (c) 2017-2019, Soner Tari . + * Copyright (c) 2017-2020, Soner Tari . * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/protohttp.c b/src/protohttp.c index b0b6ffa..0d80144 100644 --- a/src/protohttp.c +++ b/src/protohttp.c @@ -3,7 +3,7 @@ * https://www.roe.ch/SSLsplit * * Copyright (c) 2009-2019, Daniel Roethlisberger . - * Copyright (c) 2017-2019, Soner Tari . + * Copyright (c) 2017-2020, Soner Tari . * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/protohttp.h b/src/protohttp.h index d91d9ee..88d7b49 100644 --- a/src/protohttp.h +++ b/src/protohttp.h @@ -3,7 +3,7 @@ * https://www.roe.ch/SSLsplit * * Copyright (c) 2009-2019, Daniel Roethlisberger . - * Copyright (c) 2017-2019, Soner Tari . + * Copyright (c) 2017-2020, Soner Tari . * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/protopassthrough.c b/src/protopassthrough.c index c4942b8..5b58a5e 100644 --- a/src/protopassthrough.c +++ b/src/protopassthrough.c @@ -3,7 +3,7 @@ * https://www.roe.ch/SSLsplit * * Copyright (c) 2009-2019, Daniel Roethlisberger . - * Copyright (c) 2017-2019, Soner Tari . + * Copyright (c) 2017-2020, Soner Tari . * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/protopassthrough.h b/src/protopassthrough.h index 249c8f3..926008c 100644 --- a/src/protopassthrough.h +++ b/src/protopassthrough.h @@ -3,7 +3,7 @@ * https://www.roe.ch/SSLsplit * * Copyright (c) 2009-2019, Daniel Roethlisberger . - * Copyright (c) 2017-2019, Soner Tari . + * Copyright (c) 2017-2020, Soner Tari . * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/protopop3.c b/src/protopop3.c index 88cc5e4..b6aad5f 100644 --- a/src/protopop3.c +++ b/src/protopop3.c @@ -1,7 +1,7 @@ /*- * SSLproxy - transparent SSL/TLS proxy * - * Copyright (c) 2017-2019, Soner Tari . + * Copyright (c) 2017-2020, Soner Tari . * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/protopop3.h b/src/protopop3.h index 7dc6f50..f4b67f6 100644 --- a/src/protopop3.h +++ b/src/protopop3.h @@ -1,7 +1,7 @@ /*- * SSLproxy - transparent SSL/TLS proxy * - * Copyright (c) 2017-2019, Soner Tari . + * Copyright (c) 2017-2020, Soner Tari . * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/protosmtp.c b/src/protosmtp.c index 0b10c14..4e9da37 100644 --- a/src/protosmtp.c +++ b/src/protosmtp.c @@ -1,7 +1,7 @@ /*- * SSLproxy - transparent SSL/TLS proxy * - * Copyright (c) 2017-2019, Soner Tari . + * Copyright (c) 2017-2020, Soner Tari . * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/protosmtp.h b/src/protosmtp.h index 8a234b3..1318ad0 100644 --- a/src/protosmtp.h +++ b/src/protosmtp.h @@ -1,7 +1,7 @@ /*- * SSLproxy - transparent SSL/TLS proxy * - * Copyright (c) 2017-2019, Soner Tari . + * Copyright (c) 2017-2020, Soner Tari . * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/protossl.c b/src/protossl.c index 4dca340..d5e9447 100644 --- a/src/protossl.c +++ b/src/protossl.c @@ -3,7 +3,7 @@ * https://www.roe.ch/SSLsplit * * Copyright (c) 2009-2019, Daniel Roethlisberger . - * Copyright (c) 2017-2019, Soner Tari . + * Copyright (c) 2017-2020, Soner Tari . * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/protossl.h b/src/protossl.h index 0026132..8e72248 100644 --- a/src/protossl.h +++ b/src/protossl.h @@ -3,7 +3,7 @@ * https://www.roe.ch/SSLsplit * * Copyright (c) 2009-2019, Daniel Roethlisberger . - * Copyright (c) 2017-2019, Soner Tari . + * Copyright (c) 2017-2020, Soner Tari . * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/prototcp.c b/src/prototcp.c index 9e5204f..bd54014 100644 --- a/src/prototcp.c +++ b/src/prototcp.c @@ -3,7 +3,7 @@ * https://www.roe.ch/SSLsplit * * Copyright (c) 2009-2019, Daniel Roethlisberger . - * Copyright (c) 2017-2019, Soner Tari . + * Copyright (c) 2017-2020, Soner Tari . * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/prototcp.h b/src/prototcp.h index b23bc95..6d03dc8 100644 --- a/src/prototcp.h +++ b/src/prototcp.h @@ -3,7 +3,7 @@ * https://www.roe.ch/SSLsplit * * Copyright (c) 2009-2019, Daniel Roethlisberger . - * Copyright (c) 2017-2019, Soner Tari . + * Copyright (c) 2017-2020, Soner Tari . * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/pxyconn.c b/src/pxyconn.c index 1c3cdae..b0f660d 100644 --- a/src/pxyconn.c +++ b/src/pxyconn.c @@ -3,7 +3,7 @@ * https://www.roe.ch/SSLsplit * * Copyright (c) 2009-2019, Daniel Roethlisberger . - * Copyright (c) 2017-2019, Soner Tari . + * Copyright (c) 2017-2020, Soner Tari . * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/pxyconn.h b/src/pxyconn.h index 6767d64..2809f49 100644 --- a/src/pxyconn.h +++ b/src/pxyconn.h @@ -3,7 +3,7 @@ * https://www.roe.ch/SSLsplit * * Copyright (c) 2009-2019, Daniel Roethlisberger . - * Copyright (c) 2017-2019, Soner Tari . + * Copyright (c) 2017-2020, Soner Tari . * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/pxythrmgr.c b/src/pxythrmgr.c index c70aa7b..267fa33 100644 --- a/src/pxythrmgr.c +++ b/src/pxythrmgr.c @@ -3,7 +3,7 @@ * https://www.roe.ch/SSLsplit * * Copyright (c) 2009-2019, Daniel Roethlisberger . - * Copyright (c) 2017-2019, Soner Tari . + * Copyright (c) 2017-2020, Soner Tari . * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/pxythrmgr.h b/src/pxythrmgr.h index 18fdc53..ef79d0f 100644 --- a/src/pxythrmgr.h +++ b/src/pxythrmgr.h @@ -3,7 +3,7 @@ * https://www.roe.ch/SSLsplit * * Copyright (c) 2009-2019, Daniel Roethlisberger . - * Copyright (c) 2017-2019, Soner Tari . + * Copyright (c) 2017-2020, Soner Tari . * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/sslproxy.1 b/src/sslproxy.1 index 3b30bff..ea88bd9 100644 --- a/src/sslproxy.1 +++ b/src/sslproxy.1 @@ -3,7 +3,7 @@ .\" https://github.com/sonertari/SSLproxy .\" .\" Copyright (c) 2009-2019, Daniel Roethlisberger . -.\" Copyright (c) 2017-2019, Soner Tari . +.\" Copyright (c) 2017-2020, Soner Tari . .\" All rights reserved. .\" .\" The modifications for SSLproxy are licensed under the same terms as diff --git a/src/sslproxy.conf.5 b/src/sslproxy.conf.5 index 87ef0b1..f84affe 100644 --- a/src/sslproxy.conf.5 +++ b/src/sslproxy.conf.5 @@ -3,7 +3,7 @@ .\" https://github.com/sonertari/SSLproxy .\" .\" Copyright (c) 2009-2019, Daniel Roethlisberger . -.\" Copyright (c) 2017-2019, Soner Tari . +.\" Copyright (c) 2017-2020, Soner Tari . .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/tests/testproxy/lp/main.c b/tests/testproxy/lp/main.c index 2a5846f..58e04fe 100644 --- a/tests/testproxy/lp/main.c +++ b/tests/testproxy/lp/main.c @@ -88,7 +88,7 @@ main_version(void) fprintf(stderr, "---------------------------------------" "---------------------------------------\n"); } - fprintf(stderr, "Copyright (c) 2017-2019, Soner Tari \n"); + fprintf(stderr, "Copyright (c) 2017-2020, Soner Tari \n"); fprintf(stderr, "https://github.com/sonertari/SSLproxy\n"); fprintf(stderr, "Copyright (c) 2009-2019, " "Daniel Roethlisberger \n"); diff --git a/tests/testproxy/lp/opts.c b/tests/testproxy/lp/opts.c index 6bc31f2..fde1da6 100644 --- a/tests/testproxy/lp/opts.c +++ b/tests/testproxy/lp/opts.c @@ -3,7 +3,7 @@ * https://www.roe.ch/SSLsplit * * Copyright (c) 2009-2019, Daniel Roethlisberger . - * Copyright (c) 2017-2019, Soner Tari . + * Copyright (c) 2017-2020, Soner Tari . * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/testproxy/lp/prototcp.c b/tests/testproxy/lp/prototcp.c index 08c92b8..5a70b48 100644 --- a/tests/testproxy/lp/prototcp.c +++ b/tests/testproxy/lp/prototcp.c @@ -3,7 +3,7 @@ * https://www.roe.ch/SSLsplit * * Copyright (c) 2009-2019, Daniel Roethlisberger . - * Copyright (c) 2017-2019, Soner Tari . + * Copyright (c) 2017-2020, Soner Tari . * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/testproxy/lp/prototcp.h b/tests/testproxy/lp/prototcp.h index 21295a8..2d8bd96 100644 --- a/tests/testproxy/lp/prototcp.h +++ b/tests/testproxy/lp/prototcp.h @@ -3,7 +3,7 @@ * https://www.roe.ch/SSLsplit * * Copyright (c) 2009-2019, Daniel Roethlisberger . - * Copyright (c) 2017-2019, Soner Tari . + * Copyright (c) 2017-2020, Soner Tari . * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/testproxy/lp/pxyconn.c b/tests/testproxy/lp/pxyconn.c index d4912c2..f08e1c6 100644 --- a/tests/testproxy/lp/pxyconn.c +++ b/tests/testproxy/lp/pxyconn.c @@ -3,7 +3,7 @@ * https://www.roe.ch/SSLsplit * * Copyright (c) 2009-2019, Daniel Roethlisberger . - * Copyright (c) 2017-2019, Soner Tari . + * Copyright (c) 2017-2020, Soner Tari . * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/testproxy/lp/pxyconn.h b/tests/testproxy/lp/pxyconn.h index 7fc9a49..88c41b3 100644 --- a/tests/testproxy/lp/pxyconn.h +++ b/tests/testproxy/lp/pxyconn.h @@ -3,7 +3,7 @@ * https://www.roe.ch/SSLsplit * * Copyright (c) 2009-2019, Daniel Roethlisberger . - * Copyright (c) 2017-2019, Soner Tari . + * Copyright (c) 2017-2020, Soner Tari . * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tests/testproxy/lp/pxythrmgr.c b/tests/testproxy/lp/pxythrmgr.c index acd8277..c9ebf68 100644 --- a/tests/testproxy/lp/pxythrmgr.c +++ b/tests/testproxy/lp/pxythrmgr.c @@ -3,7 +3,7 @@ * https://www.roe.ch/SSLsplit * * Copyright (c) 2009-2019, Daniel Roethlisberger . - * Copyright (c) 2017-2019, Soner Tari . + * Copyright (c) 2017-2020, Soner Tari . * All rights reserved. * * Redistribution and use in source and binary forms, with or without