Author: tchemit Date: 2014-08-25 14:23:46 +0200 (Mon, 25 Aug 2014) New Revision: 2675 Url: http://forge.nuiton.org/projects/nuiton-utils/repository/revisions/2675 Log: add license headers Modified: trunk/src/main/java/org/nuiton/util/version/Versions.java Modified: trunk/src/main/java/org/nuiton/util/version/Versions.java =================================================================== --- trunk/src/main/java/org/nuiton/util/version/Versions.java 2014-08-25 12:08:35 UTC (rev 2674) +++ trunk/src/main/java/org/nuiton/util/version/Versions.java 2014-08-25 12:23:46 UTC (rev 2675) @@ -1,5 +1,27 @@ package org.nuiton.util.version; +/* + * #%L + * Nuiton Utils + * %% + * Copyright (C) 2004 - 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% + */ + /** * Useful class around {@link Version}. *