diff --git a/Products/LDAPMultiPlugins/ActiveDirectoryMultiPlugin.py b/Products/LDAPMultiPlugins/ActiveDirectoryMultiPlugin.py index e50584c..b99a05c 100644 --- a/Products/LDAPMultiPlugins/ActiveDirectoryMultiPlugin.py +++ b/Products/LDAPMultiPlugins/ActiveDirectoryMultiPlugin.py @@ -1,6 +1,6 @@ ############################################################################## # -# Copyright (c) Jens Vagelpohl and Contributors. All Rights Reserved. +# Copyright (c) 2005-2009 Jens Vagelpohl and Contributors. All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, # Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. diff --git a/Products/LDAPMultiPlugins/LDAPMultiPlugin.py b/Products/LDAPMultiPlugins/LDAPMultiPlugin.py index 790b99c..4579fed 100644 --- a/Products/LDAPMultiPlugins/LDAPMultiPlugin.py +++ b/Products/LDAPMultiPlugins/LDAPMultiPlugin.py @@ -1,6 +1,6 @@ ############################################################################## # -# Copyright (c) Jens Vagelpohl and Contributors. All Rights Reserved. +# Copyright (c) 2005-2009 Jens Vagelpohl and Contributors. All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, # Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. diff --git a/Products/LDAPMultiPlugins/LDAPPluginBase.py b/Products/LDAPMultiPlugins/LDAPPluginBase.py index 3e1669b..702f6e9 100644 --- a/Products/LDAPMultiPlugins/LDAPPluginBase.py +++ b/Products/LDAPMultiPlugins/LDAPPluginBase.py @@ -1,6 +1,6 @@ ############################################################################## # -# Copyright (c) Jens Vagelpohl and Contributors. All Rights Reserved. +# Copyright (c) 2005-2009 Jens Vagelpohl and Contributors. All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, # Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. diff --git a/Products/LDAPMultiPlugins/__init__.py b/Products/LDAPMultiPlugins/__init__.py index 36df342..1e0f57e 100644 --- a/Products/LDAPMultiPlugins/__init__.py +++ b/Products/LDAPMultiPlugins/__init__.py @@ -1,6 +1,6 @@ ############################################################################## # -# Copyright (c) Jens Vagelpohl and Contributors. All Rights Reserved. +# Copyright (c) 2005-2009 Jens Vagelpohl and Contributors. All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, # Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. diff --git a/Products/LDAPMultiPlugins/exportimport.py b/Products/LDAPMultiPlugins/exportimport.py index 5d93fa3..131b11e 100644 --- a/Products/LDAPMultiPlugins/exportimport.py +++ b/Products/LDAPMultiPlugins/exportimport.py @@ -1,6 +1,6 @@ ############################################################################## # -# Copyright (c) 2000-2008 Jens Vagelpohl and Contributors. All Rights Reserved. +# Copyright (c) 2005-2009 Jens Vagelpohl and Contributors. All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, # Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. diff --git a/Products/LDAPMultiPlugins/interfaces.py b/Products/LDAPMultiPlugins/interfaces.py index bc2985c..9fca436 100644 --- a/Products/LDAPMultiPlugins/interfaces.py +++ b/Products/LDAPMultiPlugins/interfaces.py @@ -1,6 +1,6 @@ ############################################################################## # -# Copyright (c) Jens Vagelpohl and Contributors. All Rights Reserved. +# Copyright (c) 2005-2009 Jens Vagelpohl and Contributors. All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, # Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. diff --git a/Products/LDAPMultiPlugins/tests/base.py b/Products/LDAPMultiPlugins/tests/base.py index 82fde6f..33e1f7c 100644 --- a/Products/LDAPMultiPlugins/tests/base.py +++ b/Products/LDAPMultiPlugins/tests/base.py @@ -1,6 +1,6 @@ ############################################################################## # -# Copyright (c) Jens Vagelpohl and Contributors. All Rights Reserved. +# Copyright (c) 2005-2009 Jens Vagelpohl and Contributors. All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, # Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. diff --git a/Products/LDAPMultiPlugins/tests/test_LDAPMultiPlugins.py b/Products/LDAPMultiPlugins/tests/test_LDAPMultiPlugins.py index 81b4540..2572b77 100644 --- a/Products/LDAPMultiPlugins/tests/test_LDAPMultiPlugins.py +++ b/Products/LDAPMultiPlugins/tests/test_LDAPMultiPlugins.py @@ -1,6 +1,6 @@ ############################################################################## # -# Copyright (c) Jens Vagelpohl and Contributors. All Rights Reserved. +# Copyright (c) 2005-2009 Jens Vagelpohl and Contributors. All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, # Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. diff --git a/Products/LDAPMultiPlugins/tests/test_exportimport.py b/Products/LDAPMultiPlugins/tests/test_exportimport.py index 583baad..732d9ca 100644 --- a/Products/LDAPMultiPlugins/tests/test_exportimport.py +++ b/Products/LDAPMultiPlugins/tests/test_exportimport.py @@ -1,6 +1,6 @@ ############################################################################## # -# Copyright (c) Jens Vagelpohl and Contributors. All Rights Reserved. +# Copyright (c) 2005-2009 Jens Vagelpohl and Contributors. All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, # Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.