Author: athimel Date: 2013-10-22 20:42:06 +0200 (Tue, 22 Oct 2013) New Revision: 2603 Url: http://nuiton.org/projects/nuiton-validator/repository/revisions/2603 Log: SVN properties and file headers Modified: trunk/src/main/java/org/nuiton/validator/xwork2/field/FieldValidatorUtil.java trunk/src/main/java/org/nuiton/validator/xwork2/field/FrenchSirenFieldValidator.java trunk/src/test/java/org/nuiton/validator/xwork2/field/FieldValidatorUtilTest.java trunk/src/test/java/org/nuiton/validator/xwork2/field/FrenchSirenFieldValidatorTest.java Modified: trunk/src/main/java/org/nuiton/validator/xwork2/field/FieldValidatorUtil.java =================================================================== --- trunk/src/main/java/org/nuiton/validator/xwork2/field/FieldValidatorUtil.java 2013-09-12 12:29:05 UTC (rev 2602) +++ trunk/src/main/java/org/nuiton/validator/xwork2/field/FieldValidatorUtil.java 2013-10-22 18:42:06 UTC (rev 2603) @@ -1,5 +1,29 @@ package org.nuiton.validator.xwork2.field; +/* + * #%L + * Nuiton Validator + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2013 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + /** * Util tool for Field validator * <p/> Property changes on: trunk/src/main/java/org/nuiton/validator/xwork2/field/FieldValidatorUtil.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/src/main/java/org/nuiton/validator/xwork2/field/FrenchSirenFieldValidator.java =================================================================== --- trunk/src/main/java/org/nuiton/validator/xwork2/field/FrenchSirenFieldValidator.java 2013-09-12 12:29:05 UTC (rev 2602) +++ trunk/src/main/java/org/nuiton/validator/xwork2/field/FrenchSirenFieldValidator.java 2013-10-22 18:42:06 UTC (rev 2603) @@ -1,5 +1,29 @@ package org.nuiton.validator.xwork2.field; +/* + * #%L + * Nuiton Validator + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2013 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import com.opensymphony.xwork2.validator.ValidationException; import org.apache.commons.lang3.StringUtils; Property changes on: trunk/src/main/java/org/nuiton/validator/xwork2/field/FrenchSirenFieldValidator.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/src/test/java/org/nuiton/validator/xwork2/field/FieldValidatorUtilTest.java =================================================================== --- trunk/src/test/java/org/nuiton/validator/xwork2/field/FieldValidatorUtilTest.java 2013-09-12 12:29:05 UTC (rev 2602) +++ trunk/src/test/java/org/nuiton/validator/xwork2/field/FieldValidatorUtilTest.java 2013-10-22 18:42:06 UTC (rev 2603) @@ -1,5 +1,29 @@ package org.nuiton.validator.xwork2.field; +/* + * #%L + * Nuiton Validator + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2013 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import org.junit.Assert; import org.junit.Test; Property changes on: trunk/src/test/java/org/nuiton/validator/xwork2/field/FieldValidatorUtilTest.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/src/test/java/org/nuiton/validator/xwork2/field/FrenchSirenFieldValidatorTest.java =================================================================== --- trunk/src/test/java/org/nuiton/validator/xwork2/field/FrenchSirenFieldValidatorTest.java 2013-09-12 12:29:05 UTC (rev 2602) +++ trunk/src/test/java/org/nuiton/validator/xwork2/field/FrenchSirenFieldValidatorTest.java 2013-10-22 18:42:06 UTC (rev 2603) @@ -1,5 +1,29 @@ package org.nuiton.validator.xwork2.field; +/* + * #%L + * Nuiton Validator + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2013 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import org.junit.Test; import org.nuiton.validator.model.Company; Property changes on: trunk/src/test/java/org/nuiton/validator/xwork2/field/FrenchSirenFieldValidatorTest.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native