Skip to content

Commit f3887f5

Browse files
committed
Fixup Contributors and cleanup README
1 parent 9d8c3bd commit f3887f5

File tree

4 files changed

+37
-15
lines changed

4 files changed

+37
-15
lines changed

Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use ExtUtils::MakeMaker;
77

88
my %WriteMakefileArgs = (
99
"ABSTRACT" => "SAML bindings and protocol implementation",
10-
"AUTHOR" => "Original Author: Chris Andrews <chrisa\@cpan.org>",
10+
"AUTHOR" => "Chris Andrews <chrisa\@cpan.org>",
1111
"CONFIGURE_REQUIRES" => {
1212
"ExtUtils::MakeMaker" => 0
1313
},

README

+13-10
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,16 @@ MAJOR CAVEATS
8484
SP-side protocol only
8585
Requires XML metadata from the IdP
8686

87-
AUTHOR
88-
Chris Andrews <[email protected]>
87+
CONTRIBUTORS
88+
Chris Andrews <[email protected]>
89+
Oskari Okko Ojala <[email protected]>
90+
Peter Marschall <[email protected]>
91+
Mike Wisener <[email protected]>
92+
Jeff Fearn <[email protected]>
93+
Alessandro Ranellucci <[email protected]>
94+
Mike Wisener <[email protected]>, xmikew <[email protected]>
95+
96+
Timothy Legge <[email protected]>
8997

9098
COPYRIGHT
9199
The following copyright notice applies to all the files provided in this
@@ -98,16 +106,11 @@ LICENCE
98106
under the same terms as Perl itself.
99107

100108
AUTHOR
101-
Original Author: Chris Andrews <[email protected]>
109+
Chris Andrews <[email protected]>
102110

103111
COPYRIGHT AND LICENSE
104-
This software is copyright (c) 2021 by Chris Andrews and Others; in
105-
detail:
106-
107-
Copyright 2010-2012 Chris Andrews
108-
2016 Jeff Fearn
109-
2017 xmikew
110-
2019-2021 Timothy Legge
112+
This software is copyright (c) 2021 by Chris Andrews and Others, see the
113+
git log.
111114

112115
This is free software; you can redistribute it and/or modify it under
113116
the same terms as the Perl 5 programming language system itself.

dist.ini

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = Net-Saml2
22
abstract = SAML bindings and protocol implementation
3-
author = Original Author: Chris Andrews <[email protected]>
3+
author = Chris Andrews <[email protected]>
44
copyright_holder = Chris Andrews and Others, see the git log
55
; [...]
66
license = Perl_5
@@ -77,5 +77,4 @@ web = https://github.com/perl-net-saml2/perl-Net-SAML2/issues
7777

7878
[PodWeaver]
7979
[VersionFromModule]
80-
[AuthorsFromGit]
8180
[Signature]

lib/Net/SAML2.pm

+22-2
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,29 @@ use Net::SAML2::Protocol::ArtifactResolve;
125125

126126
=pod
127127
128-
=head1 AUTHOR
128+
=head1 CONTRIBUTORS
129129
130-
Chris Andrews <[email protected]>
130+
=over
131+
132+
=item Chris Andrews <[email protected]>
133+
134+
=item Oskari Okko Ojala <[email protected]>
135+
136+
=item Peter Marschall <[email protected]>
137+
138+
=item Mike Wisener <[email protected]>
139+
140+
=item Jeff Fearn <[email protected]>
141+
142+
=item Alessandro Ranellucci <[email protected]>
143+
144+
=item Mike Wisener <[email protected]>, xmikew <[email protected]>
145+
146+
=item xmikew <[email protected]>
147+
148+
=item Timothy Legge <[email protected]>
149+
150+
=back
131151
132152
=head1 COPYRIGHT
133153

0 commit comments

Comments
 (0)