Vradi-commits
Threads by month
- ----- 2026 -----
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- 198 discussions
r28 - in trunk: . vradi-entities vradi-services vradi-services-web vradi-swing
by sletellier@users.chorem.org 17 May '11
by sletellier@users.chorem.org 17 May '11
17 May '11
Author: sletellier
Date: 2011-05-17 17:21:57 +0200 (Tue, 17 May 2011)
New Revision: 28
Url: http://chorem.org/repositories/revision/vradi/28
Log:
[maven-release-plugin] prepare for next development iteration
Modified:
trunk/pom.xml
trunk/vradi-entities/pom.xml
trunk/vradi-services-web/pom.xml
trunk/vradi-services/pom.xml
trunk/vradi-swing/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-05-17 15:21:55 UTC (rev 27)
+++ trunk/pom.xml 2011-05-17 15:21:57 UTC (rev 28)
@@ -11,7 +11,7 @@
<groupId>org.chorem</groupId>
<artifactId>vradi</artifactId>
- <version>0.6</version>
+ <version>0.7-SNAPSHOT</version>
<modules>
<module>vradi-entities</module>
@@ -93,11 +93,11 @@
</developers>
<scm>
- <connection>scm:svn:http://svn.chorem.org/svn/vradi/tags/vradi-0.6</connection>
+ <connection>scm:svn:http://svn.chorem.org/svn/vradi/trunk</connection>
<developerConnection>
- scm:svn:http://svn.chorem.org/svn/vradi/tags/vradi-0.6
+ scm:svn:http://svn.chorem.org/svn/vradi/trunk
</developerConnection>
- <url>http://www.chorem.org/repositories/browse/vradi/tags/vradi-0.6</url>
+ <url>http://www.chorem.org/repositories/browse/vradi/trunk</url>
</scm>
<packaging>pom</packaging>
Modified: trunk/vradi-entities/pom.xml
===================================================================
--- trunk/vradi-entities/pom.xml 2011-05-17 15:21:55 UTC (rev 27)
+++ trunk/vradi-entities/pom.xml 2011-05-17 15:21:57 UTC (rev 28)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.chorem</groupId>
<artifactId>vradi</artifactId>
- <version>0.6</version>
+ <version>0.7-SNAPSHOT</version>
</parent>
<groupId>org.chorem.vradi</groupId>
Modified: trunk/vradi-services/pom.xml
===================================================================
--- trunk/vradi-services/pom.xml 2011-05-17 15:21:55 UTC (rev 27)
+++ trunk/vradi-services/pom.xml 2011-05-17 15:21:57 UTC (rev 28)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.chorem</groupId>
<artifactId>vradi</artifactId>
- <version>0.6</version>
+ <version>0.7-SNAPSHOT</version>
</parent>
<groupId>org.chorem.vradi</groupId>
Modified: trunk/vradi-services-web/pom.xml
===================================================================
--- trunk/vradi-services-web/pom.xml 2011-05-17 15:21:55 UTC (rev 27)
+++ trunk/vradi-services-web/pom.xml 2011-05-17 15:21:57 UTC (rev 28)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.chorem</groupId>
<artifactId>vradi</artifactId>
- <version>0.6</version>
+ <version>0.7-SNAPSHOT</version>
</parent>
<groupId>org.chorem.vradi</groupId>
Modified: trunk/vradi-swing/pom.xml
===================================================================
--- trunk/vradi-swing/pom.xml 2011-05-17 15:21:55 UTC (rev 27)
+++ trunk/vradi-swing/pom.xml 2011-05-17 15:21:57 UTC (rev 28)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.chorem</groupId>
<artifactId>vradi</artifactId>
- <version>0.6</version>
+ <version>0.7-SNAPSHOT</version>
</parent>
<groupId>org.chorem.vradi</groupId>
1
0
Author: sletellier
Date: 2011-05-17 17:21:55 +0200 (Tue, 17 May 2011)
New Revision: 27
Url: http://chorem.org/repositories/revision/vradi/27
Log:
[maven-release-plugin] copy for tag vradi-0.6
Added:
tags/vradi-0.6/
1
0
r26 - in trunk: . vradi-entities vradi-services vradi-services-web vradi-swing
by sletellier@users.chorem.org 17 May '11
by sletellier@users.chorem.org 17 May '11
17 May '11
Author: sletellier
Date: 2011-05-17 17:21:52 +0200 (Tue, 17 May 2011)
New Revision: 26
Url: http://chorem.org/repositories/revision/vradi/26
Log:
[maven-release-plugin] prepare release vradi-0.6
Modified:
trunk/pom.xml
trunk/vradi-entities/pom.xml
trunk/vradi-services-web/pom.xml
trunk/vradi-services/pom.xml
trunk/vradi-swing/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-05-17 15:15:25 UTC (rev 25)
+++ trunk/pom.xml 2011-05-17 15:21:52 UTC (rev 26)
@@ -11,7 +11,7 @@
<groupId>org.chorem</groupId>
<artifactId>vradi</artifactId>
- <version>0.6-SNAPSHOT</version>
+ <version>0.6</version>
<modules>
<module>vradi-entities</module>
@@ -93,11 +93,11 @@
</developers>
<scm>
- <connection>scm:svn:http://svn.chorem.org/svn/vradi/trunk</connection>
+ <connection>scm:svn:http://svn.chorem.org/svn/vradi/tags/vradi-0.6</connection>
<developerConnection>
- scm:svn:http://svn.chorem.org/svn/vradi/trunk
+ scm:svn:http://svn.chorem.org/svn/vradi/tags/vradi-0.6
</developerConnection>
- <url>http://www.chorem.org/repositories/browse/vradi/trunk</url>
+ <url>http://www.chorem.org/repositories/browse/vradi/tags/vradi-0.6</url>
</scm>
<packaging>pom</packaging>
Modified: trunk/vradi-entities/pom.xml
===================================================================
--- trunk/vradi-entities/pom.xml 2011-05-17 15:15:25 UTC (rev 25)
+++ trunk/vradi-entities/pom.xml 2011-05-17 15:21:52 UTC (rev 26)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.chorem</groupId>
<artifactId>vradi</artifactId>
- <version>0.6-SNAPSHOT</version>
+ <version>0.6</version>
</parent>
<groupId>org.chorem.vradi</groupId>
Modified: trunk/vradi-services/pom.xml
===================================================================
--- trunk/vradi-services/pom.xml 2011-05-17 15:15:25 UTC (rev 25)
+++ trunk/vradi-services/pom.xml 2011-05-17 15:21:52 UTC (rev 26)
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.chorem</groupId>
<artifactId>vradi</artifactId>
- <version>0.6-SNAPSHOT</version>
+ <version>0.6</version>
</parent>
<groupId>org.chorem.vradi</groupId>
Modified: trunk/vradi-services-web/pom.xml
===================================================================
--- trunk/vradi-services-web/pom.xml 2011-05-17 15:15:25 UTC (rev 25)
+++ trunk/vradi-services-web/pom.xml 2011-05-17 15:21:52 UTC (rev 26)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.chorem</groupId>
<artifactId>vradi</artifactId>
- <version>0.6-SNAPSHOT</version>
+ <version>0.6</version>
</parent>
<groupId>org.chorem.vradi</groupId>
Modified: trunk/vradi-swing/pom.xml
===================================================================
--- trunk/vradi-swing/pom.xml 2011-05-17 15:15:25 UTC (rev 25)
+++ trunk/vradi-swing/pom.xml 2011-05-17 15:21:52 UTC (rev 26)
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.chorem</groupId>
<artifactId>vradi</artifactId>
- <version>0.6-SNAPSHOT</version>
+ <version>0.6</version>
</parent>
<groupId>org.chorem.vradi</groupId>
1
0
Author: sletellier
Date: 2011-05-17 17:15:25 +0200 (Tue, 17 May 2011)
New Revision: 25
Url: http://chorem.org/repositories/revision/vradi/25
Log:
Up to wikitty 3.1.2
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-05-17 13:52:51 UTC (rev 24)
+++ trunk/pom.xml 2011-05-17 15:15:25 UTC (rev 25)
@@ -113,7 +113,7 @@
<nuitonI18nVersion>2.4</nuitonI18nVersion>
<nuitonWidgetVersion>1.1.1</nuitonWidgetVersion>
<generatorPluginVersion>2.3.3</generatorPluginVersion>
- <wikittyVersion>3.1.2-SNAPSHOT</wikittyVersion>
+ <wikittyVersion>3.1.2</wikittyVersion>
<oooVersion>3.2.1</oooVersion>
<javamailVersion>1.4.3</javamailVersion>
<slf4jVersion>1.6.1</slf4jVersion>
1
0
r24 - in trunk: vradi-services/src/main/java/org/chorem/vradi/services/managers vradi-swing/src/main/java/org/chorem/vradi vradi-swing/src/main/java/org/chorem/vradi/ui vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content
by sletellier@users.chorem.org 17 May '11
by sletellier@users.chorem.org 17 May '11
17 May '11
Author: sletellier
Date: 2011-05-17 15:52:51 +0200 (Tue, 17 May 2011)
New Revision: 24
Url: http://chorem.org/repositories/revision/vradi/24
Log:
- Fix cartography
- Remove full screen menu
Modified:
trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/ThesaurusManager.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiConfigHelper.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/VradiMainUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/AdminThesaurusHandler.java
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/ThesaurusManager.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/ThesaurusManager.java 2011-05-17 13:52:07 UTC (rev 23)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/ThesaurusManager.java 2011-05-17 13:52:51 UTC (rev 24)
@@ -212,7 +212,7 @@
// return entry.getValue();
// FIXME sletellier 20110427: verify that return same result
- TreeNodeResult<Thesaurus> tree = wikittyProxy.findTreeNode(Thesaurus.class, thesaurusId, 0, true, null);
+ TreeNodeResult<Thesaurus> tree = wikittyProxy.findTreeNode(Thesaurus.class, thesaurusId, 1, true, null);
return tree.getAttCount();
}
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiConfigHelper.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiConfigHelper.java 2011-05-17 13:52:07 UTC (rev 23)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiConfigHelper.java 2011-05-17 13:52:51 UTC (rev 24)
@@ -108,17 +108,17 @@
return result != null && result;
}
- public static Locale getLocale(ApplicationConfig config) {
- Locale result = config.getOption(Locale.class, VradiConfig.VradiSwingOption.LOCALE.key);
- return result;
- }
-
public static void setFullscreen(ApplicationConfig config, boolean fullscreen) {
boolean oldValue = isFullScreen(config);
config.setOption(VradiConfig.VradiSwingOption.FULL_SCREEN.key, fullscreen + "");
config.saveForUser();
}
+ public static Locale getLocale(ApplicationConfig config) {
+ Locale result = config.getOption(Locale.class, VradiConfig.VradiSwingOption.LOCALE.key);
+ return result;
+ }
+
public static void setLocale(ApplicationConfig config, Locale newLocale) {
config.setOption(VradiConfig.VradiSwingOption.LOCALE.key, newLocale.toString());
config.saveForUser();
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/VradiMainUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/VradiMainUI.jaxx 2011-05-17 13:52:07 UTC (rev 23)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/VradiMainUI.jaxx 2011-05-17 13:52:51 UTC (rev 24)
@@ -76,12 +76,14 @@
onActionPerformed="getHandler().changeLanguage(this, Locale.UK)"/-->
</JMenu>
- <JSeparator/>
+
+ <!-- sletellier 20110510 : Dont work anymore... -->
+ <!--JSeparator/>
<JMenuItem id='menuFileFullscreen'
onActionPerformed="getHandler().changeScreen(this, true)"/>
<JMenuItem id='menuFileNormalscreen'
onActionPerformed="getHandler().changeScreen(this, false)"/>
- <JSeparator/>
+ <JSeparator/-->
<JMenuItem id='menuFileExit'
onActionPerformed="getHandler().close(mainFrame)"/>
</JMenu>
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/AdminThesaurusHandler.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/AdminThesaurusHandler.java 2011-05-17 13:52:07 UTC (rev 23)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/AdminThesaurusHandler.java 2011-05-17 13:52:51 UTC (rev 24)
@@ -77,6 +77,7 @@
/** @author sletellier <letellier(a)codelutin.com> */
public class AdminThesaurusHandler {
+
/** to use log facility, just put in your code: log.info(\"...\"); */
static private Log log = LogFactory.getLog(AdminThesaurusHandler.class);
1
0
r23 - in trunk: . vradi-services/src/main/resources/i18n vradi-swing/src/main/resources/i18n
by sletellier@users.chorem.org 17 May '11
by sletellier@users.chorem.org 17 May '11
17 May '11
Author: sletellier
Date: 2011-05-17 15:52:07 +0200 (Tue, 17 May 2011)
New Revision: 23
Url: http://chorem.org/repositories/revision/vradi/23
Log:
#371 Updates to i18n 2.4
Modified:
trunk/pom.xml
trunk/vradi-services/src/main/resources/i18n/vradi-services_fr_FR.properties
trunk/vradi-swing/src/main/resources/i18n/vradi-swing_fr_FR.properties
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-05-14 11:46:15 UTC (rev 22)
+++ trunk/pom.xml 2011-05-17 13:52:07 UTC (rev 23)
@@ -110,10 +110,10 @@
<!-- libraries version -->
<jaxxVersion>2.4</jaxxVersion>
<nuitonUtilsVersion>2.1.2</nuitonUtilsVersion>
- <nuitonI18nVersion>2.3.2</nuitonI18nVersion>
+ <nuitonI18nVersion>2.4</nuitonI18nVersion>
<nuitonWidgetVersion>1.1.1</nuitonWidgetVersion>
<generatorPluginVersion>2.3.3</generatorPluginVersion>
- <wikittyVersion>3.1.1</wikittyVersion>
+ <wikittyVersion>3.1.2-SNAPSHOT</wikittyVersion>
<oooVersion>3.2.1</oooVersion>
<javamailVersion>1.4.3</javamailVersion>
<slf4jVersion>1.6.1</slf4jVersion>
Modified: trunk/vradi-services/src/main/resources/i18n/vradi-services_fr_FR.properties
===================================================================
--- trunk/vradi-services/src/main/resources/i18n/vradi-services_fr_FR.properties 2011-05-14 11:46:15 UTC (rev 22)
+++ trunk/vradi-services/src/main/resources/i18n/vradi-services_fr_FR.properties 2011-05-17 13:52:07 UTC (rev 23)
@@ -1,29 +1,29 @@
-Already\ opened\ session\ on\ %tF=Vous disposez d\u00E9j\u00E0 d'une session ouverte (le %1$td/%1$tm/%1$tY)
+Already\ opened\ session\ on\ %tF=Vous disposez déjà d'une session ouverte (le %1$td/%1$tm/%1$tY)
File\ upload\ failed\ \:\ invalid\ response=
File\ upload\ failed\ \:\ server\ response\ %d=
Nothing\ to\ send\ \:\ %s=
-SMTP\ fail\ to\ send\ mail\ \:\\n(%s)=L'envoi de l'email a \u00E9chou\u00E9 \:\n(%s)
+SMTP\ fail\ to\ send\ mail\ \:\\n(%s)=L'envoi de l'email a échoué \:\n(%s)
Unsupported\ query\:\ %s=
Version\ change\ detected\ \:\ %s.\ Reindexing\ data...=
vradi.adminXmlStream.config.interval.days=jours
vradi.adminXmlStream.config.interval.hours=heures
vradi.adminXmlStream.config.interval.minutes=minutes
vradi.autoSend.hour.description=
-vradi.email.status.deleted=Supprim\u00E9e
+vradi.email.status.deleted=Supprimée
vradi.email.status.error=Erreur
-vradi.email.status.received=Re\u00E7u
-vradi.email.status.sent=Envoy\u00E9
-vradi.email.status.toSend=\u00C0 envoyer
-vradi.email.status.waitingReceptionProof=En attente de l'accus\u00E9
-vradi.error.errorImportXmlStream=L'import automatique des flux xml '%1$s' \u00E0 \u00E9chou\u00E9 \:\n\n %2$s
-vradi.error.errorImportXmlStream.subject=L'import automatique des flux xml '%1$s' \u00E0 \u00E9chou\u00E9
+vradi.email.status.received=Reçu
+vradi.email.status.sent=Envoyé
+vradi.email.status.toSend=À envoyer
+vradi.email.status.waitingReceptionProof=En attente de l'accusé
+vradi.error.errorImportXmlStream=L'import automatique des flux xml '%1$s' à échoué \:\n\n %2$s
+vradi.error.errorImportXmlStream.subject=L'import automatique des flux xml '%1$s' à échoué
vradi.error.sending.emailIsBlank=L'email de l'envoi pour l'utilisateur '%1$s' est vide
-vradi.error.sending.failedToSend=L'envoi pour l'utilisateur '%1$s' a \u00E9chou\u00E9 \: %2$s
+vradi.error.sending.failedToSend=L'envoi pour l'utilisateur '%1$s' a échoué \: %2$s
vradi.error.sending.formsEmpty=L'envoi pour l'utilisateur '%1$s' ne contient pas de formulaire
-vradi.error.sending.generation=Erreur lors de la g\u00E9n\u00E9ration du m\u00E9ssage \: %1$s
-vradi.error.sending.noAttachedPDF=Pas de pdf associ\u00E9
-vradi.error.sending.send=Erreur lors de l'envoie du m\u00E9ssage \: %1$s
-vradi.error.session.stopped=L'envoie de la session '%1$s %2$s' a \u00E9t\u00E9 stopp\u00E9 par l'utilisateur
+vradi.error.sending.generation=Erreur lors de la génération du méssage \: %1$s
+vradi.error.sending.noAttachedPDF=Pas de pdf associé
+vradi.error.sending.send=Erreur lors de l'envoie du méssage \: %1$s
+vradi.error.session.stopped=L'envoie de la session '%1$s %2$s' a été stoppé par l'utilisateur
vradi.service.config.application.version.description=
vradi.service.config.cacheusecopies.description=
vradi.service.config.configFileName.description=
@@ -66,18 +66,18 @@
vradi.service.config.wikitty.xmpp.server=
vradi.service.config.wikitty.xmpp.server.description=
vradi.sessionStatus.active=Active
-vradi.sessionStatus.canceled=Annul\u00E9e
+vradi.sessionStatus.canceled=Annulée
vradi.sessionStatus.error=Erreur
-vradi.sessionStatus.sent=Envoy\u00E9e
-vradi.sessionStatus.stopped=Stopp\u00E9e
-vradi.status.nonselectionne.description=Trait\u00E9 et non s\u00E9lectionn\u00E9
-vradi.status.nonselectionne.name=Non s\u00E9lectionn\u00E9
-vradi.status.nontraite.description=Par d\u00E9faut toute nouvelle information
-vradi.status.nontraite.name=Non trait\u00E9
-vradi.status.preselectionne.description=Trait\u00E9 et pr\u00E9s\u00E9lectionn\u00E9
-vradi.status.preselectionne.name=Pr\u00E9selectionn\u00E9
-vradi.status.selectionne.description=Trait\u00E9 et s\u00E9lectionn\u00E9
-vradi.status.selectionne.name=S\u00E9lectionn\u00E9
+vradi.sessionStatus.sent=Envoyée
+vradi.sessionStatus.stopped=Stoppée
+vradi.status.nonselectionne.description=Traité et non sélectionné
+vradi.status.nonselectionne.name=Non sélectionné
+vradi.status.nontraite.description=Par défaut toute nouvelle information
+vradi.status.nontraite.name=Non traité
+vradi.status.preselectionne.description=Traité et présélectionné
+vradi.status.preselectionne.name=Préselectionné
+vradi.status.selectionne.description=Traité et sélectionné
+vradi.status.selectionne.name=Sélectionné
vradi.xmlStreams=
vradi.xmlStreams.config=
vradi.xmlStreams.config.interval=
Modified: trunk/vradi-swing/src/main/resources/i18n/vradi-swing_fr_FR.properties
===================================================================
--- trunk/vradi-swing/src/main/resources/i18n/vradi-swing_fr_FR.properties 2011-05-14 11:46:15 UTC (rev 22)
+++ trunk/vradi-swing/src/main/resources/i18n/vradi-swing_fr_FR.properties 2011-05-17 13:52:07 UTC (rev 23)
@@ -1,11 +1,11 @@
-Can't\ create\ new\ session=Impossible de cr\u00E9er une nouvelle session
-Can't\ create\ new\ session\ for\ reason\ \:\ %s=Impossible de cr\u00E9er une nouvelle session \:\n%s
+Can't\ create\ new\ session=Impossible de créer une nouvelle session
+Can't\ create\ new\ session\ for\ reason\ \:\ %s=Impossible de créer une nouvelle session \:\n%s
Can't\ download\ file=
-Can't\ found\ any\ opened\ mail\ session,\ please\ create\ a\ new\ session\ in\ mail\ management=Aucune session de mail trouv\u00E9e. Merci de cr\u00E9er une nouvelle session dans la gestion des mails.
+Can't\ found\ any\ opened\ mail\ session,\ please\ create\ a\ new\ session\ in\ mail\ management=Aucune session de mail trouvée. Merci de créer une nouvelle session dans la gestion des mails.
Can't\ upload\ file=
Confirm\ thesaurus\ deletion=Confirmation de suppression du thesaurus
Error=Erreur
-Warning\ all\ your\ thesaurus\ will\ be\ deleted\ before\ new\ import.\ Do\ you\ want\ to\ continue\ ?=Attention, tous les thesaurus seront entierrement supprim\u00E9s avant le nouvel import.\n\u00CAtes-vous s\u00FBr de vouloir continuer ?
+Warning\ all\ your\ thesaurus\ will\ be\ deleted\ before\ new\ import.\ Do\ you\ want\ to\ continue\ ?=Attention, tous les thesaurus seront entierrement supprimés avant le nouvel import.\nÊtes-vous sûr de vouloir continuer ?
vradi.action.about=A propos
vradi.action.about.tip=A propos de l'application Vradi...
vradi.action.cancel=Annuler
@@ -18,24 +18,24 @@
vradi.action.configuration.tip=Modifier la configuration
vradi.action.exit=Quitter
vradi.action.exit.tip=Quitter vradi
-vradi.action.fullscreen=Plein \u00E9cran
-vradi.action.fullscreen.tip=Passer en mode plein \u00E9cran
+vradi.action.fullscreen=Plein écran
+vradi.action.fullscreen.tip=Passer en mode plein écran
vradi.action.help=Aide
vradi.action.help.tip=Afficher l'aide
vradi.action.locale.=
-vradi.action.locale.fr=Fran\u00E7ais
-vradi.action.locale.fr.tip=Changer la langue en fran\u00E7ais
+vradi.action.locale.fr=Français
+vradi.action.locale.fr.tip=Changer la langue en français
vradi.action.locale.uk=Anglais
vradi.action.locale.uk.tip=Changer la langue en anglais
vradi.action.normalscreen=Ecran normal
vradi.action.normalscreen.tip=Revenir en mode normal
vradi.action.select=Selectionnez
vradi.action.site=Site
-vradi.action.site.tip=Acc\u00E9der au site de Vradi
+vradi.action.site.tip=Accéder au site de Vradi
vradi.action.stat=
vradi.action.test=
vradi.action.valid=Valider
-vradi.admin.cancel.message=\u00CAtes-vous s\u00FBr de vouloir annuler les changements ?
+vradi.admin.cancel.message=Êtes-vous sûr de vouloir annuler les changements ?
vradi.admin.cancel.title=Annuler les changements ?
vradi.admin.client=Gestion des clients
vradi.admin.confirmDelete=Voulez vous supprimer \: %1$s ?
@@ -44,35 +44,35 @@
vradi.admin.exportCSV=Export
vradi.admin.exportTitle=Export des clients, utilisateurs et groupes
vradi.admin.form=Gestion des formulaires
-vradi.admin.formsCreated.message=R\u00E9sultat de la cr\u00E9ation \:\n
-vradi.admin.formsCreated.message.allWarning=- %1$s formulaires cr\u00E9\u00E9s\n- %2$d formulaires existants\n- %3$s erreurs de date\n- %4$s erreurs de nombre
-vradi.admin.formsCreated.missingFormType=Aucun Type de formulaire associ\u00E9.
-vradi.admin.formsCreated.title=R\u00E9sultat de la cr\u00E9ation
+vradi.admin.formsCreated.message=Résultat de la création \:\n
+vradi.admin.formsCreated.message.allWarning=- %1$s formulaires créés\n- %2$d formulaires existants\n- %3$s erreurs de date\n- %4$s erreurs de nombre
+vradi.admin.formsCreated.missingFormType=Aucun Type de formulaire associé.
+vradi.admin.formsCreated.title=Résultat de la création
vradi.admin.group=Gestion des groupes
vradi.admin.importButtonText=Importer
vradi.admin.importCSV=Import
vradi.admin.importTitle=Import des clients, utilisateurs et groupes
-vradi.admin.isInUse=Le status %1$s est encore utilis\u00E9, la suppression est impossible.
+vradi.admin.isInUse=Le status %1$s est encore utilisé, la suppression est impossible.
vradi.admin.isInUse.title=Impossible de supprimer le status
-vradi.admin.noSelection=Veuillez s\u00E9lectionner un noeud de l'arbre.
+vradi.admin.noSelection=Veuillez sélectionner un noeud de l'arbre.
vradi.admin.saveAnswer=Modification en cours, voulez vous sauvegarder \:
vradi.admin.saveTitle=Sauvegarder ?
vradi.admin.status=Gestion des statuts
-vradi.admin.thesaurus=Gestion des th\u00E9saurus
+vradi.admin.thesaurus=Gestion des thésaurus
vradi.admin.title=Administration
vradi.admin.userEnable=Actif
vradi.admin.warnTitle=
vradi.admin.xmlStream=Gestion des flux XML
vradi.adminClient.adresse=Adresse
vradi.adminClient.contact=Contact
-vradi.adminClient.createClient=Cr\u00E9er un client
-vradi.adminClient.createUser=Cr\u00E9er un utilisateur
+vradi.adminClient.createClient=Créer un client
+vradi.adminClient.createUser=Créer un utilisateur
vradi.adminClient.deleteClient=Supprimer
vradi.adminClient.deleteGroup=Supprimer le groupe
vradi.adminClient.listGroup=Groupes
vradi.adminClient.name=Nom
vradi.adminClient.newClientName=Nouveau client
-vradi.adminClient.tel=T\u00E9l\u00E9phone
+vradi.adminClient.tel=Téléphone
vradi.adminClient.title=Client \: %1$s
vradi.adminField.desc=Description
vradi.adminField.lbl=Label
@@ -80,26 +80,26 @@
vradi.adminField.new=Ajouter
vradi.adminField.title=Champs du formulaire
vradi.adminField.type=Type
-vradi.adminForm.createForm=Cr\u00E9er un type de formulaire
+vradi.adminForm.createForm=Créer un type de formulaire
vradi.adminForm.deleteFormType=Supprimer un type de formulaire
vradi.adminForm.title=Type de formulaire \: %1$s
vradi.adminFormType.askName=Nom du type de formulaire \:
-vradi.adminFormType.askNameInvalid=Le nom du type de formulaire contient des caracteres non alphanum\u00E9rique \!
+vradi.adminFormType.askNameInvalid=Le nom du type de formulaire contient des caracteres non alphanumérique \!
vradi.adminFormType.askNameTitle=Nouveau type de formulaire
vradi.adminFormType.deleteFormType=Supprimer le type de formulaire
vradi.adminFormType.hideInfogene=Cacher l'infogene
vradi.adminFormType.showInfogene=Afficher l'infogene
-vradi.adminFormType.template.download=T\u00E9l\u00E9charger
+vradi.adminFormType.template.download=Télécharger
vradi.adminFormType.template.fieldBinding=Associez les champs
vradi.adminFormType.template.fieldBinding.label=Associez les champs du document OpenOffice aux champs du formulaire \:
vradi.adminFormType.template.fieldBinding.title=Associez les champs du document OpenOffice aux champs du formulaire
-vradi.adminFormType.template.label=Mod\u00E8le de g\u00E9n\u00E9ration PDF \:
+vradi.adminFormType.template.label=Modèle de génération PDF \:
vradi.adminFormType.template.new=Ajouter
vradi.adminFormType.template.showExample=Voir un exemple
-vradi.adminFormType.template.showExample.error.message=Aucun formulaire de ce type n'a \u00E9t\u00E9 enregistr\u00E9.\nAucun aper\u00E7u n'est donc disponible.
+vradi.adminFormType.template.showExample.error.message=Aucun formulaire de ce type n'a été enregistré.\nAucun aperçu n'est donc disponible.
vradi.adminFormType.template.showExample.error.title=Aucun formulaire de ce type
-vradi.adminGroup.addUser=Ajout l'utilisateur s\u00E9lectionn\u00E9 dans le groupe
-vradi.adminGroup.createGroup=Cr\u00E9er un groupe
+vradi.adminGroup.addUser=Ajout l'utilisateur sélectionné dans le groupe
+vradi.adminGroup.createGroup=Créer un groupe
vradi.adminGroup.listUsers=Utilisateurs
vradi.adminGroup.name=Groupes
vradi.adminGroup.newGroupName=Nouveau groupe
@@ -107,47 +107,47 @@
vradi.adminGroup.title=Groupe \: %1$s
vradi.adminRequest.cancel=Annuler
vradi.adminRequest.edit=Editer
-vradi.adminRequest.history.show=Voir l'historique des requ\u00EAtes
-vradi.adminRequest.new=Nouvelle requ\u00EAte
+vradi.adminRequest.history.show=Voir l'historique des requêtes
+vradi.adminRequest.new=Nouvelle requête
vradi.adminRequest.remove=Supprimer
-vradi.adminRequest.title=Requ\u00EAtes \:
+vradi.adminRequest.title=Requêtes \:
vradi.adminRequest.valid=Valider
-vradi.adminStatus.createStatus=Cr\u00E9er un nouveau statut
+vradi.adminStatus.createStatus=Créer un nouveau statut
vradi.adminStatus.desc=Description
vradi.adminStatus.name=Nom
vradi.adminStatus.newStatusName=Nouveau statut
vradi.adminStatus.title=Gestion des statuts
-vradi.adminThesaurus.askCreateRootThesaurus=\u00CAtes-vous s\u00FBr de vouloir cr\u00E9ez le nouveau th\u00E9saurus %1$s ?
-vradi.adminThesaurus.askDeleteRootThesaurus=\u00CAtes-vous s\u00FBr de vouloir supprimer le th\u00E9saurus %1$s ainsi que tout ses descripteurs ?
-vradi.adminThesaurus.askDeleteThesaurus=\u00CAtes-vous s\u00FBr de vouloir supprimer le descripteur %1$s ainsi que tout ses fils (%2$s formulaires seront impact\u00E9) ?
-vradi.adminThesaurus.askEditRootThesaurus=\u00CAtes-vous s\u00FBr de vouloir renommer le th\u00E9saurus %1$s en %2$s ?
-vradi.adminThesaurus.askEditThesaurus=Voulez-vous sauvegarder les modifications pour le descripteur %1$s (%2$s formulaires seront impact\u00E9) ?
-vradi.adminThesaurus.askMoveThesaurus=\u00CAtes-vous s\u00FBr de vouloir d\u00E9placer le descripteur %1$s ?
-vradi.adminThesaurus.askRootThesaurusEditName=Choisisez un nouveau nom pour le th\u00E9saurus %1$s
-vradi.adminThesaurus.askRootThesaurusName=Choisisez un nom pour le th\u00E9saurus
-vradi.adminThesaurus.askRootThesaurusTitle=Nouveau th\u00E9saurus
+vradi.adminThesaurus.askCreateRootThesaurus=Êtes-vous sûr de vouloir créez le nouveau thésaurus %1$s ?
+vradi.adminThesaurus.askDeleteRootThesaurus=Êtes-vous sûr de vouloir supprimer le thésaurus %1$s ainsi que tout ses descripteurs ?
+vradi.adminThesaurus.askDeleteThesaurus=Êtes-vous sûr de vouloir supprimer le descripteur %1$s ainsi que tout ses fils (%2$s formulaires seront impacté) ?
+vradi.adminThesaurus.askEditRootThesaurus=Êtes-vous sûr de vouloir renommer le thésaurus %1$s en %2$s ?
+vradi.adminThesaurus.askEditThesaurus=Voulez-vous sauvegarder les modifications pour le descripteur %1$s (%2$s formulaires seront impacté) ?
+vradi.adminThesaurus.askMoveThesaurus=Êtes-vous sûr de vouloir déplacer le descripteur %1$s ?
+vradi.adminThesaurus.askRootThesaurusEditName=Choisisez un nouveau nom pour le thésaurus %1$s
+vradi.adminThesaurus.askRootThesaurusName=Choisisez un nom pour le thésaurus
+vradi.adminThesaurus.askRootThesaurusTitle=Nouveau thésaurus
vradi.adminThesaurus.comment=Commentaire
-vradi.adminThesaurus.creationTitle=Cr\u00E9ation d'un descripteur
+vradi.adminThesaurus.creationTitle=Création d'un descripteur
vradi.adminThesaurus.editTitle=Edition du descripteur \: %1$s
vradi.adminThesaurus.exportButtonText=Exporter
vradi.adminThesaurus.exportThesaurusCSV=Export
-vradi.adminThesaurus.exportThesaurusTitle=Exporter le th\u00E9saurus
+vradi.adminThesaurus.exportThesaurusTitle=Exporter le thésaurus
vradi.adminThesaurus.importButtonText=Importer
vradi.adminThesaurus.importThesaurusCSV=Import
-vradi.adminThesaurus.importTitle=Importer le th\u00E9saurus
-vradi.adminThesaurus.move=D\u00E9placer
+vradi.adminThesaurus.importTitle=Importer le thésaurus
+vradi.adminThesaurus.move=Déplacer
vradi.adminThesaurus.moveTitle=Sauvegarder ?
vradi.adminThesaurus.orderName=Ordre - Nom
vradi.adminThesaurus.path=Chemin \:
-vradi.adminThesaurus.rootThesaurusInvalidName=Le nom du th\u00E9saurus est utilis\u00E9 pour cr\u00E9er des requ\u00EAtes,\nil ne doit contenir que des carat\u00E8res alphanum\u00E9rique.
-vradi.adminThesaurus.select=S\u00E9lectionnez le descripteur de destination
-vradi.adminThesaurus.selectAsk=D\u00E9placer le descripteur vers...
+vradi.adminThesaurus.rootThesaurusInvalidName=Le nom du thésaurus est utilisé pour créer des requêtes,\nil ne doit contenir que des caratères alphanumérique.
+vradi.adminThesaurus.select=Sélectionnez le descripteur de destination
+vradi.adminThesaurus.selectAsk=Déplacer le descripteur vers...
vradi.adminThesaurus.tags=Tags
-vradi.adminThesaurus.warnNameIsExisting=Le descripteur "%s" existe d\u00E9j\u00E0 dans ce thesaurus
+vradi.adminThesaurus.warnNameIsExisting=Le descripteur "%s" existe déjà dans ce thesaurus
vradi.adminThesaurus.warnTitle=Descripteur existant
vradi.adminUi.invalid.email=Adresse email non valide
vradi.adminUi.invalid.url=URL non valide
-vradi.adminUi.regex.fieldselect.nameValue=Les caract\u00E8res sp\u00E9ciaux ne sont pas autoris\u00E9s
+vradi.adminUi.regex.fieldselect.nameValue=Les caractères spéciaux ne sont pas autorisés
vradi.adminUi.required.client.name=Ce champ est obligatoire
vradi.adminUi.required.fieldselect.nameValue=Ce champ est obligatoire
vradi.adminUi.required.fieldselect.type=Ce champ est obligatoire
@@ -156,47 +156,47 @@
vradi.adminUi.required.xmlStream.formTypeName=Ce champ est obligatoire
vradi.adminUi.required.xmlStream.name=Ce champ est obligatoire
vradi.adminUi.required.xmlStream.url=Ce champ est obligatoire
-vradi.adminUser.addGroup=Ajouter l'utilisateur au groupe s\u00E9lectionn\u00E9
+vradi.adminUser.addGroup=Ajouter l'utilisateur au groupe sélectionné
vradi.adminUser.adresse=Adresse
-vradi.adminUser.beginSearchDate=Date de d\u00E9but de recherche
-vradi.adminUser.createUser=Cr\u00E9er un utilisateur
+vradi.adminUser.beginSearchDate=Date de début de recherche
+vradi.adminUser.createUser=Créer un utilisateur
vradi.adminUser.deleteUser=Supprimer
vradi.adminUser.mail=Email
vradi.adminUser.name=Nom
vradi.adminUser.newUserName=Nouvel utilisateur
-vradi.adminUser.phone=T\u00E9l\u00E9phone
-vradi.adminUser.removeGroup=Retirer l'utilisateur du groupe s\u00E9lectionn\u00E9
+vradi.adminUser.phone=Téléphone
+vradi.adminUser.removeGroup=Retirer l'utilisateur du groupe sélectionné
vradi.adminUser.service=Service
vradi.adminUser.title=Utilisateur \: %1$s
-vradi.adminXmlStream.assignAuto=S\u00E9lection automatique des formulaires
+vradi.adminXmlStream.assignAuto=Sélection automatique des formulaires
vradi.adminXmlStream.config=Configurer les flux XML
-vradi.adminXmlStream.config.label.hours=\u00E0 la minute
-vradi.adminXmlStream.config.load=Charger les nouveaux formulaires \u00E0
+vradi.adminXmlStream.config.label.hours=à la minute
+vradi.adminXmlStream.config.load=Charger les nouveaux formulaires à
vradi.adminXmlStream.config.title=Configuration des flux XML
vradi.adminXmlStream.createForms=Forcer l'import du flux
vradi.adminXmlStream.createNewWebHarvest.toolTip=Ouvrir l'editeur de script web harvest
-vradi.adminXmlStream.createWebHarvestStream=Cr\u00E9er un flux Web Harvest
-vradi.adminXmlStream.createXmlStream=Cr\u00E9er un flux
+vradi.adminXmlStream.createWebHarvestStream=Créer un flux Web Harvest
+vradi.adminXmlStream.createXmlStream=Créer un flux
vradi.adminXmlStream.deleteXmlStream=Supprimer le flux XML
-vradi.adminXmlStream.formType=Type de formulaire associ\u00E9
-vradi.adminXmlStream.hideForm=Cacher les d\u00E9tails du flux XML
+vradi.adminXmlStream.formType=Type de formulaire associé
+vradi.adminXmlStream.hideForm=Cacher les détails du flux XML
vradi.adminXmlStream.name=Nom
vradi.adminXmlStream.newFormTypeName=Nouveau type de formulaire
vradi.adminXmlStream.newStreamName=Nouveau flux
vradi.adminXmlStream.newWebHarvestStreamName=Nouveau flux web harvest
-vradi.adminXmlStream.showForm=Voir les d\u00E9tails du flux XML
-vradi.adminXmlStream.startUrl=URL d'entr\u00E9 du script
-vradi.adminXmlStream.table.field.defaultValue=Valeur par d\u00E9faut
-vradi.adminXmlStream.table.field.defaultValue.tip=Valeur par d\u00E9faut
+vradi.adminXmlStream.showForm=Voir les détails du flux XML
+vradi.adminXmlStream.startUrl=URL d'entré du script
+vradi.adminXmlStream.table.field.defaultValue=Valeur par défaut
+vradi.adminXmlStream.table.field.defaultValue.tip=Valeur par défaut
vradi.adminXmlStream.table.field.name=Champs du type de formulaire
-vradi.adminXmlStream.table.field.name.tip=Champs du type de formulaire \u00E0 associer
+vradi.adminXmlStream.table.field.name.tip=Champs du type de formulaire à associer
vradi.adminXmlStream.table.field.values=Valeur du flux
-vradi.adminXmlStream.table.field.values.tip=Valeur du flux xml \u00E0 associer au type de formulaire
+vradi.adminXmlStream.table.field.values.tip=Valeur du flux xml à associer au type de formulaire
vradi.adminXmlStream.title=Flux XML \: %1$s
vradi.adminXmlStream.url=URL du flux XML
vradi.adminXmlStream.validateUrl=Valider
-vradi.adminXmlStream.webHarvestScript=Script \u00E0 executer
-vradi.binding.forms.concurrence.message=Une erreur de concurrence est apparue.\nV\u00E9rifiez que personne n'effectue la m\u00EAme op\u00E9ration et recommencez.
+vradi.adminXmlStream.webHarvestScript=Script à executer
+vradi.binding.forms.concurrence.message=Une erreur de concurrence est apparue.\nVérifiez que personne n'effectue la même opération et recommencez.
vradi.changelog.title=Changelog
vradi.client.category=Clients
vradi.common.alls=Tous
@@ -209,11 +209,11 @@
vradi.common.ok=Valider
vradi.common.paste=Coller
vradi.common.save=Sauvegarder
-vradi.common.select=S\u00E9lectionner
+vradi.common.select=Sélectionner
vradi.common.timeseparator=\:
vradi.common.validate=Valider
-vradi.config.category.directories=R\u00E9pertoires
-vradi.config.category.directories.description=R\u00E9pertoires de l'application
+vradi.config.category.directories=Répertoires
+vradi.config.category.directories.description=Répertoires de l'application
vradi.config.category.other=Autre
vradi.config.category.other.description=Autres options
vradi.config.category.remote=Serveur
@@ -235,34 +235,34 @@
vradi.config.thesaurus.color.description=
vradi.config.thesaurus.description=
vradi.config.thesaurus.expanded.description=
-vradi.config.ui.fullscreen=Pour afficher l'aplication en mode plein \u00E9cran
-vradi.config.ui.locale=Langue utilis\u00E9e par l'application (fr_FR, en_GB)
+vradi.config.ui.fullscreen=Pour afficher l'aplication en mode plein écran
+vradi.config.ui.locale=Langue utilisée par l'application (fr_FR, en_GB)
vradi.config.version.description=
-vradi.config.wikitty.notifier.transporter.class.description=Class utilis\u00E9 pour transporter les \u00E9venements
+vradi.config.wikitty.notifier.transporter.class.description=Class utilisé pour transporter les évenements
vradi.config.wikitty.propagate.propagateEvent.description=Definie si l'instance est en mode serveur ou non
-vradi.config.wikitty.xmpp.room.description=Adresse du salon XMPP auquel ce connecter pour recevoir les \u00E9venements
+vradi.config.wikitty.xmpp.room.description=Adresse du salon XMPP auquel ce connecter pour recevoir les évenements
vradi.config.wikitty.xmpp.server.description=Adresse du serveur XMPP
vradi.config.xmlStreams.description=
vradi.createForm.askName=Nom du nouveau formulaire
vradi.createForm.askType=Type du nouveau formulaire
vradi.criteria.cartography=Cartographie / Thesaurus
vradi.criteria.clear=Effacer
-vradi.criteria.collapse=Avanc\u00E9e -
+vradi.criteria.collapse=Avancée -
vradi.criteria.empty=Aucun
vradi.criteria.formType=Type de formulaire
vradi.criteria.from=De
-vradi.criteria.notCollapse=Avanc\u00E9e +
+vradi.criteria.notCollapse=Avancée +
vradi.criteria.search=Rechercher
vradi.criteria.searchLast30days=30 derniers jours
vradi.criteria.searchLastDay=Hier
vradi.criteria.searchThisMonth=Mois courant
vradi.criteria.searchToDay=Aujourd'hui
vradi.criteria.status=Statut \:
-vradi.criteria.to=\u00E0
-vradi.criteria.typeDate=Date concern\u00E9e
-vradi.criteria.typeDate.Form.datePeremption=Date de p\u00E9remption
+vradi.criteria.to=à
+vradi.criteria.typeDate=Date concernée
+vradi.criteria.typeDate.Form.datePeremption=Date de péremption
vradi.criteria.typeDate.Form.datePub=Date de publication
-vradi.criteria.typeDate.Infogene.creationDate=Date de cr\u00E9ation
+vradi.criteria.typeDate.Infogene.creationDate=Date de création
vradi.criteria.xmlStream=Flux XML \:
vradi.date.required.value=Ce champ est obligatoire
vradi.edit.proposition=Propositions
@@ -275,24 +275,24 @@
vradi.editor.removeXML=<...>
vradi.editor.removeXMLToolTip=Supprimer les balises XML
vradi.editor.unescapeXML=XML
-vradi.editor.unescapeXMLToolTip=Suppression des caract\u00E8res sp\u00E9ciaux XML
-vradi.email.addGroup=Envoyer \u00E0 un groupe
-vradi.email.addUser=Envoyer \u00E0 un utilisateur
+vradi.editor.unescapeXMLToolTip=Suppression des caractères spéciaux XML
+vradi.email.addGroup=Envoyer à un groupe
+vradi.email.addUser=Envoyer à un utilisateur
vradi.email.askAbordSendingTitle=Continuer l'envoi ?
-vradi.email.askModelEmpty=Le type de formulaire %1$s n'a pas de template associ\u00E9.\n\u00EAtes-vous s\u00FBr de vouloir continuer l'envoi ?
-vradi.email.askUserEmailEmpty=L'utilisateur %1$s (du client %2$s) n'a pas d'email.\n\u00EAtes-vous s\u00FBr de vouloir continuer l'envoi ?
+vradi.email.askModelEmpty=Le type de formulaire %1$s n'a pas de template associé.\nêtes-vous sûr de vouloir continuer l'envoi ?
+vradi.email.askUserEmailEmpty=L'utilisateur %1$s (du client %2$s) n'a pas d'email.\nêtes-vous sûr de vouloir continuer l'envoi ?
vradi.email.bindSession=Associer les formulaires aux utilisateurs
vradi.email.clientFilter=par clients
-vradi.email.confimCloseSession=\u00CAtes-vous s\u00FBr de vouloir supprimer la session active ?\n\nATTENTION \: La session ne pourra pas \u00EAtre r\u00E9ouverte \!
+vradi.email.confimCloseSession=Êtes-vous sûr de vouloir supprimer la session active ?\n\nATTENTION \: La session ne pourra pas être réouverte \!
vradi.email.confimCloseSession.titles=Supprimer la session active ?
-vradi.email.confirmAddGroup=\u00CAtes-vous s\u00FBr de vouloir ajouter l'envoi des formulaires \: \n%1$s \n\naux groupes suivants \: \n%2$s
-vradi.email.confirmAddTitle=Ajout des formulaires \u00E0 la session d'envoie
-vradi.email.confirmAddUser=\u00CAtes-vous s\u00FBr de vouloir ajouter l'envoi des formulaires \: \n%1$s \n\naux utilisateurs suivants \: \n%2$s
-vradi.email.confirmDelete=\u00CAtes-vous s\u00FBr de vouloir supprimer l'envoi de ce formulaire \: %1$s
+vradi.email.confirmAddGroup=Êtes-vous sûr de vouloir ajouter l'envoi des formulaires \: \n%1$s \n\naux groupes suivants \: \n%2$s
+vradi.email.confirmAddTitle=Ajout des formulaires à la session d'envoie
+vradi.email.confirmAddUser=Êtes-vous sûr de vouloir ajouter l'envoi des formulaires \: \n%1$s \n\naux utilisateurs suivants \: \n%2$s
+vradi.email.confirmDelete=Êtes-vous sûr de vouloir supprimer l'envoi de ce formulaire \: %1$s
vradi.email.confirmDeleteTitle=Suppression d'un formulaire ?
-vradi.email.confirmRemoveForms=\u00CAtes-vous s\u00FBr de vouloir supprimer les formulaires suivantes de la session pour tout les utilisateurs \:\n%1$s
+vradi.email.confirmRemoveForms=Êtes-vous sûr de vouloir supprimer les formulaires suivantes de la session pour tout les utilisateurs \:\n%1$s
vradi.email.confirmRemoveFormsTitle=Suppression de formulaires
-vradi.email.confirmRemoveUserForms=\u00CAtes-vous s\u00FBr de vouloir supprimer les formulaires suivantes de la session pour l'utilisateurs %1$s \:\n%1$s
+vradi.email.confirmRemoveUserForms=Êtes-vous sûr de vouloir supprimer les formulaires suivantes de la session pour l'utilisateurs %1$s \:\n%1$s
vradi.email.confirmRemoveUserFormsTitle=Suppression de formulaires
vradi.email.confirmRevertFormDeletion=Etes-vous sur le vouloir annuler la suppression des formulaires suivants \: \n%1$s
vradi.email.confirmRevertFormDeletionTitle=Annuler la suppression des formulaires ?
@@ -300,68 +300,68 @@
vradi.email.confirmRevertGroupFormDeletionTitle=Annuler la suppression des formulaires ?
vradi.email.confirmRevertUserFormDeletion=Etes-vous sur le vouloir annuler pour les utilisateurs \n\n'%2$s'\n\nla suppression des formulaires suivants \: \n%1$s
vradi.email.confirmRevertUserFormDeletionTitle=Annuler la suppression des formulaires ?
-vradi.email.confirmSelectionForm=Le formulaire '%1$s' doit \u00EAtre s\u00E9lectionn\u00E9 pour l'envoi,\n\u00EAtes-vous sur de vouloir s\u00E9lectionner ce formulaire ?
+vradi.email.confirmSelectionForm=Le formulaire '%1$s' doit être sélectionné pour l'envoi,\nêtes-vous sur de vouloir sélectionner ce formulaire ?
vradi.email.confirmSelectionForm.title=Changer le status du formulaire
-vradi.email.confirmSendSending=\u00CAtes-vous s\u00FBr de vouloir r\u00E9envoyer les emails \u00E0 %1$s ?
+vradi.email.confirmSendSending=Êtes-vous sûr de vouloir réenvoyer les emails à %1$s ?
vradi.email.confirmSendSending.askMail=Veuillez saisir l'adresse mail \:
-vradi.email.confirmSendSending.askMailTitle=Destinataire personnalis\u00E9
+vradi.email.confirmSendSending.askMailTitle=Destinataire personnalisé
vradi.email.confirmSendSending.optionNo=Non
vradi.email.confirmSendSending.optionOtherMail=Saisir l'email du destinataire
vradi.email.confirmSendSending.optionYes=Oui
-vradi.email.confirmSendSendingTitle=R\u00E9envoy\u00E9 ?
-vradi.email.confirmSendSession=\u00CAtes-vous s\u00FBr de vouloir traiter la session en cours ?
+vradi.email.confirmSendSendingTitle=Réenvoyé ?
+vradi.email.confirmSendSession=Êtes-vous sûr de vouloir traiter la session en cours ?
vradi.email.confirmSendSessionTitle=Confirmation d'envoi
-vradi.email.deleteSession=D\u00E9truire la session
+vradi.email.deleteSession=Détruire la session
vradi.email.filter=Filtrer
vradi.email.formFilter=par formulaires
vradi.email.formGroupTitle=Groupes
vradi.email.formUserTitle=Utilisateurs
vradi.email.forms.revertDeletion=Annuler les suppressions
-vradi.email.generation=G\u00E9n\u00E9ration des pdf
-vradi.email.generation.msg=G\u00E9n\u00E9ration des pdf
-vradi.email.generation.title=Les PDF sont en cours de g\u00E9n\u00E9ration
+vradi.email.generation=Génération des pdf
+vradi.email.generation.msg=Génération des pdf
+vradi.email.generation.title=Les PDF sont en cours de génération
vradi.email.groupFilter=par groupes
vradi.email.hideForm=
vradi.email.hideSessionParagraph=Cacher le paragraphe de la session
vradi.email.invalid.value=
-vradi.email.newSession=Cr\u00E9er une nouvelle session
-vradi.email.noSelection=Veuillez s\u00E9lectionner un utilisateur ou une s\u00E9ssion dans l'arbre.
+vradi.email.newSession=Créer une nouvelle session
+vradi.email.noSelection=Veuillez sélectionner un utilisateur ou une séssion dans l'arbre.
vradi.email.paragraph=Paragraphe
-vradi.email.receptionProof=Accus\u00E9 de r\u00E9ception
-vradi.email.removeFormFromSession=Supprimer les formulaires selectionn\u00E9 de la session
-vradi.email.removeFormFromSessionForUser=Supprimer les formulaires selectionn\u00E9 de la session pour l'utilisateur
+vradi.email.receptionProof=Accusé de réception
+vradi.email.removeFormFromSession=Supprimer les formulaires selectionné de la session
+vradi.email.removeFormFromSessionForUser=Supprimer les formulaires selectionné de la session pour l'utilisateur
vradi.email.required.value=Email requis
-vradi.email.sendSending=R\u00E9envoyer les formulaires
-vradi.email.sendSending.sendError=L'envoi de l'email a \u00E9chou\u00E9 \: %1$s
+vradi.email.sendSending=Réenvoyer les formulaires
+vradi.email.sendSending.sendError=L'envoi de l'email a échoué \: %1$s
vradi.email.sendSession=Envoyer les formulaires de la session
-vradi.email.sendSession.error=L'envoi des emails a \u00E9chou\u00E9
+vradi.email.sendSession.error=L'envoi des emails a échoué
vradi.email.sendSession.msg=Envoi des messages
vradi.email.sendSession.title=Les messages sont en cours d'envoi
vradi.email.session=Date d'envoi
-vradi.email.sessionAttachedfile=Fichiers attach\u00E9s
+vradi.email.sessionAttachedfile=Fichiers attachés
vradi.email.sessionParagraph=Paragraphe pour cette session
vradi.email.showForm=
vradi.email.showSessionParagraph=Afficher le paragraphe de la session
vradi.email.status=Statuts \:
-vradi.email.thesaurusToolTipTitle=Descripteurs associ\u00E9s \:
+vradi.email.thesaurusToolTipTitle=Descripteurs associés \:
vradi.email.title=Envoi des emails
vradi.email.titleGroup=Session d'envoi pour le groupe %1$s
vradi.email.titleUser=Session d'envoi pour l'utilisateur %1$s
vradi.email.userFilter=par utilisateurs
-vradi.entity.creation.date=cr\u00E9\u00E9 le %1$td/%1$tm/%1$ty \u00E0 %1$tk\:%1$tM\:%1$tS
-vradi.entity.lastModified.date.user=derni\u00E8re modification le %1$td/%1$tm/%1$ty \u00E0 %1$tk\:%1$tM\:%1$tS par %2$s
+vradi.entity.creation.date=créé le %1$td/%1$tm/%1$ty à %1$tk\:%1$tM\:%1$tS
+vradi.entity.lastModified.date.user=dernière modification le %1$td/%1$tm/%1$ty à %1$tk\:%1$tM\:%1$tS par %2$s
vradi.error.cantOpenHistory=Impossible d'ouvrir l'historique des requettes.
vradi.error.cantOpenHistory.title=Impossible d'ouvrir l'historique des requettes
-vradi.error.executeTask=La t\u00E2che est en erreur \:
-vradi.error.fieldsBinding.errors=[Erreur] Voici la liste des champs du mod\u00E8le qui ne sont pas associ\u00E9 \:\n%1$s\n\n
-vradi.error.fieldsBinding.msg=Tous les champs ne sont pas associ\u00E9, \u00EAtes vous s\u00FBr de vouloir sauvegarder ?\n\n
-vradi.error.fieldsBinding.title=Etes vous s\u00FBr de vouloir sauvegarder ?
-vradi.error.fieldsBinding.warns=[Attention] Voici la liste des champs du type de formulaire qui ne sont pas associ\u00E9 \:\n%1$s\n\n
-vradi.error.fileNotFound=Le fichier '%1$s' n'a pas \u00E9t\u00E9 trouv\u00E9 sur le serveur, \nassurez-vous de bien avoir sauvegard\u00E9 le formulaire avant de t\u00E9lecharger un fichier joint.
-vradi.error.fileNotFound.title=Fichier non pr\u00E9sent sur le serveur
-vradi.error.formTypeDeletionUsed=Le type de formulaire '%1$s' est encore utilis\u00E9, la suppression est impossible.
+vradi.error.executeTask=La tâche est en erreur \:
+vradi.error.fieldsBinding.errors=[Erreur] Voici la liste des champs du modèle qui ne sont pas associé \:\n%1$s\n\n
+vradi.error.fieldsBinding.msg=Tous les champs ne sont pas associé, êtes vous sûr de vouloir sauvegarder ?\n\n
+vradi.error.fieldsBinding.title=Etes vous sûr de vouloir sauvegarder ?
+vradi.error.fieldsBinding.warns=[Attention] Voici la liste des champs du type de formulaire qui ne sont pas associé \:\n%1$s\n\n
+vradi.error.fileNotFound=Le fichier '%1$s' n'a pas été trouvé sur le serveur, \nassurez-vous de bien avoir sauvegardé le formulaire avant de télecharger un fichier joint.
+vradi.error.fileNotFound.title=Fichier non présent sur le serveur
+vradi.error.formTypeDeletionUsed=Le type de formulaire '%1$s' est encore utilisé, la suppression est impossible.
vradi.error.formTypeDeletionUsed.title=Suppression impossible
-vradi.error.formWikittyObselete=Le formulaire '%1$s' \u00E0 \u00E9t\u00E9 modifi\u00E9 pendant que vous l'\u00E9ditiez, \nles modifications serons perdus.
+vradi.error.formWikittyObselete=Le formulaire '%1$s' à été modifié pendant que vous l'éditiez, \nles modifications serons perdus.
vradi.error.formWikittyObselete.title=Sauvegarde impossible
vradi.error.sending.sendDialogError=Voici l'erreur survenus pendant l'envoie de l'email \:\n%1$s
vradi.error.sending.sendDialogError.title=Erreur lors de l'envoie de l'email
@@ -373,43 +373,43 @@
vradi.export.filter.csv=Fichier csv
vradi.export.validate.label=Exporter
vradi.file.template.description=Fichier OpenOffice (*.odt, *.ott)
-vradi.file.template.wrongFileNamePattern=Le nom de fichier %s n'est pas valide \!\nIl ne doit \u00EAtre compos\u00E9 que \u00DE caract\u00E8res alphanum\u00E9riques.
+vradi.file.template.wrongFileNamePattern=Le nom de fichier %s n'est pas valide \!\nIl ne doit être composé que Þ caractères alphanumériques.
vradi.form.datePeremption=Date de peremption
vradi.form.datePub=Date de publication
vradi.form.xmlStream=Flux
vradi.formType.category=Type de formulaires
-vradi.forms.returned=formulaires trouv\u00E9s
-vradi.forms.shown=Nombre de formulaires \u00E0 afficher
+vradi.forms.returned=formulaires trouvés
+vradi.forms.shown=Nombre de formulaires à afficher
vradi.group.category=Groupes
vradi.help.top.title=
vradi.infogene.country=Pays
-vradi.infogene.creationDate=Date de cr\u00E9ation
-vradi.infogene.department=D\u00E9partement
+vradi.infogene.creationDate=Date de création
+vradi.infogene.department=Département
vradi.infogene.description=Description
-vradi.infogene.entity=Entit\u00E9
+vradi.infogene.entity=Entité
vradi.infogene.id=Identifiant
vradi.infogene.objet=Objet
vradi.infogene.sourceText=Source
vradi.infogene.sourceURL=URL source
vradi.infogene.status=Status
-vradi.init.closed=Vradi a \u00E9t\u00E9 ferm\u00E9 \u00E0 %1$s
-vradi.init.context.done=Initialisation du contexte termin\u00E9e en %1$s.
-vradi.init.ui.done=Initialisation de l'interface graphique termin\u00E9e en %1$s.
-vradi.list.requests=Requ\u00EAtes
+vradi.init.closed=Vradi a été fermé à %1$s
+vradi.init.context.done=Initialisation du contexte terminée en %1$s.
+vradi.init.ui.done=Initialisation de l'interface graphique terminée en %1$s.
+vradi.list.requests=Requêtes
vradi.login.cancel=Annuler
vradi.login.email=Email
vradi.login.error=Erreur d'authentification
-vradi.login.error.message=Vous avez entr\u00E9 un mauvais mot de passe ou le nom d'utilisateur n'existe pas.
+vradi.login.error.message=Vous avez entré un mauvais mot de passe ou le nom d'utilisateur n'existe pas.
vradi.login.login=Login
vradi.login.password=Mot de passe
vradi.login.register=Enregistrement
-vradi.login.repeatPassword=V\u00E9rification du mot de passe
+vradi.login.repeatPassword=Vérification du mot de passe
vradi.login.title=Authentification
vradi.login.validate=Valider
vradi.menu.addChildThesaurus=Ajouter un descripteur
vradi.menu.addColumns=Ajouter une colonne
-vradi.menu.addCriteria=Ajouter ce noeud comme crit\u00E8re de recherche
-vradi.menu.addRootChildThesaurus=Ajouter un th\u00E9saurus
+vradi.menu.addCriteria=Ajouter ce noeud comme critère de recherche
+vradi.menu.addRootChildThesaurus=Ajouter un thésaurus
vradi.menu.addThesaurus=Afficher le descripteur en colonne
vradi.menu.admin=Administration
vradi.menu.client=Gestion des clients
@@ -420,35 +420,35 @@
vradi.menu.email.admin=Administration des Emails
vradi.menu.file=Fichier
vradi.menu.file.locale=Langues
-vradi.menu.file.offerList=Nouvelle fen\u00EAtre de recherche
+vradi.menu.file.offerList=Nouvelle fenêtre de recherche
vradi.menu.form=Formulaires
-vradi.menu.form.new=Cr\u00E9er un nouveau %1$s
+vradi.menu.form.new=Créer un nouveau %1$s
vradi.menu.formType=Gestion des types de formulaires
vradi.menu.group=Gestion des groupes
vradi.menu.help=Aide
vradi.menu.menuChangeColorSeleted=Changer la couleur pour cette profondeur
-vradi.menu.moveThesaurusSelected=D\u00E9placer le descripteur
-vradi.menu.removeCriteria=Supprimer ce crit\u00E8re de recherche
+vradi.menu.moveThesaurusSelected=Déplacer le descripteur
+vradi.menu.removeCriteria=Supprimer ce critère de recherche
vradi.menu.status=Gestion des statuts
-vradi.menu.thesaurus=Gestion des th\u00E9saurus
+vradi.menu.thesaurus=Gestion des thésaurus
vradi.menu.xmlStream=Gestion des flux XML
vradi.message.cannot.display.address=Une erreur est apparue en essayant d'afficher l'adresse.
vradi.message.cannot.display.history=Aucun historique disponible pour ce groupe.
vradi.message.cannot.display.stream=Une erreur est apparue en essayant d'afficher le flux.
vradi.message.cannot.display.url=Une erreur est apparue en essayant d'afficher l'URL.
-vradi.message.config.loaded=Configuration de Vradi v. %1$s charg\u00E9e.
-vradi.message.goto.site=Acc\u00E9der au site de Vradi (%1$s)
+vradi.message.config.loaded=Configuration de Vradi v. %1$s chargée.
+vradi.message.goto.site=Accéder au site de Vradi (%1$s)
vradi.message.help.usage=Aide de Vradi v %1$s
-vradi.modificationTag.lastModifier=Auteur de la derni\u00E8re modification
+vradi.modificationTag.lastModifier=Auteur de la dernière modification
vradi.num.required.value=Ce champ est obligatoire
-vradi.offer.Form.datePeremption=Date p\u00E9remption
+vradi.offer.Form.datePeremption=Date péremption
vradi.offer.Form.datePub=Date publication
vradi.offer.Form.xmlStream=Flux XML
vradi.offer.Infogene.country=Pays
-vradi.offer.Infogene.creationDate=Date cr\u00E9ation
-vradi.offer.Infogene.department=D\u00E9partement
+vradi.offer.Infogene.creationDate=Date création
+vradi.offer.Infogene.department=Département
vradi.offer.Infogene.description=Description
-vradi.offer.Infogene.entity=Entit\u00E9
+vradi.offer.Infogene.entity=Entité
vradi.offer.Infogene.id=Id
vradi.offer.Infogene.objet=Objet
vradi.offer.Infogene.sourceText=Source
@@ -459,73 +459,73 @@
vradi.offer.email.removeForm=Supprimer les formulaires de la session courante
vradi.offer.email.removeForm.msg=Voulez-vous supprimer %1$s formulaires de la session courante ?
vradi.offer.email.removeForm.title=Suppression des formulaires de la session courante
-vradi.offer.status.change=Changer le status \u00E0
-vradi.offerEdit.affectedQueries=Requ\u00EAte ?
-vradi.offerEdit.askRelatedFormName=Quel nom voulez-vous donner au formulaire li\u00E9 ?
+vradi.offer.status.change=Changer le status à
+vradi.offerEdit.affectedQueries=Requête ?
+vradi.offerEdit.askRelatedFormName=Quel nom voulez-vous donner au formulaire lié ?
vradi.offerEdit.askReplaceFormName=Quel nom voulez-vous donner au formulaire de remplacement ?
-vradi.offerEdit.attachedfile=Fichiers attach\u00E9s \:
-vradi.offerEdit.attachmentfile=Pi\u00E8ces jointes \:
-vradi.offerEdit.cantGeneratePDF=Le type de formulaire n'a pas de model de g\u00E9n\u00E9ration PDF associ\u00E9.
-vradi.offerEdit.cantGeneratePDFTitle=Impossible de g\u00E9n\u00E9rer le PDF
-vradi.offerEdit.embeddedfile=Fichiers encapsul\u00E9s \:
+vradi.offerEdit.attachedfile=Fichiers attachés \:
+vradi.offerEdit.attachmentfile=Pièces jointes \:
+vradi.offerEdit.cantGeneratePDF=Le type de formulaire n'a pas de model de génération PDF associé.
+vradi.offerEdit.cantGeneratePDFTitle=Impossible de générer le PDF
+vradi.offerEdit.embeddedfile=Fichiers encapsulés \:
vradi.offerEdit.otherIndexationTitle=Autre indexation du formulaire \: '%1$s'
-vradi.offerEdit.relatedForm=Formulaires li\u00E9es
+vradi.offerEdit.relatedForm=Formulaires liées
vradi.offerEdit.replaceForm=Autres indexations
vradi.offerEdit.view.pdf=Voir en PDF
-vradi.offerList.status.change.confirmation.message=\u00CAtes-vous s\u00FBr de vouloir changer le statut des formulaires \u00E0 '%1$s' ?
+vradi.offerList.status.change.confirmation.message=Êtes-vous sûr de vouloir changer le statut des formulaires à '%1$s' ?
vradi.offerList.status.change.confirmation.title=Modification des statuts
vradi.progressBar.title=Patientez SVP
-vradi.register.ok=Enregistrement r\u00E9ussi
-vradi.register.ok.message=Votre compte utilisateur a bien \u00E9t\u00E9 cr\u00E9\u00E9.
+vradi.register.ok=Enregistrement réussi
+vradi.register.ok.message=Votre compte utilisateur a bien été créé.
vradi.register.password.error=Erreur de mot de passe
-vradi.register.password.error.message=Vous n'avez pas entr\u00E9 deux mots de passe identiques.
+vradi.register.password.error.message=Vous n'avez pas entré deux mots de passe identiques.
vradi.register.title=Enregistrement
vradi.register.user.error=Nom incorrect
-vradi.register.user.error.message=Le nom d'utilisateur est d\u00E9j\u00E0 utilis\u00E9.
-vradi.reindex.message=\u00CAtes-vous s\u00FBr de vouloir r\u00E9indexer les donn\u00E9es ?
+vradi.register.user.error.message=Le nom d'utilisateur est déjà utilisé.
+vradi.reindex.message=Êtes-vous sûr de vouloir réindexer les données ?
vradi.reindex.title=Reindexation
vradi.request.form=Champs du formulaires
-vradi.request.infogene=Champs de l'infog\u00E8ne
+vradi.request.infogene=Champs de l'infogène
vradi.request.keywords=Champs
vradi.request.searchOnExt=Recherche sur le type de formulaire
vradi.requestFormView.resultTable.description=Description
vradi.requestFormView.resultTable.name=Nom
-vradi.requestFormView.resultTable.newQuery=Nouvelle requ\u00EAte
-vradi.requestFormView.resultTable.oldQuery=Ancienne requ\u00EAte
-vradi.requestFormView.resultTable.query=Requ\u00EAte
-vradi.requestFormView.tab.table=Liste des requ\u00EAtes
-vradi.requestFormView.tab.treetable=R\u00E9partition des requ\u00EAtes
-vradi.requestFormView.title=Liste des requ\u00EAtes
+vradi.requestFormView.resultTable.newQuery=Nouvelle requête
+vradi.requestFormView.resultTable.oldQuery=Ancienne requête
+vradi.requestFormView.resultTable.query=Requête
+vradi.requestFormView.tab.table=Liste des requêtes
+vradi.requestFormView.tab.treetable=Répartition des requêtes
+vradi.requestFormView.title=Liste des requêtes
vradi.requestSelectUI.description=Description
vradi.requestSelectUI.name=Nom
-vradi.selectForm.title=Selection d'un formulaire li\u00E9
+vradi.selectForm.title=Selection d'un formulaire lié
vradi.status.category=Status
vradi.status.required.name=Ce champ est obligatoire
vradi.status.validate=Choisir le statut pour valider \:
vradi.stream.category=Flux xml
vradi.string.required.value=Ce champ est obligatoire
vradi.table.field.name=Champ
-vradi.table.field.name.tip=Champ du mod\u00E8le OpenOffice \u00E0 remplacer
+vradi.table.field.name.tip=Champ du modèle OpenOffice à remplacer
vradi.table.field.values=Valeur
-vradi.table.field.values.tip=Valeur par laquelle le champ va \u00EAtre remplac\u00E9
+vradi.table.field.values.tip=Valeur par laquelle le champ va être remplacé
vradi.text.required.value=Ce champ est obligatoire
vradi.thesaurus.colomns.name=Nom
-vradi.thesaurus.colomns.nbForm=Nombres de formulaires associ\u00E9s au descripteur
+vradi.thesaurus.colomns.nbForm=Nombres de formulaires associés au descripteur
vradi.thesaurus.colomns.tags=Tags
-vradi.thesaurus.colorTitle=Choisir une couleur pour la profondeur s\u00E9lectionn\u00E9e
+vradi.thesaurus.colorTitle=Choisir une couleur pour la profondeur sélectionnée
vradi.thesaurus.commentToolTip=Commentaire \:
vradi.thesaurus.confirm.save=Sauvegarder
-vradi.thesaurus.createNewRoot=Cr\u00E9er un th\u00E9saurus
-vradi.thesaurus.expendByDefault=D\u00E9plier les descripteurs lors de la s\u00E9lection
+vradi.thesaurus.createNewRoot=Créer un thésaurus
+vradi.thesaurus.expendByDefault=Déplier les descripteurs lors de la sélection
vradi.thesaurus.name=Nom
vradi.thesaurus.nameToolTip=Chemin \:
-vradi.thesaurus.nbforms=Nombre de formulaires attach\u00E9s
+vradi.thesaurus.nbforms=Nombre de formulaires attachés
vradi.thesaurus.showApply=Montrer les implications
vradi.thesaurus.tags=Tags
vradi.thesaurus.tagsToolTip=Tags \:
vradi.thesaurus.toolTipTitle=Thesaurus \: %1$s
-vradi.thesaurusCartographyUI.title=Cartographie des r\u00E9sultats de recherche
-vradi.thesaurusQueryChangesUI.confirm.cancel=Vous allez annuler la modification des requ\u00EAtes.\nLes modifications des th\u00E9saurus sont d\u00E9j\u00E0 enregistr\u00E9es.\n\u00CAtes-vous s\u00FBr de vouloir continuer ?
+vradi.thesaurusCartographyUI.title=Cartographie des résultats de recherche
+vradi.thesaurusQueryChangesUI.confirm.cancel=Vous allez annuler la modification des requêtes.\nLes modifications des thésaurus sont déjà enregistrées.\nÊtes-vous sûr de vouloir continuer ?
vradi.title.about=A propos de Vradi...
vradi.title.welcome=Vradi
vradi.url.invalid.value=
@@ -533,5 +533,5 @@
vradi.user.category=Utilisateurs
vradi.vradiUser.regex.login=Ce champ n'est pas valide
vradi.vradiUser.required.login=Ce champ est obligatoire
-vradi.warning.nimbus.landf=Le look and Feel Nimbus n'a pas \u00E9t\u00E9 trouv\u00E9, il faut au moins la version 1.6u10 de java.
-vradi.warning.no.ui=Aucun environnement graphique d\u00E9tect\u00E9
+vradi.warning.nimbus.landf=Le look and Feel Nimbus n'a pas été trouvé, il faut au moins la version 1.6u10 de java.
+vradi.warning.no.ui=Aucun environnement graphique détecté
1
0
Author: tchemit
Date: 2011-05-14 13:46:15 +0200 (Sat, 14 May 2011)
New Revision: 22
Url: http://chorem.org/repositories/revision/vradi/22
Log:
Update mavenpom4redmine to 2.5.4.
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-05-09 16:43:58 UTC (rev 21)
+++ trunk/pom.xml 2011-05-14 11:46:15 UTC (rev 22)
@@ -1,14 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.nuiton</groupId>
<artifactId>mavenpom4redmine</artifactId>
- <version>2.5.3</version>
+ <version>2.5.4</version>
</parent>
<groupId>org.chorem</groupId>
1
0
Author: sletellier
Date: 2011-05-09 18:43:58 +0200 (Mon, 09 May 2011)
New Revision: 21
Url: http://chorem.org/repositories/revision/vradi/21
Log:
- Fix analyseDependencies
- Update headers
- Fill thirdParty licences
- Up to Wikitty 3.1.1
- Fix svn:keywords
Modified:
trunk/LICENSE.txt
trunk/pom.xml
trunk/src/site/rst/clients.rst
trunk/src/site/rst/devel/algosession.rst
trunk/src/site/rst/devel/modificationmodele.rst
trunk/src/site/rst/devel/openoffice.rst
trunk/src/site/rst/devel/todomodel.rst
trunk/src/site/rst/devel/xmlStream.rst
trunk/src/site/rst/fluxXML.rst
trunk/src/site/rst/formulaires.rst
trunk/src/site/rst/generationPDF.rst
trunk/src/site/rst/groups.rst
trunk/src/site/rst/importExport.rst
trunk/src/site/rst/index.rst
trunk/src/site/rst/infogene.rst
trunk/src/site/rst/lancement.rst
trunk/src/site/rst/processForms.rst
trunk/src/site/rst/requests.rst
trunk/src/site/rst/roadmap.rst
trunk/src/site/rst/sendEmails.rst
trunk/src/site/rst/thesaurus.rst
trunk/src/site/rst/todo.rst
trunk/src/site/site_fr.xml
trunk/vradi-entities/LICENSE.txt
trunk/vradi-entities/src/main/java/org/chorem/vradi/entities/FieldTypeEnum.java
trunk/vradi-entities/src/main/java/org/chorem/vradi/entities/FormLinkTypeEnum.java
trunk/vradi-entities/src/main/xmi/vradi.properties
trunk/vradi-entities/src/site/rst/index.rst
trunk/vradi-entities/src/site/site_fr.xml
trunk/vradi-services-web/LICENSE.txt
trunk/vradi-services-web/src/license/THIRD-PARTY.properties
trunk/vradi-services-web/src/main/java/org/chorem/vradi/services/FileServlet.java
trunk/vradi-services-web/src/main/java/org/chorem/vradi/services/VradiWikittyServiceDelegator.java
trunk/vradi-services-web/src/main/resources/jbossts-properties.xml
trunk/vradi-services-web/src/main/resources/log4j.properties
trunk/vradi-services-web/src/main/resources/solrconfig.xml
trunk/vradi-services-web/src/main/webapp/WEB-INF/web.xml
trunk/vradi-services-web/src/main/webapp/index.jsp
trunk/vradi-services-web/src/site/rst/index.rst
trunk/vradi-services-web/src/site/site_fr.xml
trunk/vradi-services-web/src/test/java/org/chorem/vradi/services/ClearService.java
trunk/vradi-services-web/src/test/java/org/chorem/vradi/services/ClearServiceImpl.java
trunk/vradi-services-web/src/test/java/org/chorem/vradi/services/VradiHessianStorageTest.java
trunk/vradi-services-web/src/test/java/org/chorem/vradi/services/util/ReindexService.java
trunk/vradi-services-web/src/test/resources/log4j.properties
trunk/vradi-services-web/src/test/resources/vradi-services.properties
trunk/vradi-services-web/src/test/webapp/WEB-INF/web.xml
trunk/vradi-services/LICENSE.txt
trunk/vradi-services/pom.xml
trunk/vradi-services/src/license/THIRD-PARTY.properties
trunk/vradi-services/src/main/assembly/bin.xml
trunk/vradi-services/src/main/java/org/chorem/vradi/VradiConstants.java
trunk/vradi-services/src/main/java/org/chorem/vradi/VradiServiceAction.java
trunk/vradi-services/src/main/java/org/chorem/vradi/VradiServiceConfiguration.java
trunk/vradi-services/src/main/java/org/chorem/vradi/VradiServiceConfigurationHelper.java
trunk/vradi-services/src/main/java/org/chorem/vradi/VradiServiceHelper.java
trunk/vradi-services/src/main/java/org/chorem/vradi/VradiServiceMain.java
trunk/vradi-services/src/main/java/org/chorem/vradi/beans/FormPagedResult.java
trunk/vradi-services/src/main/java/org/chorem/vradi/beans/QueryBean.java
trunk/vradi-services/src/main/java/org/chorem/vradi/beans/QueryParameters.java
trunk/vradi-services/src/main/java/org/chorem/vradi/beans/SendingHelper.java
trunk/vradi-services/src/main/java/org/chorem/vradi/beans/XmlStreamImportResult.java
trunk/vradi-services/src/main/java/org/chorem/vradi/beans/package-info.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/FileService.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/FileServiceImpl.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/FileServiceProxy.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/ServiceFactory.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/ServiceMigration.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/VradiDataService.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/VradiDataServiceImpl.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/VradiException.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/VradiPDFCleanerService.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/VradiStorageService.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/VradiStorageServiceImpl.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/BindingManager.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/ClientManager.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/DateParser.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/FormManager.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/FormTypeManager.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/MailingManager.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/SearchManager.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/TemplateManager.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/ThesaurusManager.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/ooo/BootstrapConnector.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/ooo/BootstrapSocketConnector.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/ooo/OOoServer.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/ooo/SingletonOOo.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/CompareFilter.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/Filter.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/FilterList.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/FilterListQueryHandler.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/LuceneQueryParser.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/QueryHandler.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/RangeFilter.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/UnsupportedQueryException.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/VradiQueryParser.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/package-info.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/tasks/AssignXmlStreamTasks.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/tasks/AutoSendTasks.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/tasks/ImportXmlStreamTasks.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/tasks/ReceiveMailTasks.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/tasks/TasksManager.java
trunk/vradi-services/src/main/java/org/chorem/vradi/services/tasks/package-info.java
trunk/vradi-services/src/main/java/org/chorem/vradi/util/SSLUtils.java
trunk/vradi-services/src/main/resources/log4j.properties
trunk/vradi-services/src/main/resources/vradi-services.properties
trunk/vradi-services/src/main/resources/webHarvest/OuestFranceImmo.xml
trunk/vradi-services/src/site/rst/index.rst
trunk/vradi-services/src/site/site_fr.xml
trunk/vradi-services/src/test/java/org/chorem/vradi/VradiTestAbstract.java
trunk/vradi-services/src/test/java/org/chorem/vradi/VradiTestConfiguration.java
trunk/vradi-services/src/test/java/org/chorem/vradi/beans/QueryBeanTest.java
trunk/vradi-services/src/test/java/org/chorem/vradi/services/MiscServicesTest.java
trunk/vradi-services/src/test/java/org/chorem/vradi/services/VradiDataServiceTest.java
trunk/vradi-services/src/test/java/org/chorem/vradi/services/VradiStorageServiceTest.java
trunk/vradi-services/src/test/java/org/chorem/vradi/services/managers/BindingManagerTest.java
trunk/vradi-services/src/test/java/org/chorem/vradi/services/managers/FormManagerTest.java
trunk/vradi-services/src/test/java/org/chorem/vradi/services/managers/FormTypeManagerTest.java
trunk/vradi-services/src/test/java/org/chorem/vradi/services/managers/MailingManagerTest.java
trunk/vradi-services/src/test/java/org/chorem/vradi/services/managers/SearchManagerTest.java
trunk/vradi-services/src/test/java/org/chorem/vradi/services/managers/ThesaurusManagerTest.java
trunk/vradi-services/src/test/java/org/chorem/vradi/services/search/VradiQueryParserTest.java
trunk/vradi-services/src/test/java/org/chorem/vradi/services/tasks/TasksManagerTest.java
trunk/vradi-services/src/test/resources/annonce.xml
trunk/vradi-services/src/test/resources/dates.xml
trunk/vradi-services/src/test/resources/file.xml
trunk/vradi-services/src/test/resources/log4j.properties
trunk/vradi-services/src/test/resources/vradi-services.properties
trunk/vradi-swing/LICENSE.txt
trunk/vradi-swing/pom.xml
trunk/vradi-swing/src/license/THIRD-PARTY.properties
trunk/vradi-swing/src/main/assembly/bin.xml
trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiAction.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiConfig.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiConfigHelper.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiContext.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiEntitiesListener.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiExtensionsListener.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiHelper.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiMain.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiNotifier.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/services/VradiService.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/services/package-info.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/ChangeLogHandler.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/ChangeLogUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/VradiMainUI.css
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/VradiMainUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/VradiMainUIHandler.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/AdminContentUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/AdminHandler.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/AdminNavTreeFilter.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/AdminNavUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/AdminPopupUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/AdminClientUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/AdminFormTypeUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/AdminGroupUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/AdminStatusUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/AdminThesaurusHandler.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/AdminThesaurusUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/AdminUserUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/AdminXmlStreamUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/RequestListUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/RequestSelectUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/StatusEditionUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/XmlStreamConfigUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/helpers/AdminBeanConstant.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/helpers/AdminNavigationTreeHelper.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/helpers/ClientNavigationTreeHelper.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/helpers/FormTypeNavigationTreeHelper.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/helpers/GroupNavigationTreeHelper.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/helpers/XmlStreamNavigationTreeHelper.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/loadors/ClientUsersNodeLoadors.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/loadors/ClientsAndUsersNodeLoadors.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/loadors/ClientsNodeLoadors.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/loadors/FormTypeNodeLoadors.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/loadors/GroupUsersNodeLoadors.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/loadors/GroupsNodeLoadors.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/loadors/StreamNodeLoadors.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/models/AdminTreeSelectionModel.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/models/FieldSelectModel.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/models/FieldTypeModel.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/models/TemplateFieldTableModel.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/models/XmlStreamFieldTableModel.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/popups/AdminRequestUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/popups/TemplateFieldBindingUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/popups/ThesaurusConfirmDialogUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/popups/ThesaurusEditUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/popups/ThesaurusPathChooserUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/popups/ThesaurusQueryChangesHandler.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/popups/ThesaurusQueryChangesUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/query/QueryCellEditor.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/query/QueryCheckCellRenderer.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/query/ThesaurusChangesTreeTableModel.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/renderers/AdminCellRenderer.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/renderers/JListCellRenderer.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/widget/AdminListSelectorHandler.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/widget/FieldSelectUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/widget/GroupListSelectorHandler.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/widget/UserListSelectorHandler.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/EmailContentUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/EmailHandler.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/EmailPopupUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/FormViewUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/QueryMakerViewUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/SendingViewUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/SessionViewUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/helpers/EmailBeanConstant.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/helpers/EmailDataHelper.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/helpers/EmailNavigationTreeHelper.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/helpers/SendingViewManager.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/loadors/AbstractEmailNodeLoador.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/loadors/EmailFormNodeLoadors.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/loadors/EmailGroupNodeLoadors.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/loadors/EmailGroupUsersNodeLoadors.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/loadors/EmailUsersNodeLoadors.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/models/EmailEntityModel.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/models/GroupEmailEntityModel.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/models/UserEmailEntityModel.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/renderers/EmailCellRenderer.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/renderers/EmailFormsHighlighter.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/renderers/EmailFormsListCellRenderer.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/widgets/AttachmentSessionFileHandler.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/helpers/ToolTipHelper.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/helpers/UIHelper.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/helpers/VradiComparators.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/helpers/XmlStreamHelper.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/login/LoginHandler.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/login/LoginUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/login/RegisterUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/models/EntityModel.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/models/FormMenu.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/models/FormTypeModel.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/models/RequestFieldMenu.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/CreateOfferDialogUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/OfferEditHandler.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/OfferEditUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/OfferListColumnFactory.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/OfferListHandler.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/OfferListUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/OfferTable.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/RequestFormViewHandler.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/RequestFormViewUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/ThesaurusCartographyUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/ThesaurusHandler.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/ThesaurusUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/VradiTabHeader.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/CurrencyEditor.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/CurrencyEditorModel.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/DateEditor.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/DateEditorModel.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/DateTimeEditor.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/EmailEditor.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/EmailEditorModel.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/IdEditor.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/IdEditorModel.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/JListCellEditor.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/NumEditor.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/NumEditorModel.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/StringEditor.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/StringEditorModel.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/TextEditor.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/TextEditorModel.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/UrlEditor.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/UrlEditorModel.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/VradiEditor.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/VradiEditorModel.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/models/OfferListTableModel.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/validators/SimpleUrlValidator.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/widgets/AttachmentFileHandler.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/widgets/EmbeddedFileHandler.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/widgets/FormLinkCellRenderer.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/widgets/RelatedFormHandler.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/widgets/ReplaceFormHandler.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/widgets/SelectFormUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/renderers/ColorsMap.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/renderers/EntityRenderer.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/renderers/NumberListCellRenderer.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/renderers/ThesaurusHighlighter.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/renderers/VradiI18nTableCellRenderer.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/search/CriteriaField.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/search/CriteriaUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/search/MultipleSelectionEditor.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/search/PaginationUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/search/SearchHandler.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/search/SearchMultipleSelectionHandler.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/search/SearchUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/task/AbstractProgressBarUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/task/ProgressBarUI.jaxx
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/task/VradiTask.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/ThesaurusDataProvider.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/helpers/ThesaurusDataHelper.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/helpers/ThesaurusSelectionManager.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/helpers/ThesaurusTreeHelper.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/helpers/ThesaurusTreeTableHelper.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/loadors/RootThesaurusNodeLoadors.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/loadors/RootThesaurusTreeTableNodeLoadors.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/loadors/ThesaurusNodeLoadors.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/loadors/ThesaurusTreeTableNodeLoadors.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/models/ThesaurusTreeTableModel.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/tree/VradiDataProvider.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/tree/VradiTreeNode.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/tree/VradiTreeTableNode.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/tree/helpers/VradiTreeHelper.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/tree/loadors/AbstractVradiNodeLoadors.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/widgets/MultipleSelectionFileHandler.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/widgets/MultipleSelectionHandler.java
trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/widgets/MultipleSelectionPane.jaxx
trunk/vradi-swing/src/main/resources/i18n/vradi-swing_fr_FR.properties
trunk/vradi-swing/src/main/resources/log4j.properties
trunk/vradi-swing/src/main/resources/org/chorem/vradi/entities/Client-error-validation.xml
trunk/vradi-swing/src/main/resources/org/chorem/vradi/entities/Group-error-validation.xml
trunk/vradi-swing/src/main/resources/org/chorem/vradi/entities/Status-error-validation.xml
trunk/vradi-swing/src/main/resources/org/chorem/vradi/entities/User-error-validation.xml
trunk/vradi-swing/src/main/resources/org/chorem/vradi/entities/VradiUser-error-validation.xml
trunk/vradi-swing/src/main/resources/org/chorem/vradi/entities/WebHarvestStream-error-validation.xml
trunk/vradi-swing/src/main/resources/org/chorem/vradi/entities/XmlStream-error-validation.xml
trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/admin/models/FieldSelectModel-error-validation.xml
trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/offer/editors/DateEditorModel-required-error-validation.xml
trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/offer/editors/EmailEditorModel-error-validation.xml
trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/offer/editors/EmailEditorModel-required-error-validation.xml
trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/offer/editors/IdEditorModel-required-error-validation.xml
trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/offer/editors/NumEditorModel-required-error-validation.xml
trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/offer/editors/StringEditorModel-required-error-validation.xml
trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/offer/editors/TextEditorModel-required-error-validation.xml
trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/offer/editors/UrlEditorModel-error-validation.xml
trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/offer/editors/UrlEditorModel-required-error-validation.xml
trunk/vradi-swing/src/main/resources/validators.xml
trunk/vradi-swing/src/main/resources/vradi.properties
trunk/vradi-swing/src/site/rst/index.rst
trunk/vradi-swing/src/site/site_fr.xml
trunk/vradi-swing/src/test/java/org/chorem/vradi/VradiHelperTest.java
trunk/vradi-swing/src/test/java/org/chorem/vradi/services/FileServiceProxyTest.java
trunk/vradi-swing/src/test/java/org/chorem/vradi/ui/ChangeLogUITest.java
trunk/vradi-swing/src/test/java/org/chorem/vradi/ui/helpers/XmlStreamHelperTest.java
trunk/vradi-swing/src/test/resources/rss/equipe_rss.xml
Modified: trunk/LICENSE.txt
===================================================================
--- trunk/LICENSE.txt 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/LICENSE.txt 2011-05-09 16:43:58 UTC (rev 21)
@@ -1,5 +1,5 @@
- GNU GENERAL PUBLIC LICENSE
- Version 3, 29 June 2007
+ GNU AFFERO GENERAL PUBLIC LICENSE
+ Version 3, 19 November 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
@@ -7,17 +7,15 @@
Preamble
- The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
+ The GNU Affero General Public License is a free, copyleft license for
+software and other kinds of works, specifically designed to ensure
+cooperation with the community in the case of network server software.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
-the GNU General Public License is intended to guarantee your freedom to
+our General Public Licenses are intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
-software for all its users. We, the Free Software Foundation, use the
-GNU General Public License for most of our software; it applies also to
-any other work released this way by its authors. You can apply it to
-your programs, too.
+software for all its users.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
@@ -26,45 +24,35 @@
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
- To protect your rights, we need to prevent others from denying you
-these rights or asking you to surrender the rights. Therefore, you have
-certain responsibilities if you distribute copies of the software, or if
-you modify it: responsibilities to respect the freedom of others.
+ Developers that use our General Public Licenses protect your rights
+with two steps: (1) assert copyright on the software, and (2) offer
+you this License which gives you legal permission to copy, distribute
+and/or modify the software.
- For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must pass on to the recipients the same
-freedoms that you received. You must make sure that they, too, receive
-or can get the source code. And you must show them these terms so they
-know their rights.
+ A secondary benefit of defending all users' freedom is that
+improvements made in alternate versions of the program, if they
+receive widespread use, become available for other developers to
+incorporate. Many developers of free software are heartened and
+encouraged by the resulting cooperation. However, in the case of
+software used on network servers, this result may fail to come about.
+The GNU General Public License permits making a modified version and
+letting the public access it on a server without ever releasing its
+source code to the public.
- Developers that use the GNU GPL protect your rights with two steps:
-(1) assert copyright on the software, and (2) offer you this License
-giving you legal permission to copy, distribute and/or modify it.
+ The GNU Affero General Public License is designed specifically to
+ensure that, in such cases, the modified source code becomes available
+to the community. It requires the operator of a network server to
+provide the source code of the modified version running there to the
+users of that server. Therefore, public use of a modified version, on
+a publicly accessible server, gives the public access to the source
+code of the modified version.
- For the developers' and authors' protection, the GPL clearly explains
-that there is no warranty for this free software. For both users' and
-authors' sake, the GPL requires that modified versions be marked as
-changed, so that their problems will not be attributed erroneously to
-authors of previous versions.
+ An older license, called the Affero General Public License and
+published by Affero, was designed to accomplish similar goals. This is
+a different license, not a version of the Affero GPL, but Affero has
+released a new version of the Affero GPL which permits relicensing under
+this license.
- Some devices are designed to deny users access to install or run
-modified versions of the software inside them, although the manufacturer
-can do so. This is fundamentally incompatible with the aim of
-protecting users' freedom to change the software. The systematic
-pattern of such abuse occurs in the area of products for individuals to
-use, which is precisely where it is most unacceptable. Therefore, we
-have designed this version of the GPL to prohibit the practice for those
-products. If such problems arise substantially in other domains, we
-stand ready to extend this provision to those domains in future versions
-of the GPL, as needed to protect the freedom of users.
-
- Finally, every program is threatened constantly by software patents.
-States should not allow patents to restrict development and use of
-software on general-purpose computers, but in those that do, we wish to
-avoid the special danger that patents applied to a free program could
-make it effectively proprietary. To prevent this, the GPL assures that
-patents cannot be used to render the program non-free.
-
The precise terms and conditions for copying, distribution and
modification follow.
@@ -72,7 +60,7 @@
0. Definitions.
- "This License" refers to version 3 of the GNU General Public License.
+ "This License" refers to version 3 of the GNU Affero General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
@@ -549,35 +537,45 @@
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
- 13. Use with the GNU Affero General Public License.
+ 13. Remote Network Interaction; Use with the GNU General Public License.
+ Notwithstanding any other provision of this License, if you modify the
+Program, your modified version must prominently offer all users
+interacting with it remotely through a computer network (if your version
+supports such interaction) an opportunity to receive the Corresponding
+Source of your version by providing access to the Corresponding Source
+from a network server at no charge, through some standard or customary
+means of facilitating copying of software. This Corresponding Source
+shall include the Corresponding Source for any work covered by version 3
+of the GNU General Public License that is incorporated pursuant to the
+following paragraph.
+
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
-under version 3 of the GNU Affero General Public License into a single
+under version 3 of the GNU General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
-but the special requirements of the GNU Affero General Public License,
-section 13, concerning interaction through a network will apply to the
-combination as such.
+but the work with which it is combined will remain governed by version
+3 of the GNU General Public License.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
-the GNU General Public License from time to time. Such new versions will
-be similar in spirit to the present version, but may differ in detail to
+the GNU Affero General Public License from time to time. Such new versions
+will be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
-Program specifies that a certain numbered version of the GNU General
+Program specifies that a certain numbered version of the GNU Affero General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
-GNU General Public License, you may choose any version ever published
+GNU Affero General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
-versions of the GNU General Public License can be used, that proxy's
+versions of the GNU Affero General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
@@ -635,40 +633,29 @@
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
+ it under the terms of the GNU Affero 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 Public License for more details.
+ GNU Affero General Public License for more details.
- You should have received a copy of the GNU General Public License
+ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
- If the program does terminal interaction, make it output a short
-notice like this when it starts in an interactive mode:
+ If your software can interact with users remotely through a computer
+network, you should also make sure that it provides a way for users to
+get its source. For example, if your program is a web application, its
+interface could display a "Source" link that leads users to an archive
+of the code. There are many ways you could offer source, and different
+solutions will be better for different programs; see section 13 for the
+specific requirements.
- <program> Copyright (C) <year> <name of author>
- This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it
- under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License. Of course, your program's commands
-might be different; for a GUI interface, you would use an "about box".
-
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
-For more information on this, and how to apply and follow the GNU GPL, see
-<http://www.gnu.org/licenses/>.
-
- The GNU General Public License does not permit incorporating your program
-into proprietary programs. If your program is a subroutine library, you
-may consider it more useful to permit linking proprietary applications with
-the library. If this is what you want to do, use the GNU Lesser General
-Public License instead of this License. But first, please read
-<http://www.gnu.org/philosophy/why-not-lgpl.html>.
+For more information on this, and how to apply and follow the GNU AGPL, see
+<http://www.gnu.org/licenses/>.
\ No newline at end of file
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/pom.xml 2011-05-09 16:43:58 UTC (rev 21)
@@ -115,7 +115,7 @@
<nuitonI18nVersion>2.3.2</nuitonI18nVersion>
<nuitonWidgetVersion>1.1.1</nuitonWidgetVersion>
<generatorPluginVersion>2.3.3</generatorPluginVersion>
- <wikittyVersion>3.1.1-SNAPSHOT</wikittyVersion>
+ <wikittyVersion>3.1.1</wikittyVersion>
<oooVersion>3.2.1</oooVersion>
<javamailVersion>1.4.3</javamailVersion>
<slf4jVersion>1.6.1</slf4jVersion>
@@ -200,6 +200,18 @@
</dependency>
<dependency>
+ <groupId>org.nuiton</groupId>
+ <artifactId>nuiton-validator</artifactId>
+ <version>2.0</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.struts.xwork</groupId>
+ <artifactId>xwork-core</artifactId>
+ <version>2.2.1.1</version>
+ </dependency>
+
+ <dependency>
<groupId>org.swinglabs</groupId>
<artifactId>swingx-core</artifactId>
<version>1.6.2-2</version>
@@ -390,9 +402,9 @@
</dependency>
<dependency>
- <groupId>com.opensymphony</groupId>
- <artifactId>xwork</artifactId>
- <version>2.1.3</version>
+ <groupId>org.apache.lucene</groupId>
+ <artifactId>lucene-core</artifactId>
+ <version>3.1.0</version>
</dependency>
</dependencies>
Modified: trunk/src/site/rst/clients.rst
===================================================================
--- trunk/src/site/rst/clients.rst 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/src/site/rst/clients.rst 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
.. * Copyright (C) 2009 - 2010 Codelutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
-.. * it under the terms of the GNU General Public License as
-.. * published by the Free Software Foundation, either version 3 of the
-.. * License, or (at your option) any later version.
+.. * it under the terms of the GNU Affero 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 Public License for more details.
.. *
-.. * You should have received a copy of the GNU General Public
-.. * License along with this program. If not, see
-.. * <http://www.gnu.org/licenses/gpl-3.0.html>.
+.. * You should have received a copy of the GNU Affero General Public License
+.. * along with this program. If not, see <http://www.gnu.org/licenses/>.
.. * #L%
.. -
Créer/Gérer la base clients
Modified: trunk/src/site/rst/devel/algosession.rst
===================================================================
--- trunk/src/site/rst/devel/algosession.rst 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/src/site/rst/devel/algosession.rst 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
.. * Copyright (C) 2009 - 2010 Codelutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
-.. * it under the terms of the GNU General Public License as
-.. * published by the Free Software Foundation, either version 3 of the
-.. * License, or (at your option) any later version.
+.. * it under the terms of the GNU Affero 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 Public License for more details.
.. *
-.. * You should have received a copy of the GNU General Public
-.. * License along with this program. If not, see
-.. * <http://www.gnu.org/licenses/gpl-3.0.html>.
+.. * You should have received a copy of the GNU Affero General Public License
+.. * along with this program. If not, see <http://www.gnu.org/licenses/>.
.. * #L%
.. -
Algorithmes utilisés lors de l'envoi des mails
@@ -30,4 +29,4 @@
- s'il appartient à un groupe dont les requette renvoi des formulaires
- les formulaires ont été publié après sa date d'inscription
- les formulaires n'ont pas été associé à une précedente session d'envoie
- pour l'utilisateur
\ No newline at end of file
+ pour l'utilisateur
Modified: trunk/src/site/rst/devel/modificationmodele.rst
===================================================================
--- trunk/src/site/rst/devel/modificationmodele.rst 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/src/site/rst/devel/modificationmodele.rst 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
.. * Copyright (C) 2009 - 2010 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
-.. * published by the Free Software Foundation, either version 3 of the
-.. * License, or (at your option) any later version.
+.. * it under the terms of the GNU Affero 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 Public License for more details.
.. *
-.. * You should have received a copy of the GNU General Public
-.. * License along with this program. If not, see
-.. * <http://www.gnu.org/licenses/gpl-3.0.html>.
+.. * You should have received a copy of the GNU Affero General Public License
+.. * along with this program. If not, see <http://www.gnu.org/licenses/>.
.. * #L%
.. -
Modifications apportées au modèle
@@ -62,4 +61,4 @@
21/09/2010 :
- Form[5.0] : retrait de champs xmlStream et thesaurus
-- XmlStream[3.0] : changement du sens de la relation Form>XmlStream
\ No newline at end of file
+- XmlStream[3.0] : changement du sens de la relation Form>XmlStream
Modified: trunk/src/site/rst/devel/openoffice.rst
===================================================================
--- trunk/src/site/rst/devel/openoffice.rst 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/src/site/rst/devel/openoffice.rst 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
.. * Copyright (C) 2009 - 2010 Codelutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
-.. * it under the terms of the GNU General Public License as
-.. * published by the Free Software Foundation, either version 3 of the
-.. * License, or (at your option) any later version.
+.. * it under the terms of the GNU Affero 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 Public License for more details.
.. *
-.. * You should have received a copy of the GNU General Public
-.. * License along with this program. If not, see
-.. * <http://www.gnu.org/licenses/gpl-3.0.html>.
+.. * You should have received a copy of the GNU Affero General Public License
+.. * along with this program. If not, see <http://www.gnu.org/licenses/>.
.. * #L%
.. -
Resources OpenOffice.org
Modified: trunk/src/site/rst/devel/todomodel.rst
===================================================================
--- trunk/src/site/rst/devel/todomodel.rst 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/src/site/rst/devel/todomodel.rst 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
.. * Copyright (C) 2009 - 2010 Codelutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
-.. * it under the terms of the GNU General Public License as
-.. * published by the Free Software Foundation, either version 3 of the
-.. * License, or (at your option) any later version.
+.. * it under the terms of the GNU Affero 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 Public License for more details.
.. *
-.. * You should have received a copy of the GNU General Public
-.. * License along with this program. If not, see
-.. * <http://www.gnu.org/licenses/gpl-3.0.html>.
+.. * You should have received a copy of the GNU Affero General Public License
+.. * along with this program. If not, see <http://www.gnu.org/licenses/>.
.. * #L%
.. -
TODO model
@@ -29,4 +28,4 @@
- heritage multiples "ModificationTag"
- heritage query maker
- lien xml stream form ?
- - champs form#thesaurus ?
\ No newline at end of file
+ - champs form#thesaurus ?
Modified: trunk/src/site/rst/devel/xmlStream.rst
===================================================================
--- trunk/src/site/rst/devel/xmlStream.rst 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/src/site/rst/devel/xmlStream.rst 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
.. * Copyright (C) 2009 - 2010 Codelutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
-.. * it under the terms of the GNU General Public License as
-.. * published by the Free Software Foundation, either version 3 of the
-.. * License, or (at your option) any later version.
+.. * it under the terms of the GNU Affero 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 Public License for more details.
.. *
-.. * You should have received a copy of the GNU General Public
-.. * License along with this program. If not, see
-.. * <http://www.gnu.org/licenses/gpl-3.0.html>.
+.. * You should have received a copy of the GNU Affero General Public License
+.. * along with this program. If not, see <http://www.gnu.org/licenses/>.
.. * #L%
.. -
Construire un flux XML pour VRADI
@@ -134,4 +133,4 @@
https://labs.libre-entreprise.org/scm/viewvc.php/vradi/trunk/vradi-services…
Dans tous les cas, le fichier XML généré doit être conforme à ceux attendus par
-VRADI (cf Flux XML 'classiques')
\ No newline at end of file
+VRADI (cf Flux XML 'classiques')
Modified: trunk/src/site/rst/fluxXML.rst
===================================================================
--- trunk/src/site/rst/fluxXML.rst 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/src/site/rst/fluxXML.rst 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
.. * Copyright (C) 2009 - 2010 Codelutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
-.. * it under the terms of the GNU General Public License as
-.. * published by the Free Software Foundation, either version 3 of the
-.. * License, or (at your option) any later version.
+.. * it under the terms of the GNU Affero 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 Public License for more details.
.. *
-.. * You should have received a copy of the GNU General Public
-.. * License along with this program. If not, see
-.. * <http://www.gnu.org/licenses/gpl-3.0.html>.
+.. * You should have received a copy of the GNU Affero General Public License
+.. * along with this program. If not, see <http://www.gnu.org/licenses/>.
.. * #L%
.. -
Créer/Gérer les flux XML
@@ -80,4 +79,4 @@
L'import du flux XML est automatique, cependant vous pouvez forcer l'import des
flux XML en cliquant sur le bouton 'Forcer l'import du flux' dans l'interface
-d'administration de chaque flux XML.
\ No newline at end of file
+d'administration de chaque flux XML.
Modified: trunk/src/site/rst/formulaires.rst
===================================================================
--- trunk/src/site/rst/formulaires.rst 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/src/site/rst/formulaires.rst 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
.. * Copyright (C) 2009 - 2010 Codelutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
-.. * it under the terms of the GNU General Public License as
-.. * published by the Free Software Foundation, either version 3 of the
-.. * License, or (at your option) any later version.
+.. * it under the terms of the GNU Affero 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 Public License for more details.
.. *
-.. * You should have received a copy of the GNU General Public
-.. * License along with this program. If not, see
-.. * <http://www.gnu.org/licenses/gpl-3.0.html>.
+.. * You should have received a copy of the GNU Affero General Public License
+.. * along with this program. If not, see <http://www.gnu.org/licenses/>.
.. * #L%
.. -
Créer/Gérer les types de formulaires
@@ -106,4 +105,4 @@
Plus d'information sur la génération PDF dans la `documentation specifique`_
-.. _documentation specifique: generationPDF.html
\ No newline at end of file
+.. _documentation specifique: generationPDF.html
Modified: trunk/src/site/rst/generationPDF.rst
===================================================================
--- trunk/src/site/rst/generationPDF.rst 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/src/site/rst/generationPDF.rst 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
.. * Copyright (C) 2009 - 2010 Codelutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
-.. * it under the terms of the GNU General Public License as
-.. * published by the Free Software Foundation, either version 3 of the
-.. * License, or (at your option) any later version.
+.. * it under the terms of the GNU Affero 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 Public License for more details.
.. *
-.. * You should have received a copy of the GNU General Public
-.. * License along with this program. If not, see
-.. * <http://www.gnu.org/licenses/gpl-3.0.html>.
+.. * You should have received a copy of the GNU Affero General Public License
+.. * along with this program. If not, see <http://www.gnu.org/licenses/>.
.. * #L%
.. -
Generation PDF
@@ -66,4 +65,4 @@
A chaque fois que l'on souhaite obtenir le PDF d'un formulaire, chaque champ du
modèle est remplacé par le champ du formulaire associé et le modèle est
-transformé en PDF.
\ No newline at end of file
+transformé en PDF.
Modified: trunk/src/site/rst/groups.rst
===================================================================
--- trunk/src/site/rst/groups.rst 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/src/site/rst/groups.rst 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
.. * Copyright (C) 2009 - 2010 Codelutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
-.. * it under the terms of the GNU General Public License as
-.. * published by the Free Software Foundation, either version 3 of the
-.. * License, or (at your option) any later version.
+.. * it under the terms of the GNU Affero 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 Public License for more details.
.. *
-.. * You should have received a copy of the GNU General Public
-.. * License along with this program. If not, see
-.. * <http://www.gnu.org/licenses/gpl-3.0.html>.
+.. * You should have received a copy of the GNU Affero General Public License
+.. * along with this program. If not, see <http://www.gnu.org/licenses/>.
.. * #L%
.. -
Gérer les groupes ou profils d'utilisateurs
Modified: trunk/src/site/rst/importExport.rst
===================================================================
--- trunk/src/site/rst/importExport.rst 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/src/site/rst/importExport.rst 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
.. * Copyright (C) 2009 - 2010 Codelutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
-.. * it under the terms of the GNU General Public License as
-.. * published by the Free Software Foundation, either version 3 of the
-.. * License, or (at your option) any later version.
+.. * it under the terms of the GNU Affero 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 Public License for more details.
.. *
-.. * You should have received a copy of the GNU General Public
-.. * License along with this program. If not, see
-.. * <http://www.gnu.org/licenses/gpl-3.0.html>.
+.. * You should have received a copy of the GNU Affero General Public License
+.. * along with this program. If not, see <http://www.gnu.org/licenses/>.
.. * #L%
.. -
Import/Export des données
@@ -32,4 +31,4 @@
Pour l'import vous devez spécifier le fichier de destination (ex:
export-100121.xml).
-Pour l'export, sélectionnez le fichier à importer et validez.
\ No newline at end of file
+Pour l'export, sélectionnez le fichier à importer et validez.
Modified: trunk/src/site/rst/index.rst
===================================================================
--- trunk/src/site/rst/index.rst 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/src/site/rst/index.rst 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
.. * Copyright (C) 2009 - 2010 Codelutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
-.. * it under the terms of the GNU General Public License as
-.. * published by the Free Software Foundation, either version 3 of the
-.. * License, or (at your option) any later version.
+.. * it under the terms of the GNU Affero 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 Public License for more details.
.. *
-.. * You should have received a copy of the GNU General Public
-.. * License along with this program. If not, see
-.. * <http://www.gnu.org/licenses/gpl-3.0.html>.
+.. * You should have received a copy of the GNU Affero General Public License
+.. * along with this program. If not, see <http://www.gnu.org/licenses/>.
.. * #L%
.. -
VRADI
@@ -44,4 +43,4 @@
- Multiples indexations de formulaires
- Gestion de la base de descripteurs
- Envoi semi-automatique de mail aux utilisateurs
-- Génération de PDFs avec le contenu des formulaires
\ No newline at end of file
+- Génération de PDFs avec le contenu des formulaires
Modified: trunk/src/site/rst/infogene.rst
===================================================================
--- trunk/src/site/rst/infogene.rst 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/src/site/rst/infogene.rst 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
.. * Copyright (C) 2009 - 2010 Codelutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
-.. * it under the terms of the GNU General Public License as
-.. * published by the Free Software Foundation, either version 3 of the
-.. * License, or (at your option) any later version.
+.. * it under the terms of the GNU Affero 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 Public License for more details.
.. *
-.. * You should have received a copy of the GNU General Public
-.. * License along with this program. If not, see
-.. * <http://www.gnu.org/licenses/gpl-3.0.html>.
+.. * You should have received a copy of the GNU Affero General Public License
+.. * along with this program. If not, see <http://www.gnu.org/licenses/>.
.. * #L%
.. -
Infogène
@@ -55,4 +54,4 @@
initiateur
-==========
\ No newline at end of file
+==========
Modified: trunk/src/site/rst/lancement.rst
===================================================================
--- trunk/src/site/rst/lancement.rst 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/src/site/rst/lancement.rst 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
.. * Copyright (C) 2009 - 2010 Codelutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
-.. * it under the terms of the GNU General Public License as
-.. * published by the Free Software Foundation, either version 3 of the
-.. * License, or (at your option) any later version.
+.. * it under the terms of the GNU Affero 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 Public License for more details.
.. *
-.. * You should have received a copy of the GNU General Public
-.. * License along with this program. If not, see
-.. * <http://www.gnu.org/licenses/gpl-3.0.html>.
+.. * You should have received a copy of the GNU Affero General Public License
+.. * along with this program. If not, see <http://www.gnu.org/licenses/>.
.. * #L%
.. -
Premier lancement
@@ -29,4 +28,4 @@
cliquez sur le bouton enregistrement. Vous pourrez choisir un nom d'utilisateur
et un mot de passe et démarrer l'application avec plus tard avec.
-.. image:: enregistrement.png
\ No newline at end of file
+.. image:: enregistrement.png
Modified: trunk/src/site/rst/processForms.rst
===================================================================
--- trunk/src/site/rst/processForms.rst 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/src/site/rst/processForms.rst 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
.. * Copyright (C) 2009 - 2010 Codelutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
-.. * it under the terms of the GNU General Public License as
-.. * published by the Free Software Foundation, either version 3 of the
-.. * License, or (at your option) any later version.
+.. * it under the terms of the GNU Affero 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 Public License for more details.
.. *
-.. * You should have received a copy of the GNU General Public
-.. * License along with this program. If not, see
-.. * <http://www.gnu.org/licenses/gpl-3.0.html>.
+.. * You should have received a copy of the GNU Affero General Public License
+.. * along with this program. If not, see <http://www.gnu.org/licenses/>.
.. * #L%
.. -
=======================
Modified: trunk/src/site/rst/requests.rst
===================================================================
--- trunk/src/site/rst/requests.rst 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/src/site/rst/requests.rst 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
.. * Copyright (C) 2009 - 2010 Codelutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
-.. * it under the terms of the GNU General Public License as
-.. * published by the Free Software Foundation, either version 3 of the
-.. * License, or (at your option) any later version.
+.. * it under the terms of the GNU Affero 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 Public License for more details.
.. *
-.. * You should have received a copy of the GNU General Public
-.. * License along with this program. If not, see
-.. * <http://www.gnu.org/licenses/gpl-3.0.html>.
+.. * You should have received a copy of the GNU Affero General Public License
+.. * along with this program. If not, see <http://www.gnu.org/licenses/>.
.. * #L%
.. -
=================================
@@ -164,4 +163,4 @@
en plaçant le terme de la recherche entre guillemets. Par exemple, pour chercher
``(1+1):2`` utiliser l'une ou l'autre requête :
- ``\(1\+1\)\:2``
- - ``"(1+1):2"``
\ No newline at end of file
+ - ``"(1+1):2"``
Modified: trunk/src/site/rst/roadmap.rst
===================================================================
--- trunk/src/site/rst/roadmap.rst 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/src/site/rst/roadmap.rst 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
.. * Copyright (C) 2009 - 2010 Codelutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
-.. * it under the terms of the GNU General Public License as
-.. * published by the Free Software Foundation, either version 3 of the
-.. * License, or (at your option) any later version.
+.. * it under the terms of the GNU Affero 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 Public License for more details.
.. *
-.. * You should have received a copy of the GNU General Public
-.. * License along with this program. If not, see
-.. * <http://www.gnu.org/licenses/gpl-3.0.html>.
+.. * You should have received a copy of the GNU Affero General Public License
+.. * along with this program. If not, see <http://www.gnu.org/licenses/>.
.. * #L%
.. -
ROADMAP
Modified: trunk/src/site/rst/sendEmails.rst
===================================================================
--- trunk/src/site/rst/sendEmails.rst 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/src/site/rst/sendEmails.rst 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
.. * Copyright (C) 2009 - 2010 Codelutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
-.. * it under the terms of the GNU General Public License as
-.. * published by the Free Software Foundation, either version 3 of the
-.. * License, or (at your option) any later version.
+.. * it under the terms of the GNU Affero 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 Public License for more details.
.. *
-.. * You should have received a copy of the GNU General Public
-.. * License along with this program. If not, see
-.. * <http://www.gnu.org/licenses/gpl-3.0.html>.
+.. * You should have received a copy of the GNU Affero General Public License
+.. * along with this program. If not, see <http://www.gnu.org/licenses/>.
.. * #L%
.. -
Envoyer les emails
Modified: trunk/src/site/rst/thesaurus.rst
===================================================================
--- trunk/src/site/rst/thesaurus.rst 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/src/site/rst/thesaurus.rst 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
.. * Copyright (C) 2009 - 2010 Codelutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
-.. * it under the terms of the GNU General Public License as
-.. * published by the Free Software Foundation, either version 3 of the
-.. * License, or (at your option) any later version.
+.. * it under the terms of the GNU Affero 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 Public License for more details.
.. *
-.. * You should have received a copy of the GNU General Public
-.. * License along with this program. If not, see
-.. * <http://www.gnu.org/licenses/gpl-3.0.html>.
+.. * You should have received a copy of the GNU Affero General Public License
+.. * along with this program. If not, see <http://www.gnu.org/licenses/>.
.. * #L%
.. -
Modified: trunk/src/site/rst/todo.rst
===================================================================
--- trunk/src/site/rst/todo.rst 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/src/site/rst/todo.rst 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
.. * Copyright (C) 2009 - 2010 Codelutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
-.. * it under the terms of the GNU General Public License as
-.. * published by the Free Software Foundation, either version 3 of the
-.. * License, or (at your option) any later version.
+.. * it under the terms of the GNU Affero 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 Public License for more details.
.. *
-.. * You should have received a copy of the GNU General Public
-.. * License along with this program. If not, see
-.. * <http://www.gnu.org/licenses/gpl-3.0.html>.
+.. * You should have received a copy of the GNU Affero General Public License
+.. * along with this program. If not, see <http://www.gnu.org/licenses/>.
.. * #L%
.. -
VRADI
Modified: trunk/src/site/site_fr.xml
===================================================================
--- trunk/src/site/site_fr.xml 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/src/site/site_fr.xml 2011-05-09 16:43:58 UTC (rev 21)
@@ -9,18 +9,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
Modified: trunk/vradi-entities/LICENSE.txt
===================================================================
--- trunk/vradi-entities/LICENSE.txt 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-entities/LICENSE.txt 2011-05-09 16:43:58 UTC (rev 21)
@@ -1,5 +1,5 @@
- GNU GENERAL PUBLIC LICENSE
- Version 3, 29 June 2007
+ GNU AFFERO GENERAL PUBLIC LICENSE
+ Version 3, 19 November 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
@@ -7,17 +7,15 @@
Preamble
- The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
+ The GNU Affero General Public License is a free, copyleft license for
+software and other kinds of works, specifically designed to ensure
+cooperation with the community in the case of network server software.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
-the GNU General Public License is intended to guarantee your freedom to
+our General Public Licenses are intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
-software for all its users. We, the Free Software Foundation, use the
-GNU General Public License for most of our software; it applies also to
-any other work released this way by its authors. You can apply it to
-your programs, too.
+software for all its users.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
@@ -26,45 +24,35 @@
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
- To protect your rights, we need to prevent others from denying you
-these rights or asking you to surrender the rights. Therefore, you have
-certain responsibilities if you distribute copies of the software, or if
-you modify it: responsibilities to respect the freedom of others.
+ Developers that use our General Public Licenses protect your rights
+with two steps: (1) assert copyright on the software, and (2) offer
+you this License which gives you legal permission to copy, distribute
+and/or modify the software.
- For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must pass on to the recipients the same
-freedoms that you received. You must make sure that they, too, receive
-or can get the source code. And you must show them these terms so they
-know their rights.
+ A secondary benefit of defending all users' freedom is that
+improvements made in alternate versions of the program, if they
+receive widespread use, become available for other developers to
+incorporate. Many developers of free software are heartened and
+encouraged by the resulting cooperation. However, in the case of
+software used on network servers, this result may fail to come about.
+The GNU General Public License permits making a modified version and
+letting the public access it on a server without ever releasing its
+source code to the public.
- Developers that use the GNU GPL protect your rights with two steps:
-(1) assert copyright on the software, and (2) offer you this License
-giving you legal permission to copy, distribute and/or modify it.
+ The GNU Affero General Public License is designed specifically to
+ensure that, in such cases, the modified source code becomes available
+to the community. It requires the operator of a network server to
+provide the source code of the modified version running there to the
+users of that server. Therefore, public use of a modified version, on
+a publicly accessible server, gives the public access to the source
+code of the modified version.
- For the developers' and authors' protection, the GPL clearly explains
-that there is no warranty for this free software. For both users' and
-authors' sake, the GPL requires that modified versions be marked as
-changed, so that their problems will not be attributed erroneously to
-authors of previous versions.
+ An older license, called the Affero General Public License and
+published by Affero, was designed to accomplish similar goals. This is
+a different license, not a version of the Affero GPL, but Affero has
+released a new version of the Affero GPL which permits relicensing under
+this license.
- Some devices are designed to deny users access to install or run
-modified versions of the software inside them, although the manufacturer
-can do so. This is fundamentally incompatible with the aim of
-protecting users' freedom to change the software. The systematic
-pattern of such abuse occurs in the area of products for individuals to
-use, which is precisely where it is most unacceptable. Therefore, we
-have designed this version of the GPL to prohibit the practice for those
-products. If such problems arise substantially in other domains, we
-stand ready to extend this provision to those domains in future versions
-of the GPL, as needed to protect the freedom of users.
-
- Finally, every program is threatened constantly by software patents.
-States should not allow patents to restrict development and use of
-software on general-purpose computers, but in those that do, we wish to
-avoid the special danger that patents applied to a free program could
-make it effectively proprietary. To prevent this, the GPL assures that
-patents cannot be used to render the program non-free.
-
The precise terms and conditions for copying, distribution and
modification follow.
@@ -72,7 +60,7 @@
0. Definitions.
- "This License" refers to version 3 of the GNU General Public License.
+ "This License" refers to version 3 of the GNU Affero General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
@@ -549,35 +537,45 @@
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
- 13. Use with the GNU Affero General Public License.
+ 13. Remote Network Interaction; Use with the GNU General Public License.
+ Notwithstanding any other provision of this License, if you modify the
+Program, your modified version must prominently offer all users
+interacting with it remotely through a computer network (if your version
+supports such interaction) an opportunity to receive the Corresponding
+Source of your version by providing access to the Corresponding Source
+from a network server at no charge, through some standard or customary
+means of facilitating copying of software. This Corresponding Source
+shall include the Corresponding Source for any work covered by version 3
+of the GNU General Public License that is incorporated pursuant to the
+following paragraph.
+
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
-under version 3 of the GNU Affero General Public License into a single
+under version 3 of the GNU General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
-but the special requirements of the GNU Affero General Public License,
-section 13, concerning interaction through a network will apply to the
-combination as such.
+but the work with which it is combined will remain governed by version
+3 of the GNU General Public License.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
-the GNU General Public License from time to time. Such new versions will
-be similar in spirit to the present version, but may differ in detail to
+the GNU Affero General Public License from time to time. Such new versions
+will be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
-Program specifies that a certain numbered version of the GNU General
+Program specifies that a certain numbered version of the GNU Affero General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
-GNU General Public License, you may choose any version ever published
+GNU Affero General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
-versions of the GNU General Public License can be used, that proxy's
+versions of the GNU Affero General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
@@ -635,40 +633,29 @@
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
+ it under the terms of the GNU Affero 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 Public License for more details.
+ GNU Affero General Public License for more details.
- You should have received a copy of the GNU General Public License
+ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
- If the program does terminal interaction, make it output a short
-notice like this when it starts in an interactive mode:
+ If your software can interact with users remotely through a computer
+network, you should also make sure that it provides a way for users to
+get its source. For example, if your program is a web application, its
+interface could display a "Source" link that leads users to an archive
+of the code. There are many ways you could offer source, and different
+solutions will be better for different programs; see section 13 for the
+specific requirements.
- <program> Copyright (C) <year> <name of author>
- This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it
- under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License. Of course, your program's commands
-might be different; for a GUI interface, you would use an "about box".
-
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
-For more information on this, and how to apply and follow the GNU GPL, see
-<http://www.gnu.org/licenses/>.
-
- The GNU General Public License does not permit incorporating your program
-into proprietary programs. If your program is a subroutine library, you
-may consider it more useful to permit linking proprietary applications with
-the library. If this is what you want to do, use the GNU Lesser General
-Public License instead of this License. But first, please read
-<http://www.gnu.org/philosophy/why-not-lgpl.html>.
+For more information on this, and how to apply and follow the GNU AGPL, see
+<http://www.gnu.org/licenses/>.
\ No newline at end of file
Modified: trunk/vradi-entities/src/main/java/org/chorem/vradi/entities/FieldTypeEnum.java
===================================================================
--- trunk/vradi-entities/src/main/java/org/chorem/vradi/entities/FieldTypeEnum.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-entities/src/main/java/org/chorem/vradi/entities/FieldTypeEnum.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -1,3 +1,26 @@
+/*
+ * #%L
+ * Vradi :: Entities
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 Codelutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero 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 Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * #L%
+ */
package org.chorem.vradi.entities;
import org.nuiton.wikitty.entities.FieldType;
Modified: trunk/vradi-entities/src/main/java/org/chorem/vradi/entities/FormLinkTypeEnum.java
===================================================================
--- trunk/vradi-entities/src/main/java/org/chorem/vradi/entities/FormLinkTypeEnum.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-entities/src/main/java/org/chorem/vradi/entities/FormLinkTypeEnum.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -1,3 +1,26 @@
+/*
+ * #%L
+ * Vradi :: Entities
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 Codelutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero 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 Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * #L%
+ */
package org.chorem.vradi.entities;
/** @author letellier */
Modified: trunk/vradi-entities/src/main/xmi/vradi.properties
===================================================================
--- trunk/vradi-entities/src/main/xmi/vradi.properties 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-entities/src/main/xmi/vradi.properties 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
# Copyright (C) 2009 - 2010 Codelutin
# %%
# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as
-# published by the Free Software Foundation, either version 3 of the
-# License, or (at your option) any later version.
+# it under the terms of the GNU Affero 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 Public License for more details.
#
-# You should have received a copy of the GNU General Public
-# License along with this program. If not, see
-# <http://www.gnu.org/licenses/gpl-3.0.html>.
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
# #L%
###
model.tagvalue.i18n=vradi.common.
Modified: trunk/vradi-entities/src/site/rst/index.rst
===================================================================
--- trunk/vradi-entities/src/site/rst/index.rst 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-entities/src/site/rst/index.rst 2011-05-09 16:43:58 UTC (rev 21)
@@ -1,28 +1,27 @@
.. -
.. * #%L
.. * Vradi
-.. *
+.. *
.. * $Id$
.. * $HeadURL$
.. * %%
.. * Copyright (C) 2009 - 2010 Codelutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
-.. * it under the terms of the GNU General Public License as
-.. * published by the Free Software Foundation, either version 3 of the
-.. * License, or (at your option) any later version.
-.. *
+.. * it under the terms of the GNU Affero 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 Public License for more details.
-.. *
-.. * You should have received a copy of the GNU General Public
-.. * License along with this program. If not, see
-.. * <http://www.gnu.org/licenses/gpl-3.0.html>.
+.. *
+.. * You should have received a copy of the GNU Affero General Public License
+.. * along with this program. If not, see <http://www.gnu.org/licenses/>.
.. * #L%
.. -
VRADI :: Module services
========================
-Ce module contient les entités et le modèle de VRADI.
\ No newline at end of file
+Ce module contient les entités et le modèle de VRADI.
Modified: trunk/vradi-entities/src/site/site_fr.xml
===================================================================
--- trunk/vradi-entities/src/site/site_fr.xml 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-entities/src/site/site_fr.xml 2011-05-09 16:43:58 UTC (rev 21)
@@ -2,25 +2,23 @@
<!--
#%L
Vradi
-
$Id$
$HeadURL$
%%
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
-
+ it under the terms of the GNU Affero 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 Public License for more details.
-
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
@@ -46,4 +44,4 @@
<menu ref="reports"/>
</body>
-</project>
\ No newline at end of file
+</project>
Modified: trunk/vradi-services/LICENSE.txt
===================================================================
--- trunk/vradi-services/LICENSE.txt 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/LICENSE.txt 2011-05-09 16:43:58 UTC (rev 21)
@@ -1,5 +1,5 @@
- GNU GENERAL PUBLIC LICENSE
- Version 3, 29 June 2007
+ GNU AFFERO GENERAL PUBLIC LICENSE
+ Version 3, 19 November 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
@@ -7,17 +7,15 @@
Preamble
- The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
+ The GNU Affero General Public License is a free, copyleft license for
+software and other kinds of works, specifically designed to ensure
+cooperation with the community in the case of network server software.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
-the GNU General Public License is intended to guarantee your freedom to
+our General Public Licenses are intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
-software for all its users. We, the Free Software Foundation, use the
-GNU General Public License for most of our software; it applies also to
-any other work released this way by its authors. You can apply it to
-your programs, too.
+software for all its users.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
@@ -26,45 +24,35 @@
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
- To protect your rights, we need to prevent others from denying you
-these rights or asking you to surrender the rights. Therefore, you have
-certain responsibilities if you distribute copies of the software, or if
-you modify it: responsibilities to respect the freedom of others.
+ Developers that use our General Public Licenses protect your rights
+with two steps: (1) assert copyright on the software, and (2) offer
+you this License which gives you legal permission to copy, distribute
+and/or modify the software.
- For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must pass on to the recipients the same
-freedoms that you received. You must make sure that they, too, receive
-or can get the source code. And you must show them these terms so they
-know their rights.
+ A secondary benefit of defending all users' freedom is that
+improvements made in alternate versions of the program, if they
+receive widespread use, become available for other developers to
+incorporate. Many developers of free software are heartened and
+encouraged by the resulting cooperation. However, in the case of
+software used on network servers, this result may fail to come about.
+The GNU General Public License permits making a modified version and
+letting the public access it on a server without ever releasing its
+source code to the public.
- Developers that use the GNU GPL protect your rights with two steps:
-(1) assert copyright on the software, and (2) offer you this License
-giving you legal permission to copy, distribute and/or modify it.
+ The GNU Affero General Public License is designed specifically to
+ensure that, in such cases, the modified source code becomes available
+to the community. It requires the operator of a network server to
+provide the source code of the modified version running there to the
+users of that server. Therefore, public use of a modified version, on
+a publicly accessible server, gives the public access to the source
+code of the modified version.
- For the developers' and authors' protection, the GPL clearly explains
-that there is no warranty for this free software. For both users' and
-authors' sake, the GPL requires that modified versions be marked as
-changed, so that their problems will not be attributed erroneously to
-authors of previous versions.
+ An older license, called the Affero General Public License and
+published by Affero, was designed to accomplish similar goals. This is
+a different license, not a version of the Affero GPL, but Affero has
+released a new version of the Affero GPL which permits relicensing under
+this license.
- Some devices are designed to deny users access to install or run
-modified versions of the software inside them, although the manufacturer
-can do so. This is fundamentally incompatible with the aim of
-protecting users' freedom to change the software. The systematic
-pattern of such abuse occurs in the area of products for individuals to
-use, which is precisely where it is most unacceptable. Therefore, we
-have designed this version of the GPL to prohibit the practice for those
-products. If such problems arise substantially in other domains, we
-stand ready to extend this provision to those domains in future versions
-of the GPL, as needed to protect the freedom of users.
-
- Finally, every program is threatened constantly by software patents.
-States should not allow patents to restrict development and use of
-software on general-purpose computers, but in those that do, we wish to
-avoid the special danger that patents applied to a free program could
-make it effectively proprietary. To prevent this, the GPL assures that
-patents cannot be used to render the program non-free.
-
The precise terms and conditions for copying, distribution and
modification follow.
@@ -72,7 +60,7 @@
0. Definitions.
- "This License" refers to version 3 of the GNU General Public License.
+ "This License" refers to version 3 of the GNU Affero General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
@@ -549,35 +537,45 @@
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
- 13. Use with the GNU Affero General Public License.
+ 13. Remote Network Interaction; Use with the GNU General Public License.
+ Notwithstanding any other provision of this License, if you modify the
+Program, your modified version must prominently offer all users
+interacting with it remotely through a computer network (if your version
+supports such interaction) an opportunity to receive the Corresponding
+Source of your version by providing access to the Corresponding Source
+from a network server at no charge, through some standard or customary
+means of facilitating copying of software. This Corresponding Source
+shall include the Corresponding Source for any work covered by version 3
+of the GNU General Public License that is incorporated pursuant to the
+following paragraph.
+
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
-under version 3 of the GNU Affero General Public License into a single
+under version 3 of the GNU General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
-but the special requirements of the GNU Affero General Public License,
-section 13, concerning interaction through a network will apply to the
-combination as such.
+but the work with which it is combined will remain governed by version
+3 of the GNU General Public License.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
-the GNU General Public License from time to time. Such new versions will
-be similar in spirit to the present version, but may differ in detail to
+the GNU Affero General Public License from time to time. Such new versions
+will be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
-Program specifies that a certain numbered version of the GNU General
+Program specifies that a certain numbered version of the GNU Affero General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
-GNU General Public License, you may choose any version ever published
+GNU Affero General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
-versions of the GNU General Public License can be used, that proxy's
+versions of the GNU Affero General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
@@ -635,40 +633,29 @@
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
+ it under the terms of the GNU Affero 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 Public License for more details.
+ GNU Affero General Public License for more details.
- You should have received a copy of the GNU General Public License
+ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
- If the program does terminal interaction, make it output a short
-notice like this when it starts in an interactive mode:
+ If your software can interact with users remotely through a computer
+network, you should also make sure that it provides a way for users to
+get its source. For example, if your program is a web application, its
+interface could display a "Source" link that leads users to an archive
+of the code. There are many ways you could offer source, and different
+solutions will be better for different programs; see section 13 for the
+specific requirements.
- <program> Copyright (C) <year> <name of author>
- This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it
- under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License. Of course, your program's commands
-might be different; for a GUI interface, you would use an "about box".
-
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
-For more information on this, and how to apply and follow the GNU GPL, see
-<http://www.gnu.org/licenses/>.
-
- The GNU General Public License does not permit incorporating your program
-into proprietary programs. If your program is a subroutine library, you
-may consider it more useful to permit linking proprietary applications with
-the library. If this is what you want to do, use the GNU Lesser General
-Public License instead of this License. But first, please read
-<http://www.gnu.org/philosophy/why-not-lgpl.html>.
+For more information on this, and how to apply and follow the GNU AGPL, see
+<http://www.gnu.org/licenses/>.
\ No newline at end of file
Modified: trunk/vradi-services/pom.xml
===================================================================
--- trunk/vradi-services/pom.xml 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/pom.xml 2011-05-09 16:43:58 UTC (rev 21)
@@ -158,11 +158,12 @@
<artifactId>activation</artifactId>
</dependency>
- <!--dependency>
- <groupId>net.sf.saxon</groupId>
- <artifactId>saxon-dom</artifactId>
- </dependency-->
+ <dependency>
+ <groupId>org.apache.lucene</groupId>
+ <artifactId>lucene-core</artifactId>
+ </dependency>
+
</dependencies>
<build>
Modified: trunk/vradi-services/src/license/THIRD-PARTY.properties
===================================================================
--- trunk/vradi-services/src/license/THIRD-PARTY.properties 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/license/THIRD-PARTY.properties 2011-05-09 16:43:58 UTC (rev 21)
@@ -1,19 +1,21 @@
-# Generated by org.nuiton.license.plugin.AddThirdPartyMojo
+# Generated by org.codehaus.mojo.license.AddThirdPartyMojo
#-------------------------------------------------------------------------------
# Already used licenses in project :
# - Apache 2
# - Apache License
+# - Apache Software License, Version 1.1
# - Apache Software License, Version 2.0
# - Apache Software License, version 1.1
# - BSD License
# - BSD style
# - CDDL
+# - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
# - Common Development and Distribution License (CDDL) v1.0
# - Common Public License Version 1.0
+# - GNU Affero General Public License version 3
# - GNU LESSER GENERAL PUBLIC LICENSE
# - GNU Lesser General Public License, Version 3
# - GPLv2+CE
-# - General Public License (GPL) v 3.0
# - Indiana University Extreme! Lab Software License
# - Indiana University Extreme! Lab Software License, vesion 1.1.1
# - JDom license
@@ -32,10 +34,15 @@
# Please fill the missing licenses for dependencies :
#
#
-#Thu Dec 23 18:05:55 CET 2010
+#Mon May 09 18:06:24 CEST 2011
commons-cli--commons-cli--1.2--jar=Apache Software License, Version 2.0
commons-primitives--commons-primitives--1.0--jar=Apache Software License, Version 2.0
concurrent--concurrent--1.0--jar=TECHNOLOGY LICENSE FROM SUN MICROSYSTEMS, INC.
+antlr--antlr--2.7.2--jar=BSD License
+dom4j--dom4j--1.1--jar=BSD License
+jakarta-regexp--jakarta-regexp--1.4--jar=The Apache Software License, Version 2.0
+org.apache.zookeeper--zookeeper--3.3.1--jar=The Apache Software License, Version 2.0
+oro--oro--2.0.8--jar=The Apache Software License, Version 2.0
groovy--groovy-all--1.0-jsr-06--jar=Apache Software License, Version 2.0
javax.servlet--servlet-api--2.5--jar=COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
javax.transaction--jta--1.1--jar=Java Transaction API (JTA) License
@@ -43,5 +50,4 @@
org.apache.commons--commons-email--1.2--jar=Apache Software License, Version 2.0
org.jdom--jdom--1.1--jar=JDom license
rome--rome--1.0--jar=Apache Software License, Version 2.0
-woodstox--wstx-asl--3.2.7--jar=LGPL 2.1 / The Apache Software License - Version 2.0
xpp3--xpp3_min--1.1.3.4.O--jar=Indiana University Extreme\! Lab Software License
Modified: trunk/vradi-services/src/main/assembly/bin.xml
===================================================================
--- trunk/vradi-services/src/main/assembly/bin.xml 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/assembly/bin.xml 2011-05-09 16:43:58 UTC (rev 21)
@@ -9,18 +9,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
@@ -70,4 +69,4 @@
</includes>
</fileSet>
</fileSets>
-</assembly>
\ No newline at end of file
+</assembly>
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/VradiConstants.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/VradiConstants.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/VradiConstants.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi;
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/VradiServiceAction.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/VradiServiceAction.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/VradiServiceAction.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/VradiServiceConfiguration.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/VradiServiceConfiguration.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/VradiServiceConfiguration.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/VradiServiceConfigurationHelper.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/VradiServiceConfigurationHelper.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/VradiServiceConfigurationHelper.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi;
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/VradiServiceHelper.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/VradiServiceHelper.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/VradiServiceHelper.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -1,3 +1,26 @@
+/*
+ * #%L
+ * Vradi :: Services
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 Codelutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero 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 Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * #L%
+ */
package org.chorem.vradi;
import org.nuiton.wikitty.entities.BusinessEntity;
Property changes on: trunk/vradi-services/src/main/java/org/chorem/vradi/VradiServiceHelper.java
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/VradiServiceMain.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/VradiServiceMain.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/VradiServiceMain.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/beans/FormPagedResult.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/beans/FormPagedResult.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/beans/FormPagedResult.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.beans;
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/beans/QueryBean.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/beans/QueryBean.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/beans/QueryBean.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.beans;
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/beans/QueryParameters.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/beans/QueryParameters.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/beans/QueryParameters.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 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
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/beans/SendingHelper.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/beans/SendingHelper.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/beans/SendingHelper.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 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
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.beans;
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/beans/XmlStreamImportResult.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/beans/XmlStreamImportResult.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/beans/XmlStreamImportResult.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 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
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/beans/package-info.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/beans/package-info.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/beans/package-info.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
/**
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/FileService.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/FileService.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/FileService.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 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
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/FileServiceImpl.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/FileServiceImpl.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/FileServiceImpl.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 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
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/FileServiceProxy.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/FileServiceProxy.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/FileServiceProxy.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/ServiceFactory.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/ServiceFactory.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/ServiceFactory.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.services;
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/ServiceMigration.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/ServiceMigration.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/ServiceMigration.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 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
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/VradiDataService.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/VradiDataService.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/VradiDataService.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/VradiDataServiceImpl.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/VradiDataServiceImpl.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/VradiDataServiceImpl.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/VradiException.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/VradiException.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/VradiException.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.services;
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/VradiPDFCleanerService.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/VradiPDFCleanerService.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/VradiPDFCleanerService.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -1,25 +1,22 @@
/*
* #%L
- *
- *
* $Id$
* $HeadURL$
* %%
* Copyright (C) 2011 Codelutin, Chatellier Eric
* %%
* 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.
+ * it under the terms of the GNU Affero 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.
+ * GNU General 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>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/VradiStorageService.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/VradiStorageService.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/VradiStorageService.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.services;
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/VradiStorageServiceImpl.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/VradiStorageServiceImpl.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/VradiStorageServiceImpl.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.services;
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/BindingManager.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/BindingManager.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/BindingManager.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.services.managers;
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/ClientManager.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/ClientManager.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/ClientManager.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.services.managers;
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/DateParser.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/DateParser.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/DateParser.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/FormManager.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/FormManager.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/FormManager.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.services.managers;
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/FormTypeManager.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/FormTypeManager.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/FormTypeManager.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.services.managers;
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/MailingManager.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/MailingManager.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/MailingManager.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/SearchManager.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/SearchManager.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/SearchManager.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.services.managers;
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/TemplateManager.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/TemplateManager.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/TemplateManager.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.services.managers;
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/ThesaurusManager.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/ThesaurusManager.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/managers/ThesaurusManager.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.services.managers;
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/ooo/BootstrapConnector.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/ooo/BootstrapConnector.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/ooo/BootstrapConnector.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.services.ooo;
@@ -240,4 +239,4 @@
BootstrapConnector bootstrapConnector = new BootstrapConnector(oooExecFolder);
return bootstrapConnector.connect(oooAcceptOption, oooConnectionString);
}
-}
\ No newline at end of file
+}
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/ooo/BootstrapSocketConnector.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/ooo/BootstrapSocketConnector.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/ooo/BootstrapSocketConnector.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.services.ooo;
@@ -119,4 +118,4 @@
BootstrapSocketConnector bootstrapSocketConnector = new BootstrapSocketConnector(oooExecFolder);
return bootstrapSocketConnector.connect(host, port);
}
-}
\ No newline at end of file
+}
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/ooo/OOoServer.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/ooo/OOoServer.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/ooo/OOoServer.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.services.ooo;
@@ -202,4 +201,4 @@
return options;
}
-}
\ No newline at end of file
+}
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/ooo/SingletonOOo.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/ooo/SingletonOOo.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/ooo/SingletonOOo.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.services.ooo;
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/CompareFilter.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/CompareFilter.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/CompareFilter.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.services.search;
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/Filter.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/Filter.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/Filter.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.services.search;
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/FilterList.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/FilterList.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/FilterList.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.services.search;
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/FilterListQueryHandler.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/FilterListQueryHandler.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/FilterListQueryHandler.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.services.search;
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/LuceneQueryParser.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/LuceneQueryParser.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/LuceneQueryParser.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.services.search;
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/QueryHandler.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/QueryHandler.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/QueryHandler.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.services.search;
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/RangeFilter.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/RangeFilter.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/RangeFilter.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.services.search;
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/UnsupportedQueryException.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/UnsupportedQueryException.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/UnsupportedQueryException.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.services.search;
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/VradiQueryParser.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/VradiQueryParser.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/VradiQueryParser.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.services.search;
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/package-info.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/package-info.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/search/package-info.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
/**
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/tasks/AssignXmlStreamTasks.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/tasks/AssignXmlStreamTasks.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/tasks/AssignXmlStreamTasks.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -1,3 +1,26 @@
+/*
+ * #%L
+ * Vradi :: Services
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 Codelutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero 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 Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * #L%
+ */
package org.chorem.vradi.services.tasks;
import org.apache.commons.logging.Log;
Property changes on: trunk/vradi-services/src/main/java/org/chorem/vradi/services/tasks/AssignXmlStreamTasks.java
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/tasks/AutoSendTasks.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/tasks/AutoSendTasks.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/tasks/AutoSendTasks.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -1,3 +1,26 @@
+/*
+ * #%L
+ * Vradi :: Services
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 2011 Codelutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero 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 Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * #L%
+ */
package org.chorem.vradi.services.tasks;
import org.apache.commons.logging.Log;
Property changes on: trunk/vradi-services/src/main/java/org/chorem/vradi/services/tasks/AutoSendTasks.java
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision HeadURL
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/tasks/ImportXmlStreamTasks.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/tasks/ImportXmlStreamTasks.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/tasks/ImportXmlStreamTasks.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2010 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
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/tasks/ReceiveMailTasks.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/tasks/ReceiveMailTasks.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/tasks/ReceiveMailTasks.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2010 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
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/tasks/TasksManager.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/tasks/TasksManager.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/tasks/TasksManager.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2010 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
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/services/tasks/package-info.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/services/tasks/package-info.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/services/tasks/package-info.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2010 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
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
/**
Modified: trunk/vradi-services/src/main/java/org/chorem/vradi/util/SSLUtils.java
===================================================================
--- trunk/vradi-services/src/main/java/org/chorem/vradi/util/SSLUtils.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/java/org/chorem/vradi/util/SSLUtils.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.util;
Modified: trunk/vradi-services/src/main/resources/log4j.properties
===================================================================
--- trunk/vradi-services/src/main/resources/log4j.properties 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/resources/log4j.properties 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
# Copyright (C) 2009 - 2010 Codelutin
# %%
# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as
-# published by the Free Software Foundation, either version 3 of the
-# License, or (at your option) any later version.
+# it under the terms of the GNU Affero 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 Public License for more details.
#
-# You should have received a copy of the GNU General Public
-# License along with this program. If not, see
-# <http://www.gnu.org/licenses/gpl-3.0.html>.
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
# #L%
###
Modified: trunk/vradi-services/src/main/resources/vradi-services.properties
===================================================================
--- trunk/vradi-services/src/main/resources/vradi-services.properties 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/resources/vradi-services.properties 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
# Copyright (C) 2009 - 2010 Codelutin
# %%
# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as
-# published by the Free Software Foundation, either version 3 of the
-# License, or (at your option) any later version.
+# it under the terms of the GNU Affero 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 Public License for more details.
#
-# You should have received a copy of the GNU General Public
-# License along with this program. If not, see
-# <http://www.gnu.org/licenses/gpl-3.0.html>.
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
# #L%
###
Modified: trunk/vradi-services/src/main/resources/webHarvest/OuestFranceImmo.xml
===================================================================
--- trunk/vradi-services/src/main/resources/webHarvest/OuestFranceImmo.xml 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/main/resources/webHarvest/OuestFranceImmo.xml 2011-05-09 16:43:58 UTC (rev 21)
@@ -2,25 +2,23 @@
<!--
#%L
Vradi :: Services
-
$Id$
$HeadURL$
%%
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
-
+ it under the terms of the GNU Affero 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 Public License for more details.
-
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
@@ -143,4 +141,4 @@
</var-def>
-</config>
\ No newline at end of file
+</config>
Modified: trunk/vradi-services/src/site/rst/index.rst
===================================================================
--- trunk/vradi-services/src/site/rst/index.rst 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/site/rst/index.rst 2011-05-09 16:43:58 UTC (rev 21)
@@ -1,28 +1,27 @@
.. -
.. * #%L
.. * Vradi
-.. *
+.. *
.. * $Id$
.. * $HeadURL$
.. * %%
.. * Copyright (C) 2009 - 2010 Codelutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
-.. * it under the terms of the GNU General Public License as
-.. * published by the Free Software Foundation, either version 3 of the
-.. * License, or (at your option) any later version.
-.. *
+.. * it under the terms of the GNU Affero 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 Public License for more details.
-.. *
-.. * You should have received a copy of the GNU General Public
-.. * License along with this program. If not, see
-.. * <http://www.gnu.org/licenses/gpl-3.0.html>.
+.. *
+.. * You should have received a copy of the GNU Affero General Public License
+.. * along with this program. If not, see <http://www.gnu.org/licenses/>.
.. * #L%
.. -
VRADI :: Module services
========================
-Ce module contient les services de VRADI.
\ No newline at end of file
+Ce module contient les services de VRADI.
Modified: trunk/vradi-services/src/site/site_fr.xml
===================================================================
--- trunk/vradi-services/src/site/site_fr.xml 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/site/site_fr.xml 2011-05-09 16:43:58 UTC (rev 21)
@@ -2,25 +2,23 @@
<!--
#%L
Vradi
-
$Id$
$HeadURL$
%%
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
-
+ it under the terms of the GNU Affero 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 Public License for more details.
-
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
@@ -46,4 +44,4 @@
<menu ref="reports"/>
</body>
-</project>
\ No newline at end of file
+</project>
Modified: trunk/vradi-services/src/test/java/org/chorem/vradi/VradiTestAbstract.java
===================================================================
--- trunk/vradi-services/src/test/java/org/chorem/vradi/VradiTestAbstract.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/test/java/org/chorem/vradi/VradiTestAbstract.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
Modified: trunk/vradi-services/src/test/java/org/chorem/vradi/VradiTestConfiguration.java
===================================================================
--- trunk/vradi-services/src/test/java/org/chorem/vradi/VradiTestConfiguration.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/test/java/org/chorem/vradi/VradiTestConfiguration.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi;
Modified: trunk/vradi-services/src/test/java/org/chorem/vradi/beans/QueryBeanTest.java
===================================================================
--- trunk/vradi-services/src/test/java/org/chorem/vradi/beans/QueryBeanTest.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/test/java/org/chorem/vradi/beans/QueryBeanTest.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 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
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
Modified: trunk/vradi-services/src/test/java/org/chorem/vradi/services/MiscServicesTest.java
===================================================================
--- trunk/vradi-services/src/test/java/org/chorem/vradi/services/MiscServicesTest.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/test/java/org/chorem/vradi/services/MiscServicesTest.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 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
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
Modified: trunk/vradi-services/src/test/java/org/chorem/vradi/services/VradiDataServiceTest.java
===================================================================
--- trunk/vradi-services/src/test/java/org/chorem/vradi/services/VradiDataServiceTest.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/test/java/org/chorem/vradi/services/VradiDataServiceTest.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.services;
Modified: trunk/vradi-services/src/test/java/org/chorem/vradi/services/VradiStorageServiceTest.java
===================================================================
--- trunk/vradi-services/src/test/java/org/chorem/vradi/services/VradiStorageServiceTest.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/test/java/org/chorem/vradi/services/VradiStorageServiceTest.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
Modified: trunk/vradi-services/src/test/java/org/chorem/vradi/services/managers/BindingManagerTest.java
===================================================================
--- trunk/vradi-services/src/test/java/org/chorem/vradi/services/managers/BindingManagerTest.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/test/java/org/chorem/vradi/services/managers/BindingManagerTest.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 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
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
Modified: trunk/vradi-services/src/test/java/org/chorem/vradi/services/managers/FormManagerTest.java
===================================================================
--- trunk/vradi-services/src/test/java/org/chorem/vradi/services/managers/FormManagerTest.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/test/java/org/chorem/vradi/services/managers/FormManagerTest.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 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
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
Modified: trunk/vradi-services/src/test/java/org/chorem/vradi/services/managers/FormTypeManagerTest.java
===================================================================
--- trunk/vradi-services/src/test/java/org/chorem/vradi/services/managers/FormTypeManagerTest.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/test/java/org/chorem/vradi/services/managers/FormTypeManagerTest.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 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
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
Modified: trunk/vradi-services/src/test/java/org/chorem/vradi/services/managers/MailingManagerTest.java
===================================================================
--- trunk/vradi-services/src/test/java/org/chorem/vradi/services/managers/MailingManagerTest.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/test/java/org/chorem/vradi/services/managers/MailingManagerTest.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
Modified: trunk/vradi-services/src/test/java/org/chorem/vradi/services/managers/SearchManagerTest.java
===================================================================
--- trunk/vradi-services/src/test/java/org/chorem/vradi/services/managers/SearchManagerTest.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/test/java/org/chorem/vradi/services/managers/SearchManagerTest.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 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
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
Modified: trunk/vradi-services/src/test/java/org/chorem/vradi/services/managers/ThesaurusManagerTest.java
===================================================================
--- trunk/vradi-services/src/test/java/org/chorem/vradi/services/managers/ThesaurusManagerTest.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/test/java/org/chorem/vradi/services/managers/ThesaurusManagerTest.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 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
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
Modified: trunk/vradi-services/src/test/java/org/chorem/vradi/services/search/VradiQueryParserTest.java
===================================================================
--- trunk/vradi-services/src/test/java/org/chorem/vradi/services/search/VradiQueryParserTest.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/test/java/org/chorem/vradi/services/search/VradiQueryParserTest.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 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
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
Modified: trunk/vradi-services/src/test/java/org/chorem/vradi/services/tasks/TasksManagerTest.java
===================================================================
--- trunk/vradi-services/src/test/java/org/chorem/vradi/services/tasks/TasksManagerTest.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/test/java/org/chorem/vradi/services/tasks/TasksManagerTest.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2010 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
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
Modified: trunk/vradi-services/src/test/resources/annonce.xml
===================================================================
--- trunk/vradi-services/src/test/resources/annonce.xml 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/test/resources/annonce.xml 2011-05-09 16:43:58 UTC (rev 21)
@@ -9,18 +9,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
Modified: trunk/vradi-services/src/test/resources/dates.xml
===================================================================
--- trunk/vradi-services/src/test/resources/dates.xml 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/test/resources/dates.xml 2011-05-09 16:43:58 UTC (rev 21)
@@ -9,18 +9,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
Modified: trunk/vradi-services/src/test/resources/file.xml
===================================================================
--- trunk/vradi-services/src/test/resources/file.xml 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/test/resources/file.xml 2011-05-09 16:43:58 UTC (rev 21)
@@ -9,18 +9,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
Modified: trunk/vradi-services/src/test/resources/log4j.properties
===================================================================
--- trunk/vradi-services/src/test/resources/log4j.properties 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/test/resources/log4j.properties 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
# Copyright (C) 2009 - 2010 Codelutin
# %%
# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as
-# published by the Free Software Foundation, either version 3 of the
-# License, or (at your option) any later version.
+# it under the terms of the GNU Affero 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 Public License for more details.
#
-# You should have received a copy of the GNU General Public
-# License along with this program. If not, see
-# <http://www.gnu.org/licenses/gpl-3.0.html>.
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
# #L%
###
Modified: trunk/vradi-services/src/test/resources/vradi-services.properties
===================================================================
--- trunk/vradi-services/src/test/resources/vradi-services.properties 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services/src/test/resources/vradi-services.properties 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
# Copyright (C) 2009 - 2010 Codelutin
# %%
# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as
-# published by the Free Software Foundation, either version 3 of the
-# License, or (at your option) any later version.
+# it under the terms of the GNU Affero 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 Public License for more details.
#
-# You should have received a copy of the GNU General Public
-# License along with this program. If not, see
-# <http://www.gnu.org/licenses/gpl-3.0.html>.
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
# #L%
###
application.name=${project.name}
Modified: trunk/vradi-services-web/LICENSE.txt
===================================================================
--- trunk/vradi-services-web/LICENSE.txt 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services-web/LICENSE.txt 2011-05-09 16:43:58 UTC (rev 21)
@@ -1,5 +1,5 @@
- GNU GENERAL PUBLIC LICENSE
- Version 3, 29 June 2007
+ GNU AFFERO GENERAL PUBLIC LICENSE
+ Version 3, 19 November 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
@@ -7,17 +7,15 @@
Preamble
- The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
+ The GNU Affero General Public License is a free, copyleft license for
+software and other kinds of works, specifically designed to ensure
+cooperation with the community in the case of network server software.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
-the GNU General Public License is intended to guarantee your freedom to
+our General Public Licenses are intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
-software for all its users. We, the Free Software Foundation, use the
-GNU General Public License for most of our software; it applies also to
-any other work released this way by its authors. You can apply it to
-your programs, too.
+software for all its users.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
@@ -26,45 +24,35 @@
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
- To protect your rights, we need to prevent others from denying you
-these rights or asking you to surrender the rights. Therefore, you have
-certain responsibilities if you distribute copies of the software, or if
-you modify it: responsibilities to respect the freedom of others.
+ Developers that use our General Public Licenses protect your rights
+with two steps: (1) assert copyright on the software, and (2) offer
+you this License which gives you legal permission to copy, distribute
+and/or modify the software.
- For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must pass on to the recipients the same
-freedoms that you received. You must make sure that they, too, receive
-or can get the source code. And you must show them these terms so they
-know their rights.
+ A secondary benefit of defending all users' freedom is that
+improvements made in alternate versions of the program, if they
+receive widespread use, become available for other developers to
+incorporate. Many developers of free software are heartened and
+encouraged by the resulting cooperation. However, in the case of
+software used on network servers, this result may fail to come about.
+The GNU General Public License permits making a modified version and
+letting the public access it on a server without ever releasing its
+source code to the public.
- Developers that use the GNU GPL protect your rights with two steps:
-(1) assert copyright on the software, and (2) offer you this License
-giving you legal permission to copy, distribute and/or modify it.
+ The GNU Affero General Public License is designed specifically to
+ensure that, in such cases, the modified source code becomes available
+to the community. It requires the operator of a network server to
+provide the source code of the modified version running there to the
+users of that server. Therefore, public use of a modified version, on
+a publicly accessible server, gives the public access to the source
+code of the modified version.
- For the developers' and authors' protection, the GPL clearly explains
-that there is no warranty for this free software. For both users' and
-authors' sake, the GPL requires that modified versions be marked as
-changed, so that their problems will not be attributed erroneously to
-authors of previous versions.
+ An older license, called the Affero General Public License and
+published by Affero, was designed to accomplish similar goals. This is
+a different license, not a version of the Affero GPL, but Affero has
+released a new version of the Affero GPL which permits relicensing under
+this license.
- Some devices are designed to deny users access to install or run
-modified versions of the software inside them, although the manufacturer
-can do so. This is fundamentally incompatible with the aim of
-protecting users' freedom to change the software. The systematic
-pattern of such abuse occurs in the area of products for individuals to
-use, which is precisely where it is most unacceptable. Therefore, we
-have designed this version of the GPL to prohibit the practice for those
-products. If such problems arise substantially in other domains, we
-stand ready to extend this provision to those domains in future versions
-of the GPL, as needed to protect the freedom of users.
-
- Finally, every program is threatened constantly by software patents.
-States should not allow patents to restrict development and use of
-software on general-purpose computers, but in those that do, we wish to
-avoid the special danger that patents applied to a free program could
-make it effectively proprietary. To prevent this, the GPL assures that
-patents cannot be used to render the program non-free.
-
The precise terms and conditions for copying, distribution and
modification follow.
@@ -72,7 +60,7 @@
0. Definitions.
- "This License" refers to version 3 of the GNU General Public License.
+ "This License" refers to version 3 of the GNU Affero General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
@@ -549,35 +537,45 @@
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
- 13. Use with the GNU Affero General Public License.
+ 13. Remote Network Interaction; Use with the GNU General Public License.
+ Notwithstanding any other provision of this License, if you modify the
+Program, your modified version must prominently offer all users
+interacting with it remotely through a computer network (if your version
+supports such interaction) an opportunity to receive the Corresponding
+Source of your version by providing access to the Corresponding Source
+from a network server at no charge, through some standard or customary
+means of facilitating copying of software. This Corresponding Source
+shall include the Corresponding Source for any work covered by version 3
+of the GNU General Public License that is incorporated pursuant to the
+following paragraph.
+
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
-under version 3 of the GNU Affero General Public License into a single
+under version 3 of the GNU General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
-but the special requirements of the GNU Affero General Public License,
-section 13, concerning interaction through a network will apply to the
-combination as such.
+but the work with which it is combined will remain governed by version
+3 of the GNU General Public License.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
-the GNU General Public License from time to time. Such new versions will
-be similar in spirit to the present version, but may differ in detail to
+the GNU Affero General Public License from time to time. Such new versions
+will be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
-Program specifies that a certain numbered version of the GNU General
+Program specifies that a certain numbered version of the GNU Affero General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
-GNU General Public License, you may choose any version ever published
+GNU Affero General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
-versions of the GNU General Public License can be used, that proxy's
+versions of the GNU Affero General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
@@ -635,40 +633,29 @@
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
+ it under the terms of the GNU Affero 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 Public License for more details.
+ GNU Affero General Public License for more details.
- You should have received a copy of the GNU General Public License
+ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
- If the program does terminal interaction, make it output a short
-notice like this when it starts in an interactive mode:
+ If your software can interact with users remotely through a computer
+network, you should also make sure that it provides a way for users to
+get its source. For example, if your program is a web application, its
+interface could display a "Source" link that leads users to an archive
+of the code. There are many ways you could offer source, and different
+solutions will be better for different programs; see section 13 for the
+specific requirements.
- <program> Copyright (C) <year> <name of author>
- This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it
- under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License. Of course, your program's commands
-might be different; for a GUI interface, you would use an "about box".
-
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
-For more information on this, and how to apply and follow the GNU GPL, see
-<http://www.gnu.org/licenses/>.
-
- The GNU General Public License does not permit incorporating your program
-into proprietary programs. If your program is a subroutine library, you
-may consider it more useful to permit linking proprietary applications with
-the library. If this is what you want to do, use the GNU Lesser General
-Public License instead of this License. But first, please read
-<http://www.gnu.org/philosophy/why-not-lgpl.html>.
+For more information on this, and how to apply and follow the GNU AGPL, see
+<http://www.gnu.org/licenses/>.
\ No newline at end of file
Modified: trunk/vradi-services-web/src/license/THIRD-PARTY.properties
===================================================================
--- trunk/vradi-services-web/src/license/THIRD-PARTY.properties 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services-web/src/license/THIRD-PARTY.properties 2011-05-09 16:43:58 UTC (rev 21)
@@ -1,9 +1,10 @@
-# Generated by org.nuiton.license.plugin.AddThirdPartyMojo
+# Generated by org.codehaus.mojo.license.AddThirdPartyMojo
#-------------------------------------------------------------------------------
# Already used licenses in project :
# - Apache 2
# - Apache License
# - Apache Software License - Version 2.0
+# - Apache Software License, Version 1.1
# - Apache Software License, Version 2.0
# - Apache Software License, version 1.1
# - BSD License
@@ -14,16 +15,15 @@
# - Common Public License Version 1.0
# - Eclipse Public License - Version 1.0
# - Eclipse Public License v1.0
+# - GNU Affero General Public License version 3
# - GNU LESSER GENERAL PUBLIC LICENSE
# - GNU Lesser General Public License, Version 3
# - GPLv2+CE
-# - General Public License (GPL) v 3.0
# - Indiana University Extreme! Lab Software License
# - Indiana University Extreme! Lab Software License, vesion 1.1.1
# - JDom license
# - Java Transaction API (JTA) License
# - LGPL 2.1
-# - LGPL 2.1 / Apache Software License - Version 2.0
# - Lesser General Public License (LGPL) v 3.0
# - License Agreement for Java(TM) Servlet API Specification Interface Classes
# - MIT License
@@ -39,16 +39,20 @@
# Please fill the missing licenses for dependencies :
#
#
-#Thu Dec 23 18:07:52 CET 2010
+#Mon May 09 18:13:59 CEST 2011
+antlr--antlr--2.7.2--jar=BSD License
commons-cli--commons-cli--1.2--jar=Apache Software License, Version 2.0
commons-primitives--commons-primitives--1.0--jar=Apache Software License, Version 2.0
concurrent--concurrent--1.0--jar=TECHNOLOGY LICENSE FROM SUN MICROSYSTEMS, INC.
+dom4j--dom4j--1.1--jar=BSD License
groovy--groovy-all--1.0-jsr-06--jar=Apache Software License, Version 2.0
+jakarta-regexp--jakarta-regexp--1.4--jar=The Apache Software License, Version 2.0
javax.servlet--servlet-api--2.5--jar=License Agreement for Java(TM) Servlet API Specification Interface Classes
javax.transaction--jta--1.1--jar=Java Transaction API (JTA) License
jboss--jnet--3.2.1--jar=GNU Lesser General Public License, Version 3
org.apache.commons--commons-email--1.2--jar=Apache Software License, Version 2.0
+org.apache.zookeeper--zookeeper--3.3.1--jar=The Apache Software License, Version 2.0
org.jdom--jdom--1.1--jar=JDom license
+oro--oro--2.0.8--jar=The Apache Software License, Version 2.0
rome--rome--1.0--jar=Apache Software License, Version 2.0
-woodstox--wstx-asl--3.2.7--jar=LGPL 2.1 / Apache Software License - Version 2.0
xpp3--xpp3_min--1.1.3.4.O--jar=Indiana University Extreme\! Lab Software License
Modified: trunk/vradi-services-web/src/main/java/org/chorem/vradi/services/FileServlet.java
===================================================================
--- trunk/vradi-services-web/src/main/java/org/chorem/vradi/services/FileServlet.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services-web/src/main/java/org/chorem/vradi/services/FileServlet.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
Modified: trunk/vradi-services-web/src/main/java/org/chorem/vradi/services/VradiWikittyServiceDelegator.java
===================================================================
--- trunk/vradi-services-web/src/main/java/org/chorem/vradi/services/VradiWikittyServiceDelegator.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services-web/src/main/java/org/chorem/vradi/services/VradiWikittyServiceDelegator.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 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
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
Modified: trunk/vradi-services-web/src/main/resources/jbossts-properties.xml
===================================================================
--- trunk/vradi-services-web/src/main/resources/jbossts-properties.xml 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services-web/src/main/resources/jbossts-properties.xml 2011-05-09 16:43:58 UTC (rev 21)
@@ -9,18 +9,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
Modified: trunk/vradi-services-web/src/main/resources/log4j.properties
===================================================================
--- trunk/vradi-services-web/src/main/resources/log4j.properties 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services-web/src/main/resources/log4j.properties 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
# Copyright (C) 2009 - 2010 Codelutin
# %%
# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as
-# published by the Free Software Foundation, either version 3 of the
-# License, or (at your option) any later version.
+# it under the terms of the GNU Affero 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 Public License for more details.
#
-# You should have received a copy of the GNU General Public
-# License along with this program. If not, see
-# <http://www.gnu.org/licenses/gpl-3.0.html>.
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
# #L%
###
@@ -50,4 +49,4 @@
#log4j.logger.org.nuiton.wikitty.services.WikittyServiceCached=DEBUG
# Solr
-log4j.logger.org.apache.solr.core.SolrCore=WARN
\ No newline at end of file
+log4j.logger.org.apache.solr.core.SolrCore=WARN
Modified: trunk/vradi-services-web/src/main/resources/solrconfig.xml
===================================================================
--- trunk/vradi-services-web/src/main/resources/solrconfig.xml 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services-web/src/main/resources/solrconfig.xml 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<!-- FIXME sletellier 20/12/10 : Overided to desable cache in solr to improve performence in vradi -->
Modified: trunk/vradi-services-web/src/main/webapp/WEB-INF/web.xml
===================================================================
--- trunk/vradi-services-web/src/main/webapp/WEB-INF/web.xml 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services-web/src/main/webapp/WEB-INF/web.xml 2011-05-09 16:43:58 UTC (rev 21)
@@ -9,18 +9,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
Modified: trunk/vradi-services-web/src/main/webapp/index.jsp
===================================================================
--- trunk/vradi-services-web/src/main/webapp/index.jsp 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services-web/src/main/webapp/index.jsp 2011-05-09 16:43:58 UTC (rev 21)
@@ -1,26 +1,24 @@
<!--
#%L
-Vradi :: Services Web
-
-$Id$
-$HeadURL$
-%%
-Copyright (C) 2009 - 2010 Codelutin
-%%
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU 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 Public License for more details.
-
-You should have received a copy of the GNU General Public
-License along with this program. If not, see
-<http://www.gnu.org/licenses/gpl-3.0.html>.
-#L%
+ Vradi :: Services Web
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2010 Codelutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero 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 Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ #L%
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@page contentType="text/html" pageEncoding="UTF-8" %>
@@ -32,4 +30,4 @@
<body>
Vradi is up and running (<%=org.chorem.vradi.VradiServiceConfigurationn("application.version")%>)...
</body>
-</html>
\ No newline at end of file
+</html>
Modified: trunk/vradi-services-web/src/site/rst/index.rst
===================================================================
--- trunk/vradi-services-web/src/site/rst/index.rst 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services-web/src/site/rst/index.rst 2011-05-09 16:43:58 UTC (rev 21)
@@ -1,28 +1,27 @@
.. -
.. * #%L
.. * Vradi
-.. *
+.. *
.. * $Id$
.. * $HeadURL$
.. * %%
.. * Copyright (C) 2009 - 2010 Codelutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
-.. * it under the terms of the GNU General Public License as
-.. * published by the Free Software Foundation, either version 3 of the
-.. * License, or (at your option) any later version.
-.. *
+.. * it under the terms of the GNU Affero 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 Public License for more details.
-.. *
-.. * You should have received a copy of the GNU General Public
-.. * License along with this program. If not, see
-.. * <http://www.gnu.org/licenses/gpl-3.0.html>.
+.. *
+.. * You should have received a copy of the GNU Affero General Public License
+.. * along with this program. If not, see <http://www.gnu.org/licenses/>.
.. * #L%
.. -
VRADI :: Module services-web
============================
-Ce module embarque les services dans un conteneur web.
\ No newline at end of file
+Ce module embarque les services dans un conteneur web.
Modified: trunk/vradi-services-web/src/site/site_fr.xml
===================================================================
--- trunk/vradi-services-web/src/site/site_fr.xml 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services-web/src/site/site_fr.xml 2011-05-09 16:43:58 UTC (rev 21)
@@ -2,25 +2,23 @@
<!--
#%L
Vradi
-
$Id$
$HeadURL$
%%
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
-
+ it under the terms of the GNU Affero 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 Public License for more details.
-
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
@@ -46,4 +44,4 @@
<menu ref="reports"/>
</body>
-</project>
\ No newline at end of file
+</project>
Modified: trunk/vradi-services-web/src/test/java/org/chorem/vradi/services/ClearService.java
===================================================================
--- trunk/vradi-services-web/src/test/java/org/chorem/vradi/services/ClearService.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services-web/src/test/java/org/chorem/vradi/services/ClearService.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.services;
Modified: trunk/vradi-services-web/src/test/java/org/chorem/vradi/services/ClearServiceImpl.java
===================================================================
--- trunk/vradi-services-web/src/test/java/org/chorem/vradi/services/ClearServiceImpl.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services-web/src/test/java/org/chorem/vradi/services/ClearServiceImpl.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.services;
Modified: trunk/vradi-services-web/src/test/java/org/chorem/vradi/services/VradiHessianStorageTest.java
===================================================================
--- trunk/vradi-services-web/src/test/java/org/chorem/vradi/services/VradiHessianStorageTest.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services-web/src/test/java/org/chorem/vradi/services/VradiHessianStorageTest.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.services;
Modified: trunk/vradi-services-web/src/test/java/org/chorem/vradi/services/util/ReindexService.java
===================================================================
--- trunk/vradi-services-web/src/test/java/org/chorem/vradi/services/util/ReindexService.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services-web/src/test/java/org/chorem/vradi/services/util/ReindexService.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 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
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
Modified: trunk/vradi-services-web/src/test/resources/log4j.properties
===================================================================
--- trunk/vradi-services-web/src/test/resources/log4j.properties 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services-web/src/test/resources/log4j.properties 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
# Copyright (C) 2009 - 2010 Codelutin
# %%
# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as
-# published by the Free Software Foundation, either version 3 of the
-# License, or (at your option) any later version.
+# it under the terms of the GNU Affero 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 Public License for more details.
#
-# You should have received a copy of the GNU General Public
-# License along with this program. If not, see
-# <http://www.gnu.org/licenses/gpl-3.0.html>.
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
# #L%
###
Modified: trunk/vradi-services-web/src/test/resources/vradi-services.properties
===================================================================
--- trunk/vradi-services-web/src/test/resources/vradi-services.properties 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services-web/src/test/resources/vradi-services.properties 2011-05-09 16:43:58 UTC (rev 21)
@@ -1,25 +1,24 @@
###
# #%L
# Vradi :: Services
-#
+#
# $Id$
# $HeadURL$
# %%
# Copyright (C) 2009 - 2010 Codelutin
# %%
# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as
-# published by the Free Software Foundation, either version 3 of the
-# License, or (at your option) any later version.
-#
+# it under the terms of the GNU Affero 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 Public License for more details.
-#
-# You should have received a copy of the GNU General Public
-# License along with this program. If not, see
-# <http://www.gnu.org/licenses/gpl-3.0.html>.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
# #L%
###
application.name=${project.name}
Modified: trunk/vradi-services-web/src/test/webapp/WEB-INF/web.xml
===================================================================
--- trunk/vradi-services-web/src/test/webapp/WEB-INF/web.xml 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-services-web/src/test/webapp/WEB-INF/web.xml 2011-05-09 16:43:58 UTC (rev 21)
@@ -9,18 +9,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
Modified: trunk/vradi-swing/LICENSE.txt
===================================================================
--- trunk/vradi-swing/LICENSE.txt 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/LICENSE.txt 2011-05-09 16:43:58 UTC (rev 21)
@@ -1,5 +1,5 @@
- GNU GENERAL PUBLIC LICENSE
- Version 3, 29 June 2007
+ GNU AFFERO GENERAL PUBLIC LICENSE
+ Version 3, 19 November 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
@@ -7,17 +7,15 @@
Preamble
- The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
+ The GNU Affero General Public License is a free, copyleft license for
+software and other kinds of works, specifically designed to ensure
+cooperation with the community in the case of network server software.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
-the GNU General Public License is intended to guarantee your freedom to
+our General Public Licenses are intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
-software for all its users. We, the Free Software Foundation, use the
-GNU General Public License for most of our software; it applies also to
-any other work released this way by its authors. You can apply it to
-your programs, too.
+software for all its users.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
@@ -26,45 +24,35 @@
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
- To protect your rights, we need to prevent others from denying you
-these rights or asking you to surrender the rights. Therefore, you have
-certain responsibilities if you distribute copies of the software, or if
-you modify it: responsibilities to respect the freedom of others.
+ Developers that use our General Public Licenses protect your rights
+with two steps: (1) assert copyright on the software, and (2) offer
+you this License which gives you legal permission to copy, distribute
+and/or modify the software.
- For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must pass on to the recipients the same
-freedoms that you received. You must make sure that they, too, receive
-or can get the source code. And you must show them these terms so they
-know their rights.
+ A secondary benefit of defending all users' freedom is that
+improvements made in alternate versions of the program, if they
+receive widespread use, become available for other developers to
+incorporate. Many developers of free software are heartened and
+encouraged by the resulting cooperation. However, in the case of
+software used on network servers, this result may fail to come about.
+The GNU General Public License permits making a modified version and
+letting the public access it on a server without ever releasing its
+source code to the public.
- Developers that use the GNU GPL protect your rights with two steps:
-(1) assert copyright on the software, and (2) offer you this License
-giving you legal permission to copy, distribute and/or modify it.
+ The GNU Affero General Public License is designed specifically to
+ensure that, in such cases, the modified source code becomes available
+to the community. It requires the operator of a network server to
+provide the source code of the modified version running there to the
+users of that server. Therefore, public use of a modified version, on
+a publicly accessible server, gives the public access to the source
+code of the modified version.
- For the developers' and authors' protection, the GPL clearly explains
-that there is no warranty for this free software. For both users' and
-authors' sake, the GPL requires that modified versions be marked as
-changed, so that their problems will not be attributed erroneously to
-authors of previous versions.
+ An older license, called the Affero General Public License and
+published by Affero, was designed to accomplish similar goals. This is
+a different license, not a version of the Affero GPL, but Affero has
+released a new version of the Affero GPL which permits relicensing under
+this license.
- Some devices are designed to deny users access to install or run
-modified versions of the software inside them, although the manufacturer
-can do so. This is fundamentally incompatible with the aim of
-protecting users' freedom to change the software. The systematic
-pattern of such abuse occurs in the area of products for individuals to
-use, which is precisely where it is most unacceptable. Therefore, we
-have designed this version of the GPL to prohibit the practice for those
-products. If such problems arise substantially in other domains, we
-stand ready to extend this provision to those domains in future versions
-of the GPL, as needed to protect the freedom of users.
-
- Finally, every program is threatened constantly by software patents.
-States should not allow patents to restrict development and use of
-software on general-purpose computers, but in those that do, we wish to
-avoid the special danger that patents applied to a free program could
-make it effectively proprietary. To prevent this, the GPL assures that
-patents cannot be used to render the program non-free.
-
The precise terms and conditions for copying, distribution and
modification follow.
@@ -72,7 +60,7 @@
0. Definitions.
- "This License" refers to version 3 of the GNU General Public License.
+ "This License" refers to version 3 of the GNU Affero General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
@@ -549,35 +537,45 @@
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
- 13. Use with the GNU Affero General Public License.
+ 13. Remote Network Interaction; Use with the GNU General Public License.
+ Notwithstanding any other provision of this License, if you modify the
+Program, your modified version must prominently offer all users
+interacting with it remotely through a computer network (if your version
+supports such interaction) an opportunity to receive the Corresponding
+Source of your version by providing access to the Corresponding Source
+from a network server at no charge, through some standard or customary
+means of facilitating copying of software. This Corresponding Source
+shall include the Corresponding Source for any work covered by version 3
+of the GNU General Public License that is incorporated pursuant to the
+following paragraph.
+
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
-under version 3 of the GNU Affero General Public License into a single
+under version 3 of the GNU General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
-but the special requirements of the GNU Affero General Public License,
-section 13, concerning interaction through a network will apply to the
-combination as such.
+but the work with which it is combined will remain governed by version
+3 of the GNU General Public License.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
-the GNU General Public License from time to time. Such new versions will
-be similar in spirit to the present version, but may differ in detail to
+the GNU Affero General Public License from time to time. Such new versions
+will be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
-Program specifies that a certain numbered version of the GNU General
+Program specifies that a certain numbered version of the GNU Affero General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
-GNU General Public License, you may choose any version ever published
+GNU Affero General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
-versions of the GNU General Public License can be used, that proxy's
+versions of the GNU Affero General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
@@ -635,40 +633,29 @@
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
+ it under the terms of the GNU Affero 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 Public License for more details.
+ GNU Affero General Public License for more details.
- You should have received a copy of the GNU General Public License
+ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
- If the program does terminal interaction, make it output a short
-notice like this when it starts in an interactive mode:
+ If your software can interact with users remotely through a computer
+network, you should also make sure that it provides a way for users to
+get its source. For example, if your program is a web application, its
+interface could display a "Source" link that leads users to an archive
+of the code. There are many ways you could offer source, and different
+solutions will be better for different programs; see section 13 for the
+specific requirements.
- <program> Copyright (C) <year> <name of author>
- This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it
- under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License. Of course, your program's commands
-might be different; for a GUI interface, you would use an "about box".
-
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
-For more information on this, and how to apply and follow the GNU GPL, see
-<http://www.gnu.org/licenses/>.
-
- The GNU General Public License does not permit incorporating your program
-into proprietary programs. If your program is a subroutine library, you
-may consider it more useful to permit linking proprietary applications with
-the library. If this is what you want to do, use the GNU Lesser General
-Public License instead of this License. But first, please read
-<http://www.gnu.org/philosophy/why-not-lgpl.html>.
+For more information on this, and how to apply and follow the GNU AGPL, see
+<http://www.gnu.org/licenses/>.
\ No newline at end of file
Modified: trunk/vradi-swing/pom.xml
===================================================================
--- trunk/vradi-swing/pom.xml 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/pom.xml 2011-05-09 16:43:58 UTC (rev 21)
@@ -73,6 +73,16 @@
</dependency>
<dependency>
+ <groupId>org.nuiton</groupId>
+ <artifactId>nuiton-validator</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.struts.xwork</groupId>
+ <artifactId>xwork-core</artifactId>
+ </dependency>
+
+ <dependency>
<groupId>org.nuiton.wikitty</groupId>
<artifactId>wikitty-api</artifactId>
</dependency>
@@ -183,11 +193,6 @@
</dependency>
<dependency>
- <groupId>com.opensymphony</groupId>
- <artifactId>xwork</artifactId>
- </dependency>
-
- <dependency>
<groupId>net.sf.opencsv</groupId>
<artifactId>opencsv</artifactId>
</dependency>
@@ -197,6 +202,11 @@
<artifactId>rsyntaxtextarea</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.openoffice</groupId>
+ <artifactId>ridl</artifactId>
+ </dependency>
+
</dependencies>
<build>
Modified: trunk/vradi-swing/src/license/THIRD-PARTY.properties
===================================================================
--- trunk/vradi-swing/src/license/THIRD-PARTY.properties 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/license/THIRD-PARTY.properties 2011-05-09 16:43:58 UTC (rev 21)
@@ -1,9 +1,10 @@
-# Generated by org.nuiton.license.plugin.AddThirdPartyMojo
+# Generated by org.codehaus.mojo.license.AddThirdPartyMojo
#-------------------------------------------------------------------------------
# Already used licenses in project :
# - Apache 2
# - Apache License
# - Apache Software License - Version 2.0
+# - Apache Software License, Version 1.1
# - Apache Software License, version 1.1
# - BSD / Apache
# - BSD License
@@ -12,17 +13,17 @@
# - Common Development and Distribution License (CDDL) v1.0
# - Common Public License Version 1.0
# - Eclipse Public License - Version 1.0
+# - GNU Affero General Public License version 3
# - GNU LESSER GENERAL PUBLIC LICENSE
# - GNU Lesser General Public License
# - GNU Lesser General Public License, Version 3
# - GPLv2+CE
-# - General Public License (GPL) v 3.0
# - Indiana University Extreme! Lab Software License
# - Indiana University Extreme! Lab Software License, vesion 1.1.1
# - LGPL 2.1
-# - LGPL 2.1 / Apache Software License - Version 2.0
# - Lesser General Public License (LGPL)
# - Lesser General Public License (LGPL) v 3.0
+# - Lesser General Public License v2.1,Mozilla Public License 1.1 (MPL)
# - MIT License
# - Mozilla Public License
# - Mozilla Public License Version 1.0
@@ -37,18 +38,24 @@
# Please fill the missing licenses for dependencies :
#
#
-#Thu Dec 23 18:07:54 CET 2010
+#Mon May 09 18:39:13 CEST 2011
+antlr--antlr--2.7.2--jar=BSD License
commons-cli--commons-cli--1.2--jar=Apache License, Version 2.0
+commons-codec--commons-codec--1.2--jar=Apache License, Version 2.0
commons-jxpath--commons-jxpath--1.3--jar=Apache License, Version 2.0
commons-primitives--commons-primitives--1.0--jar=Apache License, Version 2.0
concurrent--concurrent--1.0--jar=TECHNOLOGY LICENSE FROM SUN MICROSYSTEMS, INC.
+dom4j--dom4j--1.1--jar=BSD License
groovy--groovy-all--1.0-jsr-06--jar=BSD / Apache
+jakarta-regexp--jakarta-regexp--1.4--jar=The Apache Software License, Version 2.0
+javassist--javassist--3.8.0.GA--jar=Lesser General Public License v2.1,Mozilla Public License 1.1 (MPL)
javax.servlet--servlet-api--2.5--jar=Common Development and Distribution License (CDDL) v1.0
javax.transaction--jta--1.1--jar=Common Development and Distribution License (CDDL) v1.0
jboss--jnet--3.2.1--jar=GNU LESSER GENERAL PUBLIC LICENSE
-opensymphony--ognl--2.6.11--jar=The OpenSymphony Software License 1.1
+ognl--ognl--3.0--jar=The OpenSymphony Software License 1.1
org.apache.commons--commons-email--1.2--jar=Apache License, Version 2.0
+org.apache.zookeeper--zookeeper--3.3.1--jar=The Apache Software License, Version 2.0
org.jdom--jdom--1.1--jar=Apache License
+oro--oro--2.0.8--jar=The Apache Software License, Version 2.0
rome--rome--1.0--jar=Apache Software License - Version 2.0
-woodstox--wstx-asl--3.2.7--jar=LGPL 2.1 / Apache Software License - Version 2.0
xpp3--xpp3_min--1.1.3.4.O--jar=Indiana University Extreme\! Lab Software License
Modified: trunk/vradi-swing/src/main/assembly/bin.xml
===================================================================
--- trunk/vradi-swing/src/main/assembly/bin.xml 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/assembly/bin.xml 2011-05-09 16:43:58 UTC (rev 21)
@@ -9,18 +9,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
@@ -86,4 +85,4 @@
</fileSet>
</fileSets>
-</assembly>
\ No newline at end of file
+</assembly>
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiAction.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiAction.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiAction.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiConfig.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiConfig.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiConfig.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiConfigHelper.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiConfigHelper.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiConfigHelper.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiContext.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiContext.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiContext.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiEntitiesListener.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiEntitiesListener.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiEntitiesListener.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiExtensionsListener.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiExtensionsListener.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiExtensionsListener.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiHelper.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiHelper.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiHelper.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiMain.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiMain.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiMain.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiNotifier.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiNotifier.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/VradiNotifier.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/services/VradiService.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/services/VradiService.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/services/VradiService.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.services;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/services/package-info.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/services/package-info.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/services/package-info.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,21 +8,20 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
/**
* Vradi service helper and proxies.
*/
-package org.chorem.vradi.services;
\ No newline at end of file
+package org.chorem.vradi.services;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/ChangeLogHandler.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/ChangeLogHandler.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/ChangeLogHandler.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/ChangeLogUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/ChangeLogUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/ChangeLogUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<JDialog id='changeLogUI'
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/VradiMainUI.css
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/VradiMainUI.css 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/VradiMainUI.css 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
JToolBar {
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/VradiMainUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/VradiMainUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/VradiMainUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<JFrame id='mainFrame'
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/VradiMainUIHandler.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/VradiMainUIHandler.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/VradiMainUIHandler.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/AdminContentUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/AdminContentUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/AdminContentUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<JPanel abstract='true'
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/AdminHandler.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/AdminHandler.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/AdminHandler.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2011 JurisMarches, 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
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.admin;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/AdminNavTreeFilter.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/AdminNavTreeFilter.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/AdminNavTreeFilter.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.admin;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/AdminNavUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/AdminNavUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/AdminNavUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<JSplitPane id='adminNavUI'
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/AdminPopupUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/AdminPopupUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/AdminPopupUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<JFrame id='adminPopupUI'
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/AdminClientUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/AdminClientUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/AdminClientUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<org.chorem.vradi.ui.admin.AdminContentUI superGenericType='Client'
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/AdminFormTypeUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/AdminFormTypeUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/AdminFormTypeUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<org.chorem.vradi.ui.admin.AdminContentUI superGenericType='WikittyExtension'
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/AdminGroupUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/AdminGroupUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/AdminGroupUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<org.chorem.vradi.ui.admin.AdminContentUI superGenericType='Group'
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/AdminStatusUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/AdminStatusUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/AdminStatusUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<org.chorem.vradi.ui.admin.AdminContentUI id='adminStatusUI'>
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/AdminThesaurusHandler.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/AdminThesaurusHandler.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/AdminThesaurusHandler.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.admin.content;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/AdminThesaurusUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/AdminThesaurusUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/AdminThesaurusUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<Table id='adminThesaurusUI'>
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/AdminUserUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/AdminUserUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/AdminUserUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<org.chorem.vradi.ui.admin.AdminContentUI superGenericType='User'
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/AdminXmlStreamUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/AdminXmlStreamUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/AdminXmlStreamUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<org.chorem.vradi.ui.admin.AdminContentUI id='adminXmlStreamUI'
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/RequestListUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/RequestListUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/RequestListUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<JPanel layout='{new GridLayout(0,1)}'>
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/RequestSelectUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/RequestSelectUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/RequestSelectUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<Table id='requestSelectUI' fill='horizontal' anchor='north'>
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/StatusEditionUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/StatusEditionUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/StatusEditionUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<Table id='statusEditionUI'>
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/XmlStreamConfigUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/XmlStreamConfigUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/content/XmlStreamConfigUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 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
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<JPanel id='xmlStreamConfigUI'>
@@ -117,4 +116,4 @@
text='vradi.adminXmlStream.assignAuto'
selected='{getBean().getAutoAssign()}'
onActionPerformed='bean.setAutoAssign(assignAuto.isSelected())'/>
-</JPanel>
\ No newline at end of file
+</JPanel>
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/helpers/AdminBeanConstant.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/helpers/AdminBeanConstant.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/helpers/AdminBeanConstant.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
/* *##%
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/helpers/AdminNavigationTreeHelper.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/helpers/AdminNavigationTreeHelper.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/helpers/AdminNavigationTreeHelper.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.admin.helpers;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/helpers/ClientNavigationTreeHelper.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/helpers/ClientNavigationTreeHelper.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/helpers/ClientNavigationTreeHelper.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.admin.helpers;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/helpers/FormTypeNavigationTreeHelper.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/helpers/FormTypeNavigationTreeHelper.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/helpers/FormTypeNavigationTreeHelper.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.admin.helpers;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/helpers/GroupNavigationTreeHelper.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/helpers/GroupNavigationTreeHelper.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/helpers/GroupNavigationTreeHelper.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.admin.helpers;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/helpers/XmlStreamNavigationTreeHelper.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/helpers/XmlStreamNavigationTreeHelper.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/helpers/XmlStreamNavigationTreeHelper.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.admin.helpers;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/loadors/ClientUsersNodeLoadors.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/loadors/ClientUsersNodeLoadors.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/loadors/ClientUsersNodeLoadors.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.admin.loadors;
@@ -65,4 +64,4 @@
public VradiTreeNode createNode(String id, NavDataProvider dataProvider) {
return createVradiNode(id);
}
-}
\ No newline at end of file
+}
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/loadors/ClientsAndUsersNodeLoadors.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/loadors/ClientsAndUsersNodeLoadors.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/loadors/ClientsAndUsersNodeLoadors.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.admin.loadors;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/loadors/ClientsNodeLoadors.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/loadors/ClientsNodeLoadors.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/loadors/ClientsNodeLoadors.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.admin.loadors;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/loadors/FormTypeNodeLoadors.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/loadors/FormTypeNodeLoadors.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/loadors/FormTypeNodeLoadors.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.admin.loadors;
@@ -84,4 +83,4 @@
}
return names;
}
-}
\ No newline at end of file
+}
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/loadors/GroupUsersNodeLoadors.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/loadors/GroupUsersNodeLoadors.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/loadors/GroupUsersNodeLoadors.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.admin.loadors;
@@ -75,4 +74,4 @@
public VradiTreeNode createNode(String id, NavDataProvider dataProvider) {
return createVradiNode(id);
}
-}
\ No newline at end of file
+}
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/loadors/GroupsNodeLoadors.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/loadors/GroupsNodeLoadors.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/loadors/GroupsNodeLoadors.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.admin.loadors;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/loadors/StreamNodeLoadors.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/loadors/StreamNodeLoadors.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/loadors/StreamNodeLoadors.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.admin.loadors;
@@ -60,4 +59,4 @@
public VradiTreeNode createNode(String id, NavDataProvider dataProvider) {
return createVradiNode(id);
}
-}
\ No newline at end of file
+}
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/models/AdminTreeSelectionModel.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/models/AdminTreeSelectionModel.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/models/AdminTreeSelectionModel.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.admin.models;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/models/FieldSelectModel.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/models/FieldSelectModel.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/models/FieldSelectModel.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.admin.models;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/models/FieldTypeModel.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/models/FieldTypeModel.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/models/FieldTypeModel.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.admin.models;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/models/TemplateFieldTableModel.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/models/TemplateFieldTableModel.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/models/TemplateFieldTableModel.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.admin.models;
@@ -145,4 +144,4 @@
}
}
-}
\ No newline at end of file
+}
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/models/XmlStreamFieldTableModel.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/models/XmlStreamFieldTableModel.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/models/XmlStreamFieldTableModel.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.admin.models;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/popups/AdminRequestUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/popups/AdminRequestUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/popups/AdminRequestUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<JDialog id='adminRequestUI'
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/popups/TemplateFieldBindingUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/popups/TemplateFieldBindingUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/popups/TemplateFieldBindingUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<JDialog id='templateFieldBindingUI'
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/popups/ThesaurusConfirmDialogUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/popups/ThesaurusConfirmDialogUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/popups/ThesaurusConfirmDialogUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<JDialog id='thesaurusConfirmDialogUI'
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/popups/ThesaurusEditUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/popups/ThesaurusEditUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/popups/ThesaurusEditUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<JDialog id='thesaurusEditUI'
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/popups/ThesaurusPathChooserUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/popups/ThesaurusPathChooserUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/popups/ThesaurusPathChooserUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<JDialog id='thesaurusPathChooserUI'
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/popups/ThesaurusQueryChangesHandler.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/popups/ThesaurusQueryChangesHandler.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/popups/ThesaurusQueryChangesHandler.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.admin.popups;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/popups/ThesaurusQueryChangesUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/popups/ThesaurusQueryChangesUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/popups/ThesaurusQueryChangesUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<JDialog id='thesaurusQueryChangesUI'
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/query/QueryCellEditor.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/query/QueryCellEditor.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/query/QueryCellEditor.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.admin.query;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/query/QueryCheckCellRenderer.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/query/QueryCheckCellRenderer.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/query/QueryCheckCellRenderer.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.admin.query;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/query/ThesaurusChangesTreeTableModel.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/query/ThesaurusChangesTreeTableModel.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/query/ThesaurusChangesTreeTableModel.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.admin.query;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/renderers/AdminCellRenderer.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/renderers/AdminCellRenderer.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/renderers/AdminCellRenderer.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.admin.renderers;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/renderers/JListCellRenderer.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/renderers/JListCellRenderer.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/renderers/JListCellRenderer.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.admin.renderers;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/widget/AdminListSelectorHandler.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/widget/AdminListSelectorHandler.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/widget/AdminListSelectorHandler.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.admin.widget;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/widget/FieldSelectUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/widget/FieldSelectUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/widget/FieldSelectUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<Table id='requestSelectUI'>
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/widget/GroupListSelectorHandler.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/widget/GroupListSelectorHandler.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/widget/GroupListSelectorHandler.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.admin.widget;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/widget/UserListSelectorHandler.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/widget/UserListSelectorHandler.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/admin/widget/UserListSelectorHandler.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.admin.widget;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/EmailContentUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/EmailContentUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/EmailContentUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<JPanel id='content' abstract='true' layout='{new BorderLayout()}'>
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/EmailHandler.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/EmailHandler.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/EmailHandler.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.email;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/EmailPopupUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/EmailPopupUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/EmailPopupUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<JFrame id='emailPopupUI'
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/FormViewUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/FormViewUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/FormViewUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<EmailContentUI>
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/QueryMakerViewUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/QueryMakerViewUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/QueryMakerViewUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<JPanel id='queryMakerViewUI'
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/SendingViewUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/SendingViewUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/SendingViewUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<EmailContentUI>
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/SessionViewUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/SessionViewUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/SessionViewUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<EmailContentUI>
@@ -69,4 +68,4 @@
handler='{new AttachmentSessionFileHandler(attachmentSessionPane)}'
bean='{getSelectedSession()}'/>
-</EmailContentUI>
\ No newline at end of file
+</EmailContentUI>
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/helpers/EmailBeanConstant.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/helpers/EmailBeanConstant.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/helpers/EmailBeanConstant.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 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
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.email.helpers;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/helpers/EmailDataHelper.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/helpers/EmailDataHelper.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/helpers/EmailDataHelper.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.email.helpers;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/helpers/EmailNavigationTreeHelper.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/helpers/EmailNavigationTreeHelper.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/helpers/EmailNavigationTreeHelper.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.email.helpers;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/helpers/SendingViewManager.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/helpers/SendingViewManager.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/helpers/SendingViewManager.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.email.helpers;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/loadors/AbstractEmailNodeLoador.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/loadors/AbstractEmailNodeLoador.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/loadors/AbstractEmailNodeLoador.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.email.loadors;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/loadors/EmailFormNodeLoadors.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/loadors/EmailFormNodeLoadors.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/loadors/EmailFormNodeLoadors.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.email.loadors;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/loadors/EmailGroupNodeLoadors.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/loadors/EmailGroupNodeLoadors.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/loadors/EmailGroupNodeLoadors.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.email.loadors;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/loadors/EmailGroupUsersNodeLoadors.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/loadors/EmailGroupUsersNodeLoadors.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/loadors/EmailGroupUsersNodeLoadors.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.email.loadors;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/loadors/EmailUsersNodeLoadors.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/loadors/EmailUsersNodeLoadors.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/loadors/EmailUsersNodeLoadors.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.email.loadors;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/models/EmailEntityModel.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/models/EmailEntityModel.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/models/EmailEntityModel.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.email.models;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/models/GroupEmailEntityModel.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/models/GroupEmailEntityModel.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/models/GroupEmailEntityModel.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.email.models;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/models/UserEmailEntityModel.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/models/UserEmailEntityModel.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/models/UserEmailEntityModel.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.email.models;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/renderers/EmailCellRenderer.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/renderers/EmailCellRenderer.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/renderers/EmailCellRenderer.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.email.renderers;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/renderers/EmailFormsHighlighter.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/renderers/EmailFormsHighlighter.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/renderers/EmailFormsHighlighter.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.email.renderers;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/renderers/EmailFormsListCellRenderer.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/renderers/EmailFormsListCellRenderer.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/renderers/EmailFormsListCellRenderer.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.email.renderers;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/widgets/AttachmentSessionFileHandler.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/widgets/AttachmentSessionFileHandler.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/email/widgets/AttachmentSessionFileHandler.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.email.widgets;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/helpers/ToolTipHelper.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/helpers/ToolTipHelper.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/helpers/ToolTipHelper.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.helpers;
@@ -237,4 +236,4 @@
return result.toString();
}
-}
\ No newline at end of file
+}
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/helpers/UIHelper.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/helpers/UIHelper.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/helpers/UIHelper.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.helpers;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/helpers/VradiComparators.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/helpers/VradiComparators.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/helpers/VradiComparators.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.helpers;
@@ -250,4 +249,4 @@
}
};
}
-
\ No newline at end of file
+
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/helpers/XmlStreamHelper.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/helpers/XmlStreamHelper.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/helpers/XmlStreamHelper.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.helpers;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/login/LoginHandler.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/login/LoginHandler.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/login/LoginHandler.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.login;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/login/LoginUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/login/LoginUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/login/LoginUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<JDialog id='loginUI'
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/login/RegisterUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/login/RegisterUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/login/RegisterUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<JDialog id='registerUI'
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/models/EntityModel.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/models/EntityModel.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/models/EntityModel.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.models;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/models/FormMenu.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/models/FormMenu.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/models/FormMenu.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.models;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/models/FormTypeModel.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/models/FormTypeModel.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/models/FormTypeModel.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.models;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/models/RequestFieldMenu.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/models/RequestFieldMenu.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/models/RequestFieldMenu.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.models;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/CreateOfferDialogUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/CreateOfferDialogUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/CreateOfferDialogUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<JDialog id='createOfferDialogUI'
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/OfferEditHandler.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/OfferEditHandler.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/OfferEditHandler.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.offer;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/OfferEditUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/OfferEditUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/OfferEditUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<JPanel id='offerEditUI' layout='{new BorderLayout()}'>
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/OfferListColumnFactory.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/OfferListColumnFactory.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/OfferListColumnFactory.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.offer;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/OfferListHandler.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/OfferListHandler.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/OfferListHandler.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.offer;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/OfferListUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/OfferListUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/OfferListUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<JSplitPane id='offerList' constraints='BorderLayout.CENTER'
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/OfferTable.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/OfferTable.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/OfferTable.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.offer;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/RequestFormViewHandler.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/RequestFormViewHandler.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/RequestFormViewHandler.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.offer;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/RequestFormViewUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/RequestFormViewUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/RequestFormViewUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/ThesaurusCartographyUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/ThesaurusCartographyUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/ThesaurusCartographyUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<JFrame id='thesaurusCartographyUI'
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/ThesaurusHandler.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/ThesaurusHandler.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/ThesaurusHandler.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.offer;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/ThesaurusUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/ThesaurusUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/ThesaurusUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<Table id='thesaurusUI'>
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/VradiTabHeader.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/VradiTabHeader.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/VradiTabHeader.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<Table insets='0,0,0,0' opaque='false'>
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/CurrencyEditor.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/CurrencyEditor.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/CurrencyEditor.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<VradiEditor superGenericType='String, CurrencyEditorModel'>
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/CurrencyEditorModel.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/CurrencyEditorModel.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/CurrencyEditorModel.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.offer.editors;
@@ -93,4 +92,4 @@
pcs.firePropertyChange(PROPERTY_VALUE, oldValue, value);
}
-}
\ No newline at end of file
+}
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/DateEditor.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/DateEditor.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/DateEditor.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<VradiEditor superGenericType='Date, DateEditorModel'>
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/DateEditorModel.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/DateEditorModel.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/DateEditorModel.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.offer.editors;
@@ -72,4 +71,4 @@
setValue(cal.getTime());
}
}
-}
\ No newline at end of file
+}
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/DateTimeEditor.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/DateTimeEditor.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/DateTimeEditor.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<VradiEditor superGenericType='Date, DateEditorModel'>
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/EmailEditor.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/EmailEditor.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/EmailEditor.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<VradiEditor superGenericType='String, EmailEditorModel'>
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/EmailEditorModel.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/EmailEditorModel.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/EmailEditorModel.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.offer.editors;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/IdEditor.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/IdEditor.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/IdEditor.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<VradiEditor superGenericType='String, IdEditorModel'>
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/IdEditorModel.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/IdEditorModel.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/IdEditorModel.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.offer.editors;
@@ -33,4 +32,4 @@
private static final long serialVersionUID = 1L;
-}
\ No newline at end of file
+}
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/JListCellEditor.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/JListCellEditor.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/JListCellEditor.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.offer.editors;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/NumEditor.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/NumEditor.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/NumEditor.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<VradiEditor superGenericType='Float, NumEditorModel'>
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/NumEditorModel.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/NumEditorModel.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/NumEditorModel.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.offer.editors;
@@ -34,4 +33,4 @@
private static final long serialVersionUID = 1L;
-}
\ No newline at end of file
+}
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/StringEditor.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/StringEditor.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/StringEditor.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<VradiEditor superGenericType='String, StringEditorModel'>
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/StringEditorModel.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/StringEditorModel.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/StringEditorModel.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.offer.editors;
@@ -33,4 +32,4 @@
private static final long serialVersionUID = 1L;
-}
\ No newline at end of file
+}
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/TextEditor.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/TextEditor.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/TextEditor.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<VradiEditor superGenericType='String, TextEditorModel'>
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/TextEditorModel.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/TextEditorModel.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/TextEditorModel.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.offer.editors;
@@ -100,4 +99,4 @@
}
return text;
}
-}
\ No newline at end of file
+}
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/UrlEditor.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/UrlEditor.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/UrlEditor.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<VradiEditor superGenericType='String, UrlEditorModel'>
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/UrlEditorModel.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/UrlEditorModel.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/UrlEditorModel.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.offer.editors;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/VradiEditor.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/VradiEditor.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/VradiEditor.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<JPanel abstract='true'
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/VradiEditorModel.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/VradiEditorModel.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/editors/VradiEditorModel.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.offer.editors;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/models/OfferListTableModel.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/models/OfferListTableModel.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/models/OfferListTableModel.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.offer.models;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/validators/SimpleUrlValidator.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/validators/SimpleUrlValidator.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/validators/SimpleUrlValidator.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.offer.validators;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/widgets/AttachmentFileHandler.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/widgets/AttachmentFileHandler.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/widgets/AttachmentFileHandler.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.offer.widgets;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/widgets/EmbeddedFileHandler.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/widgets/EmbeddedFileHandler.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/widgets/EmbeddedFileHandler.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.offer.widgets;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/widgets/FormLinkCellRenderer.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/widgets/FormLinkCellRenderer.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/widgets/FormLinkCellRenderer.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.offer.widgets;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/widgets/RelatedFormHandler.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/widgets/RelatedFormHandler.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/widgets/RelatedFormHandler.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.offer.widgets;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/widgets/ReplaceFormHandler.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/widgets/ReplaceFormHandler.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/widgets/ReplaceFormHandler.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.offer.widgets;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/widgets/SelectFormUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/widgets/SelectFormUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/offer/widgets/SelectFormUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -1,25 +1,23 @@
<!--
#%L
Vradi :: Swing
-
$Id$
$HeadURL$
%%
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
-
+ it under the terms of the GNU Affero 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 Public License for more details.
-
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<JDialog id='selectFormUI'
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/renderers/ColorsMap.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/renderers/ColorsMap.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/renderers/ColorsMap.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.renderers;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/renderers/EntityRenderer.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/renderers/EntityRenderer.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/renderers/EntityRenderer.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.renderers;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/renderers/NumberListCellRenderer.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/renderers/NumberListCellRenderer.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/renderers/NumberListCellRenderer.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.renderers;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/renderers/ThesaurusHighlighter.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/renderers/ThesaurusHighlighter.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/renderers/ThesaurusHighlighter.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.renderers;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/renderers/VradiI18nTableCellRenderer.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/renderers/VradiI18nTableCellRenderer.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/renderers/VradiI18nTableCellRenderer.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.renderers;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/search/CriteriaField.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/search/CriteriaField.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/search/CriteriaField.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<Table id='vradiCriteriaField'>
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/search/CriteriaUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/search/CriteriaUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/search/CriteriaUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/search/MultipleSelectionEditor.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/search/MultipleSelectionEditor.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/search/MultipleSelectionEditor.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<JLabel genericType='B extends BusinessEntity'
@@ -95,4 +94,4 @@
]]></script>
-</JLabel>
\ No newline at end of file
+</JLabel>
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/search/PaginationUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/search/PaginationUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/search/PaginationUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<JPanel layout='{new BorderLayout()}'>
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/search/SearchHandler.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/search/SearchHandler.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/search/SearchHandler.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.search;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/search/SearchMultipleSelectionHandler.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/search/SearchMultipleSelectionHandler.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/search/SearchMultipleSelectionHandler.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.search;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/search/SearchUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/search/SearchUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/search/SearchUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<Table constraints='BorderLayout.NORTH'>
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/task/AbstractProgressBarUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/task/AbstractProgressBarUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/task/AbstractProgressBarUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<JDialog id='abstractProgressBarUI'
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/task/ProgressBarUI.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/task/ProgressBarUI.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/task/ProgressBarUI.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<AbstractProgressBarUI>
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/task/VradiTask.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/task/VradiTask.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/task/VradiTask.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.task;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/ThesaurusDataProvider.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/ThesaurusDataProvider.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/ThesaurusDataProvider.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.thesaurus;
@@ -145,4 +144,4 @@
queryParameters.setThesaurus(thesauruses);
return ToolTipHelper.getToolTip(formList);
}
-}
\ No newline at end of file
+}
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/helpers/ThesaurusDataHelper.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/helpers/ThesaurusDataHelper.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/helpers/ThesaurusDataHelper.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.thesaurus.helpers;
@@ -238,4 +237,4 @@
}
return result;
}
-}
\ No newline at end of file
+}
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/helpers/ThesaurusSelectionManager.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/helpers/ThesaurusSelectionManager.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/helpers/ThesaurusSelectionManager.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.thesaurus.helpers;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/helpers/ThesaurusTreeHelper.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/helpers/ThesaurusTreeHelper.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/helpers/ThesaurusTreeHelper.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.thesaurus.helpers;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/helpers/ThesaurusTreeTableHelper.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/helpers/ThesaurusTreeTableHelper.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/helpers/ThesaurusTreeTableHelper.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.thesaurus.helpers;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/loadors/RootThesaurusNodeLoadors.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/loadors/RootThesaurusNodeLoadors.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/loadors/RootThesaurusNodeLoadors.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.thesaurus.loadors;
@@ -88,4 +87,4 @@
}
return ids;
}
-}
\ No newline at end of file
+}
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/loadors/RootThesaurusTreeTableNodeLoadors.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/loadors/RootThesaurusTreeTableNodeLoadors.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/loadors/RootThesaurusTreeTableNodeLoadors.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.thesaurus.loadors;
@@ -93,4 +92,4 @@
}
return ids;
}
-}
\ No newline at end of file
+}
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/loadors/ThesaurusNodeLoadors.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/loadors/ThesaurusNodeLoadors.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/loadors/ThesaurusNodeLoadors.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.thesaurus.loadors;
@@ -80,4 +79,4 @@
}
return ids;
}
-}
\ No newline at end of file
+}
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/loadors/ThesaurusTreeTableNodeLoadors.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/loadors/ThesaurusTreeTableNodeLoadors.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/loadors/ThesaurusTreeTableNodeLoadors.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.thesaurus.loadors;
@@ -95,4 +94,4 @@
}
return ids;
}
-}
\ No newline at end of file
+}
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/models/ThesaurusTreeTableModel.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/models/ThesaurusTreeTableModel.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/thesaurus/models/ThesaurusTreeTableModel.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.thesaurus.models;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/tree/VradiDataProvider.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/tree/VradiDataProvider.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/tree/VradiDataProvider.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.tree;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/tree/VradiTreeNode.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/tree/VradiTreeNode.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/tree/VradiTreeNode.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.tree;
@@ -59,4 +58,4 @@
// cas final : sur un noeud de donnee + classe interne de donnee
return super.getContainerNode();
}
-}
\ No newline at end of file
+}
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/tree/VradiTreeTableNode.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/tree/VradiTreeTableNode.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/tree/VradiTreeTableNode.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.tree;
@@ -58,4 +57,4 @@
// cas final : sur un noeud de donnee + classe interne de donnee
return super.getContainerNode();
}
-}
\ No newline at end of file
+}
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/tree/helpers/VradiTreeHelper.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/tree/helpers/VradiTreeHelper.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/tree/helpers/VradiTreeHelper.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.tree.helpers;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/tree/loadors/AbstractVradiNodeLoadors.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/tree/loadors/AbstractVradiNodeLoadors.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/tree/loadors/AbstractVradiNodeLoadors.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.tree.loadors;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/widgets/MultipleSelectionFileHandler.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/widgets/MultipleSelectionFileHandler.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/widgets/MultipleSelectionFileHandler.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.widgets;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/widgets/MultipleSelectionHandler.java
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/widgets/MultipleSelectionHandler.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/widgets/MultipleSelectionHandler.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.widgets;
Modified: trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/widgets/MultipleSelectionPane.jaxx
===================================================================
--- trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/widgets/MultipleSelectionPane.jaxx 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/java/org/chorem/vradi/ui/widgets/MultipleSelectionPane.jaxx 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<JPanel id='multipleSelectionPane'
@@ -126,4 +125,4 @@
model='{listModel}'
cellRenderer='{listCellRenderer}'/>
</JScrollPane>
-</JPanel>
\ No newline at end of file
+</JPanel>
Modified: trunk/vradi-swing/src/main/resources/i18n/vradi-swing_fr_FR.properties
===================================================================
--- trunk/vradi-swing/src/main/resources/i18n/vradi-swing_fr_FR.properties 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/resources/i18n/vradi-swing_fr_FR.properties 2011-05-09 16:43:58 UTC (rev 21)
@@ -1,11 +1,11 @@
-Can't\ create\ new\ session=Impossible de cr\u00e9er une nouvelle session
-Can't\ create\ new\ session\ for\ reason\ \:\ %s=Impossible de cr\u00e9er une nouvelle session \:\n%s
+Can't\ create\ new\ session=Impossible de cr\u00E9er une nouvelle session
+Can't\ create\ new\ session\ for\ reason\ \:\ %s=Impossible de cr\u00E9er une nouvelle session \:\n%s
Can't\ download\ file=
-Can't\ found\ any\ opened\ mail\ session,\ please\ create\ a\ new\ session\ in\ mail\ management=Aucune session de mail trouv\u00e9e. Merci de cr\u00e9er une nouvelle session dans la gestion des mails.
+Can't\ found\ any\ opened\ mail\ session,\ please\ create\ a\ new\ session\ in\ mail\ management=Aucune session de mail trouv\u00E9e. Merci de cr\u00E9er une nouvelle session dans la gestion des mails.
Can't\ upload\ file=
Confirm\ thesaurus\ deletion=Confirmation de suppression du thesaurus
Error=Erreur
-Warning\ all\ your\ thesaurus\ will\ be\ deleted\ before\ new\ import.\ Do\ you\ want\ to\ continue\ ?=Attention, tous les thesaurus seront entierrement supprim\u00e9s avant le nouvel import.\n\u00cates-vous s\u00fbr de vouloir continuer ?
+Warning\ all\ your\ thesaurus\ will\ be\ deleted\ before\ new\ import.\ Do\ you\ want\ to\ continue\ ?=Attention, tous les thesaurus seront entierrement supprim\u00E9s avant le nouvel import.\n\u00CAtes-vous s\u00FBr de vouloir continuer ?
vradi.action.about=A propos
vradi.action.about.tip=A propos de l'application Vradi...
vradi.action.cancel=Annuler
@@ -18,24 +18,24 @@
vradi.action.configuration.tip=Modifier la configuration
vradi.action.exit=Quitter
vradi.action.exit.tip=Quitter vradi
-vradi.action.fullscreen=Plein \u00e9cran
-vradi.action.fullscreen.tip=Passer en mode plein \u00e9cran
+vradi.action.fullscreen=Plein \u00E9cran
+vradi.action.fullscreen.tip=Passer en mode plein \u00E9cran
vradi.action.help=Aide
vradi.action.help.tip=Afficher l'aide
vradi.action.locale.=
-vradi.action.locale.fr=Fran\u00e7ais
-vradi.action.locale.fr.tip=Changer la langue en fran\u00e7ais
+vradi.action.locale.fr=Fran\u00E7ais
+vradi.action.locale.fr.tip=Changer la langue en fran\u00E7ais
vradi.action.locale.uk=Anglais
vradi.action.locale.uk.tip=Changer la langue en anglais
vradi.action.normalscreen=Ecran normal
vradi.action.normalscreen.tip=Revenir en mode normal
vradi.action.select=Selectionnez
vradi.action.site=Site
-vradi.action.site.tip=Acc\u00e9der au site de Vradi
+vradi.action.site.tip=Acc\u00E9der au site de Vradi
vradi.action.stat=
vradi.action.test=
vradi.action.valid=Valider
-vradi.admin.cancel.message=\u00cates-vous s\u00fbr de vouloir annuler les changements ?
+vradi.admin.cancel.message=\u00CAtes-vous s\u00FBr de vouloir annuler les changements ?
vradi.admin.cancel.title=Annuler les changements ?
vradi.admin.client=Gestion des clients
vradi.admin.confirmDelete=Voulez vous supprimer \: %1$s ?
@@ -44,35 +44,35 @@
vradi.admin.exportCSV=Export
vradi.admin.exportTitle=Export des clients, utilisateurs et groupes
vradi.admin.form=Gestion des formulaires
-vradi.admin.formsCreated.message=R\u00e9sultat de la cr\u00e9ation \:\n
-vradi.admin.formsCreated.message.allWarning=- %1$s formulaires cr\u00e9\u00e9s\n- %2$d formulaires existants\n- %3$s erreurs de date\n- %4$s erreurs de nombre
-vradi.admin.formsCreated.missingFormType=Aucun Type de formulaire associ\u00e9.
-vradi.admin.formsCreated.title=R\u00e9sultat de la cr\u00e9ation
+vradi.admin.formsCreated.message=R\u00E9sultat de la cr\u00E9ation \:\n
+vradi.admin.formsCreated.message.allWarning=- %1$s formulaires cr\u00E9\u00E9s\n- %2$d formulaires existants\n- %3$s erreurs de date\n- %4$s erreurs de nombre
+vradi.admin.formsCreated.missingFormType=Aucun Type de formulaire associ\u00E9.
+vradi.admin.formsCreated.title=R\u00E9sultat de la cr\u00E9ation
vradi.admin.group=Gestion des groupes
vradi.admin.importButtonText=Importer
vradi.admin.importCSV=Import
vradi.admin.importTitle=Import des clients, utilisateurs et groupes
-vradi.admin.isInUse=Le status %1$s est encore utilis\u00e9, la suppression est impossible.
+vradi.admin.isInUse=Le status %1$s est encore utilis\u00E9, la suppression est impossible.
vradi.admin.isInUse.title=Impossible de supprimer le status
-vradi.admin.noSelection=Veuillez s\u00e9lectionner un noeud de l'arbre.
+vradi.admin.noSelection=Veuillez s\u00E9lectionner un noeud de l'arbre.
vradi.admin.saveAnswer=Modification en cours, voulez vous sauvegarder \:
vradi.admin.saveTitle=Sauvegarder ?
vradi.admin.status=Gestion des statuts
-vradi.admin.thesaurus=Gestion des th\u00e9saurus
+vradi.admin.thesaurus=Gestion des th\u00E9saurus
vradi.admin.title=Administration
vradi.admin.userEnable=Actif
vradi.admin.warnTitle=
vradi.admin.xmlStream=Gestion des flux XML
vradi.adminClient.adresse=Adresse
vradi.adminClient.contact=Contact
-vradi.adminClient.createClient=Cr\u00e9er un client
-vradi.adminClient.createUser=Cr\u00e9er un utilisateur
+vradi.adminClient.createClient=Cr\u00E9er un client
+vradi.adminClient.createUser=Cr\u00E9er un utilisateur
vradi.adminClient.deleteClient=Supprimer
vradi.adminClient.deleteGroup=Supprimer le groupe
vradi.adminClient.listGroup=Groupes
vradi.adminClient.name=Nom
vradi.adminClient.newClientName=Nouveau client
-vradi.adminClient.tel=T\u00e9l\u00e9phone
+vradi.adminClient.tel=T\u00E9l\u00E9phone
vradi.adminClient.title=Client \: %1$s
vradi.adminField.desc=Description
vradi.adminField.lbl=Label
@@ -80,26 +80,26 @@
vradi.adminField.new=Ajouter
vradi.adminField.title=Champs du formulaire
vradi.adminField.type=Type
-vradi.adminForm.createForm=Cr\u00e9er un type de formulaire
+vradi.adminForm.createForm=Cr\u00E9er un type de formulaire
vradi.adminForm.deleteFormType=Supprimer un type de formulaire
vradi.adminForm.title=Type de formulaire \: %1$s
vradi.adminFormType.askName=Nom du type de formulaire \:
-vradi.adminFormType.askNameInvalid=Le nom du type de formulaire contient des caracteres non alphanum\u00e9rique \!
+vradi.adminFormType.askNameInvalid=Le nom du type de formulaire contient des caracteres non alphanum\u00E9rique \!
vradi.adminFormType.askNameTitle=Nouveau type de formulaire
vradi.adminFormType.deleteFormType=Supprimer le type de formulaire
vradi.adminFormType.hideInfogene=Cacher l'infogene
vradi.adminFormType.showInfogene=Afficher l'infogene
-vradi.adminFormType.template.download=T\u00e9l\u00e9charger
+vradi.adminFormType.template.download=T\u00E9l\u00E9charger
vradi.adminFormType.template.fieldBinding=Associez les champs
vradi.adminFormType.template.fieldBinding.label=Associez les champs du document OpenOffice aux champs du formulaire \:
vradi.adminFormType.template.fieldBinding.title=Associez les champs du document OpenOffice aux champs du formulaire
-vradi.adminFormType.template.label=Mod\u00e8le de g\u00e9n\u00e9ration PDF \:
+vradi.adminFormType.template.label=Mod\u00E8le de g\u00E9n\u00E9ration PDF \:
vradi.adminFormType.template.new=Ajouter
vradi.adminFormType.template.showExample=Voir un exemple
-vradi.adminFormType.template.showExample.error.message=Aucun formulaire de ce type n'a \u00e9t\u00e9 enregistr\u00e9.\nAucun aper\u00e7u n'est donc disponible.
+vradi.adminFormType.template.showExample.error.message=Aucun formulaire de ce type n'a \u00E9t\u00E9 enregistr\u00E9.\nAucun aper\u00E7u n'est donc disponible.
vradi.adminFormType.template.showExample.error.title=Aucun formulaire de ce type
-vradi.adminGroup.addUser=Ajout l'utilisateur s\u00e9lectionn\u00e9 dans le groupe
-vradi.adminGroup.createGroup=Cr\u00e9er un groupe
+vradi.adminGroup.addUser=Ajout l'utilisateur s\u00E9lectionn\u00E9 dans le groupe
+vradi.adminGroup.createGroup=Cr\u00E9er un groupe
vradi.adminGroup.listUsers=Utilisateurs
vradi.adminGroup.name=Groupes
vradi.adminGroup.newGroupName=Nouveau groupe
@@ -107,47 +107,47 @@
vradi.adminGroup.title=Groupe \: %1$s
vradi.adminRequest.cancel=Annuler
vradi.adminRequest.edit=Editer
-vradi.adminRequest.history.show=Voir l'historique des requ\u00eates
-vradi.adminRequest.new=Nouvelle requ\u00eate
+vradi.adminRequest.history.show=Voir l'historique des requ\u00EAtes
+vradi.adminRequest.new=Nouvelle requ\u00EAte
vradi.adminRequest.remove=Supprimer
-vradi.adminRequest.title=Requ\u00eates \:
+vradi.adminRequest.title=Requ\u00EAtes \:
vradi.adminRequest.valid=Valider
-vradi.adminStatus.createStatus=Cr\u00e9er un nouveau statut
+vradi.adminStatus.createStatus=Cr\u00E9er un nouveau statut
vradi.adminStatus.desc=Description
vradi.adminStatus.name=Nom
vradi.adminStatus.newStatusName=Nouveau statut
vradi.adminStatus.title=Gestion des statuts
-vradi.adminThesaurus.askCreateRootThesaurus=\u00cates-vous s\u00fbr de vouloir cr\u00e9ez le nouveau th\u00e9saurus %1$s ?
-vradi.adminThesaurus.askDeleteRootThesaurus=\u00cates-vous s\u00fbr de vouloir supprimer le th\u00e9saurus %1$s ainsi que tout ses descripteurs ?
-vradi.adminThesaurus.askDeleteThesaurus=\u00cates-vous s\u00fbr de vouloir supprimer le descripteur %1$s ainsi que tout ses fils (%2$s formulaires seront impact\u00e9) ?
-vradi.adminThesaurus.askEditRootThesaurus=\u00cates-vous s\u00fbr de vouloir renommer le th\u00e9saurus %1$s en %2$s ?
-vradi.adminThesaurus.askEditThesaurus=Voulez-vous sauvegarder les modifications pour le descripteur %1$s (%2$s formulaires seront impact\u00e9) ?
-vradi.adminThesaurus.askMoveThesaurus=\u00cates-vous s\u00fbr de vouloir d\u00e9placer le descripteur %1$s ?
-vradi.adminThesaurus.askRootThesaurusEditName=Choisisez un nouveau nom pour le th\u00e9saurus %1$s
-vradi.adminThesaurus.askRootThesaurusName=Choisisez un nom pour le th\u00e9saurus
-vradi.adminThesaurus.askRootThesaurusTitle=Nouveau th\u00e9saurus
+vradi.adminThesaurus.askCreateRootThesaurus=\u00CAtes-vous s\u00FBr de vouloir cr\u00E9ez le nouveau th\u00E9saurus %1$s ?
+vradi.adminThesaurus.askDeleteRootThesaurus=\u00CAtes-vous s\u00FBr de vouloir supprimer le th\u00E9saurus %1$s ainsi que tout ses descripteurs ?
+vradi.adminThesaurus.askDeleteThesaurus=\u00CAtes-vous s\u00FBr de vouloir supprimer le descripteur %1$s ainsi que tout ses fils (%2$s formulaires seront impact\u00E9) ?
+vradi.adminThesaurus.askEditRootThesaurus=\u00CAtes-vous s\u00FBr de vouloir renommer le th\u00E9saurus %1$s en %2$s ?
+vradi.adminThesaurus.askEditThesaurus=Voulez-vous sauvegarder les modifications pour le descripteur %1$s (%2$s formulaires seront impact\u00E9) ?
+vradi.adminThesaurus.askMoveThesaurus=\u00CAtes-vous s\u00FBr de vouloir d\u00E9placer le descripteur %1$s ?
+vradi.adminThesaurus.askRootThesaurusEditName=Choisisez un nouveau nom pour le th\u00E9saurus %1$s
+vradi.adminThesaurus.askRootThesaurusName=Choisisez un nom pour le th\u00E9saurus
+vradi.adminThesaurus.askRootThesaurusTitle=Nouveau th\u00E9saurus
vradi.adminThesaurus.comment=Commentaire
-vradi.adminThesaurus.creationTitle=Cr\u00e9ation d'un descripteur
+vradi.adminThesaurus.creationTitle=Cr\u00E9ation d'un descripteur
vradi.adminThesaurus.editTitle=Edition du descripteur \: %1$s
vradi.adminThesaurus.exportButtonText=Exporter
vradi.adminThesaurus.exportThesaurusCSV=Export
-vradi.adminThesaurus.exportThesaurusTitle=Exporter le th\u00e9saurus
+vradi.adminThesaurus.exportThesaurusTitle=Exporter le th\u00E9saurus
vradi.adminThesaurus.importButtonText=Importer
vradi.adminThesaurus.importThesaurusCSV=Import
-vradi.adminThesaurus.importTitle=Importer le th\u00e9saurus
-vradi.adminThesaurus.move=D\u00e9placer
+vradi.adminThesaurus.importTitle=Importer le th\u00E9saurus
+vradi.adminThesaurus.move=D\u00E9placer
vradi.adminThesaurus.moveTitle=Sauvegarder ?
vradi.adminThesaurus.orderName=Ordre - Nom
vradi.adminThesaurus.path=Chemin \:
-vradi.adminThesaurus.rootThesaurusInvalidName=Le nom du th\u00e9saurus est utilis\u00e9 pour cr\u00e9er des requ\u00eates,\nil ne doit contenir que des carat\u00e8res alphanum\u00e9rique.
-vradi.adminThesaurus.select=S\u00e9lectionnez le descripteur de destination
-vradi.adminThesaurus.selectAsk=D\u00e9placer le descripteur vers...
+vradi.adminThesaurus.rootThesaurusInvalidName=Le nom du th\u00E9saurus est utilis\u00E9 pour cr\u00E9er des requ\u00EAtes,\nil ne doit contenir que des carat\u00E8res alphanum\u00E9rique.
+vradi.adminThesaurus.select=S\u00E9lectionnez le descripteur de destination
+vradi.adminThesaurus.selectAsk=D\u00E9placer le descripteur vers...
vradi.adminThesaurus.tags=Tags
-vradi.adminThesaurus.warnNameIsExisting=Le descripteur "%s" existe d\u00e9j\u00e0 dans ce thesaurus
+vradi.adminThesaurus.warnNameIsExisting=Le descripteur "%s" existe d\u00E9j\u00E0 dans ce thesaurus
vradi.adminThesaurus.warnTitle=Descripteur existant
vradi.adminUi.invalid.email=Adresse email non valide
vradi.adminUi.invalid.url=URL non valide
-vradi.adminUi.regex.fieldselect.nameValue=Les caract\u00e8res sp\u00e9ciaux ne sont pas autoris\u00e9s
+vradi.adminUi.regex.fieldselect.nameValue=Les caract\u00E8res sp\u00E9ciaux ne sont pas autoris\u00E9s
vradi.adminUi.required.client.name=Ce champ est obligatoire
vradi.adminUi.required.fieldselect.nameValue=Ce champ est obligatoire
vradi.adminUi.required.fieldselect.type=Ce champ est obligatoire
@@ -156,47 +156,47 @@
vradi.adminUi.required.xmlStream.formTypeName=Ce champ est obligatoire
vradi.adminUi.required.xmlStream.name=Ce champ est obligatoire
vradi.adminUi.required.xmlStream.url=Ce champ est obligatoire
-vradi.adminUser.addGroup=Ajouter l'utilisateur au groupe s\u00e9lectionn\u00e9
+vradi.adminUser.addGroup=Ajouter l'utilisateur au groupe s\u00E9lectionn\u00E9
vradi.adminUser.adresse=Adresse
-vradi.adminUser.beginSearchDate=Date de d\u00e9but de recherche
-vradi.adminUser.createUser=Cr\u00e9er un utilisateur
+vradi.adminUser.beginSearchDate=Date de d\u00E9but de recherche
+vradi.adminUser.createUser=Cr\u00E9er un utilisateur
vradi.adminUser.deleteUser=Supprimer
vradi.adminUser.mail=Email
vradi.adminUser.name=Nom
vradi.adminUser.newUserName=Nouvel utilisateur
-vradi.adminUser.phone=T\u00e9l\u00e9phone
-vradi.adminUser.removeGroup=Retirer l'utilisateur du groupe s\u00e9lectionn\u00e9
+vradi.adminUser.phone=T\u00E9l\u00E9phone
+vradi.adminUser.removeGroup=Retirer l'utilisateur du groupe s\u00E9lectionn\u00E9
vradi.adminUser.service=Service
vradi.adminUser.title=Utilisateur \: %1$s
-vradi.adminXmlStream.assignAuto=S\u00e9lection automatique des formulaires
+vradi.adminXmlStream.assignAuto=S\u00E9lection automatique des formulaires
vradi.adminXmlStream.config=Configurer les flux XML
-vradi.adminXmlStream.config.label.hours=\u00e0 la minute
-vradi.adminXmlStream.config.load=Charger les nouveaux formulaires \u00e0
+vradi.adminXmlStream.config.label.hours=\u00E0 la minute
+vradi.adminXmlStream.config.load=Charger les nouveaux formulaires \u00E0
vradi.adminXmlStream.config.title=Configuration des flux XML
vradi.adminXmlStream.createForms=Forcer l'import du flux
vradi.adminXmlStream.createNewWebHarvest.toolTip=Ouvrir l'editeur de script web harvest
-vradi.adminXmlStream.createWebHarvestStream=Cr\u00e9er un flux Web Harvest
-vradi.adminXmlStream.createXmlStream=Cr\u00e9er un flux
+vradi.adminXmlStream.createWebHarvestStream=Cr\u00E9er un flux Web Harvest
+vradi.adminXmlStream.createXmlStream=Cr\u00E9er un flux
vradi.adminXmlStream.deleteXmlStream=Supprimer le flux XML
-vradi.adminXmlStream.formType=Type de formulaire associ\u00e9
-vradi.adminXmlStream.hideForm=Cacher les d\u00e9tails du flux XML
+vradi.adminXmlStream.formType=Type de formulaire associ\u00E9
+vradi.adminXmlStream.hideForm=Cacher les d\u00E9tails du flux XML
vradi.adminXmlStream.name=Nom
vradi.adminXmlStream.newFormTypeName=Nouveau type de formulaire
vradi.adminXmlStream.newStreamName=Nouveau flux
vradi.adminXmlStream.newWebHarvestStreamName=Nouveau flux web harvest
-vradi.adminXmlStream.showForm=Voir les d\u00e9tails du flux XML
-vradi.adminXmlStream.startUrl=URL d'entr\u00e9 du script
-vradi.adminXmlStream.table.field.defaultValue=Valeur par d\u00e9faut
-vradi.adminXmlStream.table.field.defaultValue.tip=Valeur par d\u00e9faut
+vradi.adminXmlStream.showForm=Voir les d\u00E9tails du flux XML
+vradi.adminXmlStream.startUrl=URL d'entr\u00E9 du script
+vradi.adminXmlStream.table.field.defaultValue=Valeur par d\u00E9faut
+vradi.adminXmlStream.table.field.defaultValue.tip=Valeur par d\u00E9faut
vradi.adminXmlStream.table.field.name=Champs du type de formulaire
-vradi.adminXmlStream.table.field.name.tip=Champs du type de formulaire \u00e0 associer
+vradi.adminXmlStream.table.field.name.tip=Champs du type de formulaire \u00E0 associer
vradi.adminXmlStream.table.field.values=Valeur du flux
-vradi.adminXmlStream.table.field.values.tip=Valeur du flux xml \u00e0 associer au type de formulaire
+vradi.adminXmlStream.table.field.values.tip=Valeur du flux xml \u00E0 associer au type de formulaire
vradi.adminXmlStream.title=Flux XML \: %1$s
vradi.adminXmlStream.url=URL du flux XML
vradi.adminXmlStream.validateUrl=Valider
-vradi.adminXmlStream.webHarvestScript=Script \u00e0 executer
-vradi.binding.forms.concurrence.message=Une erreur de concurrence est apparue.\nV\u00e9rifiez que personne n'effectue la m\u00eame op\u00e9ration et recommencez.
+vradi.adminXmlStream.webHarvestScript=Script \u00E0 executer
+vradi.binding.forms.concurrence.message=Une erreur de concurrence est apparue.\nV\u00E9rifiez que personne n'effectue la m\u00EAme op\u00E9ration et recommencez.
vradi.changelog.title=Changelog
vradi.client.category=Clients
vradi.common.alls=Tous
@@ -209,11 +209,11 @@
vradi.common.ok=Valider
vradi.common.paste=Coller
vradi.common.save=Sauvegarder
-vradi.common.select=S\u00e9lectionner
+vradi.common.select=S\u00E9lectionner
vradi.common.timeseparator=\:
vradi.common.validate=Valider
-vradi.config.category.directories=R\u00e9pertoires
-vradi.config.category.directories.description=R\u00e9pertoires de l'application
+vradi.config.category.directories=R\u00E9pertoires
+vradi.config.category.directories.description=R\u00E9pertoires de l'application
vradi.config.category.other=Autre
vradi.config.category.other.description=Autres options
vradi.config.category.remote=Serveur
@@ -235,34 +235,34 @@
vradi.config.thesaurus.color.description=
vradi.config.thesaurus.description=
vradi.config.thesaurus.expanded.description=
-vradi.config.ui.fullscreen=Pour afficher l'aplication en mode plein \u00e9cran
-vradi.config.ui.locale=Langue utilis\u00e9e par l'application (fr_FR, en_GB)
+vradi.config.ui.fullscreen=Pour afficher l'aplication en mode plein \u00E9cran
+vradi.config.ui.locale=Langue utilis\u00E9e par l'application (fr_FR, en_GB)
vradi.config.version.description=
-vradi.config.wikitty.notifier.transporter.class.description=Class utilis\u00e9 pour transporter les \u00e9venements
+vradi.config.wikitty.notifier.transporter.class.description=Class utilis\u00E9 pour transporter les \u00E9venements
vradi.config.wikitty.propagate.propagateEvent.description=Definie si l'instance est en mode serveur ou non
-vradi.config.wikitty.xmpp.room.description=Adresse du salon XMPP auquel ce connecter pour recevoir les \u00e9venements
+vradi.config.wikitty.xmpp.room.description=Adresse du salon XMPP auquel ce connecter pour recevoir les \u00E9venements
vradi.config.wikitty.xmpp.server.description=Adresse du serveur XMPP
vradi.config.xmlStreams.description=
vradi.createForm.askName=Nom du nouveau formulaire
vradi.createForm.askType=Type du nouveau formulaire
vradi.criteria.cartography=Cartographie / Thesaurus
vradi.criteria.clear=Effacer
-vradi.criteria.collapse=Avanc\u00e9e -
+vradi.criteria.collapse=Avanc\u00E9e -
vradi.criteria.empty=Aucun
vradi.criteria.formType=Type de formulaire
vradi.criteria.from=De
-vradi.criteria.notCollapse=Avanc\u00e9e +
+vradi.criteria.notCollapse=Avanc\u00E9e +
vradi.criteria.search=Rechercher
vradi.criteria.searchLast30days=30 derniers jours
vradi.criteria.searchLastDay=Hier
vradi.criteria.searchThisMonth=Mois courant
vradi.criteria.searchToDay=Aujourd'hui
vradi.criteria.status=Statut \:
-vradi.criteria.to=\u00e0
-vradi.criteria.typeDate=Date concern\u00e9e
-vradi.criteria.typeDate.Form.datePeremption=Date de p\u00e9remption
+vradi.criteria.to=\u00E0
+vradi.criteria.typeDate=Date concern\u00E9e
+vradi.criteria.typeDate.Form.datePeremption=Date de p\u00E9remption
vradi.criteria.typeDate.Form.datePub=Date de publication
-vradi.criteria.typeDate.Infogene.creationDate=Date de cr\u00e9ation
+vradi.criteria.typeDate.Infogene.creationDate=Date de cr\u00E9ation
vradi.criteria.xmlStream=Flux XML \:
vradi.date.required.value=Ce champ est obligatoire
vradi.edit.proposition=Propositions
@@ -275,24 +275,24 @@
vradi.editor.removeXML=<...>
vradi.editor.removeXMLToolTip=Supprimer les balises XML
vradi.editor.unescapeXML=XML
-vradi.editor.unescapeXMLToolTip=Suppression des caract\u00e8res sp\u00e9ciaux XML
-vradi.email.addGroup=Envoyer \u00e0 un groupe
-vradi.email.addUser=Envoyer \u00e0 un utilisateur
+vradi.editor.unescapeXMLToolTip=Suppression des caract\u00E8res sp\u00E9ciaux XML
+vradi.email.addGroup=Envoyer \u00E0 un groupe
+vradi.email.addUser=Envoyer \u00E0 un utilisateur
vradi.email.askAbordSendingTitle=Continuer l'envoi ?
-vradi.email.askModelEmpty=Le type de formulaire %1$s n'a pas de template associ\u00e9.\n\u00eates-vous s\u00fbr de vouloir continuer l'envoi ?
-vradi.email.askUserEmailEmpty=L'utilisateur %1$s (du client %2$s) n'a pas d'email.\n\u00eates-vous s\u00fbr de vouloir continuer l'envoi ?
+vradi.email.askModelEmpty=Le type de formulaire %1$s n'a pas de template associ\u00E9.\n\u00EAtes-vous s\u00FBr de vouloir continuer l'envoi ?
+vradi.email.askUserEmailEmpty=L'utilisateur %1$s (du client %2$s) n'a pas d'email.\n\u00EAtes-vous s\u00FBr de vouloir continuer l'envoi ?
vradi.email.bindSession=Associer les formulaires aux utilisateurs
vradi.email.clientFilter=par clients
-vradi.email.confimCloseSession=\u00cates-vous s\u00fbr de vouloir supprimer la session active ?\n\nATTENTION \: La session ne pourra pas \u00eatre r\u00e9ouverte \!
+vradi.email.confimCloseSession=\u00CAtes-vous s\u00FBr de vouloir supprimer la session active ?\n\nATTENTION \: La session ne pourra pas \u00EAtre r\u00E9ouverte \!
vradi.email.confimCloseSession.titles=Supprimer la session active ?
-vradi.email.confirmAddGroup=\u00cates-vous s\u00fbr de vouloir ajouter l'envoi des formulaires \: \n%1$s \n\naux groupes suivants \: \n%2$s
-vradi.email.confirmAddTitle=Ajout des formulaires \u00e0 la session d'envoie
-vradi.email.confirmAddUser=\u00cates-vous s\u00fbr de vouloir ajouter l'envoi des formulaires \: \n%1$s \n\naux utilisateurs suivants \: \n%2$s
-vradi.email.confirmDelete=\u00cates-vous s\u00fbr de vouloir supprimer l'envoi de ce formulaire \: %1$s
+vradi.email.confirmAddGroup=\u00CAtes-vous s\u00FBr de vouloir ajouter l'envoi des formulaires \: \n%1$s \n\naux groupes suivants \: \n%2$s
+vradi.email.confirmAddTitle=Ajout des formulaires \u00E0 la session d'envoie
+vradi.email.confirmAddUser=\u00CAtes-vous s\u00FBr de vouloir ajouter l'envoi des formulaires \: \n%1$s \n\naux utilisateurs suivants \: \n%2$s
+vradi.email.confirmDelete=\u00CAtes-vous s\u00FBr de vouloir supprimer l'envoi de ce formulaire \: %1$s
vradi.email.confirmDeleteTitle=Suppression d'un formulaire ?
-vradi.email.confirmRemoveForms=\u00cates-vous s\u00fbr de vouloir supprimer les formulaires suivantes de la session pour tout les utilisateurs \:\n%1$s
+vradi.email.confirmRemoveForms=\u00CAtes-vous s\u00FBr de vouloir supprimer les formulaires suivantes de la session pour tout les utilisateurs \:\n%1$s
vradi.email.confirmRemoveFormsTitle=Suppression de formulaires
-vradi.email.confirmRemoveUserForms=\u00cates-vous s\u00fbr de vouloir supprimer les formulaires suivantes de la session pour l'utilisateurs %1$s \:\n%1$s
+vradi.email.confirmRemoveUserForms=\u00CAtes-vous s\u00FBr de vouloir supprimer les formulaires suivantes de la session pour l'utilisateurs %1$s \:\n%1$s
vradi.email.confirmRemoveUserFormsTitle=Suppression de formulaires
vradi.email.confirmRevertFormDeletion=Etes-vous sur le vouloir annuler la suppression des formulaires suivants \: \n%1$s
vradi.email.confirmRevertFormDeletionTitle=Annuler la suppression des formulaires ?
@@ -300,68 +300,68 @@
vradi.email.confirmRevertGroupFormDeletionTitle=Annuler la suppression des formulaires ?
vradi.email.confirmRevertUserFormDeletion=Etes-vous sur le vouloir annuler pour les utilisateurs \n\n'%2$s'\n\nla suppression des formulaires suivants \: \n%1$s
vradi.email.confirmRevertUserFormDeletionTitle=Annuler la suppression des formulaires ?
-vradi.email.confirmSelectionForm=Le formulaire '%1$s' doit \u00eatre s\u00e9lectionn\u00e9 pour l'envoi,\n\u00eates-vous sur de vouloir s\u00e9lectionner ce formulaire ?
+vradi.email.confirmSelectionForm=Le formulaire '%1$s' doit \u00EAtre s\u00E9lectionn\u00E9 pour l'envoi,\n\u00EAtes-vous sur de vouloir s\u00E9lectionner ce formulaire ?
vradi.email.confirmSelectionForm.title=Changer le status du formulaire
-vradi.email.confirmSendSending=\u00cates-vous s\u00fbr de vouloir r\u00e9envoyer les emails \u00e0 %1$s ?
+vradi.email.confirmSendSending=\u00CAtes-vous s\u00FBr de vouloir r\u00E9envoyer les emails \u00E0 %1$s ?
vradi.email.confirmSendSending.askMail=Veuillez saisir l'adresse mail \:
-vradi.email.confirmSendSending.askMailTitle=Destinataire personnalis\u00e9
+vradi.email.confirmSendSending.askMailTitle=Destinataire personnalis\u00E9
vradi.email.confirmSendSending.optionNo=Non
vradi.email.confirmSendSending.optionOtherMail=Saisir l'email du destinataire
vradi.email.confirmSendSending.optionYes=Oui
-vradi.email.confirmSendSendingTitle=R\u00e9envoy\u00e9 ?
-vradi.email.confirmSendSession=\u00cates-vous s\u00fbr de vouloir traiter la session en cours ?
+vradi.email.confirmSendSendingTitle=R\u00E9envoy\u00E9 ?
+vradi.email.confirmSendSession=\u00CAtes-vous s\u00FBr de vouloir traiter la session en cours ?
vradi.email.confirmSendSessionTitle=Confirmation d'envoi
-vradi.email.deleteSession=D\u00e9truire la session
+vradi.email.deleteSession=D\u00E9truire la session
vradi.email.filter=Filtrer
vradi.email.formFilter=par formulaires
vradi.email.formGroupTitle=Groupes
vradi.email.formUserTitle=Utilisateurs
vradi.email.forms.revertDeletion=Annuler les suppressions
-vradi.email.generation=G\u00e9n\u00e9ration des pdf
-vradi.email.generation.msg=G\u00e9n\u00e9ration des pdf
-vradi.email.generation.title=Les PDF sont en cours de g\u00e9n\u00e9ration
+vradi.email.generation=G\u00E9n\u00E9ration des pdf
+vradi.email.generation.msg=G\u00E9n\u00E9ration des pdf
+vradi.email.generation.title=Les PDF sont en cours de g\u00E9n\u00E9ration
vradi.email.groupFilter=par groupes
vradi.email.hideForm=
vradi.email.hideSessionParagraph=Cacher le paragraphe de la session
vradi.email.invalid.value=
-vradi.email.newSession=Cr\u00e9er une nouvelle session
-vradi.email.noSelection=Veuillez s\u00e9lectionner un utilisateur ou une s\u00e9ssion dans l'arbre.
+vradi.email.newSession=Cr\u00E9er une nouvelle session
+vradi.email.noSelection=Veuillez s\u00E9lectionner un utilisateur ou une s\u00E9ssion dans l'arbre.
vradi.email.paragraph=Paragraphe
-vradi.email.receptionProof=Accus\u00e9 de r\u00e9ception
-vradi.email.removeFormFromSession=Supprimer les formulaires selectionn\u00e9 de la session
-vradi.email.removeFormFromSessionForUser=Supprimer les formulaires selectionn\u00e9 de la session pour l'utilisateur
+vradi.email.receptionProof=Accus\u00E9 de r\u00E9ception
+vradi.email.removeFormFromSession=Supprimer les formulaires selectionn\u00E9 de la session
+vradi.email.removeFormFromSessionForUser=Supprimer les formulaires selectionn\u00E9 de la session pour l'utilisateur
vradi.email.required.value=Email requis
-vradi.email.sendSending=R\u00e9envoyer les formulaires
-vradi.email.sendSending.sendError=L'envoi de l'email a \u00e9chou\u00e9 \: %1$s
+vradi.email.sendSending=R\u00E9envoyer les formulaires
+vradi.email.sendSending.sendError=L'envoi de l'email a \u00E9chou\u00E9 \: %1$s
vradi.email.sendSession=Envoyer les formulaires de la session
-vradi.email.sendSession.error=L'envoi des emails a \u00e9chou\u00e9
+vradi.email.sendSession.error=L'envoi des emails a \u00E9chou\u00E9
vradi.email.sendSession.msg=Envoi des messages
vradi.email.sendSession.title=Les messages sont en cours d'envoi
vradi.email.session=Date d'envoi
-vradi.email.sessionAttachedfile=Fichiers attach\u00e9s
+vradi.email.sessionAttachedfile=Fichiers attach\u00E9s
vradi.email.sessionParagraph=Paragraphe pour cette session
vradi.email.showForm=
vradi.email.showSessionParagraph=Afficher le paragraphe de la session
vradi.email.status=Statuts \:
-vradi.email.thesaurusToolTipTitle=Descripteurs associ\u00e9s \:
+vradi.email.thesaurusToolTipTitle=Descripteurs associ\u00E9s \:
vradi.email.title=Envoi des emails
vradi.email.titleGroup=Session d'envoi pour le groupe %1$s
vradi.email.titleUser=Session d'envoi pour l'utilisateur %1$s
vradi.email.userFilter=par utilisateurs
-vradi.entity.creation.date=cr\u00e9\u00e9 le %1$td/%1$tm/%1$ty \u00e0 %1$tk\:%1$tM\:%1$tS
-vradi.entity.lastModified.date.user=derni\u00e8re modification le %1$td/%1$tm/%1$ty \u00e0 %1$tk\:%1$tM\:%1$tS par %2$s
+vradi.entity.creation.date=cr\u00E9\u00E9 le %1$td/%1$tm/%1$ty \u00E0 %1$tk\:%1$tM\:%1$tS
+vradi.entity.lastModified.date.user=derni\u00E8re modification le %1$td/%1$tm/%1$ty \u00E0 %1$tk\:%1$tM\:%1$tS par %2$s
vradi.error.cantOpenHistory=Impossible d'ouvrir l'historique des requettes.
vradi.error.cantOpenHistory.title=Impossible d'ouvrir l'historique des requettes
-vradi.error.executeTask=La t\u00e2che est en erreur \:
-vradi.error.fieldsBinding.errors=[Erreur] Voici la liste des champs du mod\u00e8le qui ne sont pas associ\u00e9 \:\n%1$s\n\n
-vradi.error.fieldsBinding.msg=Tous les champs ne sont pas associ\u00e9, \u00eates vous s\u00fbr de vouloir sauvegarder ?\n\n
-vradi.error.fieldsBinding.title=Etes vous s\u00fbr de vouloir sauvegarder ?
-vradi.error.fieldsBinding.warns=[Attention] Voici la liste des champs du type de formulaire qui ne sont pas associ\u00e9 \:\n%1$s\n\n
-vradi.error.fileNotFound=Le fichier '%1$s' n'a pas \u00e9t\u00e9 trouv\u00e9 sur le serveur, \nassurez-vous de bien avoir sauvegard\u00e9 le formulaire avant de t\u00e9lecharger un fichier joint.
-vradi.error.fileNotFound.title=Fichier non pr\u00e9sent sur le serveur
-vradi.error.formTypeDeletionUsed=Le type de formulaire '%1$s' est encore utilis\u00e9, la suppression est impossible.
+vradi.error.executeTask=La t\u00E2che est en erreur \:
+vradi.error.fieldsBinding.errors=[Erreur] Voici la liste des champs du mod\u00E8le qui ne sont pas associ\u00E9 \:\n%1$s\n\n
+vradi.error.fieldsBinding.msg=Tous les champs ne sont pas associ\u00E9, \u00EAtes vous s\u00FBr de vouloir sauvegarder ?\n\n
+vradi.error.fieldsBinding.title=Etes vous s\u00FBr de vouloir sauvegarder ?
+vradi.error.fieldsBinding.warns=[Attention] Voici la liste des champs du type de formulaire qui ne sont pas associ\u00E9 \:\n%1$s\n\n
+vradi.error.fileNotFound=Le fichier '%1$s' n'a pas \u00E9t\u00E9 trouv\u00E9 sur le serveur, \nassurez-vous de bien avoir sauvegard\u00E9 le formulaire avant de t\u00E9lecharger un fichier joint.
+vradi.error.fileNotFound.title=Fichier non pr\u00E9sent sur le serveur
+vradi.error.formTypeDeletionUsed=Le type de formulaire '%1$s' est encore utilis\u00E9, la suppression est impossible.
vradi.error.formTypeDeletionUsed.title=Suppression impossible
-vradi.error.formWikittyObselete=Le formulaire '%1$s' \u00e0 \u00e9t\u00e9 modifi\u00e9 pendant que vous l'\u00e9ditiez, \nles modifications serons perdus.
+vradi.error.formWikittyObselete=Le formulaire '%1$s' \u00E0 \u00E9t\u00E9 modifi\u00E9 pendant que vous l'\u00E9ditiez, \nles modifications serons perdus.
vradi.error.formWikittyObselete.title=Sauvegarde impossible
vradi.error.sending.sendDialogError=Voici l'erreur survenus pendant l'envoie de l'email \:\n%1$s
vradi.error.sending.sendDialogError.title=Erreur lors de l'envoie de l'email
@@ -373,43 +373,43 @@
vradi.export.filter.csv=Fichier csv
vradi.export.validate.label=Exporter
vradi.file.template.description=Fichier OpenOffice (*.odt, *.ott)
-vradi.file.template.wrongFileNamePattern=Le nom de fichier %s n'est pas valide \!\nIl ne doit \u00eatre compos\u00e9 que \u00de caract\u00e8res alphanum\u00e9riques.
+vradi.file.template.wrongFileNamePattern=Le nom de fichier %s n'est pas valide \!\nIl ne doit \u00EAtre compos\u00E9 que \u00DE caract\u00E8res alphanum\u00E9riques.
vradi.form.datePeremption=Date de peremption
vradi.form.datePub=Date de publication
vradi.form.xmlStream=Flux
vradi.formType.category=Type de formulaires
-vradi.forms.returned=formulaires trouv\u00e9s
-vradi.forms.shown=Nombre de formulaires \u00e0 afficher
+vradi.forms.returned=formulaires trouv\u00E9s
+vradi.forms.shown=Nombre de formulaires \u00E0 afficher
vradi.group.category=Groupes
vradi.help.top.title=
vradi.infogene.country=Pays
-vradi.infogene.creationDate=Date de cr\u00e9ation
-vradi.infogene.department=D\u00e9partement
+vradi.infogene.creationDate=Date de cr\u00E9ation
+vradi.infogene.department=D\u00E9partement
vradi.infogene.description=Description
-vradi.infogene.entity=Entit\u00e9
+vradi.infogene.entity=Entit\u00E9
vradi.infogene.id=Identifiant
vradi.infogene.objet=Objet
vradi.infogene.sourceText=Source
vradi.infogene.sourceURL=URL source
vradi.infogene.status=Status
-vradi.init.closed=Vradi a \u00e9t\u00e9 ferm\u00e9 \u00e0 %1$s
-vradi.init.context.done=Initialisation du contexte termin\u00e9e en %1$s.
-vradi.init.ui.done=Initialisation de l'interface graphique termin\u00e9e en %1$s.
-vradi.list.requests=Requ\u00eates
+vradi.init.closed=Vradi a \u00E9t\u00E9 ferm\u00E9 \u00E0 %1$s
+vradi.init.context.done=Initialisation du contexte termin\u00E9e en %1$s.
+vradi.init.ui.done=Initialisation de l'interface graphique termin\u00E9e en %1$s.
+vradi.list.requests=Requ\u00EAtes
vradi.login.cancel=Annuler
vradi.login.email=Email
vradi.login.error=Erreur d'authentification
-vradi.login.error.message=Vous avez entr\u00e9 un mauvais mot de passe ou le nom d'utilisateur n'existe pas.
+vradi.login.error.message=Vous avez entr\u00E9 un mauvais mot de passe ou le nom d'utilisateur n'existe pas.
vradi.login.login=Login
vradi.login.password=Mot de passe
vradi.login.register=Enregistrement
-vradi.login.repeatPassword=V\u00e9rification du mot de passe
+vradi.login.repeatPassword=V\u00E9rification du mot de passe
vradi.login.title=Authentification
vradi.login.validate=Valider
vradi.menu.addChildThesaurus=Ajouter un descripteur
vradi.menu.addColumns=Ajouter une colonne
-vradi.menu.addCriteria=Ajouter ce noeud comme crit\u00e8re de recherche
-vradi.menu.addRootChildThesaurus=Ajouter un th\u00e9saurus
+vradi.menu.addCriteria=Ajouter ce noeud comme crit\u00E8re de recherche
+vradi.menu.addRootChildThesaurus=Ajouter un th\u00E9saurus
vradi.menu.addThesaurus=Afficher le descripteur en colonne
vradi.menu.admin=Administration
vradi.menu.client=Gestion des clients
@@ -420,35 +420,35 @@
vradi.menu.email.admin=Administration des Emails
vradi.menu.file=Fichier
vradi.menu.file.locale=Langues
-vradi.menu.file.offerList=Nouvelle fen\u00eatre de recherche
+vradi.menu.file.offerList=Nouvelle fen\u00EAtre de recherche
vradi.menu.form=Formulaires
-vradi.menu.form.new=Cr\u00e9er un nouveau %1$s
+vradi.menu.form.new=Cr\u00E9er un nouveau %1$s
vradi.menu.formType=Gestion des types de formulaires
vradi.menu.group=Gestion des groupes
vradi.menu.help=Aide
vradi.menu.menuChangeColorSeleted=Changer la couleur pour cette profondeur
-vradi.menu.moveThesaurusSelected=D\u00e9placer le descripteur
-vradi.menu.removeCriteria=Supprimer ce crit\u00e8re de recherche
+vradi.menu.moveThesaurusSelected=D\u00E9placer le descripteur
+vradi.menu.removeCriteria=Supprimer ce crit\u00E8re de recherche
vradi.menu.status=Gestion des statuts
-vradi.menu.thesaurus=Gestion des th\u00e9saurus
+vradi.menu.thesaurus=Gestion des th\u00E9saurus
vradi.menu.xmlStream=Gestion des flux XML
vradi.message.cannot.display.address=Une erreur est apparue en essayant d'afficher l'adresse.
vradi.message.cannot.display.history=Aucun historique disponible pour ce groupe.
vradi.message.cannot.display.stream=Une erreur est apparue en essayant d'afficher le flux.
vradi.message.cannot.display.url=Une erreur est apparue en essayant d'afficher l'URL.
-vradi.message.config.loaded=Configuration de Vradi v. %1$s charg\u00e9e.
-vradi.message.goto.site=Acc\u00e9der au site de Vradi (%1$s)
+vradi.message.config.loaded=Configuration de Vradi v. %1$s charg\u00E9e.
+vradi.message.goto.site=Acc\u00E9der au site de Vradi (%1$s)
vradi.message.help.usage=Aide de Vradi v %1$s
-vradi.modificationTag.lastModifier=Auteur de la derni\u00e8re modification
+vradi.modificationTag.lastModifier=Auteur de la derni\u00E8re modification
vradi.num.required.value=Ce champ est obligatoire
-vradi.offer.Form.datePeremption=Date p\u00e9remption
+vradi.offer.Form.datePeremption=Date p\u00E9remption
vradi.offer.Form.datePub=Date publication
vradi.offer.Form.xmlStream=Flux XML
vradi.offer.Infogene.country=Pays
-vradi.offer.Infogene.creationDate=Date cr\u00e9ation
-vradi.offer.Infogene.department=D\u00e9partement
+vradi.offer.Infogene.creationDate=Date cr\u00E9ation
+vradi.offer.Infogene.department=D\u00E9partement
vradi.offer.Infogene.description=Description
-vradi.offer.Infogene.entity=Entit\u00e9
+vradi.offer.Infogene.entity=Entit\u00E9
vradi.offer.Infogene.id=Id
vradi.offer.Infogene.objet=Objet
vradi.offer.Infogene.sourceText=Source
@@ -459,73 +459,73 @@
vradi.offer.email.removeForm=Supprimer les formulaires de la session courante
vradi.offer.email.removeForm.msg=Voulez-vous supprimer %1$s formulaires de la session courante ?
vradi.offer.email.removeForm.title=Suppression des formulaires de la session courante
-vradi.offer.status.change=Changer le status \u00e0
-vradi.offerEdit.affectedQueries=Requ\u00eate ?
-vradi.offerEdit.askRelatedFormName=Quel nom voulez-vous donner au formulaire li\u00e9 ?
+vradi.offer.status.change=Changer le status \u00E0
+vradi.offerEdit.affectedQueries=Requ\u00EAte ?
+vradi.offerEdit.askRelatedFormName=Quel nom voulez-vous donner au formulaire li\u00E9 ?
vradi.offerEdit.askReplaceFormName=Quel nom voulez-vous donner au formulaire de remplacement ?
-vradi.offerEdit.attachedfile=Fichiers attach\u00e9s \:
-vradi.offerEdit.attachmentfile=Pi\u00e8ces jointes \:
-vradi.offerEdit.cantGeneratePDF=Le type de formulaire n'a pas de model de g\u00e9n\u00e9ration PDF associ\u00e9.
-vradi.offerEdit.cantGeneratePDFTitle=Impossible de g\u00e9n\u00e9rer le PDF
-vradi.offerEdit.embeddedfile=Fichiers encapsul\u00e9s \:
+vradi.offerEdit.attachedfile=Fichiers attach\u00E9s \:
+vradi.offerEdit.attachmentfile=Pi\u00E8ces jointes \:
+vradi.offerEdit.cantGeneratePDF=Le type de formulaire n'a pas de model de g\u00E9n\u00E9ration PDF associ\u00E9.
+vradi.offerEdit.cantGeneratePDFTitle=Impossible de g\u00E9n\u00E9rer le PDF
+vradi.offerEdit.embeddedfile=Fichiers encapsul\u00E9s \:
vradi.offerEdit.otherIndexationTitle=Autre indexation du formulaire \: '%1$s'
-vradi.offerEdit.relatedForm=Formulaires li\u00e9es
+vradi.offerEdit.relatedForm=Formulaires li\u00E9es
vradi.offerEdit.replaceForm=Autres indexations
vradi.offerEdit.view.pdf=Voir en PDF
-vradi.offerList.status.change.confirmation.message=\u00cates-vous s\u00fbr de vouloir changer le statut des formulaires \u00e0 '%1$s' ?
+vradi.offerList.status.change.confirmation.message=\u00CAtes-vous s\u00FBr de vouloir changer le statut des formulaires \u00E0 '%1$s' ?
vradi.offerList.status.change.confirmation.title=Modification des statuts
vradi.progressBar.title=Patientez SVP
-vradi.register.ok=Enregistrement r\u00e9ussi
-vradi.register.ok.message=Votre compte utilisateur a bien \u00e9t\u00e9 cr\u00e9\u00e9.
+vradi.register.ok=Enregistrement r\u00E9ussi
+vradi.register.ok.message=Votre compte utilisateur a bien \u00E9t\u00E9 cr\u00E9\u00E9.
vradi.register.password.error=Erreur de mot de passe
-vradi.register.password.error.message=Vous n'avez pas entr\u00e9 deux mots de passe identiques.
+vradi.register.password.error.message=Vous n'avez pas entr\u00E9 deux mots de passe identiques.
vradi.register.title=Enregistrement
vradi.register.user.error=Nom incorrect
-vradi.register.user.error.message=Le nom d'utilisateur est d\u00e9j\u00e0 utilis\u00e9.
-vradi.reindex.message=\u00cates-vous s\u00fbr de vouloir r\u00e9indexer les donn\u00e9es ?
+vradi.register.user.error.message=Le nom d'utilisateur est d\u00E9j\u00E0 utilis\u00E9.
+vradi.reindex.message=\u00CAtes-vous s\u00FBr de vouloir r\u00E9indexer les donn\u00E9es ?
vradi.reindex.title=Reindexation
vradi.request.form=Champs du formulaires
-vradi.request.infogene=Champs de l'infog\u00e8ne
+vradi.request.infogene=Champs de l'infog\u00E8ne
vradi.request.keywords=Champs
vradi.request.searchOnExt=Recherche sur le type de formulaire
vradi.requestFormView.resultTable.description=Description
vradi.requestFormView.resultTable.name=Nom
-vradi.requestFormView.resultTable.newQuery=Nouvelle requ\u00eate
-vradi.requestFormView.resultTable.oldQuery=Ancienne requ\u00eate
-vradi.requestFormView.resultTable.query=Requ\u00eate
-vradi.requestFormView.tab.table=Liste des requ\u00eates
-vradi.requestFormView.tab.treetable=R\u00e9partition des requ\u00eates
-vradi.requestFormView.title=Liste des requ\u00eates
+vradi.requestFormView.resultTable.newQuery=Nouvelle requ\u00EAte
+vradi.requestFormView.resultTable.oldQuery=Ancienne requ\u00EAte
+vradi.requestFormView.resultTable.query=Requ\u00EAte
+vradi.requestFormView.tab.table=Liste des requ\u00EAtes
+vradi.requestFormView.tab.treetable=R\u00E9partition des requ\u00EAtes
+vradi.requestFormView.title=Liste des requ\u00EAtes
vradi.requestSelectUI.description=Description
vradi.requestSelectUI.name=Nom
-vradi.selectForm.title=Selection d'un formulaire li\u00e9
+vradi.selectForm.title=Selection d'un formulaire li\u00E9
vradi.status.category=Status
vradi.status.required.name=Ce champ est obligatoire
vradi.status.validate=Choisir le statut pour valider \:
vradi.stream.category=Flux xml
vradi.string.required.value=Ce champ est obligatoire
vradi.table.field.name=Champ
-vradi.table.field.name.tip=Champ du mod\u00e8le OpenOffice \u00e0 remplacer
+vradi.table.field.name.tip=Champ du mod\u00E8le OpenOffice \u00E0 remplacer
vradi.table.field.values=Valeur
-vradi.table.field.values.tip=Valeur par laquelle le champ va \u00eatre remplac\u00e9
+vradi.table.field.values.tip=Valeur par laquelle le champ va \u00EAtre remplac\u00E9
vradi.text.required.value=Ce champ est obligatoire
vradi.thesaurus.colomns.name=Nom
-vradi.thesaurus.colomns.nbForm=Nombres de formulaires associ\u00e9s au descripteur
+vradi.thesaurus.colomns.nbForm=Nombres de formulaires associ\u00E9s au descripteur
vradi.thesaurus.colomns.tags=Tags
-vradi.thesaurus.colorTitle=Choisir une couleur pour la profondeur s\u00e9lectionn\u00e9e
+vradi.thesaurus.colorTitle=Choisir une couleur pour la profondeur s\u00E9lectionn\u00E9e
vradi.thesaurus.commentToolTip=Commentaire \:
vradi.thesaurus.confirm.save=Sauvegarder
-vradi.thesaurus.createNewRoot=Cr\u00e9er un th\u00e9saurus
-vradi.thesaurus.expendByDefault=D\u00e9plier les descripteurs lors de la s\u00e9lection
+vradi.thesaurus.createNewRoot=Cr\u00E9er un th\u00E9saurus
+vradi.thesaurus.expendByDefault=D\u00E9plier les descripteurs lors de la s\u00E9lection
vradi.thesaurus.name=Nom
vradi.thesaurus.nameToolTip=Chemin \:
-vradi.thesaurus.nbforms=Nombre de formulaires attach\u00e9s
+vradi.thesaurus.nbforms=Nombre de formulaires attach\u00E9s
vradi.thesaurus.showApply=Montrer les implications
vradi.thesaurus.tags=Tags
vradi.thesaurus.tagsToolTip=Tags \:
vradi.thesaurus.toolTipTitle=Thesaurus \: %1$s
-vradi.thesaurusCartographyUI.title=Cartographie des r\u00e9sultats de recherche
-vradi.thesaurusQueryChangesUI.confirm.cancel=Vous allez annuler la modification des requ\u00eates.\nLes modifications des th\u00e9saurus sont d\u00e9j\u00e0 enregistr\u00e9es.\n\u00cates-vous s\u00fbr de vouloir continuer ?
+vradi.thesaurusCartographyUI.title=Cartographie des r\u00E9sultats de recherche
+vradi.thesaurusQueryChangesUI.confirm.cancel=Vous allez annuler la modification des requ\u00EAtes.\nLes modifications des th\u00E9saurus sont d\u00E9j\u00E0 enregistr\u00E9es.\n\u00CAtes-vous s\u00FBr de vouloir continuer ?
vradi.title.about=A propos de Vradi...
vradi.title.welcome=Vradi
vradi.url.invalid.value=
@@ -533,5 +533,5 @@
vradi.user.category=Utilisateurs
vradi.vradiUser.regex.login=Ce champ n'est pas valide
vradi.vradiUser.required.login=Ce champ est obligatoire
-vradi.warning.nimbus.landf=Le look and Feel Nimbus n'a pas \u00e9t\u00e9 trouv\u00e9, il faut au moins la version 1.6u10 de java.
-vradi.warning.no.ui=Aucun environnement graphique d\u00e9tect\u00e9
+vradi.warning.nimbus.landf=Le look and Feel Nimbus n'a pas \u00E9t\u00E9 trouv\u00E9, il faut au moins la version 1.6u10 de java.
+vradi.warning.no.ui=Aucun environnement graphique d\u00E9tect\u00E9
Modified: trunk/vradi-swing/src/main/resources/log4j.properties
===================================================================
--- trunk/vradi-swing/src/main/resources/log4j.properties 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/resources/log4j.properties 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
# Copyright (C) 2009 - 2010 Codelutin
# %%
# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as
-# published by the Free Software Foundation, either version 3 of the
-# License, or (at your option) any later version.
+# it under the terms of the GNU Affero 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 Public License for more details.
#
-# You should have received a copy of the GNU General Public
-# License along with this program. If not, see
-# <http://www.gnu.org/licenses/gpl-3.0.html>.
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
# #L%
###
Modified: trunk/vradi-swing/src/main/resources/org/chorem/vradi/entities/Client-error-validation.xml
===================================================================
--- trunk/vradi-swing/src/main/resources/org/chorem/vradi/entities/Client-error-validation.xml 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/resources/org/chorem/vradi/entities/Client-error-validation.xml 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<!DOCTYPE validators PUBLIC
@@ -33,4 +32,4 @@
</field-validator>
</field>
-</validators>
\ No newline at end of file
+</validators>
Modified: trunk/vradi-swing/src/main/resources/org/chorem/vradi/entities/Group-error-validation.xml
===================================================================
--- trunk/vradi-swing/src/main/resources/org/chorem/vradi/entities/Group-error-validation.xml 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/resources/org/chorem/vradi/entities/Group-error-validation.xml 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<!DOCTYPE validators PUBLIC
@@ -33,4 +32,4 @@
</field-validator>
</field>
-</validators>
\ No newline at end of file
+</validators>
Modified: trunk/vradi-swing/src/main/resources/org/chorem/vradi/entities/Status-error-validation.xml
===================================================================
--- trunk/vradi-swing/src/main/resources/org/chorem/vradi/entities/Status-error-validation.xml 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/resources/org/chorem/vradi/entities/Status-error-validation.xml 2011-05-09 16:43:58 UTC (rev 21)
@@ -1,25 +1,23 @@
<!--
#%L
Vradi :: Swing
-
$Id$
$HeadURL$
%%
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
-
+ it under the terms of the GNU Affero 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 Public License for more details.
-
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<!DOCTYPE validators PUBLIC
@@ -33,4 +31,4 @@
<message>vradi.status.required.name</message>
</field-validator>
</field>
-</validators>
\ No newline at end of file
+</validators>
Modified: trunk/vradi-swing/src/main/resources/org/chorem/vradi/entities/User-error-validation.xml
===================================================================
--- trunk/vradi-swing/src/main/resources/org/chorem/vradi/entities/User-error-validation.xml 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/resources/org/chorem/vradi/entities/User-error-validation.xml 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<!DOCTYPE validators PUBLIC
@@ -39,4 +38,4 @@
</field-validator>
</field>
-</validators>
\ No newline at end of file
+</validators>
Modified: trunk/vradi-swing/src/main/resources/org/chorem/vradi/entities/VradiUser-error-validation.xml
===================================================================
--- trunk/vradi-swing/src/main/resources/org/chorem/vradi/entities/VradiUser-error-validation.xml 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/resources/org/chorem/vradi/entities/VradiUser-error-validation.xml 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<!DOCTYPE validators PUBLIC
@@ -43,4 +42,4 @@
</field-validator>
</field>
-</validators>
\ No newline at end of file
+</validators>
Modified: trunk/vradi-swing/src/main/resources/org/chorem/vradi/entities/WebHarvestStream-error-validation.xml
===================================================================
--- trunk/vradi-swing/src/main/resources/org/chorem/vradi/entities/WebHarvestStream-error-validation.xml 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/resources/org/chorem/vradi/entities/WebHarvestStream-error-validation.xml 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<!DOCTYPE validators PUBLIC
@@ -52,4 +51,4 @@
<message>vradi.adminUi.invalid.url</message>
</field-validator>
</field>
-</validators>
\ No newline at end of file
+</validators>
Modified: trunk/vradi-swing/src/main/resources/org/chorem/vradi/entities/XmlStream-error-validation.xml
===================================================================
--- trunk/vradi-swing/src/main/resources/org/chorem/vradi/entities/XmlStream-error-validation.xml 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/resources/org/chorem/vradi/entities/XmlStream-error-validation.xml 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<!DOCTYPE validators PUBLIC
Modified: trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/admin/models/FieldSelectModel-error-validation.xml
===================================================================
--- trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/admin/models/FieldSelectModel-error-validation.xml 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/admin/models/FieldSelectModel-error-validation.xml 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<!DOCTYPE validators PUBLIC
@@ -45,4 +44,4 @@
</field>
-</validators>
\ No newline at end of file
+</validators>
Modified: trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/offer/editors/DateEditorModel-required-error-validation.xml
===================================================================
--- trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/offer/editors/DateEditorModel-required-error-validation.xml 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/offer/editors/DateEditorModel-required-error-validation.xml 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<!DOCTYPE validators PUBLIC
@@ -33,4 +32,4 @@
</field-validator>
</field>
-</validators>
\ No newline at end of file
+</validators>
Modified: trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/offer/editors/EmailEditorModel-error-validation.xml
===================================================================
--- trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/offer/editors/EmailEditorModel-error-validation.xml 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/offer/editors/EmailEditorModel-error-validation.xml 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<!DOCTYPE validators PUBLIC
@@ -33,4 +32,4 @@
</field-validator>
</field>
-</validators>
\ No newline at end of file
+</validators>
Modified: trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/offer/editors/EmailEditorModel-required-error-validation.xml
===================================================================
--- trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/offer/editors/EmailEditorModel-required-error-validation.xml 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/offer/editors/EmailEditorModel-required-error-validation.xml 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<!DOCTYPE validators PUBLIC
@@ -36,4 +35,4 @@
</field-validator>
</field>
-</validators>
\ No newline at end of file
+</validators>
Modified: trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/offer/editors/IdEditorModel-required-error-validation.xml
===================================================================
--- trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/offer/editors/IdEditorModel-required-error-validation.xml 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/offer/editors/IdEditorModel-required-error-validation.xml 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<!DOCTYPE validators PUBLIC
@@ -33,4 +32,4 @@
</field-validator>
</field>
-</validators>
\ No newline at end of file
+</validators>
Modified: trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/offer/editors/NumEditorModel-required-error-validation.xml
===================================================================
--- trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/offer/editors/NumEditorModel-required-error-validation.xml 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/offer/editors/NumEditorModel-required-error-validation.xml 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<!DOCTYPE validators PUBLIC
@@ -33,4 +32,4 @@
</field-validator>
</field>
-</validators>
\ No newline at end of file
+</validators>
Modified: trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/offer/editors/StringEditorModel-required-error-validation.xml
===================================================================
--- trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/offer/editors/StringEditorModel-required-error-validation.xml 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/offer/editors/StringEditorModel-required-error-validation.xml 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<!DOCTYPE validators PUBLIC
@@ -33,4 +32,4 @@
</field-validator>
</field>
-</validators>
\ No newline at end of file
+</validators>
Modified: trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/offer/editors/TextEditorModel-required-error-validation.xml
===================================================================
--- trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/offer/editors/TextEditorModel-required-error-validation.xml 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/offer/editors/TextEditorModel-required-error-validation.xml 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<!DOCTYPE validators PUBLIC
@@ -33,4 +32,4 @@
</field-validator>
</field>
-</validators>
\ No newline at end of file
+</validators>
Modified: trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/offer/editors/UrlEditorModel-error-validation.xml
===================================================================
--- trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/offer/editors/UrlEditorModel-error-validation.xml 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/offer/editors/UrlEditorModel-error-validation.xml 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<!DOCTYPE validators PUBLIC
@@ -33,4 +32,4 @@
</field-validator>
</field>
-</validators>
\ No newline at end of file
+</validators>
Modified: trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/offer/editors/UrlEditorModel-required-error-validation.xml
===================================================================
--- trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/offer/editors/UrlEditorModel-required-error-validation.xml 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/resources/org/chorem/vradi/ui/offer/editors/UrlEditorModel-required-error-validation.xml 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<!DOCTYPE validators PUBLIC
@@ -36,4 +35,4 @@
</field-validator>
</field>
-</validators>
\ No newline at end of file
+</validators>
Modified: trunk/vradi-swing/src/main/resources/validators.xml
===================================================================
--- trunk/vradi-swing/src/main/resources/validators.xml 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/resources/validators.xml 2011-05-09 16:43:58 UTC (rev 21)
@@ -7,18 +7,17 @@
Copyright (C) 2008 - 2010 IRD, Codelutin, Tony Chemit
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
Modified: trunk/vradi-swing/src/main/resources/vradi.properties
===================================================================
--- trunk/vradi-swing/src/main/resources/vradi.properties 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/main/resources/vradi.properties 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
# Copyright (C) 2009 - 2010 Codelutin
# %%
# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as
-# published by the Free Software Foundation, either version 3 of the
-# License, or (at your option) any later version.
+# it under the terms of the GNU Affero 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 Public License for more details.
#
-# You should have received a copy of the GNU General Public
-# License along with this program. If not, see
-# <http://www.gnu.org/licenses/gpl-3.0.html>.
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
# #L%
###
@@ -102,4 +101,4 @@
icon.action.search=action-magnify.png
icon.action.open=action-open.png
-color.BlockingLayerUI.blockingColor=50,50,50
\ No newline at end of file
+color.BlockingLayerUI.blockingColor=50,50,50
Modified: trunk/vradi-swing/src/site/rst/index.rst
===================================================================
--- trunk/vradi-swing/src/site/rst/index.rst 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/site/rst/index.rst 2011-05-09 16:43:58 UTC (rev 21)
@@ -1,25 +1,24 @@
.. -
.. * #%L
.. * Vradi
-.. *
+.. *
.. * $Id$
.. * $HeadURL$
.. * %%
.. * Copyright (C) 2009 - 2010 Codelutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
-.. * it under the terms of the GNU General Public License as
-.. * published by the Free Software Foundation, either version 3 of the
-.. * License, or (at your option) any later version.
-.. *
+.. * it under the terms of the GNU Affero 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 Public License for more details.
-.. *
-.. * You should have received a copy of the GNU General Public
-.. * License along with this program. If not, see
-.. * <http://www.gnu.org/licenses/gpl-3.0.html>.
+.. *
+.. * You should have received a copy of the GNU Affero General Public License
+.. * along with this program. If not, see <http://www.gnu.org/licenses/>.
.. * #L%
.. -
VRADI :: Module Swing
Modified: trunk/vradi-swing/src/site/site_fr.xml
===================================================================
--- trunk/vradi-swing/src/site/site_fr.xml 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/site/site_fr.xml 2011-05-09 16:43:58 UTC (rev 21)
@@ -2,25 +2,23 @@
<!--
#%L
Vradi
-
$Id$
$HeadURL$
%%
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
-
+ it under the terms of the GNU Affero 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 Public License for more details.
-
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
@@ -46,4 +44,4 @@
<menu ref="reports"/>
</body>
-</project>
\ No newline at end of file
+</project>
Modified: trunk/vradi-swing/src/test/java/org/chorem/vradi/VradiHelperTest.java
===================================================================
--- trunk/vradi-swing/src/test/java/org/chorem/vradi/VradiHelperTest.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/test/java/org/chorem/vradi/VradiHelperTest.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi;
Modified: trunk/vradi-swing/src/test/java/org/chorem/vradi/services/FileServiceProxyTest.java
===================================================================
--- trunk/vradi-swing/src/test/java/org/chorem/vradi/services/FileServiceProxyTest.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/test/java/org/chorem/vradi/services/FileServiceProxyTest.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 Codelutin
* %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.services;
Modified: trunk/vradi-swing/src/test/java/org/chorem/vradi/ui/ChangeLogUITest.java
===================================================================
--- trunk/vradi-swing/src/test/java/org/chorem/vradi/ui/ChangeLogUITest.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/test/java/org/chorem/vradi/ui/ChangeLogUITest.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 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
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui;
Modified: trunk/vradi-swing/src/test/java/org/chorem/vradi/ui/helpers/XmlStreamHelperTest.java
===================================================================
--- trunk/vradi-swing/src/test/java/org/chorem/vradi/ui/helpers/XmlStreamHelperTest.java 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/test/java/org/chorem/vradi/ui/helpers/XmlStreamHelperTest.java 2011-05-09 16:43:58 UTC (rev 21)
@@ -8,18 +8,17 @@
* Copyright (C) 2009 - 2010 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
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
+ * it under the terms of the GNU Affero 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 Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
package org.chorem.vradi.ui.helpers;
Modified: trunk/vradi-swing/src/test/resources/rss/equipe_rss.xml
===================================================================
--- trunk/vradi-swing/src/test/resources/rss/equipe_rss.xml 2011-05-06 08:32:25 UTC (rev 20)
+++ trunk/vradi-swing/src/test/resources/rss/equipe_rss.xml 2011-05-09 16:43:58 UTC (rev 21)
@@ -9,18 +9,17 @@
Copyright (C) 2009 - 2010 Codelutin
%%
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ it under the terms of the GNU Affero 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 Public License for more details.
- You should have received a copy of the GNU General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/gpl-3.0.html>.
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
#L%
-->
<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
@@ -295,4 +294,4 @@
<pubDate>Thu, 10 Jun 2010 15:37:00 +0200</pubDate>
</item>
</channel>
-</rss>
\ No newline at end of file
+</rss>
1
0
Author: echatellier
Date: 2011-05-06 10:32:25 +0200 (Fri, 06 May 2011)
New Revision: 20
Url: http://chorem.org/repositories/revision/vradi/20
Log:
Update xml definition
Modified:
trunk/vradi-services/src/main/assembly/bin.xml
Modified: trunk/vradi-services/src/main/assembly/bin.xml
===================================================================
--- trunk/vradi-services/src/main/assembly/bin.xml 2011-05-06 08:31:57 UTC (rev 19)
+++ trunk/vradi-services/src/main/assembly/bin.xml 2011-05-06 08:32:25 UTC (rev 20)
@@ -24,8 +24,9 @@
#L%
-->
-<assembly xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/assembly-1.1.1.xsd">
+<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
<id>bin</id>
<formats>
<format>zip</format>
1
0
Author: echatellier
Date: 2011-05-06 10:31:57 +0200 (Fri, 06 May 2011)
New Revision: 19
Url: http://chorem.org/repositories/revision/vradi/19
Log:
Update xml definition
Modified:
trunk/vradi-swing/src/main/assembly/bin.xml
Modified: trunk/vradi-swing/src/main/assembly/bin.xml
===================================================================
--- trunk/vradi-swing/src/main/assembly/bin.xml 2011-05-05 14:17:39 UTC (rev 18)
+++ trunk/vradi-swing/src/main/assembly/bin.xml 2011-05-06 08:31:57 UTC (rev 19)
@@ -24,8 +24,9 @@
#L%
-->
-<assembly xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/assembly-1.1.1.xsd">
+<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
<id>bin</id>
<formats>
<format>zip</format>
1
0