From 2f60f6618f9355e5d4f552fa42724eb3aac5e149 Mon Sep 17 00:00:00 2001 From: Mattias Arthursson Date: Thu, 23 Oct 2008 12:33:51 +0000 Subject: [PATCH] Updated copyright year (now including 2008) and made sure all my author tags have my full name; Mattias Hellborg Arthursson. --- .../core/simple/AbstractParameterizedContextMapper.java | 4 ++-- .../ldap/core/simple/SimpleLdapOperations.java | 4 ++-- .../ldap/core/simple/SimpleLdapTemplate.java | 4 ++-- .../ldap/LdapTemplateLookupOpenLdapITest.java | 4 ++-- .../ldap/control/LdapTemplatePagedSearchITest.java | 2 +- .../ldap/control/LdapTemplateSortedSearchITest.java | 2 +- .../org/springframework/ldap/AttributeInUseException.java | 2 +- .../ldap/AttributeModificationException.java | 2 +- .../org/springframework/ldap/AuthenticationException.java | 2 +- .../ldap/AuthenticationNotSupportedException.java | 2 +- .../org/springframework/ldap/BadLdapGrammarException.java | 4 ++-- .../org/springframework/ldap/CannotProceedException.java | 2 +- .../org/springframework/ldap/CommunicationException.java | 2 +- .../org/springframework/ldap/ConfigurationException.java | 2 +- .../org/springframework/ldap/ContextNotEmptyException.java | 2 +- .../ldap/InsufficientResourcesException.java | 2 +- .../springframework/ldap/InterruptedNamingException.java | 2 +- .../ldap/InvalidAttributeIdentifierException.java | 2 +- .../ldap/InvalidAttributeValueException.java | 2 +- .../springframework/ldap/InvalidAttributesException.java | 2 +- .../java/org/springframework/ldap/InvalidNameException.java | 2 +- .../ldap/InvalidSearchControlsException.java | 2 +- .../springframework/ldap/InvalidSearchFilterException.java | 2 +- .../org/springframework/ldap/LdapReferralException.java | 2 +- .../org/springframework/ldap/LimitExceededException.java | 2 +- .../main/java/org/springframework/ldap/LinkException.java | 2 +- .../java/org/springframework/ldap/LinkLoopException.java | 2 +- .../org/springframework/ldap/MalformedLinkException.java | 2 +- .../org/springframework/ldap/NameAlreadyBoundException.java | 2 +- .../org/springframework/ldap/NameNotFoundException.java | 2 +- .../main/java/org/springframework/ldap/NamingException.java | 2 +- .../org/springframework/ldap/NamingSecurityException.java | 2 +- .../org/springframework/ldap/NoInitialContextException.java | 2 +- .../org/springframework/ldap/NoPermissionException.java | 2 +- .../org/springframework/ldap/NoSuchAttributeException.java | 2 +- .../java/org/springframework/ldap/NotContextException.java | 2 +- .../ldap/OperationNotSupportedException.java | 2 +- .../org/springframework/ldap/PartialResultException.java | 2 +- .../java/org/springframework/ldap/ReferralException.java | 2 +- .../org/springframework/ldap/SchemaViolationException.java | 2 +- .../springframework/ldap/ServiceUnavailableException.java | 2 +- .../springframework/ldap/SizeLimitExceededException.java | 2 +- .../springframework/ldap/TimeLimitExceededException.java | 2 +- .../springframework/ldap/UncategorizedLdapException.java | 2 +- .../DefaultValuesAuthenticationSourceDecorator.java | 4 ++-- .../control/AbstractRequestControlDirContextProcessor.java | 4 ++-- .../ldap/control/CreateControlFailedException.java | 2 +- .../java/org/springframework/ldap/control/PagedResult.java | 4 ++-- .../springframework/ldap/control/PagedResultsCookie.java | 4 ++-- .../ldap/control/PagedResultsRequestControl.java | 4 ++-- .../ldap/control/SortControlDirContextProcessor.java | 2 +- .../ldap/core/AttributeModificationsAware.java | 4 ++-- .../org/springframework/ldap/core/AttributesMapper.java | 4 ++-- .../ldap/core/AttributesMapperCallbackHandler.java | 2 +- .../org/springframework/ldap/core/AuthenticationSource.java | 4 ++-- .../ldap/core/CollectingNameClassPairCallbackHandler.java | 4 ++-- .../org/springframework/ldap/core/ContextAssembler.java | 4 ++-- .../java/org/springframework/ldap/core/ContextExecutor.java | 4 ++-- .../java/org/springframework/ldap/core/ContextMapper.java | 4 ++-- .../ldap/core/ContextMapperCallbackHandler.java | 4 ++-- .../java/org/springframework/ldap/core/ContextSource.java | 4 ++-- .../springframework/ldap/core/DefaultDnParserFactory.java | 4 ++-- .../ldap/core/DefaultNameClassPairMapper.java | 4 ++-- .../org/springframework/ldap/core/DirContextAdapter.java | 4 ++-- .../org/springframework/ldap/core/DirContextOperations.java | 4 ++-- .../org/springframework/ldap/core/DirContextProcessor.java | 4 ++-- .../java/org/springframework/ldap/core/DirContextProxy.java | 4 ++-- .../org/springframework/ldap/core/DistinguishedName.java | 4 ++-- .../springframework/ldap/core/DistinguishedNameEditor.java | 4 ++-- .../main/java/org/springframework/ldap/core/DnParser.java | 4 ++-- .../java/org/springframework/ldap/core/LdapEncoder.java | 4 ++-- .../java/org/springframework/ldap/core/LdapOperations.java | 4 ++-- .../main/java/org/springframework/ldap/core/LdapRdn.java | 4 ++-- .../org/springframework/ldap/core/LdapRdnComponent.java | 4 ++-- .../java/org/springframework/ldap/core/LdapTemplate.java | 6 +++--- .../ldap/core/NameClassPairCallbackHandler.java | 4 ++-- .../org/springframework/ldap/core/NameClassPairMapper.java | 4 ++-- .../springframework/ldap/core/ObjectRetrievalException.java | 2 +- .../java/org/springframework/ldap/core/SearchExecutor.java | 4 ++-- .../ldap/core/support/AbstractContextMapper.java | 4 ++-- .../ldap/core/support/AbstractContextSource.java | 2 +- .../ldap/core/support/AggregateDirContextProcessor.java | 4 ++-- .../ldap/core/support/BaseLdapPathAware.java | 4 ++-- .../ldap/core/support/BaseLdapPathBeanPostProcessor.java | 4 ++-- .../ldap/core/support/BaseLdapPathContextSource.java | 4 ++-- .../ldap/core/support/BaseLdapPathSource.java | 4 ++-- .../core/support/CountNameClassPairCallbackHandler.java | 4 ++-- .../ldap/core/support/DefaultDirObjectFactory.java | 2 +- .../springframework/ldap/core/support/DirContextSource.java | 4 ++-- .../ldap/core/support/LdapContextSource.java | 4 ++-- .../ldap/core/support/SingleContextSource.java | 4 ++-- .../org/springframework/ldap/filter/AbstractFilter.java | 2 +- .../java/org/springframework/ldap/filter/AndFilter.java | 4 ++-- .../springframework/ldap/filter/BinaryLogicalFilter.java | 4 ++-- .../java/org/springframework/ldap/filter/CompareFilter.java | 4 ++-- .../java/org/springframework/ldap/filter/EqualsFilter.java | 2 +- .../main/java/org/springframework/ldap/filter/Filter.java | 2 +- .../ldap/filter/GreaterThanOrEqualsFilter.java | 4 ++-- .../springframework/ldap/filter/LessThanOrEqualsFilter.java | 4 ++-- .../java/org/springframework/ldap/filter/LikeFilter.java | 4 ++-- .../java/org/springframework/ldap/filter/NotFilter.java | 2 +- .../main/java/org/springframework/ldap/filter/OrFilter.java | 4 ++-- .../ldap/filter/WhitespaceWildcardsFilter.java | 4 ++-- .../org/springframework/ldap/pool/DelegatingContext.java | 2 +- .../org/springframework/ldap/pool/DelegatingDirContext.java | 2 +- .../springframework/ldap/pool/DelegatingLdapContext.java | 2 +- .../java/org/springframework/ldap/pool/DirContextType.java | 2 +- .../ldap/pool/factory/DirContextPoolableObjectFactory.java | 2 +- .../ldap/pool/factory/PoolingContextSource.java | 2 +- .../ldap/pool/validation/DefaultDirContextValidator.java | 2 +- .../ldap/pool/validation/DirContextValidator.java | 2 +- .../java/org/springframework/ldap/support/LdapUtils.java | 2 +- .../org/springframework/ldap/support/ListComparator.java | 4 ++-- .../transaction/compensating/BindOperationExecutor.java | 4 ++-- .../transaction/compensating/BindOperationRecorder.java | 4 ++-- .../LdapCompensatingTransactionOperationFactory.java | 4 ++-- .../ldap/transaction/compensating/LdapTransactionUtils.java | 4 ++-- .../compensating/ModifyAttributesOperationExecutor.java | 4 ++-- .../compensating/ModifyAttributesOperationRecorder.java | 4 ++-- .../transaction/compensating/NullOperationExecutor.java | 4 ++-- .../transaction/compensating/NullOperationRecorder.java | 4 ++-- .../transaction/compensating/RebindOperationExecutor.java | 4 ++-- .../transaction/compensating/RebindOperationRecorder.java | 4 ++-- .../transaction/compensating/RenameOperationExecutor.java | 4 ++-- .../transaction/compensating/RenameOperationRecorder.java | 4 ++-- .../transaction/compensating/TempEntryRenamingStrategy.java | 4 ++-- .../transaction/compensating/UnbindOperationExecutor.java | 4 ++-- .../transaction/compensating/UnbindOperationRecorder.java | 4 ++-- .../ContextSourceAndDataSourceTransactionManager.java | 2 +- .../manager/ContextSourceTransactionManager.java | 2 +- .../manager/ContextSourceTransactionManagerDelegate.java | 2 +- .../transaction/compensating/manager/DirContextHolder.java | 2 +- .../manager/TransactionAwareContextSourceProxy.java | 2 +- .../TransactionAwareDirContextInvocationHandler.java | 2 +- .../support/DefaultTempEntryRenamingStrategy.java | 4 ++-- .../support/DifferentSubtreeTempEntryRenamingStrategy.java | 4 ++-- .../CompensatingTransactionOperationExecutor.java | 4 ++-- .../CompensatingTransactionOperationFactory.java | 4 ++-- .../CompensatingTransactionOperationManager.java | 4 ++-- .../CompensatingTransactionOperationRecorder.java | 4 ++-- .../AbstractCompensatingTransactionManagerDelegate.java | 4 ++-- .../support/CompensatingTransactionHolderSupport.java | 4 ++-- .../compensating/support/CompensatingTransactionObject.java | 4 ++-- .../compensating/support/CompensatingTransactionUtils.java | 4 ++-- .../DefaultCompensatingTransactionOperationManager.java | 4 ++-- core/src/main/javacc/DnParserImpl.jj | 2 +- .../java/org/springframework/ldap/NamingExceptionTest.java | 2 +- .../DefaultValuesAuthenticationSourceDecoratorTest.java | 2 +- .../org/springframework/ldap/control/PagedResultTest.java | 4 ++-- .../ldap/control/PagedResultsCookieTest.java | 2 +- .../ldap/control/PagedResultsRequestControlTest.java | 2 +- .../ldap/control/RequestControlDirContextProcessorTest.java | 2 +- .../ldap/control/SortControlDirContextProcessorTest.java | 2 +- .../core/CollectingNameClassPairCallbackHandlerTest.java | 2 +- .../ldap/core/ContextMapperCallbackHandlerTest.java | 2 +- .../springframework/ldap/core/DirContextAdapterBugTest.java | 2 +- .../springframework/ldap/core/DirContextAdapterTest.java | 4 ++-- .../ldap/core/DistinguishedNameEditorTest.java | 4 ++-- .../springframework/ldap/core/DistinguishedNameTest.java | 4 ++-- .../java/org/springframework/ldap/core/LdapEncoderTest.java | 2 +- .../org/springframework/ldap/core/LdapRdnComponentTest.java | 4 ++-- .../java/org/springframework/ldap/core/LdapRdnTest.java | 2 +- .../org/springframework/ldap/core/LdapTemplateListTest.java | 2 +- .../springframework/ldap/core/LdapTemplateLookupTest.java | 2 +- .../springframework/ldap/core/LdapTemplateRenameTest.java | 2 +- .../org/springframework/ldap/core/LdapTemplateTest.java | 4 ++-- .../springframework/ldap/core/RequestControlMatcher.java | 2 +- .../ldap/core/support/AggregateDirContextProcessorTest.java | 2 +- .../core/support/BaseLdapPathBeanPostProcessorTest.java | 4 ++-- .../CountNameClassPairResultCallbackHandlerTest.java | 2 +- .../ldap/core/support/DefaultDirObjectFactoryTest.java | 2 +- .../ldap/core/support/LdapContextSourceTest.java | 4 ++-- .../org/springframework/ldap/filter/AbstractFilterTest.java | 2 +- .../java/org/springframework/ldap/filter/AndFilterTest.java | 2 +- .../org/springframework/ldap/filter/EqualsFilterTest.java | 2 +- .../ldap/filter/GreaterThanOrEqualsFilterTest.java | 4 ++-- .../ldap/filter/LessThanOrEqualsFilterTest.java | 4 ++-- .../org/springframework/ldap/filter/LikeFilterTest.java | 2 +- .../java/org/springframework/ldap/filter/NotFilterTest.java | 4 ++-- .../java/org/springframework/ldap/filter/OrFilterTest.java | 2 +- .../ldap/filter/WhitespaceWildcardsFilterTest.java | 2 +- .../org/springframework/ldap/pool/AbstractPoolTestCase.java | 2 +- .../springframework/ldap/pool/DelegatingContextTest.java | 2 +- .../springframework/ldap/pool/DelegatingDirContextTest.java | 2 +- .../ldap/pool/DelegatingLdapContextTest.java | 2 +- .../pool/factory/DirContextPoolableObjectFactoryTest.java | 2 +- .../ldap/pool/factory/PoolingContextSourceTest.java | 2 +- .../pool/validation/DefaultDirContextValidatorTest.java | 2 +- .../transaction/compensating/BindOperationExecutorTest.java | 2 +- .../transaction/compensating/BindOperationRecorderTest.java | 2 +- .../LdapCompensatingTransactionOperationFactoryTest.java | 2 +- .../transaction/compensating/LdapTransactionUtilsTest.java | 2 +- .../compensating/ModifyAttributesOperationExecutorTest.java | 2 +- .../compensating/ModifyAttributesOperationRecorderTest.java | 2 +- .../compensating/RebindOperationExecutorTest.java | 2 +- .../compensating/RebindOperationRecorderTest.java | 2 +- .../compensating/RenameOperationExecutorTest.java | 2 +- .../compensating/RenameOperationRecorderTest.java | 2 +- .../compensating/UnbindOperationExecutorTest.java | 2 +- .../compensating/UnbindOperationRecorderTest.java | 2 +- .../manager/ContextSourceTransactionManagerTest.java | 2 +- .../manager/TransactionAwareContextSourceProxyTest.java | 2 +- .../support/DefaultTempEntryRenamingStrategyTest.java | 2 +- .../DifferentSubtreeTempEntryRenamingStrategyTest.java | 2 +- .../org/springframework/ldap/util/ListComparatorTest.java | 4 ++-- .../support/CompensatingTransactionUtilsTest.java | 2 +- .../DefaultCompensatingTransactionOperationManagerTest.java | 2 +- .../article/dao/AbstractPersonDaoIntegrationTest.java | 4 ++-- .../samples/article/dao/PersonDaoImplIntegrationTest.java | 4 ++-- .../dao/TraditionalPersonDaoImplIntegrationTest.java | 4 ++-- .../springframework/ldap/samples/article/dao/PersonDao.java | 4 ++-- .../ldap/samples/article/dao/PersonDaoImpl.java | 6 +++--- .../ldap/samples/article/dao/TraditionalPersonDaoImpl.java | 4 ++-- .../springframework/ldap/samples/article/domain/Person.java | 4 ++-- .../VirtualListViewControlAggregateDirContextProcessor.java | 4 ++-- .../control/VirtualListViewControlDirContextProcessor.java | 2 +- .../ldap/control/VirtualListViewResultsCookie.java | 2 +- .../springframework/ldap/control/ControlArrayMatcher.java | 2 +- .../VirtualListViewControlDirContextProcessorTest.java | 2 +- .../ldap/test/AttributeCheckAttributesMapper.java | 4 ++-- .../ldap/test/AttributeCheckContextMapper.java | 4 ++-- .../main/java/org/springframework/ldap/control/Person.java | 4 ++-- .../ldap/control/LdapTemplatePagedSearchITest.java | 2 +- .../ldap/core/LdapTemplateSearchResultITest.java | 4 ++-- .../ldap/core/LdapTemplateVirtualListViewSearchITest.java | 2 +- .../src/main/java/org/springframework/ldap/Person.java | 4 ++-- .../org/springframework/ldap/PersonAttributesMapper.java | 4 ++-- .../java/org/springframework/ldap/PersonContextMapper.java | 4 ++-- .../ldap/core/DummyDistinguishedNameConsumer.java | 4 ++-- .../ldap/core/support/DummyBaseLdapPathAware.java | 4 ++-- .../ldap/AbstractLdapTemplateIntegrationTest.java | 2 +- .../org/springframework/ldap/InvalidBackslashITest.java | 2 +- .../ldap/LdapTemplateAttributesMapperITest.java | 4 ++-- .../springframework/ldap/LdapTemplateBindUnbindITest.java | 4 ++-- .../ldap/LdapTemplateContextExecutorTest.java | 4 ++-- .../ldap/LdapTemplateContextMapperITest.java | 4 ++-- .../org/springframework/ldap/LdapTemplateListITest.java | 2 +- .../org/springframework/ldap/LdapTemplateLookupITest.java | 4 ++-- .../org/springframework/ldap/LdapTemplateModifyITest.java | 4 ++-- .../springframework/ldap/LdapTemplateNoBaseSuffixITest.java | 4 ++-- .../ldap/LdapTemplateObjectBindIntegrationTest.java | 2 +- .../ldap/LdapTemplateRecursiveDeleteITest.java | 4 ++-- .../org/springframework/ldap/LdapTemplateRenameITest.java | 2 +- .../springframework/ldap/LdapTemplateSearchResultITest.java | 4 ++-- .../ldap/control/SupportedControlsITest.java | 2 +- .../ldap/core/DistinguishedNameEditorITest.java | 4 ++-- .../springframework/ldap/core/DnParsePerformanceITest.java | 2 +- .../ldap/core/simple/SimpleLdapTemplateITest.java | 2 +- .../core/support/BaseLdapPathBeanPostprocessorITest.java | 4 ++-- .../ldap/core/support/LdapContextSourcelITest.java | 4 ++-- .../core/support/LdapContextSourcelMultiServerITest.java | 4 ++-- ...ourceAndDataSourceTransactionManagerIntegrationTest.java | 4 ++-- .../ContextSourceTransactionManagerIntegrationTest.java | 4 ++-- ...SourceAndHibernateTransactionManagerIntegrationTest.java | 2 +- 254 files changed, 381 insertions(+), 381 deletions(-) diff --git a/core-tiger/src/main/java/org/springframework/ldap/core/simple/AbstractParameterizedContextMapper.java b/core-tiger/src/main/java/org/springframework/ldap/core/simple/AbstractParameterizedContextMapper.java index 4e56b02f..43c949cf 100644 --- a/core-tiger/src/main/java/org/springframework/ldap/core/simple/AbstractParameterizedContextMapper.java +++ b/core-tiger/src/main/java/org/springframework/ldap/core/simple/AbstractParameterizedContextMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ import org.springframework.ldap.core.DirContextOperations; * DirObjectFactory, this implementation will fail with a * ClassCastException. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * */ public abstract class AbstractParameterizedContextMapper implements ParameterizedContextMapper { diff --git a/core-tiger/src/main/java/org/springframework/ldap/core/simple/SimpleLdapOperations.java b/core-tiger/src/main/java/org/springframework/ldap/core/simple/SimpleLdapOperations.java index 8216cf92..a24ad7f5 100644 --- a/core-tiger/src/main/java/org/springframework/ldap/core/simple/SimpleLdapOperations.java +++ b/core-tiger/src/main/java/org/springframework/ldap/core/simple/SimpleLdapOperations.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ import org.springframework.ldap.core.LdapOperations; * LDAP operations interface usable on Java 5 and above, exposing a set of * common LDAP operations. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public interface SimpleLdapOperations { diff --git a/core-tiger/src/main/java/org/springframework/ldap/core/simple/SimpleLdapTemplate.java b/core-tiger/src/main/java/org/springframework/ldap/core/simple/SimpleLdapTemplate.java index 64c26775..2546253e 100644 --- a/core-tiger/src/main/java/org/springframework/ldap/core/simple/SimpleLdapTemplate.java +++ b/core-tiger/src/main/java/org/springframework/ldap/core/simple/SimpleLdapTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -34,7 +34,7 @@ import org.springframework.ldap.core.LdapTemplate; * Use the {@link #getLdapOperations()} method if you need to invoke less * commonly used template methods. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public class SimpleLdapTemplate implements SimpleLdapOperations { diff --git a/core/src/itest-openldap/java/org/springframework/ldap/LdapTemplateLookupOpenLdapITest.java b/core/src/itest-openldap/java/org/springframework/ldap/LdapTemplateLookupOpenLdapITest.java index 11deccf1..0ab5f3e1 100644 --- a/core/src/itest-openldap/java/org/springframework/ldap/LdapTemplateLookupOpenLdapITest.java +++ b/core/src/itest-openldap/java/org/springframework/ldap/LdapTemplateLookupOpenLdapITest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -29,7 +29,7 @@ import org.springframework.test.AbstractDependencyInjectionSpringContextTests; /** * Tests the lookup methods of LdapTemplate on OpenLdap. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @author Ulrik Sandberg */ public class LdapTemplateLookupOpenLdapITest extends diff --git a/core/src/itest-openldap/java/org/springframework/ldap/control/LdapTemplatePagedSearchITest.java b/core/src/itest-openldap/java/org/springframework/ldap/control/LdapTemplatePagedSearchITest.java index 61054045..d6592128 100644 --- a/core/src/itest-openldap/java/org/springframework/ldap/control/LdapTemplatePagedSearchITest.java +++ b/core/src/itest-openldap/java/org/springframework/ldap/control/LdapTemplatePagedSearchITest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/itest-openldap/java/org/springframework/ldap/control/LdapTemplateSortedSearchITest.java b/core/src/itest-openldap/java/org/springframework/ldap/control/LdapTemplateSortedSearchITest.java index f9f646f9..e72ac3e7 100644 --- a/core/src/itest-openldap/java/org/springframework/ldap/control/LdapTemplateSortedSearchITest.java +++ b/core/src/itest-openldap/java/org/springframework/ldap/control/LdapTemplateSortedSearchITest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/AttributeInUseException.java b/core/src/main/java/org/springframework/ldap/AttributeInUseException.java index d1c89b85..bfd64e3a 100644 --- a/core/src/main/java/org/springframework/ldap/AttributeInUseException.java +++ b/core/src/main/java/org/springframework/ldap/AttributeInUseException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/AttributeModificationException.java b/core/src/main/java/org/springframework/ldap/AttributeModificationException.java index f0f7479c..ca02c208 100644 --- a/core/src/main/java/org/springframework/ldap/AttributeModificationException.java +++ b/core/src/main/java/org/springframework/ldap/AttributeModificationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/AuthenticationException.java b/core/src/main/java/org/springframework/ldap/AuthenticationException.java index 53607134..ae5bf6d9 100644 --- a/core/src/main/java/org/springframework/ldap/AuthenticationException.java +++ b/core/src/main/java/org/springframework/ldap/AuthenticationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/AuthenticationNotSupportedException.java b/core/src/main/java/org/springframework/ldap/AuthenticationNotSupportedException.java index 6036b5fc..d7ba3c85 100644 --- a/core/src/main/java/org/springframework/ldap/AuthenticationNotSupportedException.java +++ b/core/src/main/java/org/springframework/ldap/AuthenticationNotSupportedException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/BadLdapGrammarException.java b/core/src/main/java/org/springframework/ldap/BadLdapGrammarException.java index 1fa9d458..fa4a6bab 100644 --- a/core/src/main/java/org/springframework/ldap/BadLdapGrammarException.java +++ b/core/src/main/java/org/springframework/ldap/BadLdapGrammarException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ package org.springframework.ldap; * Thrown to indicate that an invalid value has been supplied to an LDAP * operation. This could be an invalid filter or dn. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public class BadLdapGrammarException extends NamingException { diff --git a/core/src/main/java/org/springframework/ldap/CannotProceedException.java b/core/src/main/java/org/springframework/ldap/CannotProceedException.java index aba33919..05858623 100644 --- a/core/src/main/java/org/springframework/ldap/CannotProceedException.java +++ b/core/src/main/java/org/springframework/ldap/CannotProceedException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/CommunicationException.java b/core/src/main/java/org/springframework/ldap/CommunicationException.java index 5e6e4b90..1d3e1892 100644 --- a/core/src/main/java/org/springframework/ldap/CommunicationException.java +++ b/core/src/main/java/org/springframework/ldap/CommunicationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/ConfigurationException.java b/core/src/main/java/org/springframework/ldap/ConfigurationException.java index 18da8c1b..2f279786 100644 --- a/core/src/main/java/org/springframework/ldap/ConfigurationException.java +++ b/core/src/main/java/org/springframework/ldap/ConfigurationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/ContextNotEmptyException.java b/core/src/main/java/org/springframework/ldap/ContextNotEmptyException.java index 42de643d..874bb205 100644 --- a/core/src/main/java/org/springframework/ldap/ContextNotEmptyException.java +++ b/core/src/main/java/org/springframework/ldap/ContextNotEmptyException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/InsufficientResourcesException.java b/core/src/main/java/org/springframework/ldap/InsufficientResourcesException.java index 0506b867..5b0457d8 100644 --- a/core/src/main/java/org/springframework/ldap/InsufficientResourcesException.java +++ b/core/src/main/java/org/springframework/ldap/InsufficientResourcesException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/InterruptedNamingException.java b/core/src/main/java/org/springframework/ldap/InterruptedNamingException.java index 6cfa8b67..a7f2c8bc 100644 --- a/core/src/main/java/org/springframework/ldap/InterruptedNamingException.java +++ b/core/src/main/java/org/springframework/ldap/InterruptedNamingException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/InvalidAttributeIdentifierException.java b/core/src/main/java/org/springframework/ldap/InvalidAttributeIdentifierException.java index 7078fca1..259e5426 100644 --- a/core/src/main/java/org/springframework/ldap/InvalidAttributeIdentifierException.java +++ b/core/src/main/java/org/springframework/ldap/InvalidAttributeIdentifierException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/InvalidAttributeValueException.java b/core/src/main/java/org/springframework/ldap/InvalidAttributeValueException.java index 9bc5ae0e..658bc4ba 100644 --- a/core/src/main/java/org/springframework/ldap/InvalidAttributeValueException.java +++ b/core/src/main/java/org/springframework/ldap/InvalidAttributeValueException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/InvalidAttributesException.java b/core/src/main/java/org/springframework/ldap/InvalidAttributesException.java index 92fc758a..5fc767d2 100644 --- a/core/src/main/java/org/springframework/ldap/InvalidAttributesException.java +++ b/core/src/main/java/org/springframework/ldap/InvalidAttributesException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/InvalidNameException.java b/core/src/main/java/org/springframework/ldap/InvalidNameException.java index 8999d0cf..0ee01c85 100644 --- a/core/src/main/java/org/springframework/ldap/InvalidNameException.java +++ b/core/src/main/java/org/springframework/ldap/InvalidNameException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/InvalidSearchControlsException.java b/core/src/main/java/org/springframework/ldap/InvalidSearchControlsException.java index b987ee5d..84a31f5d 100644 --- a/core/src/main/java/org/springframework/ldap/InvalidSearchControlsException.java +++ b/core/src/main/java/org/springframework/ldap/InvalidSearchControlsException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/InvalidSearchFilterException.java b/core/src/main/java/org/springframework/ldap/InvalidSearchFilterException.java index b6ac1965..bb05779c 100644 --- a/core/src/main/java/org/springframework/ldap/InvalidSearchFilterException.java +++ b/core/src/main/java/org/springframework/ldap/InvalidSearchFilterException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/LdapReferralException.java b/core/src/main/java/org/springframework/ldap/LdapReferralException.java index bb072930..709c186e 100644 --- a/core/src/main/java/org/springframework/ldap/LdapReferralException.java +++ b/core/src/main/java/org/springframework/ldap/LdapReferralException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/LimitExceededException.java b/core/src/main/java/org/springframework/ldap/LimitExceededException.java index d89d8233..0563505e 100644 --- a/core/src/main/java/org/springframework/ldap/LimitExceededException.java +++ b/core/src/main/java/org/springframework/ldap/LimitExceededException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/LinkException.java b/core/src/main/java/org/springframework/ldap/LinkException.java index ee85ad55..e386a5d2 100644 --- a/core/src/main/java/org/springframework/ldap/LinkException.java +++ b/core/src/main/java/org/springframework/ldap/LinkException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/LinkLoopException.java b/core/src/main/java/org/springframework/ldap/LinkLoopException.java index 00e5184c..8d71018c 100644 --- a/core/src/main/java/org/springframework/ldap/LinkLoopException.java +++ b/core/src/main/java/org/springframework/ldap/LinkLoopException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/MalformedLinkException.java b/core/src/main/java/org/springframework/ldap/MalformedLinkException.java index 665e4ebc..9a66c477 100644 --- a/core/src/main/java/org/springframework/ldap/MalformedLinkException.java +++ b/core/src/main/java/org/springframework/ldap/MalformedLinkException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/NameAlreadyBoundException.java b/core/src/main/java/org/springframework/ldap/NameAlreadyBoundException.java index 25c2f8e2..ad11605d 100644 --- a/core/src/main/java/org/springframework/ldap/NameAlreadyBoundException.java +++ b/core/src/main/java/org/springframework/ldap/NameAlreadyBoundException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/NameNotFoundException.java b/core/src/main/java/org/springframework/ldap/NameNotFoundException.java index ada8db7a..9d92cb6d 100644 --- a/core/src/main/java/org/springframework/ldap/NameNotFoundException.java +++ b/core/src/main/java/org/springframework/ldap/NameNotFoundException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/NamingException.java b/core/src/main/java/org/springframework/ldap/NamingException.java index 5bf22c1e..66c1a8df 100644 --- a/core/src/main/java/org/springframework/ldap/NamingException.java +++ b/core/src/main/java/org/springframework/ldap/NamingException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/NamingSecurityException.java b/core/src/main/java/org/springframework/ldap/NamingSecurityException.java index 6ae15225..2668db19 100644 --- a/core/src/main/java/org/springframework/ldap/NamingSecurityException.java +++ b/core/src/main/java/org/springframework/ldap/NamingSecurityException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/NoInitialContextException.java b/core/src/main/java/org/springframework/ldap/NoInitialContextException.java index f54d5eee..cc3d3bc0 100644 --- a/core/src/main/java/org/springframework/ldap/NoInitialContextException.java +++ b/core/src/main/java/org/springframework/ldap/NoInitialContextException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/NoPermissionException.java b/core/src/main/java/org/springframework/ldap/NoPermissionException.java index fce493fe..52a177f8 100644 --- a/core/src/main/java/org/springframework/ldap/NoPermissionException.java +++ b/core/src/main/java/org/springframework/ldap/NoPermissionException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/NoSuchAttributeException.java b/core/src/main/java/org/springframework/ldap/NoSuchAttributeException.java index 7fa42abb..434570ef 100644 --- a/core/src/main/java/org/springframework/ldap/NoSuchAttributeException.java +++ b/core/src/main/java/org/springframework/ldap/NoSuchAttributeException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/NotContextException.java b/core/src/main/java/org/springframework/ldap/NotContextException.java index 5a3a6658..33815d27 100644 --- a/core/src/main/java/org/springframework/ldap/NotContextException.java +++ b/core/src/main/java/org/springframework/ldap/NotContextException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/OperationNotSupportedException.java b/core/src/main/java/org/springframework/ldap/OperationNotSupportedException.java index 7613d1a3..fc0637ad 100644 --- a/core/src/main/java/org/springframework/ldap/OperationNotSupportedException.java +++ b/core/src/main/java/org/springframework/ldap/OperationNotSupportedException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/PartialResultException.java b/core/src/main/java/org/springframework/ldap/PartialResultException.java index 552a1d40..b1b8ca00 100644 --- a/core/src/main/java/org/springframework/ldap/PartialResultException.java +++ b/core/src/main/java/org/springframework/ldap/PartialResultException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/ReferralException.java b/core/src/main/java/org/springframework/ldap/ReferralException.java index 3be8bf47..cbd56a9d 100644 --- a/core/src/main/java/org/springframework/ldap/ReferralException.java +++ b/core/src/main/java/org/springframework/ldap/ReferralException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/SchemaViolationException.java b/core/src/main/java/org/springframework/ldap/SchemaViolationException.java index e9294aa4..089dd493 100644 --- a/core/src/main/java/org/springframework/ldap/SchemaViolationException.java +++ b/core/src/main/java/org/springframework/ldap/SchemaViolationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/ServiceUnavailableException.java b/core/src/main/java/org/springframework/ldap/ServiceUnavailableException.java index 1e8c09a9..648ef5ed 100644 --- a/core/src/main/java/org/springframework/ldap/ServiceUnavailableException.java +++ b/core/src/main/java/org/springframework/ldap/ServiceUnavailableException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/SizeLimitExceededException.java b/core/src/main/java/org/springframework/ldap/SizeLimitExceededException.java index 52b9a99f..160ccb2f 100644 --- a/core/src/main/java/org/springframework/ldap/SizeLimitExceededException.java +++ b/core/src/main/java/org/springframework/ldap/SizeLimitExceededException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/TimeLimitExceededException.java b/core/src/main/java/org/springframework/ldap/TimeLimitExceededException.java index 42d55d89..3b0e0c03 100644 --- a/core/src/main/java/org/springframework/ldap/TimeLimitExceededException.java +++ b/core/src/main/java/org/springframework/ldap/TimeLimitExceededException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/UncategorizedLdapException.java b/core/src/main/java/org/springframework/ldap/UncategorizedLdapException.java index 47c8fd72..ff6f075e 100644 --- a/core/src/main/java/org/springframework/ldap/UncategorizedLdapException.java +++ b/core/src/main/java/org/springframework/ldap/UncategorizedLdapException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/authentication/DefaultValuesAuthenticationSourceDecorator.java b/core/src/main/java/org/springframework/ldap/authentication/DefaultValuesAuthenticationSourceDecorator.java index c84cdb04..ef1dda75 100644 --- a/core/src/main/java/org/springframework/ldap/authentication/DefaultValuesAuthenticationSourceDecorator.java +++ b/core/src/main/java/org/springframework/ldap/authentication/DefaultValuesAuthenticationSourceDecorator.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ import org.springframework.ldap.core.AuthenticationSource; * logged in (i.e. empty principal is returned from the target * AuthenticationSource). * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * */ public class DefaultValuesAuthenticationSourceDecorator implements diff --git a/core/src/main/java/org/springframework/ldap/control/AbstractRequestControlDirContextProcessor.java b/core/src/main/java/org/springframework/ldap/control/AbstractRequestControlDirContextProcessor.java index 4f5a05b4..3b573bf7 100644 --- a/core/src/main/java/org/springframework/ldap/control/AbstractRequestControlDirContextProcessor.java +++ b/core/src/main/java/org/springframework/ldap/control/AbstractRequestControlDirContextProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ import org.springframework.ldap.core.DirContextProcessor; * {@link DirContextProcessor#postProcess(DirContext)} and template method * {@link #createRequestControl()}. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @author Ulrik Sandberg */ public abstract class AbstractRequestControlDirContextProcessor implements DirContextProcessor { diff --git a/core/src/main/java/org/springframework/ldap/control/CreateControlFailedException.java b/core/src/main/java/org/springframework/ldap/control/CreateControlFailedException.java index 3a026645..0066d742 100644 --- a/core/src/main/java/org/springframework/ldap/control/CreateControlFailedException.java +++ b/core/src/main/java/org/springframework/ldap/control/CreateControlFailedException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/control/PagedResult.java b/core/src/main/java/org/springframework/ldap/control/PagedResult.java index d2e898af..e5607f86 100644 --- a/core/src/main/java/org/springframework/ldap/control/PagedResult.java +++ b/core/src/main/java/org/springframework/ldap/control/PagedResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,7 +24,7 @@ import org.apache.commons.lang.builder.HashCodeBuilder; * Bean to encapsulate a result List and a {@link PagedResultsCookie} to use for * returning the results when using {@link PagedResultsRequestControl}. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @author Ulrik Sandberg */ public class PagedResult { diff --git a/core/src/main/java/org/springframework/ldap/control/PagedResultsCookie.java b/core/src/main/java/org/springframework/ldap/control/PagedResultsCookie.java index 1a3e9385..99da0834 100644 --- a/core/src/main/java/org/springframework/ldap/control/PagedResultsCookie.java +++ b/core/src/main/java/org/springframework/ldap/control/PagedResultsCookie.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ import com.sun.jndi.ldap.ctl.PagedResultsControl; * Wrapper class for the cookie returned when using the * {@link PagedResultsControl}. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @author Ulrik Sandberg */ public class PagedResultsCookie { diff --git a/core/src/main/java/org/springframework/ldap/control/PagedResultsRequestControl.java b/core/src/main/java/org/springframework/ldap/control/PagedResultsRequestControl.java index 271b2731..f5bd6a28 100644 --- a/core/src/main/java/org/springframework/ldap/control/PagedResultsRequestControl.java +++ b/core/src/main/java/org/springframework/ldap/control/PagedResultsRequestControl.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ import java.lang.reflect.Method; /** * DirContextProcessor implementation for managing the paged results control. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @author Ulrik Sandberg */ public class PagedResultsRequestControl extends diff --git a/core/src/main/java/org/springframework/ldap/control/SortControlDirContextProcessor.java b/core/src/main/java/org/springframework/ldap/control/SortControlDirContextProcessor.java index 94c6f92a..bf59a5aa 100644 --- a/core/src/main/java/org/springframework/ldap/control/SortControlDirContextProcessor.java +++ b/core/src/main/java/org/springframework/ldap/control/SortControlDirContextProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/core/AttributeModificationsAware.java b/core/src/main/java/org/springframework/ldap/core/AttributeModificationsAware.java index 405947b1..afe76208 100644 --- a/core/src/main/java/org/springframework/ldap/core/AttributeModificationsAware.java +++ b/core/src/main/java/org/springframework/ldap/core/AttributeModificationsAware.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ import javax.naming.directory.ModificationItem; * Indicates that the implementing class is capable of keeping track of any * attribute modifications and return them as ModificationItems. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * */ public interface AttributeModificationsAware { diff --git a/core/src/main/java/org/springframework/ldap/core/AttributesMapper.java b/core/src/main/java/org/springframework/ldap/core/AttributesMapper.java index 91637840..dc2b2061 100644 --- a/core/src/main/java/org/springframework/ldap/core/AttributesMapper.java +++ b/core/src/main/java/org/springframework/ldap/core/AttributesMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -37,7 +37,7 @@ import javax.naming.directory.Attributes; * @see LdapTemplate#lookup(Name, AttributesMapper) * @see ContextMapper * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public interface AttributesMapper { /** diff --git a/core/src/main/java/org/springframework/ldap/core/AttributesMapperCallbackHandler.java b/core/src/main/java/org/springframework/ldap/core/AttributesMapperCallbackHandler.java index 1ac45216..17bd94e5 100644 --- a/core/src/main/java/org/springframework/ldap/core/AttributesMapperCallbackHandler.java +++ b/core/src/main/java/org/springframework/ldap/core/AttributesMapperCallbackHandler.java @@ -28,7 +28,7 @@ import org.springframework.ldap.support.LdapUtils; * {@link SearchResult}, and then passed to the specified * {@link AttributesMapper} for translation. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @author Ulrik Sandberg * @since 1.2 */ diff --git a/core/src/main/java/org/springframework/ldap/core/AuthenticationSource.java b/core/src/main/java/org/springframework/ldap/core/AuthenticationSource.java index 8939100f..9b5d0aea 100644 --- a/core/src/main/java/org/springframework/ldap/core/AuthenticationSource.java +++ b/core/src/main/java/org/springframework/ldap/core/AuthenticationSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ package org.springframework.ldap.core; * An AuthenticationSource is responsible for providing the * principal (user DN) and credentials to be used when creating a new context. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * */ public interface AuthenticationSource { diff --git a/core/src/main/java/org/springframework/ldap/core/CollectingNameClassPairCallbackHandler.java b/core/src/main/java/org/springframework/ldap/core/CollectingNameClassPairCallbackHandler.java index ebb3a5dd..d9eef968 100644 --- a/core/src/main/java/org/springframework/ldap/core/CollectingNameClassPairCallbackHandler.java +++ b/core/src/main/java/org/springframework/ldap/core/CollectingNameClassPairCallbackHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ import javax.naming.NameClassPair; * * @see LdapTemplate * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public abstract class CollectingNameClassPairCallbackHandler implements NameClassPairCallbackHandler { diff --git a/core/src/main/java/org/springframework/ldap/core/ContextAssembler.java b/core/src/main/java/org/springframework/ldap/core/ContextAssembler.java index 0c5a6cbb..b738ffde 100644 --- a/core/src/main/java/org/springframework/ldap/core/ContextAssembler.java +++ b/core/src/main/java/org/springframework/ldap/core/ContextAssembler.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,7 +21,7 @@ package org.springframework.ldap.core; * context. Useful if we have assembler classes responsible for mapping to and * from a specific entry. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public interface ContextAssembler extends ContextMapper { /** diff --git a/core/src/main/java/org/springframework/ldap/core/ContextExecutor.java b/core/src/main/java/org/springframework/ldap/core/ContextExecutor.java index efd25835..253c7fff 100644 --- a/core/src/main/java/org/springframework/ldap/core/ContextExecutor.java +++ b/core/src/main/java/org/springframework/ldap/core/ContextExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -34,7 +34,7 @@ import javax.naming.directory.DirContext; * @see LdapTemplate#executeReadOnly(ContextExecutor) * @see LdapTemplate#executeReadWrite(ContextExecutor) * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public interface ContextExecutor { /** diff --git a/core/src/main/java/org/springframework/ldap/core/ContextMapper.java b/core/src/main/java/org/springframework/ldap/core/ContextMapper.java index c3a4c7e2..08d2dd4b 100644 --- a/core/src/main/java/org/springframework/ldap/core/ContextMapper.java +++ b/core/src/main/java/org/springframework/ldap/core/ContextMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -46,7 +46,7 @@ import org.springframework.ldap.core.support.DefaultDirObjectFactory; * @see DirContextAdapter * @see AbstractContextMapper * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public interface ContextMapper { /** diff --git a/core/src/main/java/org/springframework/ldap/core/ContextMapperCallbackHandler.java b/core/src/main/java/org/springframework/ldap/core/ContextMapperCallbackHandler.java index fccccb2a..4758543f 100644 --- a/core/src/main/java/org/springframework/ldap/core/ContextMapperCallbackHandler.java +++ b/core/src/main/java/org/springframework/ldap/core/ContextMapperCallbackHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ import org.apache.commons.lang.Validate; * the found object is extracted from each {@link Binding}, and then passed to * the specified ContextMapper for translation. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @author Ulrik Sandberg * @since 1.2 */ diff --git a/core/src/main/java/org/springframework/ldap/core/ContextSource.java b/core/src/main/java/org/springframework/ldap/core/ContextSource.java index a8221435..bb38b174 100644 --- a/core/src/main/java/org/springframework/ldap/core/ContextSource.java +++ b/core/src/main/java/org/springframework/ldap/core/ContextSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -29,7 +29,7 @@ import org.springframework.ldap.NamingException; * @see org.springframework.ldap.core.LdapTemplate * * @author Adam Skogman - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public interface ContextSource { diff --git a/core/src/main/java/org/springframework/ldap/core/DefaultDnParserFactory.java b/core/src/main/java/org/springframework/ldap/core/DefaultDnParserFactory.java index 3d685972..297a4bc8 100644 --- a/core/src/main/java/org/springframework/ldap/core/DefaultDnParserFactory.java +++ b/core/src/main/java/org/springframework/ldap/core/DefaultDnParserFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,7 +23,7 @@ import org.springframework.ldap.core.DnParserImpl; * A factory for creating DnParser instances. The actual implementation of * DnParser is generated using javacc and should not be constructed directly. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * */ public class DefaultDnParserFactory { diff --git a/core/src/main/java/org/springframework/ldap/core/DefaultNameClassPairMapper.java b/core/src/main/java/org/springframework/ldap/core/DefaultNameClassPairMapper.java index 9e61d85d..f4687779 100644 --- a/core/src/main/java/org/springframework/ldap/core/DefaultNameClassPairMapper.java +++ b/core/src/main/java/org/springframework/ldap/core/DefaultNameClassPairMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,7 +24,7 @@ import javax.naming.NamingException; * takes the Name string from the supplied NameClassPair and returns it as * result. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * */ public class DefaultNameClassPairMapper implements NameClassPairMapper { diff --git a/core/src/main/java/org/springframework/ldap/core/DirContextAdapter.java b/core/src/main/java/org/springframework/ldap/core/DirContextAdapter.java index f3f71d80..d093cf47 100644 --- a/core/src/main/java/org/springframework/ldap/core/DirContextAdapter.java +++ b/core/src/main/java/org/springframework/ldap/core/DirContextAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -73,7 +73,7 @@ import org.springframework.util.StringUtils; * @author Magnus Robertsson * @author Andreas Ronge * @author Adam Skogman - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public class DirContextAdapter implements DirContextOperations { diff --git a/core/src/main/java/org/springframework/ldap/core/DirContextOperations.java b/core/src/main/java/org/springframework/ldap/core/DirContextOperations.java index 9f898827..a240194c 100644 --- a/core/src/main/java/org/springframework/ldap/core/DirContextOperations.java +++ b/core/src/main/java/org/springframework/ldap/core/DirContextOperations.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ import javax.naming.directory.DirContext; /** * Interface for DirContextAdapter. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @see DirContextAdapter */ public interface DirContextOperations extends DirContext, AttributeModificationsAware { diff --git a/core/src/main/java/org/springframework/ldap/core/DirContextProcessor.java b/core/src/main/java/org/springframework/ldap/core/DirContextProcessor.java index ec902f82..0031dee1 100644 --- a/core/src/main/java/org/springframework/ldap/core/DirContextProcessor.java +++ b/core/src/main/java/org/springframework/ldap/core/DirContextProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ import javax.naming.directory.DirContext; * search controls on the Context and retrieve the results of * such controls afterwards. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @author Ulrik Sandberg */ public interface DirContextProcessor { diff --git a/core/src/main/java/org/springframework/ldap/core/DirContextProxy.java b/core/src/main/java/org/springframework/ldap/core/DirContextProxy.java index 7e2a997d..79e716e8 100644 --- a/core/src/main/java/org/springframework/ldap/core/DirContextProxy.java +++ b/core/src/main/java/org/springframework/ldap/core/DirContextProxy.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,7 +21,7 @@ import javax.naming.directory.DirContext; * Helper interface to be able to get hold of the target DirContext * from proxies created by ContextSource proxies. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @since 1.2 */ public interface DirContextProxy { diff --git a/core/src/main/java/org/springframework/ldap/core/DistinguishedName.java b/core/src/main/java/org/springframework/ldap/core/DistinguishedName.java index 17d3bfe4..cd339718 100644 --- a/core/src/main/java/org/springframework/ldap/core/DistinguishedName.java +++ b/core/src/main/java/org/springframework/ldap/core/DistinguishedName.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -74,7 +74,7 @@ import org.springframework.ldap.support.ListComparator; * {@link #SPACED_DN_FORMAT_PROPERTY} ({@value #SPACED_DN_FORMAT_PROPERTY}) to * true. * @author Adam Skogman - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public class DistinguishedName implements Name { /** diff --git a/core/src/main/java/org/springframework/ldap/core/DistinguishedNameEditor.java b/core/src/main/java/org/springframework/ldap/core/DistinguishedNameEditor.java index 051a4452..c1698eee 100644 --- a/core/src/main/java/org/springframework/ldap/core/DistinguishedNameEditor.java +++ b/core/src/main/java/org/springframework/ldap/core/DistinguishedNameEditor.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ import java.beans.PropertyEditorSupport; * {@link #setAsText(String)} method sets the value as an immutable * instance of a DistinguishedName. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @since 1.2 */ public class DistinguishedNameEditor extends PropertyEditorSupport { diff --git a/core/src/main/java/org/springframework/ldap/core/DnParser.java b/core/src/main/java/org/springframework/ldap/core/DnParser.java index b4cbb81d..9d5059af 100644 --- a/core/src/main/java/org/springframework/ldap/core/DnParser.java +++ b/core/src/main/java/org/springframework/ldap/core/DnParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -18,7 +18,7 @@ package org.springframework.ldap.core; /** * A parser for RFC2253-compliant Distinguished Names. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * */ public interface DnParser { diff --git a/core/src/main/java/org/springframework/ldap/core/LdapEncoder.java b/core/src/main/java/org/springframework/ldap/core/LdapEncoder.java index 8c54209f..c8f30ee3 100644 --- a/core/src/main/java/org/springframework/ldap/core/LdapEncoder.java +++ b/core/src/main/java/org/springframework/ldap/core/LdapEncoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ import org.springframework.ldap.BadLdapGrammarException; * Helper class to encode and decode ldap names and values. * * @author Adam Skogman - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public class LdapEncoder { diff --git a/core/src/main/java/org/springframework/ldap/core/LdapOperations.java b/core/src/main/java/org/springframework/ldap/core/LdapOperations.java index 453797e5..9a5e6062 100644 --- a/core/src/main/java/org/springframework/ldap/core/LdapOperations.java +++ b/core/src/main/java/org/springframework/ldap/core/LdapOperations.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -35,7 +35,7 @@ import org.springframework.ldap.support.LdapUtils; * LdapTemplate, but it might be a useful option to use this interface in order * to enhance testability. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @author Ulrik Sandberg */ public interface LdapOperations { diff --git a/core/src/main/java/org/springframework/ldap/core/LdapRdn.java b/core/src/main/java/org/springframework/ldap/core/LdapRdn.java index 4186ce09..3b0a7904 100644 --- a/core/src/main/java/org/springframework/ldap/core/LdapRdn.java +++ b/core/src/main/java/org/springframework/ldap/core/LdapRdn.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -32,7 +32,7 @@ import org.springframework.ldap.support.ListComparator; * The name: uid=adam.skogman Key: uid Value: adam.skogman * * @author Adam Skogman - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public class LdapRdn implements Serializable, Comparable { private static final long serialVersionUID = 5681397547245228750L; diff --git a/core/src/main/java/org/springframework/ldap/core/LdapRdnComponent.java b/core/src/main/java/org/springframework/ldap/core/LdapRdnComponent.java index 85cb324c..82a9d370 100644 --- a/core/src/main/java/org/springframework/ldap/core/LdapRdnComponent.java +++ b/core/src/main/java/org/springframework/ldap/core/LdapRdnComponent.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,7 +27,7 @@ import org.apache.commons.lang.Validate; * composed of several attributes, separated by "+". An * LdapRdnComponent represents one of these attributes. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * */ public class LdapRdnComponent implements Comparable, Serializable { diff --git a/core/src/main/java/org/springframework/ldap/core/LdapTemplate.java b/core/src/main/java/org/springframework/ldap/core/LdapTemplate.java index 6e302502..279b08ca 100644 --- a/core/src/main/java/org/springframework/ldap/core/LdapTemplate.java +++ b/core/src/main/java/org/springframework/ldap/core/LdapTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -53,7 +53,7 @@ import org.springframework.ldap.support.LdapUtils; * * @see org.springframework.ldap.core.ContextSource * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @author Ulrik Sandberg */ public class LdapTemplate implements LdapOperations, InitializingBean { @@ -1269,7 +1269,7 @@ public class LdapTemplate implements LdapOperations, InitializingBean { * A {@link NameClassPairCallbackHandler} that passes the NameClassPairs * found to a NameClassPairMapper and collects the results in a list. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public class MappingCollectingNameClassPairCallbackHandler extends CollectingNameClassPairCallbackHandler { diff --git a/core/src/main/java/org/springframework/ldap/core/NameClassPairCallbackHandler.java b/core/src/main/java/org/springframework/ldap/core/NameClassPairCallbackHandler.java index 95ae2881..16797369 100644 --- a/core/src/main/java/org/springframework/ldap/core/NameClassPairCallbackHandler.java +++ b/core/src/main/java/org/springframework/ldap/core/NameClassPairCallbackHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ import javax.naming.NameClassPair; * SearchResult depending on the search operation) returned by an * LDAP seach operation, such as search(), list(), and listBindings(). * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public interface NameClassPairCallbackHandler { /** diff --git a/core/src/main/java/org/springframework/ldap/core/NameClassPairMapper.java b/core/src/main/java/org/springframework/ldap/core/NameClassPairMapper.java index 7c8319f5..3d60c0df 100644 --- a/core/src/main/java/org/springframework/ldap/core/NameClassPairMapper.java +++ b/core/src/main/java/org/springframework/ldap/core/NameClassPairMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ import javax.naming.NamingException; /** * Responsible for mapping NameClassPair objects to beans. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public interface NameClassPairMapper { /** diff --git a/core/src/main/java/org/springframework/ldap/core/ObjectRetrievalException.java b/core/src/main/java/org/springframework/ldap/core/ObjectRetrievalException.java index 94a4235f..c9a9ba7e 100644 --- a/core/src/main/java/org/springframework/ldap/core/ObjectRetrievalException.java +++ b/core/src/main/java/org/springframework/ldap/core/ObjectRetrievalException.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/core/SearchExecutor.java b/core/src/main/java/org/springframework/ldap/core/SearchExecutor.java index 9561e99c..aa0dc542 100644 --- a/core/src/main/java/org/springframework/ldap/core/SearchExecutor.java +++ b/core/src/main/java/org/springframework/ldap/core/SearchExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -34,7 +34,7 @@ import javax.naming.directory.DirContext; * @see org.springframework.ldap.core.LdapTemplate#search(SearchExecutor, * NameClassPairCallbackHandler) * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public interface SearchExecutor { /** diff --git a/core/src/main/java/org/springframework/ldap/core/support/AbstractContextMapper.java b/core/src/main/java/org/springframework/ldap/core/support/AbstractContextMapper.java index 003a2438..09738d53 100644 --- a/core/src/main/java/org/springframework/ldap/core/support/AbstractContextMapper.java +++ b/core/src/main/java/org/springframework/ldap/core/support/AbstractContextMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ import org.springframework.ldap.core.DirContextOperations; * DirObjectFactory, this implementation will fail with a * ClassCastException. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * */ public abstract class AbstractContextMapper implements ContextMapper { diff --git a/core/src/main/java/org/springframework/ldap/core/support/AbstractContextSource.java b/core/src/main/java/org/springframework/ldap/core/support/AbstractContextSource.java index b16a88af..e15250e1 100644 --- a/core/src/main/java/org/springframework/ldap/core/support/AbstractContextSource.java +++ b/core/src/main/java/org/springframework/ldap/core/support/AbstractContextSource.java @@ -58,7 +58,7 @@ import org.springframework.ldap.support.LdapUtils; * @see org.springframework.ldap.core.support.LdapContextSource * @see org.springframework.ldap.core.support.DirContextSource * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @author Adam Skogman * @author Ulrik Sandberg */ diff --git a/core/src/main/java/org/springframework/ldap/core/support/AggregateDirContextProcessor.java b/core/src/main/java/org/springframework/ldap/core/support/AggregateDirContextProcessor.java index 5f4cd33d..809824bb 100644 --- a/core/src/main/java/org/springframework/ldap/core/support/AggregateDirContextProcessor.java +++ b/core/src/main/java/org/springframework/ldap/core/support/AggregateDirContextProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ import org.springframework.ldap.core.DirContextProcessor; * {@link #preProcess(DirContext)} and {@link #postProcess(DirContext)} * respectively in sequence on the managed objects. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @author Ulrik Sandberg */ public class AggregateDirContextProcessor implements DirContextProcessor { diff --git a/core/src/main/java/org/springframework/ldap/core/support/BaseLdapPathAware.java b/core/src/main/java/org/springframework/ldap/core/support/BaseLdapPathAware.java index 79642763..5ba31681 100644 --- a/core/src/main/java/org/springframework/ldap/core/support/BaseLdapPathAware.java +++ b/core/src/main/java/org/springframework/ldap/core/support/BaseLdapPathAware.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -35,7 +35,7 @@ import org.springframework.ldap.core.DistinguishedName; * {@link AbstractContextSource} for this mechanism to work. * * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @since 1.2 */ public interface BaseLdapPathAware { diff --git a/core/src/main/java/org/springframework/ldap/core/support/BaseLdapPathBeanPostProcessor.java b/core/src/main/java/org/springframework/ldap/core/support/BaseLdapPathBeanPostProcessor.java index d7037e60..8156f322 100644 --- a/core/src/main/java/org/springframework/ldap/core/support/BaseLdapPathBeanPostProcessor.java +++ b/core/src/main/java/org/springframework/ldap/core/support/BaseLdapPathBeanPostProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -44,7 +44,7 @@ import org.springframework.util.StringUtils; * the basePath property is not set, post processing will also * fail. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @since 1.2 */ public class BaseLdapPathBeanPostProcessor implements BeanPostProcessor, ApplicationContextAware { diff --git a/core/src/main/java/org/springframework/ldap/core/support/BaseLdapPathContextSource.java b/core/src/main/java/org/springframework/ldap/core/support/BaseLdapPathContextSource.java index f0d607bd..fede0d74 100644 --- a/core/src/main/java/org/springframework/ldap/core/support/BaseLdapPathContextSource.java +++ b/core/src/main/java/org/springframework/ldap/core/support/BaseLdapPathContextSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,7 +21,7 @@ import org.springframework.ldap.core.ContextSource; * Interface to be implemented by ContextSources that are capable * of providing the base LDAP path. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public interface BaseLdapPathContextSource extends ContextSource, BaseLdapPathSource { diff --git a/core/src/main/java/org/springframework/ldap/core/support/BaseLdapPathSource.java b/core/src/main/java/org/springframework/ldap/core/support/BaseLdapPathSource.java index c26a914e..a809fd6a 100644 --- a/core/src/main/java/org/springframework/ldap/core/support/BaseLdapPathSource.java +++ b/core/src/main/java/org/springframework/ldap/core/support/BaseLdapPathSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ import org.springframework.ldap.core.DistinguishedName; * * @see ContextSource * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public interface BaseLdapPathSource { /** diff --git a/core/src/main/java/org/springframework/ldap/core/support/CountNameClassPairCallbackHandler.java b/core/src/main/java/org/springframework/ldap/core/support/CountNameClassPairCallbackHandler.java index ce51601a..7456c00c 100644 --- a/core/src/main/java/org/springframework/ldap/core/support/CountNameClassPairCallbackHandler.java +++ b/core/src/main/java/org/springframework/ldap/core/support/CountNameClassPairCallbackHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ import org.springframework.ldap.core.NameClassPairCallbackHandler; /** * A {@link NameClassPairCallbackHandler} for counting all returned entries. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * */ public class CountNameClassPairCallbackHandler implements diff --git a/core/src/main/java/org/springframework/ldap/core/support/DefaultDirObjectFactory.java b/core/src/main/java/org/springframework/ldap/core/support/DefaultDirObjectFactory.java index 646afe0a..30ceba02 100644 --- a/core/src/main/java/org/springframework/ldap/core/support/DefaultDirObjectFactory.java +++ b/core/src/main/java/org/springframework/ldap/core/support/DefaultDirObjectFactory.java @@ -36,7 +36,7 @@ import org.springframework.util.StringUtils; * Default implementation of the DirObjectFactory interface. Creates a * {@link DirContextAdapter} from the supplied arguments. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public class DefaultDirObjectFactory implements DirObjectFactory { private static final Log log = LogFactory.getLog(AbstractContextSource.class); diff --git a/core/src/main/java/org/springframework/ldap/core/support/DirContextSource.java b/core/src/main/java/org/springframework/ldap/core/support/DirContextSource.java index 8f973b26..e3c44108 100644 --- a/core/src/main/java/org/springframework/ldap/core/support/DirContextSource.java +++ b/core/src/main/java/org/springframework/ldap/core/support/DirContextSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ import javax.naming.directory.InitialDirContext; * * @see org.springframework.ldap.core.support.AbstractContextSource * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public class DirContextSource extends AbstractContextSource { diff --git a/core/src/main/java/org/springframework/ldap/core/support/LdapContextSource.java b/core/src/main/java/org/springframework/ldap/core/support/LdapContextSource.java index df1f6760..8bbdad93 100644 --- a/core/src/main/java/org/springframework/ldap/core/support/LdapContextSource.java +++ b/core/src/main/java/org/springframework/ldap/core/support/LdapContextSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -29,7 +29,7 @@ import javax.naming.ldap.InitialLdapContext; * * @see org.springframework.ldap.core.support.AbstractContextSource * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @author Adam Skogman * @author Ulrik Sandberg */ diff --git a/core/src/main/java/org/springframework/ldap/core/support/SingleContextSource.java b/core/src/main/java/org/springframework/ldap/core/support/SingleContextSource.java index 72385ada..1aaf477a 100644 --- a/core/src/main/java/org/springframework/ldap/core/support/SingleContextSource.java +++ b/core/src/main/java/org/springframework/ldap/core/support/SingleContextSource.java @@ -36,7 +36,7 @@ import org.springframework.beans.factory.DisposableBean; * to make sure the target is never actually closed. Useful when working with e.g. paged results, * as these require the same target to be used. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public class SingleContextSource implements ContextSource, DisposableBean { @@ -100,7 +100,7 @@ public class SingleContextSource implements ContextSource, DisposableBean { * A proxy for DirContext forwarding all operation to the target DirContext, * but making sure that no close operations will be performed. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public static class NonClosingDirContextInvocationHandler implements InvocationHandler { diff --git a/core/src/main/java/org/springframework/ldap/filter/AbstractFilter.java b/core/src/main/java/org/springframework/ldap/filter/AbstractFilter.java index 889abef4..5bb1f1eb 100644 --- a/core/src/main/java/org/springframework/ldap/filter/AbstractFilter.java +++ b/core/src/main/java/org/springframework/ldap/filter/AbstractFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/filter/AndFilter.java b/core/src/main/java/org/springframework/ldap/filter/AndFilter.java index 4317a945..25d2f707 100644 --- a/core/src/main/java/org/springframework/ldap/filter/AndFilter.java +++ b/core/src/main/java/org/springframework/ldap/filter/AndFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ package org.springframework.ldap.filter; * * @see org.springframework.ldap.filter.EqualsFilter * @author Adam Skogman - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public class AndFilter extends BinaryLogicalFilter { diff --git a/core/src/main/java/org/springframework/ldap/filter/BinaryLogicalFilter.java b/core/src/main/java/org/springframework/ldap/filter/BinaryLogicalFilter.java index bb7d745d..565e961d 100644 --- a/core/src/main/java/org/springframework/ldap/filter/BinaryLogicalFilter.java +++ b/core/src/main/java/org/springframework/ldap/filter/BinaryLogicalFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,7 +27,7 @@ import org.apache.commons.lang.builder.HashCodeBuilder; * Abstract superclass for binary logical operations, that is "AND" * and "OR" operations. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public abstract class BinaryLogicalFilter extends AbstractFilter { diff --git a/core/src/main/java/org/springframework/ldap/filter/CompareFilter.java b/core/src/main/java/org/springframework/ldap/filter/CompareFilter.java index 1529d4c3..e0d1cfe5 100644 --- a/core/src/main/java/org/springframework/ldap/filter/CompareFilter.java +++ b/core/src/main/java/org/springframework/ldap/filter/CompareFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,7 +23,7 @@ import org.springframework.ldap.core.LdapEncoder; /** * Abstract superclass for filters that compare values. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public abstract class CompareFilter extends AbstractFilter { diff --git a/core/src/main/java/org/springframework/ldap/filter/EqualsFilter.java b/core/src/main/java/org/springframework/ldap/filter/EqualsFilter.java index 7a2453c4..af1c9ad6 100644 --- a/core/src/main/java/org/springframework/ldap/filter/EqualsFilter.java +++ b/core/src/main/java/org/springframework/ldap/filter/EqualsFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/filter/Filter.java b/core/src/main/java/org/springframework/ldap/filter/Filter.java index f90e3557..f5367416 100644 --- a/core/src/main/java/org/springframework/ldap/filter/Filter.java +++ b/core/src/main/java/org/springframework/ldap/filter/Filter.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/filter/GreaterThanOrEqualsFilter.java b/core/src/main/java/org/springframework/ldap/filter/GreaterThanOrEqualsFilter.java index c46be2ac..a6433f47 100644 --- a/core/src/main/java/org/springframework/ldap/filter/GreaterThanOrEqualsFilter.java +++ b/core/src/main/java/org/springframework/ldap/filter/GreaterThanOrEqualsFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ package org.springframework.ldap.filter; * (cn>=Some CN) * * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public class GreaterThanOrEqualsFilter extends CompareFilter { diff --git a/core/src/main/java/org/springframework/ldap/filter/LessThanOrEqualsFilter.java b/core/src/main/java/org/springframework/ldap/filter/LessThanOrEqualsFilter.java index 389a654b..0a473fe3 100644 --- a/core/src/main/java/org/springframework/ldap/filter/LessThanOrEqualsFilter.java +++ b/core/src/main/java/org/springframework/ldap/filter/LessThanOrEqualsFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ package org.springframework.ldap.filter; * (cn<=Some CN) * * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public class LessThanOrEqualsFilter extends CompareFilter { diff --git a/core/src/main/java/org/springframework/ldap/filter/LikeFilter.java b/core/src/main/java/org/springframework/ldap/filter/LikeFilter.java index 5ad694e9..1e29b75a 100644 --- a/core/src/main/java/org/springframework/ldap/filter/LikeFilter.java +++ b/core/src/main/java/org/springframework/ldap/filter/LikeFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -34,7 +34,7 @@ import org.springframework.ldap.core.LdapEncoder; * * * @author Anders Henja - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public class LikeFilter extends EqualsFilter { diff --git a/core/src/main/java/org/springframework/ldap/filter/NotFilter.java b/core/src/main/java/org/springframework/ldap/filter/NotFilter.java index 8584ad00..7fd5b8b5 100644 --- a/core/src/main/java/org/springframework/ldap/filter/NotFilter.java +++ b/core/src/main/java/org/springframework/ldap/filter/NotFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/filter/OrFilter.java b/core/src/main/java/org/springframework/ldap/filter/OrFilter.java index 6fa0dfeb..5b95843f 100644 --- a/core/src/main/java/org/springframework/ldap/filter/OrFilter.java +++ b/core/src/main/java/org/springframework/ldap/filter/OrFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ package org.springframework.ldap.filter; * (|(objectclass=person)(objectclass=organizationalUnit)) * * @author Adam Skogman - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public class OrFilter extends BinaryLogicalFilter { diff --git a/core/src/main/java/org/springframework/ldap/filter/WhitespaceWildcardsFilter.java b/core/src/main/java/org/springframework/ldap/filter/WhitespaceWildcardsFilter.java index 73c02f8c..f655b984 100644 --- a/core/src/main/java/org/springframework/ldap/filter/WhitespaceWildcardsFilter.java +++ b/core/src/main/java/org/springframework/ldap/filter/WhitespaceWildcardsFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -34,7 +34,7 @@ import org.springframework.ldap.core.LdapEncoder; * would result in: (cn=*Some*CN*) * * @author Adam Skogman - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public class WhitespaceWildcardsFilter extends EqualsFilter { private static Pattern starReplacePattern = Pattern.compile("\\s+"); diff --git a/core/src/main/java/org/springframework/ldap/pool/DelegatingContext.java b/core/src/main/java/org/springframework/ldap/pool/DelegatingContext.java index 1d51315e..66dd5bf6 100644 --- a/core/src/main/java/org/springframework/ldap/pool/DelegatingContext.java +++ b/core/src/main/java/org/springframework/ldap/pool/DelegatingContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/pool/DelegatingDirContext.java b/core/src/main/java/org/springframework/ldap/pool/DelegatingDirContext.java index defa0d00..ea0db540 100644 --- a/core/src/main/java/org/springframework/ldap/pool/DelegatingDirContext.java +++ b/core/src/main/java/org/springframework/ldap/pool/DelegatingDirContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/pool/DelegatingLdapContext.java b/core/src/main/java/org/springframework/ldap/pool/DelegatingLdapContext.java index 1c64a16a..5df4efe8 100644 --- a/core/src/main/java/org/springframework/ldap/pool/DelegatingLdapContext.java +++ b/core/src/main/java/org/springframework/ldap/pool/DelegatingLdapContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/pool/DirContextType.java b/core/src/main/java/org/springframework/ldap/pool/DirContextType.java index 93b5ae50..2d82362a 100644 --- a/core/src/main/java/org/springframework/ldap/pool/DirContextType.java +++ b/core/src/main/java/org/springframework/ldap/pool/DirContextType.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/pool/factory/DirContextPoolableObjectFactory.java b/core/src/main/java/org/springframework/ldap/pool/factory/DirContextPoolableObjectFactory.java index b71e82c9..9facaf4f 100644 --- a/core/src/main/java/org/springframework/ldap/pool/factory/DirContextPoolableObjectFactory.java +++ b/core/src/main/java/org/springframework/ldap/pool/factory/DirContextPoolableObjectFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/pool/factory/PoolingContextSource.java b/core/src/main/java/org/springframework/ldap/pool/factory/PoolingContextSource.java index 38f3c992..347cf905 100644 --- a/core/src/main/java/org/springframework/ldap/pool/factory/PoolingContextSource.java +++ b/core/src/main/java/org/springframework/ldap/pool/factory/PoolingContextSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/pool/validation/DefaultDirContextValidator.java b/core/src/main/java/org/springframework/ldap/pool/validation/DefaultDirContextValidator.java index bdde66b3..f4ce1559 100644 --- a/core/src/main/java/org/springframework/ldap/pool/validation/DefaultDirContextValidator.java +++ b/core/src/main/java/org/springframework/ldap/pool/validation/DefaultDirContextValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/pool/validation/DirContextValidator.java b/core/src/main/java/org/springframework/ldap/pool/validation/DirContextValidator.java index 813a05ee..ab22ce5d 100644 --- a/core/src/main/java/org/springframework/ldap/pool/validation/DirContextValidator.java +++ b/core/src/main/java/org/springframework/ldap/pool/validation/DirContextValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/support/LdapUtils.java b/core/src/main/java/org/springframework/ldap/support/LdapUtils.java index 5bd7a049..99ef99ef 100644 --- a/core/src/main/java/org/springframework/ldap/support/LdapUtils.java +++ b/core/src/main/java/org/springframework/ldap/support/LdapUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/springframework/ldap/support/ListComparator.java b/core/src/main/java/org/springframework/ldap/support/ListComparator.java index 1e5c9807..9114e09d 100644 --- a/core/src/main/java/org/springframework/ldap/support/ListComparator.java +++ b/core/src/main/java/org/springframework/ldap/support/ListComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,7 +21,7 @@ import java.util.List; /** * Comparator for comparing lists of Comparable objects. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public class ListComparator implements Comparator { diff --git a/core/src/main/java/org/springframework/ldap/transaction/compensating/BindOperationExecutor.java b/core/src/main/java/org/springframework/ldap/transaction/compensating/BindOperationExecutor.java index 27805ae0..27f890e8 100644 --- a/core/src/main/java/org/springframework/ldap/transaction/compensating/BindOperationExecutor.java +++ b/core/src/main/java/org/springframework/ldap/transaction/compensating/BindOperationExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ import org.springframework.transaction.compensating.CompensatingTransactionOpera * operation. Performs a bind in {@link #performOperation()}, a corresponding * unbind in {@link #rollback()}, and nothing in {@link #commit()}. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @since 1.2 */ public class BindOperationExecutor implements diff --git a/core/src/main/java/org/springframework/ldap/transaction/compensating/BindOperationRecorder.java b/core/src/main/java/org/springframework/ldap/transaction/compensating/BindOperationRecorder.java index d6f8d179..69e46274 100644 --- a/core/src/main/java/org/springframework/ldap/transaction/compensating/BindOperationRecorder.java +++ b/core/src/main/java/org/springframework/ldap/transaction/compensating/BindOperationRecorder.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,7 +27,7 @@ import org.springframework.transaction.compensating.CompensatingTransactionOpera * operations. Creates {@link BindOperationExecutor} objects in * {@link #recordOperation(Object[])}. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @since 1.2 */ public class BindOperationRecorder implements diff --git a/core/src/main/java/org/springframework/ldap/transaction/compensating/LdapCompensatingTransactionOperationFactory.java b/core/src/main/java/org/springframework/ldap/transaction/compensating/LdapCompensatingTransactionOperationFactory.java index 55fa4e55..d3a54422 100644 --- a/core/src/main/java/org/springframework/ldap/transaction/compensating/LdapCompensatingTransactionOperationFactory.java +++ b/core/src/main/java/org/springframework/ldap/transaction/compensating/LdapCompensatingTransactionOperationFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ import org.springframework.transaction.compensating.CompensatingTransactionOpera * {@link CompensatingTransactionOperationRecorder} implementation for LDAP * operations. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @since 1.2 */ public class LdapCompensatingTransactionOperationFactory implements CompensatingTransactionOperationFactory { diff --git a/core/src/main/java/org/springframework/ldap/transaction/compensating/LdapTransactionUtils.java b/core/src/main/java/org/springframework/ldap/transaction/compensating/LdapTransactionUtils.java index 408e4294..89c5a0b1 100644 --- a/core/src/main/java/org/springframework/ldap/transaction/compensating/LdapTransactionUtils.java +++ b/core/src/main/java/org/springframework/ldap/transaction/compensating/LdapTransactionUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ import org.springframework.util.Assert; /** * Utility methods for working with LDAP transactions. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @since 1.2 */ public final class LdapTransactionUtils { diff --git a/core/src/main/java/org/springframework/ldap/transaction/compensating/ModifyAttributesOperationExecutor.java b/core/src/main/java/org/springframework/ldap/transaction/compensating/ModifyAttributesOperationExecutor.java index c413ef68..600f0581 100644 --- a/core/src/main/java/org/springframework/ldap/transaction/compensating/ModifyAttributesOperationExecutor.java +++ b/core/src/main/java/org/springframework/ldap/transaction/compensating/ModifyAttributesOperationExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -29,7 +29,7 @@ import org.springframework.transaction.compensating.CompensatingTransactionOpera * modifyAttributes in {@link #performOperation()}, a negating * modifyAttributes in {@link #rollback()}, and nothing in {@link #commit()}. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @since 1.2 */ public class ModifyAttributesOperationExecutor implements diff --git a/core/src/main/java/org/springframework/ldap/transaction/compensating/ModifyAttributesOperationRecorder.java b/core/src/main/java/org/springframework/ldap/transaction/compensating/ModifyAttributesOperationRecorder.java index 0a96ccef..f8631522 100644 --- a/core/src/main/java/org/springframework/ldap/transaction/compensating/ModifyAttributesOperationRecorder.java +++ b/core/src/main/java/org/springframework/ldap/transaction/compensating/ModifyAttributesOperationRecorder.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -37,7 +37,7 @@ import org.springframework.util.Assert; * modifyAttributes operations, creating corresponding * {@link ModifyAttributesOperationExecutor} instances for rollback. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @since 1.2 */ public class ModifyAttributesOperationRecorder implements diff --git a/core/src/main/java/org/springframework/ldap/transaction/compensating/NullOperationExecutor.java b/core/src/main/java/org/springframework/ldap/transaction/compensating/NullOperationExecutor.java index 9600c4a8..c8a49619 100644 --- a/core/src/main/java/org/springframework/ldap/transaction/compensating/NullOperationExecutor.java +++ b/core/src/main/java/org/springframework/ldap/transaction/compensating/NullOperationExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ import org.springframework.transaction.compensating.CompensatingTransactionOpera /** * A {@link CompensatingTransactionOperationExecutor} that performs nothing. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @since 1.2 */ public class NullOperationExecutor implements diff --git a/core/src/main/java/org/springframework/ldap/transaction/compensating/NullOperationRecorder.java b/core/src/main/java/org/springframework/ldap/transaction/compensating/NullOperationRecorder.java index 4c5cebd3..3296b35c 100644 --- a/core/src/main/java/org/springframework/ldap/transaction/compensating/NullOperationRecorder.java +++ b/core/src/main/java/org/springframework/ldap/transaction/compensating/NullOperationRecorder.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,7 +27,7 @@ import org.springframework.transaction.compensating.CompensatingTransactionOpera * appropriate {@link CompensatingTransactionOperationRecorder} for the current * operation. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @since 1.2 */ public class NullOperationRecorder implements diff --git a/core/src/main/java/org/springframework/ldap/transaction/compensating/RebindOperationExecutor.java b/core/src/main/java/org/springframework/ldap/transaction/compensating/RebindOperationExecutor.java index 18b4a3d6..84011013 100644 --- a/core/src/main/java/org/springframework/ldap/transaction/compensating/RebindOperationExecutor.java +++ b/core/src/main/java/org/springframework/ldap/transaction/compensating/RebindOperationExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -33,7 +33,7 @@ import org.springframework.transaction.compensating.CompensatingTransactionOpera * new entry to the original location using the attributes supplied to the * original rebind opertaion. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @since 1.2 */ public class RebindOperationExecutor implements diff --git a/core/src/main/java/org/springframework/ldap/transaction/compensating/RebindOperationRecorder.java b/core/src/main/java/org/springframework/ldap/transaction/compensating/RebindOperationRecorder.java index 2d832b8c..ed768969 100644 --- a/core/src/main/java/org/springframework/ldap/transaction/compensating/RebindOperationRecorder.java +++ b/core/src/main/java/org/springframework/ldap/transaction/compensating/RebindOperationRecorder.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,7 +27,7 @@ import org.springframework.transaction.compensating.CompensatingTransactionOpera * operation. Creates {@link RebindOperationExecutor} objects in * {@link #recordOperation(Object[])}. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @since 1.2 */ public class RebindOperationRecorder implements diff --git a/core/src/main/java/org/springframework/ldap/transaction/compensating/RenameOperationExecutor.java b/core/src/main/java/org/springframework/ldap/transaction/compensating/RenameOperationExecutor.java index a8d59ae3..2333fa74 100644 --- a/core/src/main/java/org/springframework/ldap/transaction/compensating/RenameOperationExecutor.java +++ b/core/src/main/java/org/springframework/ldap/transaction/compensating/RenameOperationExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,7 +27,7 @@ import org.springframework.transaction.compensating.CompensatingTransactionOpera * operation. Performs a rename operation in {@link #performOperation()}, a * negating rename in {@link #rollback()}, and nothing in {@link #commit()}. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @since 1.2 */ public class RenameOperationExecutor implements diff --git a/core/src/main/java/org/springframework/ldap/transaction/compensating/RenameOperationRecorder.java b/core/src/main/java/org/springframework/ldap/transaction/compensating/RenameOperationRecorder.java index e9bb8952..a9fea98b 100644 --- a/core/src/main/java/org/springframework/ldap/transaction/compensating/RenameOperationRecorder.java +++ b/core/src/main/java/org/springframework/ldap/transaction/compensating/RenameOperationRecorder.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -29,7 +29,7 @@ import org.springframework.util.Assert; * rename operations. Creates {@link RenameOperationExecutor} objects for * rolling back. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @since 1.2 */ public class RenameOperationRecorder implements diff --git a/core/src/main/java/org/springframework/ldap/transaction/compensating/TempEntryRenamingStrategy.java b/core/src/main/java/org/springframework/ldap/transaction/compensating/TempEntryRenamingStrategy.java index 88150e81..b72ef525 100644 --- a/core/src/main/java/org/springframework/ldap/transaction/compensating/TempEntryRenamingStrategy.java +++ b/core/src/main/java/org/springframework/ldap/transaction/compensating/TempEntryRenamingStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,7 +21,7 @@ import javax.naming.Name; * Interface for different strategies to rename temporary entries for unbind and * rebind operations. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @since 1.2 */ public interface TempEntryRenamingStrategy { diff --git a/core/src/main/java/org/springframework/ldap/transaction/compensating/UnbindOperationExecutor.java b/core/src/main/java/org/springframework/ldap/transaction/compensating/UnbindOperationExecutor.java index 2e75ec70..b2943145 100644 --- a/core/src/main/java/org/springframework/ldap/transaction/compensating/UnbindOperationExecutor.java +++ b/core/src/main/java/org/springframework/ldap/transaction/compensating/UnbindOperationExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ import org.springframework.transaction.compensating.CompensatingTransactionOpera * a negating rename in {@link #rollback()}, and {@link #commit()} unbinds the * entry from its temporary location. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @since 1.2 */ public class UnbindOperationExecutor implements diff --git a/core/src/main/java/org/springframework/ldap/transaction/compensating/UnbindOperationRecorder.java b/core/src/main/java/org/springframework/ldap/transaction/compensating/UnbindOperationRecorder.java index d34e40ed..4a80bebd 100644 --- a/core/src/main/java/org/springframework/ldap/transaction/compensating/UnbindOperationRecorder.java +++ b/core/src/main/java/org/springframework/ldap/transaction/compensating/UnbindOperationRecorder.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ import org.springframework.transaction.compensating.CompensatingTransactionOpera * operations. This class creates {@link UnbindOperationExecutor} objects for * rollback. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @since 1.2 */ public class UnbindOperationRecorder implements diff --git a/core/src/main/java/org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManager.java b/core/src/main/java/org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManager.java index bdd31683..e616f658 100644 --- a/core/src/main/java/org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManager.java +++ b/core/src/main/java/org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManager.java @@ -29,7 +29,7 @@ import org.springframework.transaction.support.DefaultTransactionStatus; * is not a JTA XA transaction; no two-phase commit will be performed, * and thus commit and rollback may yield unexpected results. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @since 1.2 */ public class ContextSourceAndDataSourceTransactionManager extends diff --git a/core/src/main/java/org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManager.java b/core/src/main/java/org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManager.java index a35e0144..7f0b1716 100644 --- a/core/src/main/java/org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManager.java +++ b/core/src/main/java/org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManager.java @@ -101,7 +101,7 @@ import org.springframework.transaction.support.DefaultTransactionStatus; * the same logical transaction. *

* - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * * @see ContextSourceAndDataSourceTransactionManager * @see ContextSourceTransactionManagerDelegate diff --git a/core/src/main/java/org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManagerDelegate.java b/core/src/main/java/org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManagerDelegate.java index ab25e9f2..b197a20d 100644 --- a/core/src/main/java/org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManagerDelegate.java +++ b/core/src/main/java/org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManagerDelegate.java @@ -34,7 +34,7 @@ import org.springframework.transaction.compensating.support.DefaultCompensatingT * be able to perform the exact same work for the LDAP part in * {@link ContextSourceAndDataSourceTransactionManager}. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @see ContextSourceTransactionManager * @see ContextSourceAndDataSourceTransactionManager * @since 1.2 diff --git a/core/src/main/java/org/springframework/ldap/transaction/compensating/manager/DirContextHolder.java b/core/src/main/java/org/springframework/ldap/transaction/compensating/manager/DirContextHolder.java index 7d0c1ce6..bdb5d9ef 100644 --- a/core/src/main/java/org/springframework/ldap/transaction/compensating/manager/DirContextHolder.java +++ b/core/src/main/java/org/springframework/ldap/transaction/compensating/manager/DirContextHolder.java @@ -27,7 +27,7 @@ import org.springframework.transaction.compensating.support.CompensatingTransact * operations and keeping track of all changes and storing information necessary * for commit or rollback. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @since 1.2 */ public class DirContextHolder extends CompensatingTransactionHolderSupport { diff --git a/core/src/main/java/org/springframework/ldap/transaction/compensating/manager/TransactionAwareContextSourceProxy.java b/core/src/main/java/org/springframework/ldap/transaction/compensating/manager/TransactionAwareContextSourceProxy.java index ab856606..98979825 100644 --- a/core/src/main/java/org/springframework/ldap/transaction/compensating/manager/TransactionAwareContextSourceProxy.java +++ b/core/src/main/java/org/springframework/ldap/transaction/compensating/manager/TransactionAwareContextSourceProxy.java @@ -33,7 +33,7 @@ import org.springframework.transaction.support.TransactionSynchronizationManager * operations. All returned DirContext instances will be of the type * {@link TransactionAwareDirContextInvocationHandler}. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @since 1.2 */ public class TransactionAwareContextSourceProxy implements ContextSource { diff --git a/core/src/main/java/org/springframework/ldap/transaction/compensating/manager/TransactionAwareDirContextInvocationHandler.java b/core/src/main/java/org/springframework/ldap/transaction/compensating/manager/TransactionAwareDirContextInvocationHandler.java index a72f5cb4..77e1ab91 100644 --- a/core/src/main/java/org/springframework/ldap/transaction/compensating/manager/TransactionAwareDirContextInvocationHandler.java +++ b/core/src/main/java/org/springframework/ldap/transaction/compensating/manager/TransactionAwareDirContextInvocationHandler.java @@ -34,7 +34,7 @@ import org.springframework.transaction.support.TransactionSynchronizationManager * closed during a transaction, and that all modifying operations are recorded, * storing compensating rollback operations for them. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @since 1.2 */ public class TransactionAwareDirContextInvocationHandler implements diff --git a/core/src/main/java/org/springframework/ldap/transaction/compensating/support/DefaultTempEntryRenamingStrategy.java b/core/src/main/java/org/springframework/ldap/transaction/compensating/support/DefaultTempEntryRenamingStrategy.java index 3b7bfb20..ff81273d 100644 --- a/core/src/main/java/org/springframework/ldap/transaction/compensating/support/DefaultTempEntryRenamingStrategy.java +++ b/core/src/main/java/org/springframework/ldap/transaction/compensating/support/DefaultTempEntryRenamingStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -44,7 +44,7 @@ import org.springframework.ldap.transaction.compensating.TempEntryRenamingStrate * in the same transaction might return references to the temporary entry even * though it should have been removed or rebound. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @since 1.2 */ public class DefaultTempEntryRenamingStrategy implements diff --git a/core/src/main/java/org/springframework/ldap/transaction/compensating/support/DifferentSubtreeTempEntryRenamingStrategy.java b/core/src/main/java/org/springframework/ldap/transaction/compensating/support/DifferentSubtreeTempEntryRenamingStrategy.java index 2513d234..ae745605 100644 --- a/core/src/main/java/org/springframework/ldap/transaction/compensating/support/DifferentSubtreeTempEntryRenamingStrategy.java +++ b/core/src/main/java/org/springframework/ldap/transaction/compensating/support/DifferentSubtreeTempEntryRenamingStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -41,7 +41,7 @@ import org.springframework.ldap.transaction.compensating.TempEntryRenamingStrate * sequence number needed to prevent potential collisions in the temporary * storage. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @since 1.2 */ public class DifferentSubtreeTempEntryRenamingStrategy implements diff --git a/core/src/main/java/org/springframework/transaction/compensating/CompensatingTransactionOperationExecutor.java b/core/src/main/java/org/springframework/transaction/compensating/CompensatingTransactionOperationExecutor.java index 73a208a0..a8560681 100644 --- a/core/src/main/java/org/springframework/transaction/compensating/CompensatingTransactionOperationExecutor.java +++ b/core/src/main/java/org/springframework/transaction/compensating/CompensatingTransactionOperationExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -34,7 +34,7 @@ package org.springframework.transaction.compensating; * location and leave it for the {@link #commit()} method to actually remove the * entry. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @since 1.2 */ public interface CompensatingTransactionOperationExecutor { diff --git a/core/src/main/java/org/springframework/transaction/compensating/CompensatingTransactionOperationFactory.java b/core/src/main/java/org/springframework/transaction/compensating/CompensatingTransactionOperationFactory.java index 86a8cdb2..7dacc788 100644 --- a/core/src/main/java/org/springframework/transaction/compensating/CompensatingTransactionOperationFactory.java +++ b/core/src/main/java/org/springframework/transaction/compensating/CompensatingTransactionOperationFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ import org.springframework.transaction.compensating.support.DefaultCompensatingT * {@link CompensatingTransactionOperationRecorder} objects based on operation * method names. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @see DefaultCompensatingTransactionOperationManager * @since 1.2 */ diff --git a/core/src/main/java/org/springframework/transaction/compensating/CompensatingTransactionOperationManager.java b/core/src/main/java/org/springframework/transaction/compensating/CompensatingTransactionOperationManager.java index 3117e2d1..05938d54 100644 --- a/core/src/main/java/org/springframework/transaction/compensating/CompensatingTransactionOperationManager.java +++ b/core/src/main/java/org/springframework/transaction/compensating/CompensatingTransactionOperationManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,7 +21,7 @@ package org.springframework.transaction.compensating; * keeps track of compensating actions necessary for rolling back each * individual operation. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @since 1.2 */ public interface CompensatingTransactionOperationManager { diff --git a/core/src/main/java/org/springframework/transaction/compensating/CompensatingTransactionOperationRecorder.java b/core/src/main/java/org/springframework/transaction/compensating/CompensatingTransactionOperationRecorder.java index d842c873..b66f1e34 100644 --- a/core/src/main/java/org/springframework/transaction/compensating/CompensatingTransactionOperationRecorder.java +++ b/core/src/main/java/org/springframework/transaction/compensating/CompensatingTransactionOperationRecorder.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ package org.springframework.transaction.compensating; * Recording of an operation should not fail (throwing an Exception), but * instead log the result. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @since 1.2 */ public interface CompensatingTransactionOperationRecorder { diff --git a/core/src/main/java/org/springframework/transaction/compensating/support/AbstractCompensatingTransactionManagerDelegate.java b/core/src/main/java/org/springframework/transaction/compensating/support/AbstractCompensatingTransactionManagerDelegate.java index 96618db6..7a4d588b 100644 --- a/core/src/main/java/org/springframework/transaction/compensating/support/AbstractCompensatingTransactionManagerDelegate.java +++ b/core/src/main/java/org/springframework/transaction/compensating/support/AbstractCompensatingTransactionManagerDelegate.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ import org.springframework.transaction.support.TransactionSynchronizationManager * transaction work is extracted to a delegate to enable composite Transaction * Managers. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @since 1.2 */ public abstract class AbstractCompensatingTransactionManagerDelegate { diff --git a/core/src/main/java/org/springframework/transaction/compensating/support/CompensatingTransactionHolderSupport.java b/core/src/main/java/org/springframework/transaction/compensating/support/CompensatingTransactionHolderSupport.java index de90a8e0..a5834e87 100644 --- a/core/src/main/java/org/springframework/transaction/compensating/support/CompensatingTransactionHolderSupport.java +++ b/core/src/main/java/org/springframework/transaction/compensating/support/CompensatingTransactionHolderSupport.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,7 +21,7 @@ import org.springframework.transaction.support.ResourceHolderSupport; /** * Base class for compensating transaction resource holders. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @since 1.2 */ public abstract class CompensatingTransactionHolderSupport extends diff --git a/core/src/main/java/org/springframework/transaction/compensating/support/CompensatingTransactionObject.java b/core/src/main/java/org/springframework/transaction/compensating/support/CompensatingTransactionObject.java index 16dc4be7..6603649e 100644 --- a/core/src/main/java/org/springframework/transaction/compensating/support/CompensatingTransactionObject.java +++ b/core/src/main/java/org/springframework/transaction/compensating/support/CompensatingTransactionObject.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,7 +21,7 @@ package org.springframework.transaction.compensating.support; * the {@link CompensatingTransactionHolderSupport} associated with the current * transaction. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @since 1.2 */ public class CompensatingTransactionObject { diff --git a/core/src/main/java/org/springframework/transaction/compensating/support/CompensatingTransactionUtils.java b/core/src/main/java/org/springframework/transaction/compensating/support/CompensatingTransactionUtils.java index 594d4e75..9064e466 100644 --- a/core/src/main/java/org/springframework/transaction/compensating/support/CompensatingTransactionUtils.java +++ b/core/src/main/java/org/springframework/transaction/compensating/support/CompensatingTransactionUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ import org.springframework.transaction.support.TransactionSynchronizationManager /** * Common methods for use with compensating transactions. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @since 1.2 */ public class CompensatingTransactionUtils { diff --git a/core/src/main/java/org/springframework/transaction/compensating/support/DefaultCompensatingTransactionOperationManager.java b/core/src/main/java/org/springframework/transaction/compensating/support/DefaultCompensatingTransactionOperationManager.java index b947d970..dc0fdffa 100644 --- a/core/src/main/java/org/springframework/transaction/compensating/support/DefaultCompensatingTransactionOperationManager.java +++ b/core/src/main/java/org/springframework/transaction/compensating/support/DefaultCompensatingTransactionOperationManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ import org.springframework.transaction.compensating.CompensatingTransactionOpera * Manages a stack of {@link CompensatingTransactionOperationExecutor} objects * and performs rollback of these in the reverse order. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @since 1.2 */ public class DefaultCompensatingTransactionOperationManager implements diff --git a/core/src/main/javacc/DnParserImpl.jj b/core/src/main/javacc/DnParserImpl.jj index 0a260907..494539a6 100644 --- a/core/src/main/javacc/DnParserImpl.jj +++ b/core/src/main/javacc/DnParserImpl.jj @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/NamingExceptionTest.java b/core/src/test/java/org/springframework/ldap/NamingExceptionTest.java index 8418c7ae..91adc364 100644 --- a/core/src/test/java/org/springframework/ldap/NamingExceptionTest.java +++ b/core/src/test/java/org/springframework/ldap/NamingExceptionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/authentication/DefaultValuesAuthenticationSourceDecoratorTest.java b/core/src/test/java/org/springframework/ldap/authentication/DefaultValuesAuthenticationSourceDecoratorTest.java index 39596f7e..4f6d4ece 100644 --- a/core/src/test/java/org/springframework/ldap/authentication/DefaultValuesAuthenticationSourceDecoratorTest.java +++ b/core/src/test/java/org/springframework/ldap/authentication/DefaultValuesAuthenticationSourceDecoratorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/control/PagedResultTest.java b/core/src/test/java/org/springframework/ldap/control/PagedResultTest.java index bdb9757e..d807caf9 100644 --- a/core/src/test/java/org/springframework/ldap/control/PagedResultTest.java +++ b/core/src/test/java/org/springframework/ldap/control/PagedResultTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ import junit.framework.TestCase; * Unit tests for the PagedResult class. * {@link PagedResultsControl} * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @author Ulrik Sandberg */ public class PagedResultTest extends TestCase { diff --git a/core/src/test/java/org/springframework/ldap/control/PagedResultsCookieTest.java b/core/src/test/java/org/springframework/ldap/control/PagedResultsCookieTest.java index 07566e35..fb2270f5 100644 --- a/core/src/test/java/org/springframework/ldap/control/PagedResultsCookieTest.java +++ b/core/src/test/java/org/springframework/ldap/control/PagedResultsCookieTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/control/PagedResultsRequestControlTest.java b/core/src/test/java/org/springframework/ldap/control/PagedResultsRequestControlTest.java index 7b6e3fe9..c943b44e 100644 --- a/core/src/test/java/org/springframework/ldap/control/PagedResultsRequestControlTest.java +++ b/core/src/test/java/org/springframework/ldap/control/PagedResultsRequestControlTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/control/RequestControlDirContextProcessorTest.java b/core/src/test/java/org/springframework/ldap/control/RequestControlDirContextProcessorTest.java index 335765e1..6f4a509c 100644 --- a/core/src/test/java/org/springframework/ldap/control/RequestControlDirContextProcessorTest.java +++ b/core/src/test/java/org/springframework/ldap/control/RequestControlDirContextProcessorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/control/SortControlDirContextProcessorTest.java b/core/src/test/java/org/springframework/ldap/control/SortControlDirContextProcessorTest.java index fe9e5673..6ee1e47c 100644 --- a/core/src/test/java/org/springframework/ldap/control/SortControlDirContextProcessorTest.java +++ b/core/src/test/java/org/springframework/ldap/control/SortControlDirContextProcessorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/core/CollectingNameClassPairCallbackHandlerTest.java b/core/src/test/java/org/springframework/ldap/core/CollectingNameClassPairCallbackHandlerTest.java index 4e8bf080..8d54b72b 100644 --- a/core/src/test/java/org/springframework/ldap/core/CollectingNameClassPairCallbackHandlerTest.java +++ b/core/src/test/java/org/springframework/ldap/core/CollectingNameClassPairCallbackHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/core/ContextMapperCallbackHandlerTest.java b/core/src/test/java/org/springframework/ldap/core/ContextMapperCallbackHandlerTest.java index 48158bd2..cf086411 100644 --- a/core/src/test/java/org/springframework/ldap/core/ContextMapperCallbackHandlerTest.java +++ b/core/src/test/java/org/springframework/ldap/core/ContextMapperCallbackHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/core/DirContextAdapterBugTest.java b/core/src/test/java/org/springframework/ldap/core/DirContextAdapterBugTest.java index 96289f2b..9e1f0ca4 100644 --- a/core/src/test/java/org/springframework/ldap/core/DirContextAdapterBugTest.java +++ b/core/src/test/java/org/springframework/ldap/core/DirContextAdapterBugTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/core/DirContextAdapterTest.java b/core/src/test/java/org/springframework/ldap/core/DirContextAdapterTest.java index 50975e25..f3f79181 100644 --- a/core/src/test/java/org/springframework/ldap/core/DirContextAdapterTest.java +++ b/core/src/test/java/org/springframework/ldap/core/DirContextAdapterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -34,7 +34,7 @@ import junit.framework.TestCase; * Tests the DirContextAdapter class. * * @author Andreas Ronge - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public class DirContextAdapterTest extends TestCase { private static final DistinguishedName BASE_NAME = new DistinguishedName("dc=jayway, dc=se"); diff --git a/core/src/test/java/org/springframework/ldap/core/DistinguishedNameEditorTest.java b/core/src/test/java/org/springframework/ldap/core/DistinguishedNameEditorTest.java index 7008bb86..056c6216 100644 --- a/core/src/test/java/org/springframework/ldap/core/DistinguishedNameEditorTest.java +++ b/core/src/test/java/org/springframework/ldap/core/DistinguishedNameEditorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ import junit.framework.TestCase; /** * Unit tests for {@link DistinguishedNameEditor}. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public class DistinguishedNameEditorTest extends TestCase { diff --git a/core/src/test/java/org/springframework/ldap/core/DistinguishedNameTest.java b/core/src/test/java/org/springframework/ldap/core/DistinguishedNameTest.java index 2f110f1b..aa3cb2ca 100644 --- a/core/src/test/java/org/springframework/ldap/core/DistinguishedNameTest.java +++ b/core/src/test/java/org/springframework/ldap/core/DistinguishedNameTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -34,7 +34,7 @@ import com.gargoylesoftware.base.testing.EqualsTester; * Unit tests for the {@link DistinguishedName} class. * * @author Adam Skogman - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public class DistinguishedNameTest extends TestCase { diff --git a/core/src/test/java/org/springframework/ldap/core/LdapEncoderTest.java b/core/src/test/java/org/springframework/ldap/core/LdapEncoderTest.java index 09a4b942..ad9a3cc2 100644 --- a/core/src/test/java/org/springframework/ldap/core/LdapEncoderTest.java +++ b/core/src/test/java/org/springframework/ldap/core/LdapEncoderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/core/LdapRdnComponentTest.java b/core/src/test/java/org/springframework/ldap/core/LdapRdnComponentTest.java index 9643b109..f226d9da 100644 --- a/core/src/test/java/org/springframework/ldap/core/LdapRdnComponentTest.java +++ b/core/src/test/java/org/springframework/ldap/core/LdapRdnComponentTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ import junit.framework.TestCase; /** * Tests for LdapRdnComponent. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public class LdapRdnComponentTest extends TestCase { diff --git a/core/src/test/java/org/springframework/ldap/core/LdapRdnTest.java b/core/src/test/java/org/springframework/ldap/core/LdapRdnTest.java index b228dc40..e35a0a9a 100644 --- a/core/src/test/java/org/springframework/ldap/core/LdapRdnTest.java +++ b/core/src/test/java/org/springframework/ldap/core/LdapRdnTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/core/LdapTemplateListTest.java b/core/src/test/java/org/springframework/ldap/core/LdapTemplateListTest.java index bdd6959f..975b6919 100644 --- a/core/src/test/java/org/springframework/ldap/core/LdapTemplateListTest.java +++ b/core/src/test/java/org/springframework/ldap/core/LdapTemplateListTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/core/LdapTemplateLookupTest.java b/core/src/test/java/org/springframework/ldap/core/LdapTemplateLookupTest.java index 0715eeb8..ffc8ad2e 100644 --- a/core/src/test/java/org/springframework/ldap/core/LdapTemplateLookupTest.java +++ b/core/src/test/java/org/springframework/ldap/core/LdapTemplateLookupTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/core/LdapTemplateRenameTest.java b/core/src/test/java/org/springframework/ldap/core/LdapTemplateRenameTest.java index 938d7c0d..c4aba762 100644 --- a/core/src/test/java/org/springframework/ldap/core/LdapTemplateRenameTest.java +++ b/core/src/test/java/org/springframework/ldap/core/LdapTemplateRenameTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/core/LdapTemplateTest.java b/core/src/test/java/org/springframework/ldap/core/LdapTemplateTest.java index 077d0e34..b75510e5 100644 --- a/core/src/test/java/org/springframework/ldap/core/LdapTemplateTest.java +++ b/core/src/test/java/org/springframework/ldap/core/LdapTemplateTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -1773,7 +1773,7 @@ public class LdapTemplateTest extends TestCase { /** * Needed to verify search control values. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ private static class SearchControlsMatcher extends AbstractMatcher { protected boolean argumentMatches(Object arg0, Object arg1) { diff --git a/core/src/test/java/org/springframework/ldap/core/RequestControlMatcher.java b/core/src/test/java/org/springframework/ldap/core/RequestControlMatcher.java index fdbdf6f5..1f3ba2bf 100644 --- a/core/src/test/java/org/springframework/ldap/core/RequestControlMatcher.java +++ b/core/src/test/java/org/springframework/ldap/core/RequestControlMatcher.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/core/support/AggregateDirContextProcessorTest.java b/core/src/test/java/org/springframework/ldap/core/support/AggregateDirContextProcessorTest.java index 79b4f26f..eb190641 100644 --- a/core/src/test/java/org/springframework/ldap/core/support/AggregateDirContextProcessorTest.java +++ b/core/src/test/java/org/springframework/ldap/core/support/AggregateDirContextProcessorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/core/support/BaseLdapPathBeanPostProcessorTest.java b/core/src/test/java/org/springframework/ldap/core/support/BaseLdapPathBeanPostProcessorTest.java index 6a64d39b..0eaea0bd 100644 --- a/core/src/test/java/org/springframework/ldap/core/support/BaseLdapPathBeanPostProcessorTest.java +++ b/core/src/test/java/org/springframework/ldap/core/support/BaseLdapPathBeanPostProcessorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ import junit.framework.TestCase; /** * Unit tests for {@link BaseLdapPathBeanPostProcessor}. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public class BaseLdapPathBeanPostProcessorTest extends TestCase { diff --git a/core/src/test/java/org/springframework/ldap/core/support/CountNameClassPairResultCallbackHandlerTest.java b/core/src/test/java/org/springframework/ldap/core/support/CountNameClassPairResultCallbackHandlerTest.java index 5c056e3a..ae920dc3 100644 --- a/core/src/test/java/org/springframework/ldap/core/support/CountNameClassPairResultCallbackHandlerTest.java +++ b/core/src/test/java/org/springframework/ldap/core/support/CountNameClassPairResultCallbackHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/core/support/DefaultDirObjectFactoryTest.java b/core/src/test/java/org/springframework/ldap/core/support/DefaultDirObjectFactoryTest.java index 1dec0505..ffae2abc 100644 --- a/core/src/test/java/org/springframework/ldap/core/support/DefaultDirObjectFactoryTest.java +++ b/core/src/test/java/org/springframework/ldap/core/support/DefaultDirObjectFactoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/core/support/LdapContextSourceTest.java b/core/src/test/java/org/springframework/ldap/core/support/LdapContextSourceTest.java index c4f1a4de..a0369483 100644 --- a/core/src/test/java/org/springframework/ldap/core/support/LdapContextSourceTest.java +++ b/core/src/test/java/org/springframework/ldap/core/support/LdapContextSourceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ import org.springframework.ldap.core.DistinguishedName; /** * Unit tests for the LdapContextSource class. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @author Ulrik Sandberg */ public class LdapContextSourceTest extends TestCase { diff --git a/core/src/test/java/org/springframework/ldap/filter/AbstractFilterTest.java b/core/src/test/java/org/springframework/ldap/filter/AbstractFilterTest.java index 553fe077..219c391c 100644 --- a/core/src/test/java/org/springframework/ldap/filter/AbstractFilterTest.java +++ b/core/src/test/java/org/springframework/ldap/filter/AbstractFilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/filter/AndFilterTest.java b/core/src/test/java/org/springframework/ldap/filter/AndFilterTest.java index 55479054..fa1557de 100644 --- a/core/src/test/java/org/springframework/ldap/filter/AndFilterTest.java +++ b/core/src/test/java/org/springframework/ldap/filter/AndFilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/filter/EqualsFilterTest.java b/core/src/test/java/org/springframework/ldap/filter/EqualsFilterTest.java index e6adbca1..fba88cb2 100644 --- a/core/src/test/java/org/springframework/ldap/filter/EqualsFilterTest.java +++ b/core/src/test/java/org/springframework/ldap/filter/EqualsFilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/filter/GreaterThanOrEqualsFilterTest.java b/core/src/test/java/org/springframework/ldap/filter/GreaterThanOrEqualsFilterTest.java index 90b639c5..cd550a6e 100644 --- a/core/src/test/java/org/springframework/ldap/filter/GreaterThanOrEqualsFilterTest.java +++ b/core/src/test/java/org/springframework/ldap/filter/GreaterThanOrEqualsFilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,7 +21,7 @@ import org.springframework.ldap.filter.GreaterThanOrEqualsFilter; import junit.framework.TestCase; /** - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public class GreaterThanOrEqualsFilterTest extends TestCase { diff --git a/core/src/test/java/org/springframework/ldap/filter/LessThanOrEqualsFilterTest.java b/core/src/test/java/org/springframework/ldap/filter/LessThanOrEqualsFilterTest.java index a1339b24..489126b9 100644 --- a/core/src/test/java/org/springframework/ldap/filter/LessThanOrEqualsFilterTest.java +++ b/core/src/test/java/org/springframework/ldap/filter/LessThanOrEqualsFilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,7 +21,7 @@ import org.springframework.ldap.filter.LessThanOrEqualsFilter; import junit.framework.TestCase; /** - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public class LessThanOrEqualsFilterTest extends TestCase { diff --git a/core/src/test/java/org/springframework/ldap/filter/LikeFilterTest.java b/core/src/test/java/org/springframework/ldap/filter/LikeFilterTest.java index d12996d0..84f080bc 100644 --- a/core/src/test/java/org/springframework/ldap/filter/LikeFilterTest.java +++ b/core/src/test/java/org/springframework/ldap/filter/LikeFilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/filter/NotFilterTest.java b/core/src/test/java/org/springframework/ldap/filter/NotFilterTest.java index 41888514..31b92014 100644 --- a/core/src/test/java/org/springframework/ldap/filter/NotFilterTest.java +++ b/core/src/test/java/org/springframework/ldap/filter/NotFilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,7 +24,7 @@ import com.gargoylesoftware.base.testing.EqualsTester; import junit.framework.TestCase; /** - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public class NotFilterTest extends TestCase { diff --git a/core/src/test/java/org/springframework/ldap/filter/OrFilterTest.java b/core/src/test/java/org/springframework/ldap/filter/OrFilterTest.java index e5d6337c..ea0a5bbe 100644 --- a/core/src/test/java/org/springframework/ldap/filter/OrFilterTest.java +++ b/core/src/test/java/org/springframework/ldap/filter/OrFilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/filter/WhitespaceWildcardsFilterTest.java b/core/src/test/java/org/springframework/ldap/filter/WhitespaceWildcardsFilterTest.java index b0094daf..e1b6d391 100644 --- a/core/src/test/java/org/springframework/ldap/filter/WhitespaceWildcardsFilterTest.java +++ b/core/src/test/java/org/springframework/ldap/filter/WhitespaceWildcardsFilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/pool/AbstractPoolTestCase.java b/core/src/test/java/org/springframework/ldap/pool/AbstractPoolTestCase.java index b5994969..11406904 100644 --- a/core/src/test/java/org/springframework/ldap/pool/AbstractPoolTestCase.java +++ b/core/src/test/java/org/springframework/ldap/pool/AbstractPoolTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/pool/DelegatingContextTest.java b/core/src/test/java/org/springframework/ldap/pool/DelegatingContextTest.java index b8ce60cb..11dbb205 100644 --- a/core/src/test/java/org/springframework/ldap/pool/DelegatingContextTest.java +++ b/core/src/test/java/org/springframework/ldap/pool/DelegatingContextTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/pool/DelegatingDirContextTest.java b/core/src/test/java/org/springframework/ldap/pool/DelegatingDirContextTest.java index be39901c..5212518f 100644 --- a/core/src/test/java/org/springframework/ldap/pool/DelegatingDirContextTest.java +++ b/core/src/test/java/org/springframework/ldap/pool/DelegatingDirContextTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/pool/DelegatingLdapContextTest.java b/core/src/test/java/org/springframework/ldap/pool/DelegatingLdapContextTest.java index 46023958..fcaa708a 100644 --- a/core/src/test/java/org/springframework/ldap/pool/DelegatingLdapContextTest.java +++ b/core/src/test/java/org/springframework/ldap/pool/DelegatingLdapContextTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/pool/factory/DirContextPoolableObjectFactoryTest.java b/core/src/test/java/org/springframework/ldap/pool/factory/DirContextPoolableObjectFactoryTest.java index fe267467..63685a8c 100644 --- a/core/src/test/java/org/springframework/ldap/pool/factory/DirContextPoolableObjectFactoryTest.java +++ b/core/src/test/java/org/springframework/ldap/pool/factory/DirContextPoolableObjectFactoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/pool/factory/PoolingContextSourceTest.java b/core/src/test/java/org/springframework/ldap/pool/factory/PoolingContextSourceTest.java index 00b8dc2d..5b1691c2 100644 --- a/core/src/test/java/org/springframework/ldap/pool/factory/PoolingContextSourceTest.java +++ b/core/src/test/java/org/springframework/ldap/pool/factory/PoolingContextSourceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/pool/validation/DefaultDirContextValidatorTest.java b/core/src/test/java/org/springframework/ldap/pool/validation/DefaultDirContextValidatorTest.java index 2234622a..b3eba294 100644 --- a/core/src/test/java/org/springframework/ldap/pool/validation/DefaultDirContextValidatorTest.java +++ b/core/src/test/java/org/springframework/ldap/pool/validation/DefaultDirContextValidatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/transaction/compensating/BindOperationExecutorTest.java b/core/src/test/java/org/springframework/ldap/transaction/compensating/BindOperationExecutorTest.java index 116a8458..5f317322 100644 --- a/core/src/test/java/org/springframework/ldap/transaction/compensating/BindOperationExecutorTest.java +++ b/core/src/test/java/org/springframework/ldap/transaction/compensating/BindOperationExecutorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/transaction/compensating/BindOperationRecorderTest.java b/core/src/test/java/org/springframework/ldap/transaction/compensating/BindOperationRecorderTest.java index 414cf291..04fee9f4 100644 --- a/core/src/test/java/org/springframework/ldap/transaction/compensating/BindOperationRecorderTest.java +++ b/core/src/test/java/org/springframework/ldap/transaction/compensating/BindOperationRecorderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/transaction/compensating/LdapCompensatingTransactionOperationFactoryTest.java b/core/src/test/java/org/springframework/ldap/transaction/compensating/LdapCompensatingTransactionOperationFactoryTest.java index 2a768b50..d335a9d4 100644 --- a/core/src/test/java/org/springframework/ldap/transaction/compensating/LdapCompensatingTransactionOperationFactoryTest.java +++ b/core/src/test/java/org/springframework/ldap/transaction/compensating/LdapCompensatingTransactionOperationFactoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/transaction/compensating/LdapTransactionUtilsTest.java b/core/src/test/java/org/springframework/ldap/transaction/compensating/LdapTransactionUtilsTest.java index 5eed68e4..3ede10ba 100644 --- a/core/src/test/java/org/springframework/ldap/transaction/compensating/LdapTransactionUtilsTest.java +++ b/core/src/test/java/org/springframework/ldap/transaction/compensating/LdapTransactionUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/transaction/compensating/ModifyAttributesOperationExecutorTest.java b/core/src/test/java/org/springframework/ldap/transaction/compensating/ModifyAttributesOperationExecutorTest.java index 5a5e4928..942711c2 100644 --- a/core/src/test/java/org/springframework/ldap/transaction/compensating/ModifyAttributesOperationExecutorTest.java +++ b/core/src/test/java/org/springframework/ldap/transaction/compensating/ModifyAttributesOperationExecutorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/transaction/compensating/ModifyAttributesOperationRecorderTest.java b/core/src/test/java/org/springframework/ldap/transaction/compensating/ModifyAttributesOperationRecorderTest.java index 6da35c9f..41e268da 100644 --- a/core/src/test/java/org/springframework/ldap/transaction/compensating/ModifyAttributesOperationRecorderTest.java +++ b/core/src/test/java/org/springframework/ldap/transaction/compensating/ModifyAttributesOperationRecorderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/transaction/compensating/RebindOperationExecutorTest.java b/core/src/test/java/org/springframework/ldap/transaction/compensating/RebindOperationExecutorTest.java index 6adb47c3..d17aedbc 100644 --- a/core/src/test/java/org/springframework/ldap/transaction/compensating/RebindOperationExecutorTest.java +++ b/core/src/test/java/org/springframework/ldap/transaction/compensating/RebindOperationExecutorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/transaction/compensating/RebindOperationRecorderTest.java b/core/src/test/java/org/springframework/ldap/transaction/compensating/RebindOperationRecorderTest.java index 7be40068..67638a88 100644 --- a/core/src/test/java/org/springframework/ldap/transaction/compensating/RebindOperationRecorderTest.java +++ b/core/src/test/java/org/springframework/ldap/transaction/compensating/RebindOperationRecorderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/transaction/compensating/RenameOperationExecutorTest.java b/core/src/test/java/org/springframework/ldap/transaction/compensating/RenameOperationExecutorTest.java index 79a97c0d..da033a9c 100644 --- a/core/src/test/java/org/springframework/ldap/transaction/compensating/RenameOperationExecutorTest.java +++ b/core/src/test/java/org/springframework/ldap/transaction/compensating/RenameOperationExecutorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/transaction/compensating/RenameOperationRecorderTest.java b/core/src/test/java/org/springframework/ldap/transaction/compensating/RenameOperationRecorderTest.java index 2c3a3310..8710297b 100644 --- a/core/src/test/java/org/springframework/ldap/transaction/compensating/RenameOperationRecorderTest.java +++ b/core/src/test/java/org/springframework/ldap/transaction/compensating/RenameOperationRecorderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/transaction/compensating/UnbindOperationExecutorTest.java b/core/src/test/java/org/springframework/ldap/transaction/compensating/UnbindOperationExecutorTest.java index e84da183..2b60da58 100644 --- a/core/src/test/java/org/springframework/ldap/transaction/compensating/UnbindOperationExecutorTest.java +++ b/core/src/test/java/org/springframework/ldap/transaction/compensating/UnbindOperationExecutorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/transaction/compensating/UnbindOperationRecorderTest.java b/core/src/test/java/org/springframework/ldap/transaction/compensating/UnbindOperationRecorderTest.java index 8dca6f54..ff35de0e 100644 --- a/core/src/test/java/org/springframework/ldap/transaction/compensating/UnbindOperationRecorderTest.java +++ b/core/src/test/java/org/springframework/ldap/transaction/compensating/UnbindOperationRecorderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManagerTest.java b/core/src/test/java/org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManagerTest.java index 7c2d6fa0..4e408fc1 100644 --- a/core/src/test/java/org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManagerTest.java +++ b/core/src/test/java/org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManagerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/transaction/compensating/manager/TransactionAwareContextSourceProxyTest.java b/core/src/test/java/org/springframework/ldap/transaction/compensating/manager/TransactionAwareContextSourceProxyTest.java index a2b3d544..2801c488 100644 --- a/core/src/test/java/org/springframework/ldap/transaction/compensating/manager/TransactionAwareContextSourceProxyTest.java +++ b/core/src/test/java/org/springframework/ldap/transaction/compensating/manager/TransactionAwareContextSourceProxyTest.java @@ -28,7 +28,7 @@ import org.springframework.ldap.transaction.compensating.manager.TransactionAwar /** * Tests for {@link TransactionAwareContextSourceProxy}. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public class TransactionAwareContextSourceProxyTest extends TestCase { private MockControl contextSourceControl; diff --git a/core/src/test/java/org/springframework/ldap/transaction/compensating/support/DefaultTempEntryRenamingStrategyTest.java b/core/src/test/java/org/springframework/ldap/transaction/compensating/support/DefaultTempEntryRenamingStrategyTest.java index 99cd7de2..c73f11fe 100644 --- a/core/src/test/java/org/springframework/ldap/transaction/compensating/support/DefaultTempEntryRenamingStrategyTest.java +++ b/core/src/test/java/org/springframework/ldap/transaction/compensating/support/DefaultTempEntryRenamingStrategyTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/transaction/compensating/support/DifferentSubtreeTempEntryRenamingStrategyTest.java b/core/src/test/java/org/springframework/ldap/transaction/compensating/support/DifferentSubtreeTempEntryRenamingStrategyTest.java index 7519b97b..64d34f28 100644 --- a/core/src/test/java/org/springframework/ldap/transaction/compensating/support/DifferentSubtreeTempEntryRenamingStrategyTest.java +++ b/core/src/test/java/org/springframework/ldap/transaction/compensating/support/DifferentSubtreeTempEntryRenamingStrategyTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/ldap/util/ListComparatorTest.java b/core/src/test/java/org/springframework/ldap/util/ListComparatorTest.java index fde9bf9a..1d0b5331 100644 --- a/core/src/test/java/org/springframework/ldap/util/ListComparatorTest.java +++ b/core/src/test/java/org/springframework/ldap/util/ListComparatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ import junit.framework.TestCase; /** * Tests for ListComparator. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public class ListComparatorTest extends TestCase { diff --git a/core/src/test/java/org/springframework/transaction/compensating/support/CompensatingTransactionUtilsTest.java b/core/src/test/java/org/springframework/transaction/compensating/support/CompensatingTransactionUtilsTest.java index e7a9b319..f80af2b4 100644 --- a/core/src/test/java/org/springframework/transaction/compensating/support/CompensatingTransactionUtilsTest.java +++ b/core/src/test/java/org/springframework/transaction/compensating/support/CompensatingTransactionUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/org/springframework/transaction/compensating/support/DefaultCompensatingTransactionOperationManagerTest.java b/core/src/test/java/org/springframework/transaction/compensating/support/DefaultCompensatingTransactionOperationManagerTest.java index b5c35185..072433b1 100644 --- a/core/src/test/java/org/springframework/transaction/compensating/support/DefaultCompensatingTransactionOperationManagerTest.java +++ b/core/src/test/java/org/springframework/transaction/compensating/support/DefaultCompensatingTransactionOperationManagerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/samples/article/src/itest/java/org/springframework/ldap/samples/article/dao/AbstractPersonDaoIntegrationTest.java b/samples/article/src/itest/java/org/springframework/ldap/samples/article/dao/AbstractPersonDaoIntegrationTest.java index e8e4238e..43ce6d63 100644 --- a/samples/article/src/itest/java/org/springframework/ldap/samples/article/dao/AbstractPersonDaoIntegrationTest.java +++ b/samples/article/src/itest/java/org/springframework/ldap/samples/article/dao/AbstractPersonDaoIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ import org.springframework.test.AbstractDependencyInjectionSpringContextTests; /** * Abstract base class for PersonDao integration tests. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthurssonrthursson * @author Ulrik Sandberg */ public abstract class AbstractPersonDaoIntegrationTest diff --git a/samples/article/src/itest/java/org/springframework/ldap/samples/article/dao/PersonDaoImplIntegrationTest.java b/samples/article/src/itest/java/org/springframework/ldap/samples/article/dao/PersonDaoImplIntegrationTest.java index 8c9af813..dd013179 100644 --- a/samples/article/src/itest/java/org/springframework/ldap/samples/article/dao/PersonDaoImplIntegrationTest.java +++ b/samples/article/src/itest/java/org/springframework/ldap/samples/article/dao/PersonDaoImplIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ import org.springframework.ldap.samples.article.dao.PersonDaoImpl; /** * Integration tests for the PersonDaoImpl class. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthurssonrthursson * @author Ulrik Sandberg */ public class PersonDaoImplIntegrationTest extends diff --git a/samples/article/src/itest/java/org/springframework/ldap/samples/article/dao/TraditionalPersonDaoImplIntegrationTest.java b/samples/article/src/itest/java/org/springframework/ldap/samples/article/dao/TraditionalPersonDaoImplIntegrationTest.java index b8c09166..4fd062d5 100644 --- a/samples/article/src/itest/java/org/springframework/ldap/samples/article/dao/TraditionalPersonDaoImplIntegrationTest.java +++ b/samples/article/src/itest/java/org/springframework/ldap/samples/article/dao/TraditionalPersonDaoImplIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ import org.springframework.ldap.samples.article.dao.TraditionalPersonDaoImpl; /** * Integration tests for the TraditionalPersonDaoImpl class. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthurssonrthursson * @author Ulrik Sandberg */ public class TraditionalPersonDaoImplIntegrationTest diff --git a/samples/article/src/main/java/org/springframework/ldap/samples/article/dao/PersonDao.java b/samples/article/src/main/java/org/springframework/ldap/samples/article/dao/PersonDao.java index 65e5205a..63ac97ea 100644 --- a/samples/article/src/main/java/org/springframework/ldap/samples/article/dao/PersonDao.java +++ b/samples/article/src/main/java/org/springframework/ldap/samples/article/dao/PersonDao.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,7 +23,7 @@ import org.springframework.ldap.samples.article.domain.Person; /** * Data Access Object interface for the Person entity. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthurssonrthursson * @author Ulrik Sandberg */ public interface PersonDao { diff --git a/samples/article/src/main/java/org/springframework/ldap/samples/article/dao/PersonDaoImpl.java b/samples/article/src/main/java/org/springframework/ldap/samples/article/dao/PersonDaoImpl.java index 4c17e2e5..c3cc6cb7 100644 --- a/samples/article/src/main/java/org/springframework/ldap/samples/article/dao/PersonDaoImpl.java +++ b/samples/article/src/main/java/org/springframework/ldap/samples/article/dao/PersonDaoImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -44,7 +44,7 @@ import org.springframework.ldap.samples.article.domain.Person; * the distinguished name. However, we do use it in one method that only needs a * single attribute: {@link #getAllPersonNames()}. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthurssonrthursson * @author Ulrik Sandberg */ public class PersonDaoImpl implements PersonDao { @@ -137,7 +137,7 @@ public class PersonDaoImpl implements PersonDao { * the values of these attributes must be extracted from the DN. For this, * we use the DistinguishedName. * - * @author Mattias Arthursson + *Mattias Hellborg Arthurssonellborg Arthursson * @author Ulrik Sandberg */ private static class PersonContextMapper implements ContextMapper { diff --git a/samples/article/src/main/java/org/springframework/ldap/samples/article/dao/TraditionalPersonDaoImpl.java b/samples/article/src/main/java/org/springframework/ldap/samples/article/dao/TraditionalPersonDaoImpl.java index 3b9a03a9..2affc9fe 100644 --- a/samples/article/src/main/java/org/springframework/ldap/samples/article/dao/TraditionalPersonDaoImpl.java +++ b/samples/article/src/main/java/org/springframework/ldap/samples/article/dao/TraditionalPersonDaoImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -42,7 +42,7 @@ import org.springframework.ldap.samples.article.domain.Person; * {@link Attribute}, and {@link NamingEnumeration}. The purpose is to * contrast this implementation with that of {@link PersonDaoImpl}. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthurssonrthursson * @author Ulrik Sandberg */ public class TraditionalPersonDaoImpl implements diff --git a/samples/article/src/main/java/org/springframework/ldap/samples/article/domain/Person.java b/samples/article/src/main/java/org/springframework/ldap/samples/article/domain/Person.java index 57ddc99a..2e6e2c41 100644 --- a/samples/article/src/main/java/org/springframework/ldap/samples/article/domain/Person.java +++ b/samples/article/src/main/java/org/springframework/ldap/samples/article/domain/Person.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,7 +23,7 @@ import org.apache.commons.lang.builder.ToStringStyle; /** * Simple class representing a single person. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthurssonrthursson * @author Ulrik Sandberg */ public class Person { diff --git a/sandbox/src/main/java/org/springframework/ldap/control/VirtualListViewControlAggregateDirContextProcessor.java b/sandbox/src/main/java/org/springframework/ldap/control/VirtualListViewControlAggregateDirContextProcessor.java index 643a4e5d..d1675cd7 100644 --- a/sandbox/src/main/java/org/springframework/ldap/control/VirtualListViewControlAggregateDirContextProcessor.java +++ b/sandbox/src/main/java/org/springframework/ldap/control/VirtualListViewControlAggregateDirContextProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ import org.springframework.ldap.core.support.AggregateDirContextProcessor; * by aggregating DirContextProcessor implementations for a VirtualListViewControl * and its required companion SortControl. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @author Ulrik Sandberg */ public class VirtualListViewControlAggregateDirContextProcessor extends AggregateDirContextProcessor { diff --git a/sandbox/src/main/java/org/springframework/ldap/control/VirtualListViewControlDirContextProcessor.java b/sandbox/src/main/java/org/springframework/ldap/control/VirtualListViewControlDirContextProcessor.java index 34e6cceb..8e2c646c 100644 --- a/sandbox/src/main/java/org/springframework/ldap/control/VirtualListViewControlDirContextProcessor.java +++ b/sandbox/src/main/java/org/springframework/ldap/control/VirtualListViewControlDirContextProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sandbox/src/main/java/org/springframework/ldap/control/VirtualListViewResultsCookie.java b/sandbox/src/main/java/org/springframework/ldap/control/VirtualListViewResultsCookie.java index 6614c393..3240c5fb 100644 --- a/sandbox/src/main/java/org/springframework/ldap/control/VirtualListViewResultsCookie.java +++ b/sandbox/src/main/java/org/springframework/ldap/control/VirtualListViewResultsCookie.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sandbox/src/test/java/org/springframework/ldap/control/ControlArrayMatcher.java b/sandbox/src/test/java/org/springframework/ldap/control/ControlArrayMatcher.java index 5b89ea16..855e2b73 100644 --- a/sandbox/src/test/java/org/springframework/ldap/control/ControlArrayMatcher.java +++ b/sandbox/src/test/java/org/springframework/ldap/control/ControlArrayMatcher.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sandbox/src/test/java/org/springframework/ldap/control/VirtualListViewControlDirContextProcessorTest.java b/sandbox/src/test/java/org/springframework/ldap/control/VirtualListViewControlDirContextProcessorTest.java index e8c1cb08..ea4bd072 100644 --- a/sandbox/src/test/java/org/springframework/ldap/control/VirtualListViewControlDirContextProcessorTest.java +++ b/sandbox/src/test/java/org/springframework/ldap/control/VirtualListViewControlDirContextProcessorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-support/src/main/java/org/springframework/ldap/test/AttributeCheckAttributesMapper.java b/test-support/src/main/java/org/springframework/ldap/test/AttributeCheckAttributesMapper.java index 43b73c42..0350b9cb 100644 --- a/test-support/src/main/java/org/springframework/ldap/test/AttributeCheckAttributesMapper.java +++ b/test-support/src/main/java/org/springframework/ldap/test/AttributeCheckAttributesMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,7 +27,7 @@ import junit.framework.Assert; * Dummy AttributesMapper for testing purposes to check that the received * Attributes are the expected ones. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public class AttributeCheckAttributesMapper implements AttributesMapper { private String[] expectedAttributes = new String[0]; diff --git a/test-support/src/main/java/org/springframework/ldap/test/AttributeCheckContextMapper.java b/test-support/src/main/java/org/springframework/ldap/test/AttributeCheckContextMapper.java index a12391c4..d2cedaef 100644 --- a/test-support/src/main/java/org/springframework/ldap/test/AttributeCheckContextMapper.java +++ b/test-support/src/main/java/org/springframework/ldap/test/AttributeCheckContextMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,7 +24,7 @@ import org.springframework.ldap.core.DirContextAdapter; * Dummy ContextMapper for testing purposes to check that the received * Attributes are the expected ones. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public class AttributeCheckContextMapper implements ContextMapper { private String[] expectedAttributes = new String[0]; diff --git a/test/integration-tests-openldap/src/main/java/org/springframework/ldap/control/Person.java b/test/integration-tests-openldap/src/main/java/org/springframework/ldap/control/Person.java index e0a76d7d..00dd92a3 100644 --- a/test/integration-tests-openldap/src/main/java/org/springframework/ldap/control/Person.java +++ b/test/integration-tests-openldap/src/main/java/org/springframework/ldap/control/Person.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,7 +23,7 @@ import org.apache.commons.lang.builder.ToStringStyle; /** * Simple class representing a single person. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthurssonrthursson * @author Ulrik Sandberg */ public class Person { diff --git a/test/integration-tests-openldap/src/test/java/org/springframework/ldap/control/LdapTemplatePagedSearchITest.java b/test/integration-tests-openldap/src/test/java/org/springframework/ldap/control/LdapTemplatePagedSearchITest.java index ab3db1ca..c4205ec2 100644 --- a/test/integration-tests-openldap/src/test/java/org/springframework/ldap/control/LdapTemplatePagedSearchITest.java +++ b/test/integration-tests-openldap/src/test/java/org/springframework/ldap/control/LdapTemplatePagedSearchITest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/integration-tests-openldap/src/test/java/org/springframework/ldap/core/LdapTemplateSearchResultITest.java b/test/integration-tests-openldap/src/test/java/org/springframework/ldap/core/LdapTemplateSearchResultITest.java index d94eba1b..e8ba6fd5 100644 --- a/test/integration-tests-openldap/src/test/java/org/springframework/ldap/core/LdapTemplateSearchResultITest.java +++ b/test/integration-tests-openldap/src/test/java/org/springframework/ldap/core/LdapTemplateSearchResultITest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -36,7 +36,7 @@ import org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests; /** * Verifies that LdapTemplate search methods work against OpenLDAP with TLS. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthurssonrthursson */ @ContextConfiguration(locations = { "/conf/ldapTemplateTestContext-tls.xml" }) public class LdapTemplateSearchResultITest extends AbstractJUnit4SpringContextTests { diff --git a/test/integration-tests-sunone/src/test/java/org/springframework/ldap/core/LdapTemplateVirtualListViewSearchITest.java b/test/integration-tests-sunone/src/test/java/org/springframework/ldap/core/LdapTemplateVirtualListViewSearchITest.java index c527a8b3..38da9eab 100644 --- a/test/integration-tests-sunone/src/test/java/org/springframework/ldap/core/LdapTemplateVirtualListViewSearchITest.java +++ b/test/integration-tests-sunone/src/test/java/org/springframework/ldap/core/LdapTemplateVirtualListViewSearchITest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/integration-tests/src/main/java/org/springframework/ldap/Person.java b/test/integration-tests/src/main/java/org/springframework/ldap/Person.java index 50cae554..4b1385f4 100644 --- a/test/integration-tests/src/main/java/org/springframework/ldap/Person.java +++ b/test/integration-tests/src/main/java/org/springframework/ldap/Person.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,7 @@ package org.springframework.ldap; /** * Dummy bean to be used in the LdapTemplate integration tests. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public class Person { private String fullname; diff --git a/test/integration-tests/src/main/java/org/springframework/ldap/PersonAttributesMapper.java b/test/integration-tests/src/main/java/org/springframework/ldap/PersonAttributesMapper.java index 6b0f0a4d..cd015369 100644 --- a/test/integration-tests/src/main/java/org/springframework/ldap/PersonAttributesMapper.java +++ b/test/integration-tests/src/main/java/org/springframework/ldap/PersonAttributesMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ import org.springframework.ldap.core.AttributesMapper; /** * Dummy implementation of AttributesMapper for use in integration tests. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * */ public class PersonAttributesMapper implements AttributesMapper { diff --git a/test/integration-tests/src/main/java/org/springframework/ldap/PersonContextMapper.java b/test/integration-tests/src/main/java/org/springframework/ldap/PersonContextMapper.java index da560d01..d96ef2ad 100644 --- a/test/integration-tests/src/main/java/org/springframework/ldap/PersonContextMapper.java +++ b/test/integration-tests/src/main/java/org/springframework/ldap/PersonContextMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,7 +23,7 @@ import org.springframework.ldap.core.support.AbstractContextMapper; * Dummy implemention of ContextMapper for use in the integration tests and for * illustration purposes. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public class PersonContextMapper extends AbstractContextMapper { diff --git a/test/integration-tests/src/main/java/org/springframework/ldap/core/DummyDistinguishedNameConsumer.java b/test/integration-tests/src/main/java/org/springframework/ldap/core/DummyDistinguishedNameConsumer.java index 0b9c800d..be6bdb1e 100644 --- a/test/integration-tests/src/main/java/org/springframework/ldap/core/DummyDistinguishedNameConsumer.java +++ b/test/integration-tests/src/main/java/org/springframework/ldap/core/DummyDistinguishedNameConsumer.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,7 @@ package org.springframework.ldap.core; * Dummy implementation of a class that has a {@link DistinguishedName} setter, * used for testing purposes. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public class DummyDistinguishedNameConsumer { private DistinguishedName distinguishedName; diff --git a/test/integration-tests/src/main/java/org/springframework/ldap/core/support/DummyBaseLdapPathAware.java b/test/integration-tests/src/main/java/org/springframework/ldap/core/support/DummyBaseLdapPathAware.java index 443980b3..c799f3f2 100644 --- a/test/integration-tests/src/main/java/org/springframework/ldap/core/support/DummyBaseLdapPathAware.java +++ b/test/integration-tests/src/main/java/org/springframework/ldap/core/support/DummyBaseLdapPathAware.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ import org.springframework.ldap.core.DistinguishedName; /** * Dummy implementation of {@link BaseLdapPathAware}. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public class DummyBaseLdapPathAware implements BaseLdapPathAware { diff --git a/test/integration-tests/src/test/java/org/springframework/ldap/AbstractLdapTemplateIntegrationTest.java b/test/integration-tests/src/test/java/org/springframework/ldap/AbstractLdapTemplateIntegrationTest.java index 20ae3483..e759b917 100644 --- a/test/integration-tests/src/test/java/org/springframework/ldap/AbstractLdapTemplateIntegrationTest.java +++ b/test/integration-tests/src/test/java/org/springframework/ldap/AbstractLdapTemplateIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/integration-tests/src/test/java/org/springframework/ldap/InvalidBackslashITest.java b/test/integration-tests/src/test/java/org/springframework/ldap/InvalidBackslashITest.java index 3f4ba2c4..b76a87c5 100644 --- a/test/integration-tests/src/test/java/org/springframework/ldap/InvalidBackslashITest.java +++ b/test/integration-tests/src/test/java/org/springframework/ldap/InvalidBackslashITest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateAttributesMapperITest.java b/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateAttributesMapperITest.java index 6146629e..6cd36b46 100644 --- a/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateAttributesMapperITest.java +++ b/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateAttributesMapperITest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -34,7 +34,7 @@ import org.springframework.test.context.ContextConfiguration; /** * Tests the attributes mapper search method. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ @ContextConfiguration(locations = { "/conf/ldapTemplateTestContext.xml" }) public class LdapTemplateAttributesMapperITest extends AbstractLdapTemplateIntegrationTest { diff --git a/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateBindUnbindITest.java b/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateBindUnbindITest.java index 462a0c0f..b242e659 100644 --- a/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateBindUnbindITest.java +++ b/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateBindUnbindITest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -40,7 +40,7 @@ import org.springframework.test.context.ContextConfiguration; * any of the tests in this class fails, it may be necessary to run the cleanup * script as described in README.txt under /src/iutest/. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ @ContextConfiguration(locations = { "/conf/ldapTemplateTestContext.xml" }) public class LdapTemplateBindUnbindITest extends AbstractLdapTemplateIntegrationTest { diff --git a/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateContextExecutorTest.java b/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateContextExecutorTest.java index fab9cbcb..fbec56a6 100644 --- a/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateContextExecutorTest.java +++ b/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateContextExecutorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ import org.springframework.test.context.ContextConfiguration; /** * Tests for LdapTemplate's context executor methods. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ @ContextConfiguration(locations = { "/conf/ldapTemplateTestContext.xml" }) public class LdapTemplateContextExecutorTest extends AbstractLdapTemplateIntegrationTest { diff --git a/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateContextMapperITest.java b/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateContextMapperITest.java index 0feba181..1bcb534c 100644 --- a/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateContextMapperITest.java +++ b/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateContextMapperITest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ import org.springframework.test.context.ContextConfiguration; * Tests the ContextMapper search method. In its way this method also * demonstrates the use of DirContextAdapter and the DirObjectFactory. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ @ContextConfiguration(locations = { "/conf/ldapTemplateTestContext.xml" }) public class LdapTemplateContextMapperITest extends AbstractLdapTemplateIntegrationTest { diff --git a/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateListITest.java b/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateListITest.java index 13d5ec6f..34400e3d 100644 --- a/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateListITest.java +++ b/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateListITest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateLookupITest.java b/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateLookupITest.java index efd80c91..cf028d8a 100644 --- a/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateLookupITest.java +++ b/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateLookupITest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -36,7 +36,7 @@ import org.springframework.test.context.ContextConfiguration; /** * Tests the lookup methods of LdapTemplate. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @author Ulrik Sandberg */ @ContextConfiguration(locations = { "/conf/ldapTemplateTestContext.xml" }) diff --git a/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateModifyITest.java b/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateModifyITest.java index fe7aa1b2..24d123c8 100644 --- a/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateModifyITest.java +++ b/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateModifyITest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -44,7 +44,7 @@ import org.springframework.test.context.ContextConfiguration; * necessary to run the cleanup script as described in README.txt under * /src/iutest/. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @author Ulrik Sandberg */ @ContextConfiguration(locations = { "/conf/ldapTemplateTestContext.xml" }) diff --git a/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateNoBaseSuffixITest.java b/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateNoBaseSuffixITest.java index dd3a8ecc..3d4f2911 100644 --- a/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateNoBaseSuffixITest.java +++ b/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateNoBaseSuffixITest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -34,7 +34,7 @@ import org.springframework.test.context.ContextConfiguration; * * NOTE: This test will not work under Java 1.4.1 or earlier. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ @ContextConfiguration(locations = { "/conf/ldapTemplateNoBaseSuffixTestContext.xml" }) public class LdapTemplateNoBaseSuffixITest extends AbstractLdapTemplateIntegrationTest { diff --git a/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateObjectBindIntegrationTest.java b/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateObjectBindIntegrationTest.java index 57855498..98aafb9b 100644 --- a/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateObjectBindIntegrationTest.java +++ b/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateObjectBindIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateRecursiveDeleteITest.java b/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateRecursiveDeleteITest.java index 402d43e6..33896d67 100644 --- a/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateRecursiveDeleteITest.java +++ b/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateRecursiveDeleteITest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -33,7 +33,7 @@ import org.springframework.test.context.ContextConfiguration; * Tests the recursive modification methods (unbind and the protected delete * methods) of LdapTemplate. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson * @author Ulrik Sandberg */ @ContextConfiguration(locations = { "/conf/ldapTemplateTestContext.xml" }) diff --git a/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateRenameITest.java b/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateRenameITest.java index 24b1808a..05a0ff79 100644 --- a/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateRenameITest.java +++ b/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateRenameITest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateSearchResultITest.java b/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateSearchResultITest.java index 88bf183e..4684e6de 100644 --- a/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateSearchResultITest.java +++ b/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateSearchResultITest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -39,7 +39,7 @@ import org.springframework.test.context.ContextConfiguration; * different versions of the search methods except the generic ones covered in * other tests. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ @ContextConfiguration(locations = { "/conf/ldapTemplateTestContext.xml" }) public class LdapTemplateSearchResultITest extends AbstractLdapTemplateIntegrationTest { diff --git a/test/integration-tests/src/test/java/org/springframework/ldap/control/SupportedControlsITest.java b/test/integration-tests/src/test/java/org/springframework/ldap/control/SupportedControlsITest.java index 6a87fcc2..886604be 100644 --- a/test/integration-tests/src/test/java/org/springframework/ldap/control/SupportedControlsITest.java +++ b/test/integration-tests/src/test/java/org/springframework/ldap/control/SupportedControlsITest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/integration-tests/src/test/java/org/springframework/ldap/core/DistinguishedNameEditorITest.java b/test/integration-tests/src/test/java/org/springframework/ldap/core/DistinguishedNameEditorITest.java index 12eff1bb..52967e8f 100644 --- a/test/integration-tests/src/test/java/org/springframework/ldap/core/DistinguishedNameEditorITest.java +++ b/test/integration-tests/src/test/java/org/springframework/ldap/core/DistinguishedNameEditorITest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ import org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests; /** * Integration tests for {@link DistinguishedNameEditor}. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ @ContextConfiguration(locations = { "/conf/distinguishedNameEditorTestContext.xml" }) public class DistinguishedNameEditorITest extends AbstractJUnit4SpringContextTests { diff --git a/test/integration-tests/src/test/java/org/springframework/ldap/core/DnParsePerformanceITest.java b/test/integration-tests/src/test/java/org/springframework/ldap/core/DnParsePerformanceITest.java index 6a719ce8..2a06b0eb 100644 --- a/test/integration-tests/src/test/java/org/springframework/ldap/core/DnParsePerformanceITest.java +++ b/test/integration-tests/src/test/java/org/springframework/ldap/core/DnParsePerformanceITest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/integration-tests/src/test/java/org/springframework/ldap/core/simple/SimpleLdapTemplateITest.java b/test/integration-tests/src/test/java/org/springframework/ldap/core/simple/SimpleLdapTemplateITest.java index bb8ec7c7..60831853 100644 --- a/test/integration-tests/src/test/java/org/springframework/ldap/core/simple/SimpleLdapTemplateITest.java +++ b/test/integration-tests/src/test/java/org/springframework/ldap/core/simple/SimpleLdapTemplateITest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/integration-tests/src/test/java/org/springframework/ldap/core/support/BaseLdapPathBeanPostprocessorITest.java b/test/integration-tests/src/test/java/org/springframework/ldap/core/support/BaseLdapPathBeanPostprocessorITest.java index 5fb477d6..88897ed4 100644 --- a/test/integration-tests/src/test/java/org/springframework/ldap/core/support/BaseLdapPathBeanPostprocessorITest.java +++ b/test/integration-tests/src/test/java/org/springframework/ldap/core/support/BaseLdapPathBeanPostprocessorITest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -29,7 +29,7 @@ import org.springframework.ldap.core.DistinguishedName; /** * Integration tests for {@link BaseLdapPathBeanPostProcessor}. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ public class BaseLdapPathBeanPostprocessorITest { diff --git a/test/integration-tests/src/test/java/org/springframework/ldap/core/support/LdapContextSourcelITest.java b/test/integration-tests/src/test/java/org/springframework/ldap/core/support/LdapContextSourcelITest.java index c8ba056e..7d6e5f4a 100644 --- a/test/integration-tests/src/test/java/org/springframework/ldap/core/support/LdapContextSourcelITest.java +++ b/test/integration-tests/src/test/java/org/springframework/ldap/core/support/LdapContextSourcelITest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -34,7 +34,7 @@ import org.springframework.test.context.ContextConfiguration; /** * Integration tests for ContextSourceImpl. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ @ContextConfiguration(locations = { "/conf/ldapTemplateTestContext.xml" }) public class LdapContextSourcelITest extends AbstractLdapTemplateIntegrationTest { diff --git a/test/integration-tests/src/test/java/org/springframework/ldap/core/support/LdapContextSourcelMultiServerITest.java b/test/integration-tests/src/test/java/org/springframework/ldap/core/support/LdapContextSourcelMultiServerITest.java index fbe4aae2..d900d5ef 100644 --- a/test/integration-tests/src/test/java/org/springframework/ldap/core/support/LdapContextSourcelMultiServerITest.java +++ b/test/integration-tests/src/test/java/org/springframework/ldap/core/support/LdapContextSourcelMultiServerITest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,7 +27,7 @@ import org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests; /** * Integration tests for ContextSourceImpl. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ @ContextConfiguration(locations = { "/conf/ldapContextSourceTestContext.xml" }) public class LdapContextSourcelMultiServerITest extends AbstractJUnit4SpringContextTests { diff --git a/test/integration-tests/src/test/java/org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManagerIntegrationTest.java b/test/integration-tests/src/test/java/org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManagerIntegrationTest.java index 1385fd84..bde24cdf 100644 --- a/test/integration-tests/src/test/java/org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManagerIntegrationTest.java +++ b/test/integration-tests/src/test/java/org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManagerIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -47,7 +47,7 @@ import org.springframework.transaction.support.TransactionSynchronizationManager /** * Integration tests for {@link ContextSourceAndDataSourceTransactionManager}. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ @ContextConfiguration(locations = { "/conf/ldapAndJdbcTransactionTestContext.xml" }) public class ContextSourceAndDataSourceTransactionManagerIntegrationTest extends AbstractLdapTemplateIntegrationTest { diff --git a/test/integration-tests/src/test/java/org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManagerIntegrationTest.java b/test/integration-tests/src/test/java/org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManagerIntegrationTest.java index e2c399cb..0a627b82 100644 --- a/test/integration-tests/src/test/java/org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManagerIntegrationTest.java +++ b/test/integration-tests/src/test/java/org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManagerIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -39,7 +39,7 @@ import org.springframework.transaction.support.TransactionSynchronizationManager /** * Integration tests for {@link ContextSourceAndDataSourceTransactionManager}. * - * @author Mattias Arthursson + * @author Mattias Hellborg Arthursson */ @ContextConfiguration(locations = { "/conf/ldapTemplateTransactionTestContext.xml" }) public class ContextSourceTransactionManagerIntegrationTest extends AbstractLdapTemplateIntegrationTest { diff --git a/test/integration-tests/src/test/java/org/springframework/ldap/transaction/compensating/manager/hibernate/ContextSourceAndHibernateTransactionManagerIntegrationTest.java b/test/integration-tests/src/test/java/org/springframework/ldap/transaction/compensating/manager/hibernate/ContextSourceAndHibernateTransactionManagerIntegrationTest.java index 75bcc019..7171168d 100755 --- a/test/integration-tests/src/test/java/org/springframework/ldap/transaction/compensating/manager/hibernate/ContextSourceAndHibernateTransactionManagerIntegrationTest.java +++ b/test/integration-tests/src/test/java/org/springframework/ldap/transaction/compensating/manager/hibernate/ContextSourceAndHibernateTransactionManagerIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 the original author or authors. + * Copyright 2005-2008 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.