- Revision
- 653
- Author
- mauro
- Date
- 2008-04-28 05:31:41 -0500 (Mon, 28 Apr 2008)
Log Message
Added copyright.
Modified Paths
Diff
Modified: trunk/waffle-core/src/main/java/org/codehaus/waffle/bind/DefaultStringTransmuter.java (652 => 653)
--- trunk/waffle-core/src/main/java/org/codehaus/waffle/bind/DefaultStringTransmuter.java 2008-04-28 10:31:11 UTC (rev 652) +++ trunk/waffle-core/src/main/java/org/codehaus/waffle/bind/DefaultStringTransmuter.java 2008-04-28 10:31:41 UTC (rev 653) @@ -1,3 +1,13 @@ +/***************************************************************************** + * Copyright (c) 2005-2008 Michael Ward * + * All rights reserved. * + * ------------------------------------------------------------------------- * + * The software in this package is published under the terms of the BSD * + * style license a copy of which has been included with this distribution in * + * the LICENSE.txt file. * + * * + * Original code by: Michael Ward * + *****************************************************************************/ package org.codehaus.waffle.bind; /** @@ -3,4 +13,6 @@ * This implementation uses the [EMAIL PROTECTED] org.codehaus.waffle.bind.ValueConverterFinder} and its resulting * [EMAIL PROTECTED] ValueConverter} to transform a String value into the specified type. + * + * @author Michael Ward */ public class DefaultStringTransmuter implements StringTransmuter {
To unsubscribe from this list please visit:
