Author: tchemit Date: 2012-01-17 09:42:50 +0100 (Tue, 17 Jan 2012) New Revision: 2282 Url: http://nuiton.org/repositories/revision/nuiton-utils/2282 Log: add license headerz Modified: trunk/nuiton-utils/src/main/java/org/nuiton/util/DesktopUtil.java trunk/nuiton-utils/src/test/java/org/nuiton/util/DesktopUtilTest.java Modified: trunk/nuiton-utils/src/main/java/org/nuiton/util/DesktopUtil.java =================================================================== --- trunk/nuiton-utils/src/main/java/org/nuiton/util/DesktopUtil.java 2012-01-16 18:18:43 UTC (rev 2281) +++ trunk/nuiton-utils/src/main/java/org/nuiton/util/DesktopUtil.java 2012-01-17 08:42:50 UTC (rev 2282) @@ -1,3 +1,27 @@ +/* + * #%L + * Nuiton Utils :: Nuiton Utils + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2004 - 2012 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; import org.apache.commons.logging.Log; Property changes on: trunk/nuiton-utils/src/main/java/org/nuiton/util/DesktopUtil.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/nuiton-utils/src/test/java/org/nuiton/util/DesktopUtilTest.java =================================================================== --- trunk/nuiton-utils/src/test/java/org/nuiton/util/DesktopUtilTest.java 2012-01-16 18:18:43 UTC (rev 2281) +++ trunk/nuiton-utils/src/test/java/org/nuiton/util/DesktopUtilTest.java 2012-01-17 08:42:50 UTC (rev 2282) @@ -1,3 +1,27 @@ +/* + * #%L + * Nuiton Utils :: Nuiton Utils + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2004 - 2012 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; import java.io.IOException; Property changes on: trunk/nuiton-utils/src/test/java/org/nuiton/util/DesktopUtilTest.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native