summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Novakovic <chris@chrisn.me.uk>2024-01-04 22:17:30 +0000
committerChris Novakovic <chris@chrisn.me.uk>2024-01-04 22:17:30 +0000
commitae8e63a1891c5cde99fc01d5969299f256b68263 (patch)
tree7a8695b9f261522e016cbb472889d49bc1d2ce5b
parent35ead605d9110bc7985a2cf72d64e18b47eeb55f (diff)
Mark Tuure as an inactive contributor
Tuure's last contribution was the configuration for Travis and AppVeyor, in 2018. Update the maintainership notices and copyright dates in each module/script to reflect this.
-rw-r--r--Makefile.PL2
-rw-r--r--README2
-rw-r--r--SSLeay.xs2
-rwxr-xr-xhelper_script/generate-test-pki4
-rwxr-xr-xhelper_script/update-exported-constants4
-rw-r--r--inc/Test/Net/SSLeay.pm4
-rw-r--r--inc/Test/Net/SSLeay/Socket.pm4
-rw-r--r--lib/Net/SSLeay.pm2
-rw-r--r--lib/Net/SSLeay.pod8
-rw-r--r--lib/Net/SSLeay/Handle.pm8
10 files changed, 18 insertions, 22 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 89dd922..b7ad617 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -42,8 +42,8 @@ my %eumm_args = (
'Sampo Kellomaki <sampo@iki.fi>',
'Florian Ragwitz <rafl@debian.org>',
'Mike McCauley <mikem@airspayce.com>',
- 'Chris Novakovic <chris@chrisn.me.uk>',
'Tuure Vartiainen <vartiait@radiatorsoftware.com>',
+ 'Chris Novakovic <chris@chrisn.me.uk>',
'Heikki Vatiainen <hvn@radiatorsoftware.com>'
],
VERSION_FROM => 'lib/Net/SSLeay.pm',
diff --git a/README b/README
index 0a392fb..2ac0a45 100644
--- a/README
+++ b/README
@@ -288,8 +288,8 @@ Copyright
Copyright (c) 1996-2003 Sampo Kellomäki <sampo@iki.fi>
Copyright (c) 2005-2010 Florian Ragwitz <rafl@debian.org>
Copyright (c) 2005-2018 Mike McCauley <mikem@airspayce.com>
+Copyright (c) 2018 Tuure Vartiainen <vartiait@radiatorsoftware.com>
Copyright (c) 2018- Chris Novakovic <chris@chrisn.me.uk>
-Copyright (c) 2018- Tuure Vartiainen <vartiait@radiatorsoftware.com>
Copyright (c) 2018- Heikki Vatiainen <hvn@radiatorsoftware.com>
All rights reserved.
diff --git a/SSLeay.xs b/SSLeay.xs
index 0a03abc..e345ebd 100644
--- a/SSLeay.xs
+++ b/SSLeay.xs
@@ -3,8 +3,8 @@
* Copyright (c) 1996-2003 Sampo Kellomäki <sampo@iki.fi>
* Copyright (c) 2005-2010 Florian Ragwitz <rafl@debian.org>
* Copyright (c) 2005-2018 Mike McCauley <mikem@airspayce.com>
+ * Copyright (c) 2018 Tuure Vartiainen <vartiait@radiatorsoftware.com>
* Copyright (c) 2018- Chris Novakovic <chris@chrisn.me.uk>
- * Copyright (c) 2018- Tuure Vartiainen <vartiait@radiatorsoftware.com>
* Copyright (c) 2018- Heikki Vatiainen <hvn@radiatorsoftware.com>
*
* All rights reserved.
diff --git a/helper_script/generate-test-pki b/helper_script/generate-test-pki
index f5a944a..f2d7acb 100755
--- a/helper_script/generate-test-pki
+++ b/helper_script/generate-test-pki
@@ -1995,14 +1995,12 @@ the version of OpenSSL you are using.
Originally written by Chris Novakovic.
-Maintained by Chris Novakovic, Tuure Vartiainen and Heikki Vatiainen.
+Maintained by Chris Novakovic and Heikki Vatiainen.
=head1 COPYRIGHT AND LICENSE
Copyright 2020- Chris Novakovic <chris@chrisn.me.uk>.
-Copyright 2020- Tuure Vartiainen <vartiait@radiatorsoftware.com>.
-
Copyright 2020- Heikki Vatiainen <hvn@radiatorsoftware.com>.
This module is released under the terms of the Artistic License 2.0. For
diff --git a/helper_script/update-exported-constants b/helper_script/update-exported-constants
index 712f13d..ea9f347 100755
--- a/helper_script/update-exported-constants
+++ b/helper_script/update-exported-constants
@@ -724,14 +724,12 @@ the version of Net-SSLeay you are using.
Originally written by Chris Novakovic.
-Maintained by Chris Novakovic, Tuure Vartiainen and Heikki Vatiainen.
+Maintained by Chris Novakovic and Heikki Vatiainen.
=head1 COPYRIGHT AND LICENSE
Copyright 2021- Chris Novakovic <chris@chrisn.me.uk>.
-Copyright 2021- Tuure Vartiainen <vartiait@radiatorsoftware.com>.
-
Copyright 2021- Heikki Vatiainen <hvn@radiatorsoftware.com>.
This module is released under the terms of the Artistic License 2.0. For
diff --git a/inc/Test/Net/SSLeay.pm b/inc/Test/Net/SSLeay.pm
index cae88b9..ada6a47 100644
--- a/inc/Test/Net/SSLeay.pm
+++ b/inc/Test/Net/SSLeay.pm
@@ -851,14 +851,12 @@ the version of OpenSSL or LibreSSL you are using.
Originally written by Chris Novakovic.
-Maintained by Chris Novakovic, Tuure Vartiainen and Heikki Vatiainen.
+Maintained by Chris Novakovic and Heikki Vatiainen.
=head1 COPYRIGHT AND LICENSE
Copyright 2020- Chris Novakovic <chris@chrisn.me.uk>.
-Copyright 2020- Tuure Vartiainen <vartiait@radiatorsoftware.com>.
-
Copyright 2020- Heikki Vatiainen <hvn@radiatorsoftware.com>.
This module is released under the terms of the Artistic License 2.0. For
diff --git a/inc/Test/Net/SSLeay/Socket.pm b/inc/Test/Net/SSLeay/Socket.pm
index 479fde1..850274d 100644
--- a/inc/Test/Net/SSLeay/Socket.pm
+++ b/inc/Test/Net/SSLeay/Socket.pm
@@ -310,14 +310,12 @@ the version of OpenSSL or LibreSSL you are using.
Originally written by Chris Novakovic.
-Maintained by Chris Novakovic, Tuure Vartiainen and Heikki Vatiainen.
+Maintained by Chris Novakovic and Heikki Vatiainen.
=head1 COPYRIGHT AND LICENSE
Copyright 2020- Chris Novakovic <chris@chrisn.me.uk>.
-Copyright 2020- Tuure Vartiainen <vartiait@radiatorsoftware.com>.
-
Copyright 2020- Heikki Vatiainen <hvn@radiatorsoftware.com>.
This module is released under the terms of the Artistic License 2.0. For
diff --git a/lib/Net/SSLeay.pm b/lib/Net/SSLeay.pm
index 85bef47..c8031b4 100644
--- a/lib/Net/SSLeay.pm
+++ b/lib/Net/SSLeay.pm
@@ -3,8 +3,8 @@
# Copyright (c) 1996-2003 Sampo Kellomäki <sampo@iki.fi>
# Copyright (c) 2005-2010 Florian Ragwitz <rafl@debian.org>
# Copyright (c) 2005-2018 Mike McCauley <mikem@airspayce.com>
+# Copyright (c) 2018 Tuure Vartiainen <vartiait@radiatorsoftware.com>
# Copyright (c) 2018- Chris Novakovic <chris@chrisn.me.uk>
-# Copyright (c) 2018- Tuure Vartiainen <vartiait@radiatorsoftware.com>
# Copyright (c) 2018- Heikki Vatiainen <hvn@radiatorsoftware.com>
#
# All rights reserved.
diff --git a/lib/Net/SSLeay.pod b/lib/Net/SSLeay.pod
index 9e7feb5..f8de992 100644
--- a/lib/Net/SSLeay.pod
+++ b/lib/Net/SSLeay.pod
@@ -11240,7 +11240,9 @@ Maintained by Florian Ragwitz between November 2005 and January 2010.
Maintained by Mike McCauley between November 2005 and June 2018.
-Maintained by Chris Novakovic, Tuure Vartiainen and Heikki Vatiainen since June 2018.
+Maintained by Tuure Vartiainen between June 2018 and July 2018.
+
+Maintained by Chris Novakovic and Heikki Vatiainen since June 2018.
=head1 COPYRIGHT
@@ -11250,9 +11252,9 @@ Copyright (c) 2005-2010 Florian Ragwitz <rafl@debian.org>
Copyright (c) 2005-2018 Mike McCauley <mikem@airspayce.com>
-Copyright (c) 2018- Chris Novakovic <chris@chrisn.me.uk>
+Copyright (c) 2018 Tuure Vartiainen <vartiait@radiatorsoftware.com>
-Copyright (c) 2018- Tuure Vartiainen <vartiait@radiatorsoftware.com>
+Copyright (c) 2018- Chris Novakovic <chris@chrisn.me.uk>
Copyright (c) 2018- Heikki Vatiainen <hvn@radiatorsoftware.com>
diff --git a/lib/Net/SSLeay/Handle.pm b/lib/Net/SSLeay/Handle.pm
index 7a93db9..faa5c00 100644
--- a/lib/Net/SSLeay/Handle.pm
+++ b/lib/Net/SSLeay/Handle.pm
@@ -377,7 +377,9 @@ Maintained by Florian Ragwitz between November 2005 and January 2010.
Maintained by Mike McCauley between November 2005 and June 2018.
-Maintained by Chris Novakovic, Tuure Vartiainen and Heikki Vatiainen since June 2018.
+Maintained by Tuure Vartiainen between June 2018 and July 2018.
+
+Maintained by Chris Novakovic and Heikki Vatiainen since June 2018.
=head1 COPYRIGHT
@@ -389,9 +391,9 @@ Copyright (c) 2005-2010 Florian Ragwitz <rafl@debian.org>
Copyright (c) 2005-2018 Mike McCauley <mikem@airspayce.com>
-Copyright (c) 2018- Chris Novakovic <chris@chrisn.me.uk>
+Copyright (c) 2018 Tuure Vartiainen <vartiait@radiatorsoftware.com>
-Copyright (c) 2018- Tuure Vartiainen <vartiait@radiatorsoftware.com>
+Copyright (c) 2018- Chris Novakovic <chris@chrisn.me.uk>
Copyright (c) 2018- Heikki Vatiainen <hvn@radiatorsoftware.com>