summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2023-04-23 18:07:46 -0700
committerGarrett D'Amore <garrett@damore.org>2023-04-23 18:07:46 -0700
commitc5e9d8acfc226418dedcf2e34a617bffae043ff6 (patch)
tree3be398b24cc4c85a00b88b81c1a615641cdd1f50
parentc9a51ecd4c35c9fe7bcf83a943d2f6875313454e (diff)
downloadnng-c5e9d8acfc226418dedcf2e34a617bffae043ff6.tar.gz
nng-c5e9d8acfc226418dedcf2e34a617bffae043ff6.tar.bz2
nng-c5e9d8acfc226418dedcf2e34a617bffae043ff6.zip
fix copyrights
-rw-r--r--src/core/listener.c2
-rw-r--r--src/core/sockimpl.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/listener.c b/src/core/listener.c
index 0ec8e507..80aa17d7 100644
--- a/src/core/listener.c
+++ b/src/core/listener.c
@@ -1,5 +1,5 @@
//
-// Copyright 2021 Staysail Systems, Inc. <info@staysail.tech>
+// Copyright 2023 Staysail Systems, Inc. <info@staysail.tech>
// Copyright 2018 Capitar IT Group BV <info@capitar.com>
// Copyright 2018 Devolutions <info@devolutions.net>
//
diff --git a/src/core/sockimpl.h b/src/core/sockimpl.h
index 62c6b27c..e568f37f 100644
--- a/src/core/sockimpl.h
+++ b/src/core/sockimpl.h
@@ -1,5 +1,5 @@
//
-// Copyright 2021 Staysail Systems, Inc. <info@staysail.tech>
+// Copyright 2023 Staysail Systems, Inc. <info@staysail.tech>
// Copyright 2018 Capitar IT Group BV <info@capitar.com>
//
// This software is supplied under the terms of the MIT License, a