r2898 - in trunk: . src/license src/main/resources/org/chorem/jtimer/ui/resources
Author: echatellier Date: 2013-06-20 11:48:45 +0200 (Thu, 20 Jun 2013) New Revision: 2898 Url: http://chorem.org/projects/jtimer/repository/revisions/2898 Log: Fix about frame Modified: trunk/pom.xml trunk/src/license/THIRD-PARTY.properties trunk/src/main/resources/org/chorem/jtimer/ui/resources/HelpFrame.properties trunk/src/main/resources/org/chorem/jtimer/ui/resources/HelpFrame_fr.properties Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-06-12 12:51:35 UTC (rev 2897) +++ trunk/pom.xml 2013-06-20 09:48:45 UTC (rev 2898) @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>3.4.10</version> + <version>3.4.11</version> </parent> <groupId>org.chorem</groupId> Modified: trunk/src/license/THIRD-PARTY.properties =================================================================== --- trunk/src/license/THIRD-PARTY.properties 2013-06-12 12:51:35 UTC (rev 2897) +++ trunk/src/license/THIRD-PARTY.properties 2013-06-20 09:48:45 UTC (rev 2898) @@ -19,6 +19,5 @@ # Please fill the missing licenses for dependencies : # # -#Mon Feb 18 15:01:50 CET 2013 +#Wed Jun 12 14:53:27 CEST 2013 commons-codec--commons-codec--1.2=Apache Software License, Version 2.0 -regexp--regexp--1.3=The Apache Software License, Version 2.0 Modified: trunk/src/main/resources/org/chorem/jtimer/ui/resources/HelpFrame.properties =================================================================== --- trunk/src/main/resources/org/chorem/jtimer/ui/resources/HelpFrame.properties 2013-06-12 12:51:35 UTC (rev 2897) +++ trunk/src/main/resources/org/chorem/jtimer/ui/resources/HelpFrame.properties 2013-06-20 09:48:45 UTC (rev 2898) @@ -5,7 +5,7 @@ # $Id$ # $HeadURL$ # %% -# Copyright (C) 2007 - 2011 CodeLutin, Chatellier Eric +# Copyright (C) 2007 - 2013 CodeLutin, Chatellier Eric # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as @@ -28,7 +28,7 @@ # About i18n aboutTitle = About ${Application.title} aboutHtmlTitle = About ${Application.title} -aboutHtml = <html><b>${Application.title} - ${Application.version}</b><br /><br />Copyright 2007 - 2012, Code Lutin.<br /><br /><a href=\"${project.url}\">${project.url}</a><br /><br />Please, report any bug you can found.<html> +aboutHtml = <html><b>${Application.title} - ${Application.version}</b><br /><br />Copyright 2007 - 2013, Code Lutin.<br /><br /><a href=\"${project.url}\">${project.url}</a><br /><br />Please, report any bug you can found.<html> aboutLicenseTitle = License aboutLicense = You can modify and redistribute the program under the conditions of the GNU General Public License (version 2 or later). A copy of the GPL is in the file "LICENSE.txt" provided with ${Application.title}. All rights reserved. No guarantees are provided for use of this program. Modified: trunk/src/main/resources/org/chorem/jtimer/ui/resources/HelpFrame_fr.properties =================================================================== --- trunk/src/main/resources/org/chorem/jtimer/ui/resources/HelpFrame_fr.properties 2013-06-12 12:51:35 UTC (rev 2897) +++ trunk/src/main/resources/org/chorem/jtimer/ui/resources/HelpFrame_fr.properties 2013-06-20 09:48:45 UTC (rev 2898) @@ -5,7 +5,7 @@ # $Id$ # $HeadURL$ # %% -# Copyright (C) 2007 - 2011 CodeLutin, Chatellier Eric +# Copyright (C) 2007 - 2013 CodeLutin, Chatellier Eric # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as @@ -25,7 +25,7 @@ # About i18n aboutTitle = \u00C0 propos de ${Application.title} aboutHtmlTitle = \u00C0 propos de ${Application.title} -aboutHtml = <html><b>${Application.title} - ${Application.version}</b><br /><br />Copyright 2007 - 2012, Code Lutin.<br /><br /><a href=\"${project.url}\">${project.url}</a><br /><br />Merci de rapporter les bugs de ${Application.title}.<html> +aboutHtml = <html><b>${Application.title} - ${Application.version}</b><br /><br />Copyright 2007 - 2013, Code Lutin.<br /><br /><a href=\"${project.url}\">${project.url}</a><br /><br />Merci de rapporter les bugs de ${Application.title}.<html> aboutLicenseTitle = Licence aboutLicense = Vous pouvez modifier et redistribuer ce programme sous les conditions \u00E9nonc\u00E9es par la licence GNU GPL (version 2 ou ult\u00E9rieure). Une copie de la licence GPL est dans le fichier \u00AB\u00A0LICENSE.txt\u00A0\u00BB fourni avec ${Application.title}. Tous droits r\u00E9serv\u00E9s. Aucune garantie n'est fournie pour l'utilisation de ce programme.
participants (1)
-
echatellier@users.chorem.org