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.
@@ -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

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.
@@ -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

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.
@@ -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

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.
@@ -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 {

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.
@@ -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 {

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.
@@ -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

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.
@@ -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 {