summaryrefslogtreecommitdiffstats
path: root/php/Attic/examples/sample-sp
diff options
context:
space:
mode:
authorEmmanuel Raviart <eraviart@entrouvert.com>2005-01-22 15:57:56 +0000
committerEmmanuel Raviart <eraviart@entrouvert.com>2005-01-22 15:57:56 +0000
commit7a03e99b09663c4d35f5b103d8439b3413f05659 (patch)
tree9c625500bab52b74459bae84768f4a0d2110a5c1 /php/Attic/examples/sample-sp
parentdf29bb95b1017de3499eb53ae542c51692d229eb (diff)
downloadlasso-7a03e99b09663c4d35f5b103d8439b3413f05659.tar.gz
lasso-7a03e99b09663c4d35f5b103d8439b3413f05659.tar.xz
lasso-7a03e99b09663c4d35f5b103d8439b3413f05659.zip
Updated Copyright and authors.
Diffstat (limited to 'php/Attic/examples/sample-sp')
-rw-r--r--php/Attic/examples/sample-sp/admin_user.php4
-rw-r--r--php/Attic/examples/sample-sp/assertionConsumer.php2
-rw-r--r--php/Attic/examples/sample-sp/cancel_federation.php2
-rw-r--r--php/Attic/examples/sample-sp/index.php4
-rw-r--r--php/Attic/examples/sample-sp/log_view.php4
-rw-r--r--php/Attic/examples/sample-sp/login.php2
-rw-r--r--php/Attic/examples/sample-sp/logout.php2
-rw-r--r--php/Attic/examples/sample-sp/misc.php2
-rw-r--r--php/Attic/examples/sample-sp/register.php2
-rw-r--r--php/Attic/examples/sample-sp/session.php2
-rw-r--r--php/Attic/examples/sample-sp/setup.php4
-rw-r--r--php/Attic/examples/sample-sp/soapEndpoint.php2
-rw-r--r--php/Attic/examples/sample-sp/view_session.php4
13 files changed, 18 insertions, 18 deletions
diff --git a/php/Attic/examples/sample-sp/admin_user.php b/php/Attic/examples/sample-sp/admin_user.php
index 48a903dd..72b29659 100644
--- a/php/Attic/examples/sample-sp/admin_user.php
+++ b/php/Attic/examples/sample-sp/admin_user.php
@@ -2,7 +2,7 @@
/*
* Service Provider Example -- User Administration
*
- * Copyright (C) 2004 Entr'ouvert
+ * Copyright (C) 2004, 2005 Entr'ouvert
* http://lasso.entrouvert.org
*
* Authors: Christophe Nowicki <cnowicki@easter-eggs.com>
@@ -194,7 +194,7 @@
</p>
<br>
-<p>Copyright &copy; 2004 Entr'ouvert</p>
+<p>Copyright &copy; 2004, 2005 Entr'ouvert</p>
</body>
diff --git a/php/Attic/examples/sample-sp/assertionConsumer.php b/php/Attic/examples/sample-sp/assertionConsumer.php
index f7d38d32..46bc63a5 100644
--- a/php/Attic/examples/sample-sp/assertionConsumer.php
+++ b/php/Attic/examples/sample-sp/assertionConsumer.php
@@ -2,7 +2,7 @@
/*
* Service Provider Example -- AssertionConsumer
*
- * Copyright (C) 2004 Entr'ouvert
+ * Copyright (C) 2004, 2005 Entr'ouvert
* http://lasso.entrouvert.org
*
* Authors: Christophe Nowicki <cnowicki@easter-eggs.com>
diff --git a/php/Attic/examples/sample-sp/cancel_federation.php b/php/Attic/examples/sample-sp/cancel_federation.php
index 66a2076d..818f2b75 100644
--- a/php/Attic/examples/sample-sp/cancel_federation.php
+++ b/php/Attic/examples/sample-sp/cancel_federation.php
@@ -2,7 +2,7 @@
/*
* Service Provider Example -- Cancel Federation with an Identity Provider
*
- * Copyright (C) 2004 Entr'ouvert
+ * Copyright (C) 2004, 2005 Entr'ouvert
* http://lasso.entrouvert.org
*
* Authors: Christophe Nowicki <cnowicki@easter-eggs.com>
diff --git a/php/Attic/examples/sample-sp/index.php b/php/Attic/examples/sample-sp/index.php
index 43948017..6ccd1b8b 100644
--- a/php/Attic/examples/sample-sp/index.php
+++ b/php/Attic/examples/sample-sp/index.php
@@ -2,7 +2,7 @@
/*
* Service Provider Example -- Index File
*
- * Copyright (C) 2004 Entr'ouvert
+ * Copyright (C) 2004, 2005 Entr'ouvert
* http://lasso.entrouvert.org
*
* Authors: Christophe Nowicki <cnowicki@easter-eggs.com>
@@ -206,7 +206,7 @@ You can get more informations about <b>Lasso</b> at <br>
</table>
</p>
<br>
-<p align='center'>Copyright &copy; 2004 Entr'ouvert</p>
+<p align='center'>Copyright &copy; 2004, 2005 Entr'ouvert</p>
</body>
</html>
<?php
diff --git a/php/Attic/examples/sample-sp/log_view.php b/php/Attic/examples/sample-sp/log_view.php
index 43384da4..ccba208c 100644
--- a/php/Attic/examples/sample-sp/log_view.php
+++ b/php/Attic/examples/sample-sp/log_view.php
@@ -2,7 +2,7 @@
/*
* Service Provider Example -- View log
*
- * Copyright (C) 2004 Entr'ouvert
+ * Copyright (C) 2004, 2005 Entr'ouvert
* http://lasso.entrouvert.org
*
* Authors: Christophe Nowicki <cnowicki@easter-eggs.com>
@@ -154,7 +154,7 @@
<p align='center'><a href='index.php'>Index</a>
</p>
<br>
-<p>Copyright &copy; 2004 Entr'ouvert</p>
+<p>Copyright &copy; 2004, 2005 Entr'ouvert</p>
</body>
</html>
diff --git a/php/Attic/examples/sample-sp/login.php b/php/Attic/examples/sample-sp/login.php
index 8d507eb6..f04ef8a5 100644
--- a/php/Attic/examples/sample-sp/login.php
+++ b/php/Attic/examples/sample-sp/login.php
@@ -2,7 +2,7 @@
/*
* Service Provider Example -- Simple Sing On
*
- * Copyright (C) 2004 Entr'ouvert
+ * Copyright (C) 2004, 2005 Entr'ouvert
* http://lasso.entrouvert.org
*
* Authors: Christophe Nowicki <cnowicki@easter-eggs.com>
diff --git a/php/Attic/examples/sample-sp/logout.php b/php/Attic/examples/sample-sp/logout.php
index 64c1214b..0c9ba4c9 100644
--- a/php/Attic/examples/sample-sp/logout.php
+++ b/php/Attic/examples/sample-sp/logout.php
@@ -2,7 +2,7 @@
/*
* Service Provider Example -- Logout
*
- * Copyright (C) 2004 Entr'ouvert
+ * Copyright (C) 2004, 2005 Entr'ouvert
* http://lasso.entrouvert.org
*
* Authors: Christophe Nowicki <cnowicki@easter-eggs.com>
diff --git a/php/Attic/examples/sample-sp/misc.php b/php/Attic/examples/sample-sp/misc.php
index df9709e5..d1f5107a 100644
--- a/php/Attic/examples/sample-sp/misc.php
+++ b/php/Attic/examples/sample-sp/misc.php
@@ -2,7 +2,7 @@
/*
* Service Provider Example -- Misc functions
*
- * Copyright (C) 2004 Entr'ouvert
+ * Copyright (C) 2004, 2005 Entr'ouvert
* http://lasso.entrouvert.org
*
* Authors: Christophe Nowicki <cnowicki@easter-eggs.com>
diff --git a/php/Attic/examples/sample-sp/register.php b/php/Attic/examples/sample-sp/register.php
index 26c468f5..2e80e903 100644
--- a/php/Attic/examples/sample-sp/register.php
+++ b/php/Attic/examples/sample-sp/register.php
@@ -2,7 +2,7 @@
/*
* Service Provider Example -- Register Form
*
- * Copyright (C) 2004 Entr'ouvert
+ * Copyright (C) 2004, 2005 Entr'ouvert
* http://lasso.entrouvert.org
*
* Authors: Christophe Nowicki <cnowicki@easter-eggs.com>
diff --git a/php/Attic/examples/sample-sp/session.php b/php/Attic/examples/sample-sp/session.php
index 45bf99c7..b51bb893 100644
--- a/php/Attic/examples/sample-sp/session.php
+++ b/php/Attic/examples/sample-sp/session.php
@@ -2,7 +2,7 @@
/*
* Pear::DB session handler
*
- * Copyright (C) 2004 Entr'ouvert
+ * Copyright (C) 2004, 2005 Entr'ouvert
* http://lasso.entrouvert.org
*
* Authors: Christophe Nowicki <cnowicki@easter-eggs.com>
diff --git a/php/Attic/examples/sample-sp/setup.php b/php/Attic/examples/sample-sp/setup.php
index b90e8ce6..ab4b1399 100644
--- a/php/Attic/examples/sample-sp/setup.php
+++ b/php/Attic/examples/sample-sp/setup.php
@@ -3,7 +3,7 @@
*
* Service Provider Example -- Installation Script
*
- * Copyright (C) 2004 Entr'ouvert
+ * Copyright (C) 2004, 2005 Entr'ouvert
* http://lasso.entrouvert.org
*
* Authors: Christophe Nowicki <cnowicki@easter-eggs.com>
@@ -411,7 +411,7 @@
</form>
<p align='center'><a href='index.php'>Index</a>
</p>
-<p>Copyright &copy; 2004 Entr'ouvert</p>
+<p>Copyright &copy; 2004, 2005 Entr'ouvert</p>
</body>
</html>
<?php
diff --git a/php/Attic/examples/sample-sp/soapEndpoint.php b/php/Attic/examples/sample-sp/soapEndpoint.php
index ef7dcc8a..068dae18 100644
--- a/php/Attic/examples/sample-sp/soapEndpoint.php
+++ b/php/Attic/examples/sample-sp/soapEndpoint.php
@@ -2,7 +2,7 @@
/*
* Identity Provider Example -- SOAP Endpoint
*
- * Copyright (C) 2004 Entr'ouvert
+ * Copyright (C) 2004, 2005 Entr'ouvert
* http://lasso.entrouvert.org
*
* Authors: Christophe Nowicki <cnowicki@easter-eggs.com>
diff --git a/php/Attic/examples/sample-sp/view_session.php b/php/Attic/examples/sample-sp/view_session.php
index 3a8252b3..056e5bb1 100644
--- a/php/Attic/examples/sample-sp/view_session.php
+++ b/php/Attic/examples/sample-sp/view_session.php
@@ -2,7 +2,7 @@
/*
* Service Provider Example -- Online User Viewer
*
- * Copyright (C) 2004 Entr'ouvert
+ * Copyright (C) 2004, 2005 Entr'ouvert
* http://lasso.entrouvert.org
*
* Authors: Christophe Nowicki <cnowicki@easter-eggs.com>
@@ -82,7 +82,7 @@ You can get more informations about <b>Lasso</b> at <br>
<p align='center'><a href='index.php'>Index</a>
</p>
<br>
-<p align='center'>Copyright &copy; 2004 Entr'ouvert</p>
+<p align='center'>Copyright &copy; 2004, 2005 Entr'ouvert</p>
</body>
</html>