Author: echatellier Date: 2014-01-06 18:03:26 +0100 (Mon, 06 Jan 2014) New Revision: 2615 Url: http://nuiton.org/projects/nuiton-utils/repository/revisions/2615 Log: Add header Modified: trunk/src/main/java/org/nuiton/util/beans/InstanceFactory.java Modified: trunk/src/main/java/org/nuiton/util/beans/InstanceFactory.java =================================================================== --- trunk/src/main/java/org/nuiton/util/beans/InstanceFactory.java 2014-01-06 10:55:34 UTC (rev 2614) +++ trunk/src/main/java/org/nuiton/util/beans/InstanceFactory.java 2014-01-06 17:03:26 UTC (rev 2615) @@ -1,3 +1,27 @@ +/* + * #%L + * Nuiton Utils + * + * $Id: BinderModelBuilder.java 2613 2013-12-12 15:03:49Z sbavencoff $ + * $HeadURL: http://svn.nuiton.org/svn/nuiton-utils/trunk/src/main/java/org/nuiton/util/b... $ + * %% + * Copyright (C) 2013 - 2014 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% + */ package org.nuiton.util.beans; /**
participants (1)
-
echatellier@users.nuiton.org