summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--csharp/tests/BindingTests.cs2
-rw-r--r--java/coldfusion/src/CFLassoSingleLogout.java2
-rw-r--r--java/coldfusion/src/CFLassoSingleSignOn.java2
-rw-r--r--java/tests/BindingTests.java2
-rw-r--r--java/tests/LoginTest.java2
-rwxr-xr-xperl/tests/binding_tests.pl2
-rwxr-xr-xphp/patch_swig_output.py2
-rwxr-xr-xphp/tests/binding_tests.php2
-rwxr-xr-xphp/tests/perfs.php2
-rw-r--r--python/tests/XmlTestRunner.py2
-rwxr-xr-xpython/tests/binding_tests.py2
-rw-r--r--python/tests/errorchecking_tests.py2
-rwxr-xr-xpython/tests/profiles_tests.py2
-rwxr-xr-xpython/tests/tests.py2
-rw-r--r--website/ezt.py2
15 files changed, 15 insertions, 15 deletions
diff --git a/csharp/tests/BindingTests.cs b/csharp/tests/BindingTests.cs
index 946fc1c1..88022ef9 100644
--- a/csharp/tests/BindingTests.cs
+++ b/csharp/tests/BindingTests.cs
@@ -3,7 +3,7 @@
*
* C# unit tests for Lasso library
*
- * Copyright (C) 2004, 2005 Entr'ouvert
+ * Copyright (C) 2004-2007 Entr'ouvert
* http://lasso.entrouvert.org
*
* Authors: See AUTHORS file in top-level directory.
diff --git a/java/coldfusion/src/CFLassoSingleLogout.java b/java/coldfusion/src/CFLassoSingleLogout.java
index 7b9c2325..a2bea08b 100644
--- a/java/coldfusion/src/CFLassoSingleLogout.java
+++ b/java/coldfusion/src/CFLassoSingleLogout.java
@@ -1,7 +1,7 @@
/*
* ColdFusionLasso -- ColdFusion bindings for Lasso library
*
- * Copyright (C) 2004, 2005 Entr'ouvert
+ * Copyright (C) 2004-2007 Entr'ouvert
* http://lasso.entrouvert.org
*
* Authors: See AUTHORS file in top-level directory.
diff --git a/java/coldfusion/src/CFLassoSingleSignOn.java b/java/coldfusion/src/CFLassoSingleSignOn.java
index 72ccf335..1f161305 100644
--- a/java/coldfusion/src/CFLassoSingleSignOn.java
+++ b/java/coldfusion/src/CFLassoSingleSignOn.java
@@ -1,7 +1,7 @@
/*
* ColdFusionLasso -- ColdFusion bindings for Lasso library
*
- * Copyright (C) 2004, 2005 Entr'ouvert
+ * Copyright (C) 2004-2007 Entr'ouvert
* http://lasso.entrouvert.org
*
* Authors: See AUTHORS file in top-level directory.
diff --git a/java/tests/BindingTests.java b/java/tests/BindingTests.java
index 8a7d2908..ae9c9e6f 100644
--- a/java/tests/BindingTests.java
+++ b/java/tests/BindingTests.java
@@ -3,7 +3,7 @@
*
* Java unit tests for Lasso library
*
- * Copyright (C) 2004, 2005 Entr'ouvert
+ * Copyright (C) 2004-2007 Entr'ouvert
* http://lasso.entrouvert.org
*
* Authors: See AUTHORS file in top-level directory.
diff --git a/java/tests/LoginTest.java b/java/tests/LoginTest.java
index 7ae9f568..40f2e09b 100644
--- a/java/tests/LoginTest.java
+++ b/java/tests/LoginTest.java
@@ -3,7 +3,7 @@
*
* Java unit tests for Lasso library
*
- * Copyright (C) 2004, 2005 Entr'ouvert
+ * Copyright (C) 2004-2007 Entr'ouvert
* http://lasso.entrouvert.org
*
* Authors: See AUTHORS file in top-level directory.
diff --git a/perl/tests/binding_tests.pl b/perl/tests/binding_tests.pl
index f5cb2420..7b4e3874 100755
--- a/perl/tests/binding_tests.pl
+++ b/perl/tests/binding_tests.pl
@@ -4,7 +4,7 @@
#
# Perl unit tests for Lasso library
#
-# Copyright (C) 2004, 2005 Entr'ouvert
+ * Copyright (C) 2004-2007 Entr'ouvert
# http://lasso.entrouvert.org
#
# Authors: See AUTHORS file in top-level directory.
diff --git a/php/patch_swig_output.py b/php/patch_swig_output.py
index 8c8b6c3b..ee7ef85a 100755
--- a/php/patch_swig_output.py
+++ b/php/patch_swig_output.py
@@ -5,7 +5,7 @@
#
# SWIG based PHP binding for Lasso Library
#
-# Copyright (C) 2004, 2005 Entr'ouvert
+ * Copyright (C) 2004-2007 Entr'ouvert
# http://lasso.entrouvert.org
#
# Authors: See AUTHORS file in top-level directory.
diff --git a/php/tests/binding_tests.php b/php/tests/binding_tests.php
index ec34b9bf..144a2175 100755
--- a/php/tests/binding_tests.php
+++ b/php/tests/binding_tests.php
@@ -4,7 +4,7 @@
#
# PHP unit tests for Lasso library
#
-# Copyright (C) 2004, 2005 Entr'ouvert
+ * Copyright (C) 2004-2007 Entr'ouvert
# http://lasso.entrouvert.org
#
# Authors: See AUTHORS file in top-level directory.
diff --git a/php/tests/perfs.php b/php/tests/perfs.php
index e3aa5507..12d87f10 100755
--- a/php/tests/perfs.php
+++ b/php/tests/perfs.php
@@ -5,7 +5,7 @@
#
# PHP performance tests for Lasso library
#
-# Copyright (C) 2004, 2005 Entr'ouvert
+ * Copyright (C) 2004-2007 Entr'ouvert
# http://lasso.entrouvert.org
#
# Authors: See AUTHORS file in top-level directory.
diff --git a/python/tests/XmlTestRunner.py b/python/tests/XmlTestRunner.py
index c659c259..ca7dd5f7 100644
--- a/python/tests/XmlTestRunner.py
+++ b/python/tests/XmlTestRunner.py
@@ -4,7 +4,7 @@
#
# XmlTestRunner
#
-# Copyright (C) 2004 Entr'ouvert
+ * Copyright (C) 2004-2007 Entr'ouvert
#
# Authors: Frederic Peters <fpeters@entrouvert.com>
#
diff --git a/python/tests/binding_tests.py b/python/tests/binding_tests.py
index dd7ad9b8..ab17b3f3 100755
--- a/python/tests/binding_tests.py
+++ b/python/tests/binding_tests.py
@@ -5,7 +5,7 @@
#
# Python unit tests for Lasso library
#
-# Copyright (C) 2004, 2005 Entr'ouvert
+ * Copyright (C) 2004-2007 Entr'ouvert
# http://lasso.entrouvert.org
#
# Authors: See AUTHORS file in top-level directory.
diff --git a/python/tests/errorchecking_tests.py b/python/tests/errorchecking_tests.py
index 859965d7..1365253f 100644
--- a/python/tests/errorchecking_tests.py
+++ b/python/tests/errorchecking_tests.py
@@ -5,7 +5,7 @@
#
# Python unit tests for Lasso library
#
-# Copyright (C) 2004, 2005 Entr'ouvert
+ * Copyright (C) 2004-2007 Entr'ouvert
# http://lasso.entrouvert.org
#
# Authors: See AUTHORS file in top-level directory.
diff --git a/python/tests/profiles_tests.py b/python/tests/profiles_tests.py
index 35c2f346..ec66c36c 100755
--- a/python/tests/profiles_tests.py
+++ b/python/tests/profiles_tests.py
@@ -5,7 +5,7 @@
#
# Python unit tests for Lasso library
#
-# Copyright (C) 2004, 2005 Entr'ouvert
+ * Copyright (C) 2004-2007 Entr'ouvert
# http://lasso.entrouvert.org
#
# Authors: See AUTHORS file in top-level directory.
diff --git a/python/tests/tests.py b/python/tests/tests.py
index 2f28bc90..bcddf502 100755
--- a/python/tests/tests.py
+++ b/python/tests/tests.py
@@ -5,7 +5,7 @@
#
# Python unit tests for Lasso library
#
-# Copyright (C) 2004, 2005 Entr'ouvert
+ * Copyright (C) 2004-2007 Entr'ouvert
# http://lasso.entrouvert.org
#
# Authors: See AUTHORS file in top-level directory.
diff --git a/website/ezt.py b/website/ezt.py
index 01c39a6b..bb2f901b 100644
--- a/website/ezt.py
+++ b/website/ezt.py
@@ -194,7 +194,7 @@ Directives
&quot; and &gt;)
"""
#
-# Copyright (C) 2001-2005 Greg Stein. All Rights Reserved.
+ * Copyright (C) 2004-2007 Entr'ouvert
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are