Skip to content
Snippets Groups Projects
Commit 1e14a7c3 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

sanitize legal statements

Replace individual copyright and authorship statements in each file by a
dedicated README.txt file
parent 4c52986f
No related branches found
No related tags found
No related merge requests found
IdP Account Manager
-------------------
This software is licensed under GÉANT Standard Open Source Software Outward
Licence.
This software was developed by RENATER, with funding from the European
Community Seventh Framework Programme (FP7/2007-2013) under grant agreement nº
238875 (GÉANT).
This software was initialy authored by Olivier Salaün.
#!/usr/bin/perl #!/usr/bin/perl
## Copyright (c) GEANT
## This software was developed by RENATER. The research leading to these results has received funding
## from the European Community¹s Seventh Framework Programme (FP7/2007-2013) under grant agreement nº 238875 (GÉANT).
## 18/07/2014, Olivier Salaün
## Command-line client for the Test IdP Account Manager
use strict; use strict;
use warnings; use warnings;
use utf8; use utf8;
...@@ -374,7 +367,7 @@ __END__ ...@@ -374,7 +367,7 @@ __END__
=head1 NAME =head1 NAME
account-manager-client.pl - Command line client to the Test Account manager account-manager-client.pl - Command line client to the Test IdP Account manager
=head1 SYNOPSIS =head1 SYNOPSIS
...@@ -485,13 +478,3 @@ Sends a mail notice to the specified email address. ...@@ -485,13 +478,3 @@ Sends a mail notice to the specified email address.
--displayname 'Test SP' --contacts email1@dom,email2@dom --displayname 'Test SP' --contacts email1@dom,email2@dom
Adds a new Service provider Adds a new Service provider
=head1 AUTHOR
Olivier Salaün (olivier.salaun@renater.fr)
=head1 LICENSE
Copyright (c) GEANT
This software was developed by RENATER. The research leading to these results has received funding
from the European Community¹s Seventh Framework Programme (FP7/2007-2013) under grant agreement nº 238875 (GÉANT).
#!/usr/bin/perl #!/usr/bin/perl
## Copyright (c) GEANT
## This software was developed by RENATER. The research leading to these results has received funding
## from the European Community¹s Seventh Framework Programme (FP7/2007-2013) under grant agreement nº 238875 (GÉANT).
## 15/09/2014, Olivier Salaün
## Web interface for the eduGAIN Access Check Account Manager
use strict; use strict;
use warnings; use warnings;
use utf8; use utf8;
...@@ -55,3 +48,9 @@ if (defined $request) { ...@@ -55,3 +48,9 @@ if (defined $request) {
} }
$request->respond(); $request->respond();
__END__
=head1 NAME
account-manager-web.pl - Web interface for the Test IdP Account Manager
package IdPAccountManager::SAMLMetadata; package IdPAccountManager::SAMLMetadata;
## Copyright (c) GEANT
## This software was developed by RENATER. The research leading to these results has received funding
## from the European Community¹s Seventh Framework Programme (FP7/2007-2013) under grant agreement nº 238875 (GÉANT).
use strict; use strict;
use warnings; use warnings;
...@@ -471,13 +467,3 @@ EntityID of SAML entities to filter. ...@@ -471,13 +467,3 @@ EntityID of SAML entities to filter.
=item C<print FD> =item C<print FD>
Dumps the content of the SAML metadata to the specified FD file handler (default to STDOUT) Dumps the content of the SAML metadata to the specified FD file handler (default to STDOUT)
=head1 AUTHOR
Olivier Salaün (olivier.salaun@renater.fr)
=head1 LICENSE
Copyright (c) GEANT
This software was developed by RENATER. The research leading to these results has received funding
from the European Community¹s Seventh Framework Programme (FP7/2007-2013) under grant agreement nº 238875 (GÉANT).
package IdPAccountManager::Tools; package IdPAccountManager::Tools;
## Copyright (c) GEANT
## This software was developed by RENATER. The research leading to these results has received funding
## from the European Community¹s Seventh Framework Programme (FP7/2007-2013) under grant agreement nº 238875 (GÉANT).
use Digest::SHA; use Digest::SHA;
use Encode; use Encode;
use Template; use Template;
...@@ -326,13 +322,3 @@ Returns a SHA256 hash for $string. ...@@ -326,13 +322,3 @@ Returns a SHA256 hash for $string.
Update simpleSAMLphp authsources.php configuration file with the currently valid test accounts. Update simpleSAMLphp authsources.php configuration file with the currently valid test accounts.
=back =back
=head1 AUTHOR
Olivier Salaün (olivier.salaun@renater.fr)
=head1 LICENSE
Copyright (c) GEANT
This software was developed by RENATER. The research leading to these results has received funding
from the European Community¹s Seventh Framework Programme (FP7/2007-2013) under grant agreement nº 238875 (GÉANT).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment