branch feature/pollen-riot-js updated (086d54f -> 1187a24)
This is an automated email from the git hooks/post-receive script. New change to branch feature/pollen-riot-js in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 086d54f Add help mecanism on settings new 1187a24 Add missing license header + remove my organisation The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 1187a24a8fe290a59b6cd06a7b0b650dd5d5f81b Author: Tony CHEMIT <dev@tchemit.fr> Date: Wed Jan 18 12:59:27 2017 +0100 Add missing license header + remove my organisation Summary of changes: pollen-bundle/src/main/assembly/bin.xml | 11 ++++----- pollen-bundle/src/main/assembly/dist/conf.js | 22 ++++++++++++++++- .../main/assembly/dist/pollen-rest-api.properties | 20 ++++++++++++++++ .../chorem/pollen/rest/api/RestApiFixtures.java | 21 ++++++++++++++++ .../security/PollenCypherTechnicalException.java | 21 ++++++++++++++++ pollen-ui-riot-js/src/main/js/riotjs-loader.js | 20 ++++++++++++++++ pollen-ui-riot-js/src/main/web/css/main.css | 20 ++++++++++++++++ pollen-ui-riot-js/src/main/web/index.html | 21 ++++++++++++++++ pollen-ui-riot-js/src/main/web/index.js | 20 ++++++++++++++++ pollen-ui-riot-js/src/main/web/js/AuthService.js | 20 ++++++++++++++++ pollen-ui-riot-js/src/main/web/js/ChoiceText.js | 20 ++++++++++++++++ pollen-ui-riot-js/src/main/web/js/FetchService.js | 20 ++++++++++++++++ pollen-ui-riot-js/src/main/web/js/FormHelper.js | 20 ++++++++++++++++ pollen-ui-riot-js/src/main/web/js/I18nHelper.js | 20 ++++++++++++++++ pollen-ui-riot-js/src/main/web/js/PollForm.js | 20 ++++++++++++++++ pollen-ui-riot-js/src/main/web/js/PollService.js | 20 ++++++++++++++++ pollen-ui-riot-js/src/main/web/js/Session.js | 20 ++++++++++++++++ pollen-ui-riot-js/src/main/web/js/Singleton.js | 20 ++++++++++++++++ pollen-ui-riot-js/src/main/web/tag/Footer.tag | 20 ++++++++++++++++ pollen-ui-riot-js/src/main/web/tag/Header.tag | 20 ++++++++++++++++ pollen-ui-riot-js/src/main/web/tag/HeaderI18n.tag | 20 ++++++++++++++++ pollen-ui-riot-js/src/main/web/tag/Home.tag | 20 ++++++++++++++++ pollen-ui-riot-js/src/main/web/tag/Pollen.tag | 20 ++++++++++++++++ pollen-ui-riot-js/src/main/web/tag/SignCheck.tag | 20 ++++++++++++++++ pollen-ui-riot-js/src/main/web/tag/SignIn.tag | 20 ++++++++++++++++ pollen-ui-riot-js/src/main/web/tag/SignUp.tag | 20 ++++++++++++++++ .../src/main/web/tag/poll/CreatePoll.tag | 22 ++++++++++++++++- .../src/main/web/tag/poll/PollChoiceText.tag | 22 ++++++++++++++++- .../src/main/web/tag/poll/PollChoiceTextGroup.tag | 22 ++++++++++++++++- .../src/main/web/tag/poll/PollChoicesDate.tag | 22 ++++++++++++++++- .../src/main/web/tag/poll/PollChoicesImage.tag | 22 ++++++++++++++++- .../src/main/web/tag/poll/PollChoicesText.tag | 22 ++++++++++++++++- .../src/main/web/tag/poll/PollCreated.tag | 22 ++++++++++++++++- .../src/main/web/tag/poll/PollDescription.tag | 22 ++++++++++++++++- .../src/main/web/tag/poll/PollSettings.tag | 22 ++++++++++++++++- .../src/main/web/tag/poll/PollVoters.tag | 22 ++++++++++++++++- .../src/main/web/tag/popup/AccountCreated.tag | 20 ++++++++++++++++ .../src/main/web/tag/popup/NewPassword.tag | 20 ++++++++++++++++ .../src/main/web/tag/popup/ResendValidation.tag | 20 ++++++++++++++++ pom.xml | 28 ++++++++++++++++++++-- 40 files changed, 805 insertions(+), 19 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/pollen-riot-js in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 1187a24a8fe290a59b6cd06a7b0b650dd5d5f81b Author: Tony CHEMIT <dev@tchemit.fr> Date: Wed Jan 18 12:59:27 2017 +0100 Add missing license header + remove my organisation --- pollen-bundle/src/main/assembly/bin.xml | 11 ++++----- pollen-bundle/src/main/assembly/dist/conf.js | 22 ++++++++++++++++- .../main/assembly/dist/pollen-rest-api.properties | 20 ++++++++++++++++ .../chorem/pollen/rest/api/RestApiFixtures.java | 21 ++++++++++++++++ .../security/PollenCypherTechnicalException.java | 21 ++++++++++++++++ pollen-ui-riot-js/src/main/js/riotjs-loader.js | 20 ++++++++++++++++ pollen-ui-riot-js/src/main/web/css/main.css | 20 ++++++++++++++++ pollen-ui-riot-js/src/main/web/index.html | 21 ++++++++++++++++ pollen-ui-riot-js/src/main/web/index.js | 20 ++++++++++++++++ pollen-ui-riot-js/src/main/web/js/AuthService.js | 20 ++++++++++++++++ pollen-ui-riot-js/src/main/web/js/ChoiceText.js | 20 ++++++++++++++++ pollen-ui-riot-js/src/main/web/js/FetchService.js | 20 ++++++++++++++++ pollen-ui-riot-js/src/main/web/js/FormHelper.js | 20 ++++++++++++++++ pollen-ui-riot-js/src/main/web/js/I18nHelper.js | 20 ++++++++++++++++ pollen-ui-riot-js/src/main/web/js/PollForm.js | 20 ++++++++++++++++ pollen-ui-riot-js/src/main/web/js/PollService.js | 20 ++++++++++++++++ pollen-ui-riot-js/src/main/web/js/Session.js | 20 ++++++++++++++++ pollen-ui-riot-js/src/main/web/js/Singleton.js | 20 ++++++++++++++++ pollen-ui-riot-js/src/main/web/tag/Footer.tag | 20 ++++++++++++++++ pollen-ui-riot-js/src/main/web/tag/Header.tag | 20 ++++++++++++++++ pollen-ui-riot-js/src/main/web/tag/HeaderI18n.tag | 20 ++++++++++++++++ pollen-ui-riot-js/src/main/web/tag/Home.tag | 20 ++++++++++++++++ pollen-ui-riot-js/src/main/web/tag/Pollen.tag | 20 ++++++++++++++++ pollen-ui-riot-js/src/main/web/tag/SignCheck.tag | 20 ++++++++++++++++ pollen-ui-riot-js/src/main/web/tag/SignIn.tag | 20 ++++++++++++++++ pollen-ui-riot-js/src/main/web/tag/SignUp.tag | 20 ++++++++++++++++ .../src/main/web/tag/poll/CreatePoll.tag | 22 ++++++++++++++++- .../src/main/web/tag/poll/PollChoiceText.tag | 22 ++++++++++++++++- .../src/main/web/tag/poll/PollChoiceTextGroup.tag | 22 ++++++++++++++++- .../src/main/web/tag/poll/PollChoicesDate.tag | 22 ++++++++++++++++- .../src/main/web/tag/poll/PollChoicesImage.tag | 22 ++++++++++++++++- .../src/main/web/tag/poll/PollChoicesText.tag | 22 ++++++++++++++++- .../src/main/web/tag/poll/PollCreated.tag | 22 ++++++++++++++++- .../src/main/web/tag/poll/PollDescription.tag | 22 ++++++++++++++++- .../src/main/web/tag/poll/PollSettings.tag | 22 ++++++++++++++++- .../src/main/web/tag/poll/PollVoters.tag | 22 ++++++++++++++++- .../src/main/web/tag/popup/AccountCreated.tag | 20 ++++++++++++++++ .../src/main/web/tag/popup/NewPassword.tag | 20 ++++++++++++++++ .../src/main/web/tag/popup/ResendValidation.tag | 20 ++++++++++++++++ pom.xml | 28 ++++++++++++++++++++-- 40 files changed, 805 insertions(+), 19 deletions(-) diff --git a/pollen-bundle/src/main/assembly/bin.xml b/pollen-bundle/src/main/assembly/bin.xml index cf22870..5138ba0 100644 --- a/pollen-bundle/src/main/assembly/bin.xml +++ b/pollen-bundle/src/main/assembly/bin.xml @@ -5,18 +5,17 @@ Copyright (C) 2008 - 2017 IRD, Code Lutin, 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% --> <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" diff --git a/pollen-bundle/src/main/assembly/dist/conf.js b/pollen-bundle/src/main/assembly/dist/conf.js index 69462c8..e09bff6 100644 --- a/pollen-bundle/src/main/assembly/dist/conf.js +++ b/pollen-bundle/src/main/assembly/dist/conf.js @@ -1,3 +1,23 @@ +/*- + * #%L + * Pollen :: Bundle + * %% + * Copyright (C) 2009 - 2017 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% + */ var conf = { // Rest-API Base Url // This value is Mandatory @@ -45,4 +65,4 @@ var conf = { // Format DateTime // preference : short, medium defaultDateTimeFormat: "short", -}; \ No newline at end of file +}; diff --git a/pollen-bundle/src/main/assembly/dist/pollen-rest-api.properties b/pollen-bundle/src/main/assembly/dist/pollen-rest-api.properties index 9ba9d0d..ea6aba9 100644 --- a/pollen-bundle/src/main/assembly/dist/pollen-rest-api.properties +++ b/pollen-bundle/src/main/assembly/dist/pollen-rest-api.properties @@ -1,3 +1,23 @@ +### +# #%L +# Pollen :: Bundle +# %% +# Copyright (C) 2009 - 2017 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% +### hibernate.dialect=org.hibernate.dialect.H2Dialect hibernate.connection.url=jdbc:h2:file:${pollen.data.directory}/db/pollen-rest-api hibernate.connection.username=sa diff --git a/pollen-rest-api/src/test/java/org/chorem/pollen/rest/api/RestApiFixtures.java b/pollen-rest-api/src/test/java/org/chorem/pollen/rest/api/RestApiFixtures.java index d394893..695ec10 100644 --- a/pollen-rest-api/src/test/java/org/chorem/pollen/rest/api/RestApiFixtures.java +++ b/pollen-rest-api/src/test/java/org/chorem/pollen/rest/api/RestApiFixtures.java @@ -1,5 +1,26 @@ package org.chorem.pollen.rest.api; +/*- + * #%L + * Pollen :: Rest Api + * %% + * Copyright (C) 2009 - 2017 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% + */ + /** * Created on 15/01/17. * diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenCypherTechnicalException.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenCypherTechnicalException.java index c440c6d..0b7ac86 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenCypherTechnicalException.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenCypherTechnicalException.java @@ -1,5 +1,26 @@ package org.chorem.pollen.services.service.security; +/*- + * #%L + * Pollen :: Service + * %% + * Copyright (C) 2009 - 2017 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% + */ + /** * Created on 15/01/17. * diff --git a/pollen-ui-riot-js/src/main/js/riotjs-loader.js b/pollen-ui-riot-js/src/main/js/riotjs-loader.js index 6cdbfad..c4d318d 100644 --- a/pollen-ui-riot-js/src/main/js/riotjs-loader.js +++ b/pollen-ui-riot-js/src/main/js/riotjs-loader.js @@ -1,3 +1,23 @@ +/*- + * #%L + * Pollen :: UI (Riot Js) + * %% + * Copyright (C) 2009 - 2017 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% + */ "use strict"; let riot = require('riot-compiler'); diff --git a/pollen-ui-riot-js/src/main/web/css/main.css b/pollen-ui-riot-js/src/main/web/css/main.css index 5047d82..f3ea224 100644 --- a/pollen-ui-riot-js/src/main/web/css/main.css +++ b/pollen-ui-riot-js/src/main/web/css/main.css @@ -1,3 +1,23 @@ +/*- + * #%L + * Pollen :: UI (Riot Js) + * %% + * Copyright (C) 2009 - 2017 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% + */ * { margin: 0; padding: 0; diff --git a/pollen-ui-riot-js/src/main/web/index.html b/pollen-ui-riot-js/src/main/web/index.html index 3914dd4..69da71a 100644 --- a/pollen-ui-riot-js/src/main/web/index.html +++ b/pollen-ui-riot-js/src/main/web/index.html @@ -1,4 +1,25 @@ <!DOCTYPE html> +<!-- + #%L + Pollen :: UI (Riot Js) + %% + Copyright (C) 2009 - 2017 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% + --> + <html> <head> <meta charset="utf-8"> diff --git a/pollen-ui-riot-js/src/main/web/index.js b/pollen-ui-riot-js/src/main/web/index.js index a432beb..7e76e7f 100644 --- a/pollen-ui-riot-js/src/main/web/index.js +++ b/pollen-ui-riot-js/src/main/web/index.js @@ -1,3 +1,23 @@ +// /*- +// * #%L +// * Pollen :: UI (Riot Js) +// * %% +// * Copyright (C) 2009 - 2017 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% +// */ riot.mixin(require("./js/I18nHelper")); require("./tag/Pollen.tag"); diff --git a/pollen-ui-riot-js/src/main/web/js/AuthService.js b/pollen-ui-riot-js/src/main/web/js/AuthService.js index 3052652..312f1a6 100644 --- a/pollen-ui-riot-js/src/main/web/js/AuthService.js +++ b/pollen-ui-riot-js/src/main/web/js/AuthService.js @@ -1,3 +1,23 @@ +/*- + * #%L + * Pollen :: UI (Riot Js) + * %% + * Copyright (C) 2009 - 2017 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% + */ let singleton = require("./Singleton"); let FetchService = require("./FetchService"); diff --git a/pollen-ui-riot-js/src/main/web/js/ChoiceText.js b/pollen-ui-riot-js/src/main/web/js/ChoiceText.js index ed1bce3..a0b9683 100644 --- a/pollen-ui-riot-js/src/main/web/js/ChoiceText.js +++ b/pollen-ui-riot-js/src/main/web/js/ChoiceText.js @@ -1,3 +1,23 @@ +/*- + * #%L + * Pollen :: UI (Riot Js) + * %% + * Copyright (C) 2009 - 2017 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% + */ class ChoiceText { constructor(name, description) { diff --git a/pollen-ui-riot-js/src/main/web/js/FetchService.js b/pollen-ui-riot-js/src/main/web/js/FetchService.js index ba33dc3..8f5dcd9 100644 --- a/pollen-ui-riot-js/src/main/web/js/FetchService.js +++ b/pollen-ui-riot-js/src/main/web/js/FetchService.js @@ -1,3 +1,23 @@ +/*- + * #%L + * Pollen :: UI (Riot Js) + * %% + * Copyright (C) 2009 - 2017 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% + */ class FetchService { constructor() { diff --git a/pollen-ui-riot-js/src/main/web/js/FormHelper.js b/pollen-ui-riot-js/src/main/web/js/FormHelper.js index 2af1962..6692408 100644 --- a/pollen-ui-riot-js/src/main/web/js/FormHelper.js +++ b/pollen-ui-riot-js/src/main/web/js/FormHelper.js @@ -1,3 +1,23 @@ +/*- + * #%L + * Pollen :: UI (Riot Js) + * %% + * Copyright (C) 2009 - 2017 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% + */ class FormHelper { static formToMap(form) { diff --git a/pollen-ui-riot-js/src/main/web/js/I18nHelper.js b/pollen-ui-riot-js/src/main/web/js/I18nHelper.js index d6b04f1..95cbabb 100644 --- a/pollen-ui-riot-js/src/main/web/js/I18nHelper.js +++ b/pollen-ui-riot-js/src/main/web/js/I18nHelper.js @@ -1,3 +1,23 @@ +/*- + * #%L + * Pollen :: UI (Riot Js) + * %% + * Copyright (C) 2009 - 2017 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% + */ module.exports = { installBundle(session, value) { diff --git a/pollen-ui-riot-js/src/main/web/js/PollForm.js b/pollen-ui-riot-js/src/main/web/js/PollForm.js index a8ebdc8..06f725f 100644 --- a/pollen-ui-riot-js/src/main/web/js/PollForm.js +++ b/pollen-ui-riot-js/src/main/web/js/PollForm.js @@ -1,3 +1,23 @@ +/*- + * #%L + * Pollen :: UI (Riot Js) + * %% + * Copyright (C) 2009 - 2017 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% + */ let singleton = require("./Singleton"); let ChoiceText = require('./ChoiceText'); let route = require("riot-route"); diff --git a/pollen-ui-riot-js/src/main/web/js/PollService.js b/pollen-ui-riot-js/src/main/web/js/PollService.js index 69fa890..7e59e15 100644 --- a/pollen-ui-riot-js/src/main/web/js/PollService.js +++ b/pollen-ui-riot-js/src/main/web/js/PollService.js @@ -1,3 +1,23 @@ +/*- + * #%L + * Pollen :: UI (Riot Js) + * %% + * Copyright (C) 2009 - 2017 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% + */ let singleton = require("./Singleton"); let FetchService = require("./FetchService"); diff --git a/pollen-ui-riot-js/src/main/web/js/Session.js b/pollen-ui-riot-js/src/main/web/js/Session.js index bdb846d..fa33333 100644 --- a/pollen-ui-riot-js/src/main/web/js/Session.js +++ b/pollen-ui-riot-js/src/main/web/js/Session.js @@ -1,3 +1,23 @@ +/*- + * #%L + * Pollen :: UI (Riot Js) + * %% + * Copyright (C) 2009 - 2017 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% + */ let singleton = require("./Singleton"); class Session { diff --git a/pollen-ui-riot-js/src/main/web/js/Singleton.js b/pollen-ui-riot-js/src/main/web/js/Singleton.js index bca2c24..fcbdd8b 100644 --- a/pollen-ui-riot-js/src/main/web/js/Singleton.js +++ b/pollen-ui-riot-js/src/main/web/js/Singleton.js @@ -1,3 +1,23 @@ +/*- + * #%L + * Pollen :: UI (Riot Js) + * %% + * Copyright (C) 2009 - 2017 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% + */ let singletons = window.__singletons__ = new Map(); module.exports = (Klass) => { diff --git a/pollen-ui-riot-js/src/main/web/tag/Footer.tag b/pollen-ui-riot-js/src/main/web/tag/Footer.tag index fbfada4..a04b659 100644 --- a/pollen-ui-riot-js/src/main/web/tag/Footer.tag +++ b/pollen-ui-riot-js/src/main/web/tag/Footer.tag @@ -1,3 +1,23 @@ +/*- + * #%L + * Pollen :: UI (Riot Js) + * %% + * Copyright (C) 2009 - 2017 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% + */ <footer> <div class="links"> <a href="https://pollen.chorem.org/v/latest/index.html">{__.doc}</a> diff --git a/pollen-ui-riot-js/src/main/web/tag/Header.tag b/pollen-ui-riot-js/src/main/web/tag/Header.tag index 98e00a7..583b0d3 100644 --- a/pollen-ui-riot-js/src/main/web/tag/Header.tag +++ b/pollen-ui-riot-js/src/main/web/tag/Header.tag @@ -1,3 +1,23 @@ +/*- + * #%L + * Pollen :: UI (Riot Js) + * %% + * Copyright (C) 2009 - 2017 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% + */ require("./HeaderI18n.tag"); <Header> <div class="header-home"> diff --git a/pollen-ui-riot-js/src/main/web/tag/HeaderI18n.tag b/pollen-ui-riot-js/src/main/web/tag/HeaderI18n.tag index 7a059af..b343791 100644 --- a/pollen-ui-riot-js/src/main/web/tag/HeaderI18n.tag +++ b/pollen-ui-riot-js/src/main/web/tag/HeaderI18n.tag @@ -1,3 +1,23 @@ +/*- + * #%L + * Pollen :: UI (Riot Js) + * %% + * Copyright (C) 2009 - 2017 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% + */ <HeaderI18n> <div class="dropdown2"> diff --git a/pollen-ui-riot-js/src/main/web/tag/Home.tag b/pollen-ui-riot-js/src/main/web/tag/Home.tag index 001827c..c6129cb 100644 --- a/pollen-ui-riot-js/src/main/web/tag/Home.tag +++ b/pollen-ui-riot-js/src/main/web/tag/Home.tag @@ -1,3 +1,23 @@ +/*- + * #%L + * Pollen :: UI (Riot Js) + * %% + * Copyright (C) 2009 - 2017 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% + */ <Home> <div class="body-container"> diff --git a/pollen-ui-riot-js/src/main/web/tag/Pollen.tag b/pollen-ui-riot-js/src/main/web/tag/Pollen.tag index e32a8e4..de95131 100644 --- a/pollen-ui-riot-js/src/main/web/tag/Pollen.tag +++ b/pollen-ui-riot-js/src/main/web/tag/Pollen.tag @@ -1,3 +1,23 @@ +/*- + * #%L + * Pollen :: UI (Riot Js) + * %% + * Copyright (C) 2009 - 2017 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% + */ require("./Header.tag"); require("./Footer.tag"); require("./SignIn.tag"); diff --git a/pollen-ui-riot-js/src/main/web/tag/SignCheck.tag b/pollen-ui-riot-js/src/main/web/tag/SignCheck.tag index dda079a..f914120 100644 --- a/pollen-ui-riot-js/src/main/web/tag/SignCheck.tag +++ b/pollen-ui-riot-js/src/main/web/tag/SignCheck.tag @@ -1,3 +1,23 @@ +/*- + * #%L + * Pollen :: UI (Riot Js) + * %% + * Copyright (C) 2009 - 2017 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% + */ <SignCheck> <div class="body-container"> <div class="body-container"> diff --git a/pollen-ui-riot-js/src/main/web/tag/SignIn.tag b/pollen-ui-riot-js/src/main/web/tag/SignIn.tag index c9b5117..4b64681 100644 --- a/pollen-ui-riot-js/src/main/web/tag/SignIn.tag +++ b/pollen-ui-riot-js/src/main/web/tag/SignIn.tag @@ -1,3 +1,23 @@ +/*- + * #%L + * Pollen :: UI (Riot Js) + * %% + * Copyright (C) 2009 - 2017 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% + */ require("./popup/NewPassword.tag"); <SignIn> <div class="body-container"> diff --git a/pollen-ui-riot-js/src/main/web/tag/SignUp.tag b/pollen-ui-riot-js/src/main/web/tag/SignUp.tag index 2b6650f..209c808 100644 --- a/pollen-ui-riot-js/src/main/web/tag/SignUp.tag +++ b/pollen-ui-riot-js/src/main/web/tag/SignUp.tag @@ -1,3 +1,23 @@ +/*- + * #%L + * Pollen :: UI (Riot Js) + * %% + * Copyright (C) 2009 - 2017 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% + */ let route = require("riot-route"); require("./popup/ResendValidation.tag"); require("./popup/AccountCreated.tag"); diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/CreatePoll.tag b/pollen-ui-riot-js/src/main/web/tag/poll/CreatePoll.tag index 4220df5..cce322d 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/CreatePoll.tag +++ b/pollen-ui-riot-js/src/main/web/tag/poll/CreatePoll.tag @@ -1,3 +1,23 @@ +/*- + * #%L + * Pollen :: UI (Riot Js) + * %% + * Copyright (C) 2009 - 2017 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% + */ require("./PollDescription.tag"); require("./PollChoicesText.tag"); require("./PollChoicesImage.tag"); @@ -177,4 +197,4 @@ require("./PollCreated.tag"); </style> -</CreatePoll> \ No newline at end of file +</CreatePoll> diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/PollChoiceText.tag b/pollen-ui-riot-js/src/main/web/tag/poll/PollChoiceText.tag index 2bd0ae3..18e08af 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/PollChoiceText.tag +++ b/pollen-ui-riot-js/src/main/web/tag/poll/PollChoiceText.tag @@ -1,3 +1,23 @@ +/*- + * #%L + * Pollen :: UI (Riot Js) + * %% + * Copyright (C) 2009 - 2017 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% + */ <PollChoiceText> <div class="container"> @@ -37,4 +57,4 @@ align-items: center; } </style> -</PollChoiceText> \ No newline at end of file +</PollChoiceText> diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/PollChoiceTextGroup.tag b/pollen-ui-riot-js/src/main/web/tag/poll/PollChoiceTextGroup.tag index e4861da..5e13f77 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/PollChoiceTextGroup.tag +++ b/pollen-ui-riot-js/src/main/web/tag/poll/PollChoiceTextGroup.tag @@ -1,3 +1,23 @@ +/*- + * #%L + * Pollen :: UI (Riot Js) + * %% + * Copyright (C) 2009 - 2017 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% + */ require('./PollChoiceText.tag'); <PollChoiceTextGroup> <PollChoiceText number="{start}" choices="{choices}" session="{session}"/> @@ -10,4 +30,4 @@ require('./PollChoiceText.tag'); this.start = parseInt(opts.start); this.session = opts.session; </script> -</PollChoiceTextGroup> \ No newline at end of file +</PollChoiceTextGroup> diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/PollChoicesDate.tag b/pollen-ui-riot-js/src/main/web/tag/poll/PollChoicesDate.tag index 394f4b2..779f147 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/PollChoicesDate.tag +++ b/pollen-ui-riot-js/src/main/web/tag/poll/PollChoicesDate.tag @@ -1,3 +1,23 @@ +/*- + * #%L + * Pollen :: UI (Riot Js) + * %% + * Copyright (C) 2009 - 2017 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% + */ <PollChoicesDate> <div> Choix du sondage (type date) @@ -28,4 +48,4 @@ margin: 5px; } </style> -</PollChoicesDate> \ No newline at end of file +</PollChoicesDate> diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/PollChoicesImage.tag b/pollen-ui-riot-js/src/main/web/tag/poll/PollChoicesImage.tag index 096e90c..2c214b4 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/PollChoicesImage.tag +++ b/pollen-ui-riot-js/src/main/web/tag/poll/PollChoicesImage.tag @@ -1,3 +1,23 @@ +/*- + * #%L + * Pollen :: UI (Riot Js) + * %% + * Copyright (C) 2009 - 2017 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% + */ <PollChoicesImage> <div> Choix du sondage (type image) @@ -28,4 +48,4 @@ margin: 5px; } </style> -</PollChoicesImage> \ No newline at end of file +</PollChoicesImage> diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/PollChoicesText.tag b/pollen-ui-riot-js/src/main/web/tag/poll/PollChoicesText.tag index ab42cf9..5b0e017 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/PollChoicesText.tag +++ b/pollen-ui-riot-js/src/main/web/tag/poll/PollChoicesText.tag @@ -1,3 +1,23 @@ +/*- + * #%L + * Pollen :: UI (Riot Js) + * %% + * Copyright (C) 2009 - 2017 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% + */ require('./PollChoiceTextGroup.tag'); <PollChoicesText> <form ref="choices" onsubmit="{nextStep}"> @@ -89,4 +109,4 @@ require('./PollChoiceTextGroup.tag'); margin: 5px; } </style> -</PollChoicesText> \ No newline at end of file +</PollChoicesText> diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/PollCreated.tag b/pollen-ui-riot-js/src/main/web/tag/poll/PollCreated.tag index ee8a5bf..67fea23 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/PollCreated.tag +++ b/pollen-ui-riot-js/src/main/web/tag/poll/PollCreated.tag @@ -1,3 +1,23 @@ +/*- + * #%L + * Pollen :: UI (Riot Js) + * %% + * Copyright (C) 2009 - 2017 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% + */ <PollCreated> <div class="container"> @@ -37,4 +57,4 @@ } </style> -</PollCreated> \ No newline at end of file +</PollCreated> diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/PollDescription.tag b/pollen-ui-riot-js/src/main/web/tag/poll/PollDescription.tag index 5209173..e8af01f 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/PollDescription.tag +++ b/pollen-ui-riot-js/src/main/web/tag/poll/PollDescription.tag @@ -1,3 +1,23 @@ +/*- + * #%L + * Pollen :: UI (Riot Js) + * %% + * Copyright (C) 2009 - 2017 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% + */ <PollDescription> <form onsubmit="{nextStep}"> <label for="title">{__.title}</label> @@ -56,4 +76,4 @@ margin: 5px; } </style> -</PollDescription> \ No newline at end of file +</PollDescription> diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/PollSettings.tag b/pollen-ui-riot-js/src/main/web/tag/poll/PollSettings.tag index 8aeb055..0964d5e 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/PollSettings.tag +++ b/pollen-ui-riot-js/src/main/web/tag/poll/PollSettings.tag @@ -1,3 +1,23 @@ +/*- + * #%L + * Pollen :: UI (Riot Js) + * %% + * Copyright (C) 2009 - 2017 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% + */ <PollSettings> <div class="legend"> @@ -482,4 +502,4 @@ /*justify-content: space-around;*/ } </style> -</PollSettings> \ No newline at end of file +</PollSettings> diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/PollVoters.tag b/pollen-ui-riot-js/src/main/web/tag/poll/PollVoters.tag index 5f9c129..2db58a6 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/PollVoters.tag +++ b/pollen-ui-riot-js/src/main/web/tag/poll/PollVoters.tag @@ -1,3 +1,23 @@ +/*- + * #%L + * Pollen :: UI (Riot Js) + * %% + * Copyright (C) 2009 - 2017 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% + */ <PollVoters> <form onsubmit="{action}"> @@ -182,4 +202,4 @@ } </style> -</PollVoters> \ No newline at end of file +</PollVoters> diff --git a/pollen-ui-riot-js/src/main/web/tag/popup/AccountCreated.tag b/pollen-ui-riot-js/src/main/web/tag/popup/AccountCreated.tag index 28d41ce..07b3308 100644 --- a/pollen-ui-riot-js/src/main/web/tag/popup/AccountCreated.tag +++ b/pollen-ui-riot-js/src/main/web/tag/popup/AccountCreated.tag @@ -1,3 +1,23 @@ +/*- + * #%L + * Pollen :: UI (Riot Js) + * %% + * Copyright (C) 2009 - 2017 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% + */ <AccountCreated class="close"> <div class="popup-background"></div> diff --git a/pollen-ui-riot-js/src/main/web/tag/popup/NewPassword.tag b/pollen-ui-riot-js/src/main/web/tag/popup/NewPassword.tag index 03a37f1..35a65ee 100644 --- a/pollen-ui-riot-js/src/main/web/tag/popup/NewPassword.tag +++ b/pollen-ui-riot-js/src/main/web/tag/popup/NewPassword.tag @@ -1,3 +1,23 @@ +/*- + * #%L + * Pollen :: UI (Riot Js) + * %% + * Copyright (C) 2009 - 2017 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% + */ <NewPassword class="close"> <div class="popup-background"></div> diff --git a/pollen-ui-riot-js/src/main/web/tag/popup/ResendValidation.tag b/pollen-ui-riot-js/src/main/web/tag/popup/ResendValidation.tag index cc9bd2f..4a173cb 100644 --- a/pollen-ui-riot-js/src/main/web/tag/popup/ResendValidation.tag +++ b/pollen-ui-riot-js/src/main/web/tag/popup/ResendValidation.tag @@ -1,3 +1,23 @@ +/*- + * #%L + * Pollen :: UI (Riot Js) + * %% + * Copyright (C) 2009 - 2017 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% + */ <ResendValidation class="close"> <div class="popup-background"></div> diff --git a/pom.xml b/pom.xml index fb29f64..50d6498 100644 --- a/pom.xml +++ b/pom.xml @@ -63,8 +63,6 @@ <id>tchemit</id> <name>Tony Chemit</name> <email>dev@tchemit.fr</email> - <organization>Ultreia</organization> - <organizationUrl>http://ultreia.io</organizationUrl> <timezone>Europe/Paris</timezone> <roles> <role>lead</role> @@ -725,6 +723,32 @@ <version>${projectInfoReportsPluginVersion}</version> </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>license-maven-plugin</artifactId> + <executions> + <execution> + <id>update-file-header</id> + <goals> + <goal>update-file-header</goal> + </goals> + <configuration> + <extraExtensions> + <tag>java</tag> + </extraExtensions> + <excludes> + <exclude>**/i18n/*.properties</exclude> + <exclude>**/THIRD-PARTY.properties</exclude> + <!-- since sh scripts must begins by the line #!/bin/sh, + can not use the mojo for the mojo --> + <exclude>**/*.sh</exclude> + <exclude>**/*.json</exclude> + </excludes> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </pluginManagement> </build> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm