summaryrefslogtreecommitdiffstats
path: root/java
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 /java
parentdf29bb95b1017de3499eb53ae542c51692d229eb (diff)
downloadlasso-7a03e99b09663c4d35f5b103d8439b3413f05659.tar.gz
lasso-7a03e99b09663c4d35f5b103d8439b3413f05659.tar.xz
lasso-7a03e99b09663c4d35f5b103d8439b3413f05659.zip
Updated Copyright and authors.
Diffstat (limited to 'java')
-rw-r--r--java/coldfusion/src/CFLassoSingleLogout.java6
-rw-r--r--java/coldfusion/src/CFLassoSingleSignOn.java6
-rw-r--r--java/tests/BindingTests.java2
-rw-r--r--java/tests/LoginTest.java2
4 files changed, 8 insertions, 8 deletions
diff --git a/java/coldfusion/src/CFLassoSingleLogout.java b/java/coldfusion/src/CFLassoSingleLogout.java
index 6105151f..ea825872 100644
--- a/java/coldfusion/src/CFLassoSingleLogout.java
+++ b/java/coldfusion/src/CFLassoSingleLogout.java
@@ -1,10 +1,10 @@
/*
* ColdFusionLasso -- ColdFusion bindings for Lasso library
*
- * Copyright (C) 2004 Entr'ouvert
+ * Copyright (C) 2004, 2005 Entr'ouvert
* http://lasso.entrouvert.org
- *
- * Authors: Emmanuel Raviart <eraviart@entrouvert.com>
+ *
+ * Authors: See AUTHORS file in top-level directory.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/java/coldfusion/src/CFLassoSingleSignOn.java b/java/coldfusion/src/CFLassoSingleSignOn.java
index efd24ee1..f200bcde 100644
--- a/java/coldfusion/src/CFLassoSingleSignOn.java
+++ b/java/coldfusion/src/CFLassoSingleSignOn.java
@@ -1,10 +1,10 @@
/*
* ColdFusionLasso -- ColdFusion bindings for Lasso library
*
- * Copyright (C) 2004 Entr'ouvert
+ * Copyright (C) 2004, 2005 Entr'ouvert
* http://lasso.entrouvert.org
- *
- * Authors: Emmanuel Raviart <eraviart@entrouvert.com>
+ *
+ * Authors: See AUTHORS file in top-level directory.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/java/tests/BindingTests.java b/java/tests/BindingTests.java
index 7543a5b8..8a7d2908 100644
--- a/java/tests/BindingTests.java
+++ b/java/tests/BindingTests.java
@@ -6,7 +6,7 @@
* Copyright (C) 2004, 2005 Entr'ouvert
* http://lasso.entrouvert.org
*
- * Authors: See AUTHORS file.
+ * Authors: See AUTHORS file in top-level directory.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/java/tests/LoginTest.java b/java/tests/LoginTest.java
index e09b7c8d..f1969ead 100644
--- a/java/tests/LoginTest.java
+++ b/java/tests/LoginTest.java
@@ -6,7 +6,7 @@
* Copyright (C) 2004, 2005 Entr'ouvert
* http://lasso.entrouvert.org
*
- * Authors: See AUTHORS file.
+ * Authors: See AUTHORS file in top-level directory.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by