Updated copyright year (now including 2008) and made sure all my author tags have my full name; Mattias Hellborg Arthursson.

This commit is contained in:
Mattias Arthursson
2008-10-23 12:33:51 +00:00
parent ccc0c2e775
commit 2f60f6618f
254 changed files with 381 additions and 381 deletions

View File

@@ -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];

View File

@@ -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];