From: <mmu...@us...> - 2010-10-28 07:59:45
|
Revision: 3125 http://openutils.svn.sourceforge.net/openutils/?rev=3125&view=rev Author: mmunaretto Date: 2010-10-28 07:59:38 +0000 (Thu, 28 Oct 2010) Log Message: ----------- added license to test class Modified Paths: -------------- trunk/openutils-elfunctions/src/test/java/net/sourceforge/openutils/elfunctions/ElStringUtilsTest.java Modified: trunk/openutils-elfunctions/src/test/java/net/sourceforge/openutils/elfunctions/ElStringUtilsTest.java =================================================================== --- trunk/openutils-elfunctions/src/test/java/net/sourceforge/openutils/elfunctions/ElStringUtilsTest.java 2010-10-27 16:36:52 UTC (rev 3124) +++ trunk/openutils-elfunctions/src/test/java/net/sourceforge/openutils/elfunctions/ElStringUtilsTest.java 2010-10-28 07:59:38 UTC (rev 3125) @@ -1,3 +1,21 @@ +/** + * + * openutils-elfunctions (http://www.openmindlab.com/lab/products/elfunctions.html) + * Copyright(C) 2008-2010, Openmind S.r.l. http://www.openmindonline.it + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package net.sourceforge.openutils.elfunctions; import org.testng.Assert; @@ -4,6 +22,10 @@ import org.testng.annotations.Test; +/** + * @author mmunaretto + * @version $Id: ElStringUtilsTest.java 2122 2010-03-09 20:02:04Z mmunaretto $ + */ public class ElStringUtilsTest { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |