From 1f2f2edface6f72fb49bfba3fb78791253cf0be7 Mon Sep 17 00:00:00 2001 From: John Sully Date: Thu, 21 Feb 2019 00:17:07 -0500 Subject: [PATCH] Update copyright notice on files heavily changed --- src/networking.cpp | 1 + src/replication.cpp | 1 + src/server.c | 1 + 3 files changed, 3 insertions(+) diff --git a/src/networking.cpp b/src/networking.cpp index 031fab5f9..b629a4e2c 100644 --- a/src/networking.cpp +++ b/src/networking.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2009-2012, Salvatore Sanfilippo + * Copyright (c) 2019 John Sully * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/replication.cpp b/src/replication.cpp index b51a674a9..52671fa07 100644 --- a/src/replication.cpp +++ b/src/replication.cpp @@ -1,6 +1,7 @@ /* Asynchronous replication implementation. * * Copyright (c) 2009-2012, Salvatore Sanfilippo + * Copyright (c) 2019 John Sully * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/server.c b/src/server.c index 3ee93d4fb..69a33a646 100644 --- a/src/server.c +++ b/src/server.c @@ -1,5 +1,6 @@ /* * Copyright (c) 2009-2016, Salvatore Sanfilippo + * Copyright (c) 2019 John Sully * All rights reserved. * * Redistribution and use in source and binary forms, with or without