Author: tchemit Date: 2014-08-16 15:20:49 +0200 (Sat, 16 Aug 2014) New Revision: 2622 Url: http://forge.nuiton.org/projects/nuiton-config/repository/revisions/2622 Log: add missing license headers Modified: trunk/src/test/java/org/nuiton/config/ChangeApplicationNameTest.java trunk/src/test/resources/wao.properties Modified: trunk/src/test/java/org/nuiton/config/ChangeApplicationNameTest.java =================================================================== --- trunk/src/test/java/org/nuiton/config/ChangeApplicationNameTest.java 2014-08-16 09:31:52 UTC (rev 2621) +++ trunk/src/test/java/org/nuiton/config/ChangeApplicationNameTest.java 2014-08-16 13:20:49 UTC (rev 2622) @@ -1,5 +1,27 @@ package org.nuiton.config; +/* + * #%L + * Nuiton Config + * %% + * 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% + */ + import org.junit.Assert; import org.junit.Test; Modified: trunk/src/test/resources/wao.properties =================================================================== --- trunk/src/test/resources/wao.properties 2014-08-16 09:31:52 UTC (rev 2621) +++ trunk/src/test/resources/wao.properties 2014-08-16 13:20:49 UTC (rev 2622) @@ -1 +1,22 @@ +### +# #%L +# Nuiton Config +# %% +# 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% +### wao.instanceUrl=http://localhost:9090/wao \ No newline at end of file