]> git.agnieray.net Git - galette.git/commitdiff
Remove 'svn' lines
authorJohan Cwiklinski <johan@x-tnd.be>
Sat, 13 Jun 2020 07:14:52 +0000 (09:14 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Sat, 13 Jun 2020 07:14:52 +0000 (09:14 +0200)
156 files changed:
galette/config/index.php
galette/config/paths.inc.php
galette/config/versions.inc.php
galette/cron/reminder.php
galette/data/index.php
galette/includes/core_acls.php
galette/includes/fields_defs/members_fields.php
galette/includes/fields_defs/members_fields_cats.php
galette/includes/fields_defs/pdfmodels_fields.php
galette/includes/fields_defs/texts_fields.php
galette/includes/functions.inc.php
galette/includes/galette.inc.php
galette/includes/i18n.inc.php
galette/includes/index.php
galette/includes/main.inc.php
galette/includes/routes/ajax.routes.php
galette/includes/routes/authentication.routes.php
galette/includes/routes/contributions.routes.php
galette/includes/routes/groups.routes.php
galette/includes/routes/main.routes.php
galette/includes/routes/management.routes.php
galette/includes/routes/members.routes.php
galette/includes/routes/plugins.routes.php
galette/includes/routes/public_pages.routes.php
galette/includes/smarty.inc.php
galette/includes/smarty_plugins/function._T.php
galette/index.php
galette/install/index.php
galette/install/scripts/upgrade-to-0.70.php
galette/install/scripts/upgrade-to-0.8.php
galette/install/steps/admin.php
galette/install/steps/check.php
galette/install/steps/db.php
galette/install/steps/db_checks.php
galette/install/steps/db_install.php
galette/install/steps/db_select_version.php
galette/install/steps/end.php
galette/install/steps/galette.php
galette/install/steps/type.php
galette/lang/index.php
galette/lib/Galette/Common/XHProf.php
galette/lib/Galette/Controllers/AbstractController.php
galette/lib/Galette/Controllers/AdminToolsController.php
galette/lib/Galette/Controllers/AuthController.php
galette/lib/Galette/Controllers/Crud/ContributionsController.php
galette/lib/Galette/Controllers/Crud/DynamicFieldsController.php
galette/lib/Galette/Controllers/Crud/EntitledsController.php
galette/lib/Galette/Controllers/Crud/GroupsController.php
galette/lib/Galette/Controllers/Crud/MailingsController.php
galette/lib/Galette/Controllers/Crud/MembersController.php
galette/lib/Galette/Controllers/Crud/PaymentTypeController.php
galette/lib/Galette/Controllers/Crud/SavedSearchesController.php
galette/lib/Galette/Controllers/Crud/TitlesController.php
galette/lib/Galette/Controllers/Crud/TransactionsController.php
galette/lib/Galette/Controllers/CrudController.php
galette/lib/Galette/Controllers/CsvController.php
galette/lib/Galette/Controllers/DynamicTranslationsController.php
galette/lib/Galette/Controllers/GaletteController.php
galette/lib/Galette/Controllers/HistoryController.php
galette/lib/Galette/Controllers/ImagesController.php
galette/lib/Galette/Controllers/PdfController.php
galette/lib/Galette/Controllers/PluginsController.php
galette/lib/Galette/Core/AbstractPassword.php
galette/lib/Galette/Core/Authentication.php
galette/lib/Galette/Core/CheckModules.php
galette/lib/Galette/Core/Db.php
galette/lib/Galette/Core/GaletteMail.php
galette/lib/Galette/Core/History.php
galette/lib/Galette/Core/I18n.php
galette/lib/Galette/Core/Install.php
galette/lib/Galette/Core/L10n.php
galette/lib/Galette/Core/Login.php
galette/lib/Galette/Core/Logo.php
galette/lib/Galette/Core/Logs.php
galette/lib/Galette/Core/Mailing.php
galette/lib/Galette/Core/MailingHistory.php
galette/lib/Galette/Core/Pagination.php
galette/lib/Galette/Core/Password.php
galette/lib/Galette/Core/PasswordImage.php
galette/lib/Galette/Core/Picture.php
galette/lib/Galette/Core/PluginInstall.php
galette/lib/Galette/Core/Plugins.php
galette/lib/Galette/Core/Preferences.php
galette/lib/Galette/Core/PrintLogo.php
galette/lib/Galette/Core/SysInfos.php
galette/lib/Galette/Core/Translator.php
galette/lib/Galette/DynamicFields/Boolean.php
galette/lib/Galette/DynamicFields/Choice.php
galette/lib/Galette/DynamicFields/Date.php
galette/lib/Galette/DynamicFields/DynamicField.php
galette/lib/Galette/DynamicFields/File.php
galette/lib/Galette/DynamicFields/Line.php
galette/lib/Galette/DynamicFields/Separator.php
galette/lib/Galette/DynamicFields/Text.php
galette/lib/Galette/Entity/Adherent.php
galette/lib/Galette/Entity/Contribution.php
galette/lib/Galette/Entity/ContributionsTypes.php
galette/lib/Galette/Entity/DynamicFieldsHandle.php
galette/lib/Galette/Entity/Entitled.php
galette/lib/Galette/Entity/FieldsCategories.php
galette/lib/Galette/Entity/FieldsConfig.php
galette/lib/Galette/Entity/Group.php
galette/lib/Galette/Entity/I18nTrait.php
galette/lib/Galette/Entity/ImportModel.php
galette/lib/Galette/Entity/ListsConfig.php
galette/lib/Galette/Entity/PdfAdhesionFormModel.php
galette/lib/Galette/Entity/PdfInvoice.php
galette/lib/Galette/Entity/PdfMain.php
galette/lib/Galette/Entity/PdfModel.php
galette/lib/Galette/Entity/PdfReceipt.php
galette/lib/Galette/Entity/Reminder.php
galette/lib/Galette/Entity/Status.php
galette/lib/Galette/Entity/Texts.php
galette/lib/Galette/Entity/Title.php
galette/lib/Galette/Entity/Transaction.php
galette/lib/Galette/Filters/AdvancedMembersList.php
galette/lib/Galette/Filters/ContributionsList.php
galette/lib/Galette/Filters/HistoryList.php
galette/lib/Galette/Filters/MailingsList.php
galette/lib/Galette/Filters/MembersList.php
galette/lib/Galette/Filters/SavedSearchesList.php
galette/lib/Galette/Filters/TransactionsList.php
galette/lib/Galette/IO/Charts.php
galette/lib/Galette/IO/Csv.php
galette/lib/Galette/IO/CsvIn.php
galette/lib/Galette/IO/CsvOut.php
galette/lib/Galette/IO/ExternalScript.php
galette/lib/Galette/IO/File.php
galette/lib/Galette/IO/FileInterface.php
galette/lib/Galette/IO/FileTrait.php
galette/lib/Galette/IO/MembersCsv.php
galette/lib/Galette/IO/News.php
galette/lib/Galette/IO/Pdf.php
galette/lib/Galette/IO/PdfAdhesionForm.php
galette/lib/Galette/IO/PdfAttendanceSheet.php
galette/lib/Galette/IO/PdfContribution.php
galette/lib/Galette/IO/PdfGroups.php
galette/lib/Galette/IO/PdfMembersCards.php
galette/lib/Galette/IO/PdfMembersLabels.php
galette/lib/Galette/Repository/Contributions.php
galette/lib/Galette/Repository/DynamicFieldsSet.php
galette/lib/Galette/Repository/Groups.php
galette/lib/Galette/Repository/Members.php
galette/lib/Galette/Repository/PdfModels.php
galette/lib/Galette/Repository/Reminders.php
galette/lib/Galette/Repository/Repository.php
galette/lib/Galette/Repository/Titles.php
galette/lib/Galette/Repository/Transactions.php
galette/lib/Galette/Updater/AbstractUpdater.php
galette/lib/index.php
galette/post_contribution_test.php
galette/templates/index.php
galette/webroot/compat_test.php
galette/webroot/index.php
galette/webroot/installer.php
galette/webroot/js/common.js

index ac3a6f6bf646c4aa937bd22f2d66b4921d29c22e..2af4d68bbad23feb37e8b684e05fcc154e55175d 100644 (file)
@@ -31,7 +31,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2004-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  */
 
index 9c4a11d1d35543a0cd6d96a14df26c6ad9a9ba03..9e9a8890785916be14538008b3f0321dc8279281 100644 (file)
@@ -31,7 +31,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2011-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7dev - 2009-03-13
  */
index 283ef0c111905e638d4beb3b1a3f492d2b1ead6f..8a9b2c1a1978ea2e098ac8811e24c54d163df439 100644 (file)
@@ -31,7 +31,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2009-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7dev - 2009-03-13
  */
index 77896ddb653e9ca31b3fffbaf502d8a823248eb8..e6aa4424679007f1f9d32e48327ee05b310c82ac 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2013-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7.5dev - 2013-02-08
  */
index ac3a6f6bf646c4aa937bd22f2d66b4921d29c22e..2af4d68bbad23feb37e8b684e05fcc154e55175d 100644 (file)
@@ -31,7 +31,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2004-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  */
 
index 2074cb16659d1d025d930d20d622aad85404e62c..ce837ba0e165b313175f08f58798729350d57a06 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2020 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     0.9.4dev - 2020-05-10
  */
index e72196cc76f0f4960d25f2a2237004e2829eb101..a5543e9d36b889c3b14d82d6c20753aa55a91a10 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2012-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     0.7.2.8 - 2012-12-18
  */
index 13a40180a98f95795160b2cc9130dae8277d9d99..292f9bec81833e8d1383d1d5dae351223ba90dd6 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     0.8.2 - 2014-11-01
  */
index 42c47d1f8a77cf95f699d5796887e9f18b36fa20..6fed4ac6849f03fd6ddb084839eacf02e069db9e 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2013-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     0.7.5 - 2013-06-02
  */
index 7d7e4e6b71e33d17a946741bf2a7eef542477851..34b6279109af2b6259c6bd53f7e18edaa666bbc0 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2013-2020 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     0.7.4dev - 2013-02-08
  */
index 64e9ec7fcb0e0ac0748c8f67c9d151fb0c7a5913..5a0bb59598efbfd3f0c631e894bbc451df5dead0 100644 (file)
@@ -32,7 +32,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2003-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  */
 
index 7c7734653ede2875c276ee57ebefb12577b4f8f3..13e2c4b7a4ba28c0ab62600a753af5592a31f6a8 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2007-2018 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7-dev - 2007-10-07
  */
index aa2cfef614cc9a7ef2150302b978ed9b266a3d11..d29dabafae6133fe2b0b7ffe0d365213eb39ff4c 100644 (file)
@@ -32,7 +32,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2003-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.62
  */
index ac3a6f6bf646c4aa937bd22f2d66b4921d29c22e..2af4d68bbad23feb37e8b684e05fcc154e55175d 100644 (file)
@@ -31,7 +31,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2004-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  */
 
index 902d112cbef01aeb1f43da85794cc5e0c65254aa..c1be17be44441a92287b6a4678276c93fb738e55 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2012-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     0.8.2dev 2014-11-10
  */
index 1340873fc293c4f4089f1c073be8751a50288222..38d57e9ed51d9af697f77cd18a98323020fe77a3 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     0.8.2dev 2014-11-11
  */
index 4d1e4b84a7311b7ef178d1e05eb10f4f94bfddae..4fec2639a4b49276ea8f1938c6ab1df76b60e380 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     0.8.2dev 2014-11-11
  */
index e619441f4beb379597e858884e9415d7d0db2e92..e64d8b71fb73b16e8fe90245f131085c58f9daf3 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2014-2016 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     0.8.2dev 2014-11-27
  */
index 25c277392a84f0f715cb75aa230974d160087014..8c92457cf69db4d506c4ced358fcef460c34a83d 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     0.8.2dev 2014-11-27
  */
index 24fca476ef74784d570fef22c83987669b48c49a..bc79980d2d87e4022fa8ad1a813430ee1c248713 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     0.8.2dev 2014-11-11
  */
index f82bbffb9240df723afcb6b98b014680a5c4ba59..56e80bc5449674312c262a7ce3bf9bd76708e150 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     0.8.2dev 2014-11-11
  */
index ba6ec53faac86f7aa8557643c17dea1271d1d763..d37af481d616200e86f18bbe62b455be0d24c6d3 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2014-2018 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     0.8.2dev 2014-11-27
  */
index 0860ad8c234aa3d438544fb0c37614a28fddcba8..1d86f8d0e3fc424b8eac2b9a0d8a41f5bfb83648 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2015 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     0.9dev 2015-10-28
  */
index 3a015d53f084e9928e50d3e6fdaba012a888b1fb..68846f33716d52f93a129c25a8e9ecbed3486ab9 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     0.8.2dev 2014-11-11
  */
index dfbdfbd80cdd0c5b26438f5b719e969a1ed90d86..5ba5c577db93786ac92004cb5bf8606fe0de433e 100644 (file)
@@ -32,7 +32,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2006-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.63
  */
index 34e27b73a60f5ec26d1ad10cac874802fb77bb01..9bcf2051c67c1b8eb1e886a054526c5c17ea5339 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2008-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7-dev - 2008-07-17
  */
index ddf6540f9564995a1505431a068ae6439724bf3d..9efae8a7d0aef1fe4e64a3a2f560055e1388779f 100644 (file)
@@ -31,7 +31,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2004-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  */
 
index 19b47329ea12439a538c24d8155323193494854a..bc8333fcce48de1fab74a819e664e55059c54624 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2013-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.8 - 2014-01-01
  */
index 0f210d06cf5f400b8cfbec71e8ce1b5d46df315e..d44c7db187a1bdf32a39364e941344c1a56f72a2 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.eu
  * @since     Available since 0.8 - 2014-01-05
  */
index 63c8c34c99a3decf7e6aec2df1b1668a456d6952..2e43e777f9721117c153e6d9ee85495c8a5e3a6f 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.eu
  * @since     Available since 0.8 - 2014-01-04
  */
index 473e3630b80ab4fa7776a736ecbfc9740a2b814e..6e2c4bb9db2aef3f7f4d68f64f1360b09ab34ae5 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2013-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.8 - 2013-01-12
  */
index 63a52de83a85b7b2dec6d1b697aeb1b4697d8524..1525442ff880a23fdd22f3259dd18795516c8366 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2013-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.8 - 2013-01-09
  */
index a938cb99d10b647a0fa89fb21560e789327eba15..6e1ad7d91c7c1eb51b18a8f8156e349ca8e2a0bd 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2013-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.8 - 2013-01-09
  */
index 01e585cc50188e68ee01d10f6255c456a86c5e1b..2fb3d3e6064f47397700e4b2577c3ed1f4911c8f 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2013-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.8 - 2013-01-11
  */
index 35d136a8ade1092630277c9266f35ba55531bc31..c2d478cc62fef911fb7255c4d66a3d89b426579d 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2013-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.8 - 2013-01-12
  */
index 70624b1b31abbfba1ea14b8d52b2a17c4036795d..0f2b0e3caa57797b8d7a904220bf003732b28067 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2013-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.8 - 2013-07-21
  */
index 65d5b8603faa8527e20429bf4a7b5807792cd521..70e9f0d097721c24207efd621281e2ba30afc179 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2013-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.8 - 2013-01-09
  */
index a288f95e2645480227128a6627639f7f0152e15b..fff3d9e45eb5a9781fc8668e16bf7b7a962e5eb0 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2013-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.8 - 2013-01-12
  */
index f0dfee4fb7d2114b05bac84d7bd22ed11fbec360..91f78d485a84b2575bc77f4c24fc84a9a821277c 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2013-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.8 - 2013-01-09
  */
index ac3a6f6bf646c4aa937bd22f2d66b4921d29c22e..2af4d68bbad23feb37e8b684e05fcc154e55175d 100644 (file)
@@ -31,7 +31,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2004-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  */
 
index c9d5d55f2e3a4e209d469e8956bb29370d9574f2..9830a5d5e31be6e35e52a4812f458b99866d2dbc 100644 (file)
@@ -34,7 +34,6 @@
  * @package  XHProf
  * @author   Johan Cwiklinski <johan@x-tnd.be>
  * @license  MIT http://en.wikipedia.org/wiki/MIT_License
- * @version  $SVN:Id: xhprof.class.php 18564 2012-05-29 15:21:28Z moyo $
  * @link     http://codefury.net - http://galette.tuxfamily.org
  * @since    0.7.2dev 2012-1008
  */
index a21c9c5be5a29a05238313a9c3734ec9e7e58433..3bb7dffc6cbcd4b6c8251845e30e7b256f1c9aaf 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2019-2020 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.9.4dev - 2019-12-02
  */
index 0a3f2a8957be006e4398330dcc235b3bac594245..8bf2c0c62131dde2426d2104347afa630531f04d 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2020 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.9.4dev - 2020-05-03
  */
index a1c667ff335c3e4ebd751c21ae5c6901745e6c1c..924eea4ff3a374b9240e6723e45c7dc8687b3d9a 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2019-2020 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.9.4dev - 2019-12-02
  */
index 3105da08e7e83073c5fb64263eb841b327fefbac..7330c757f8e6267fd19fcf8369525dd0a54789f4 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2020 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.9.4dev - 2020-05-08
  */
index c258e07282f59d6d40b2788170c0be1136f3214c..23912152ce676e9f1fb2f8619a736bcb0401c579 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2020 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.9.4dev - 2020-05-02
  */
index d08b95db3f5923608e6d867971668e6ad1ba3650..4c6ae2b4dd953f72ebc4539dbfada0433136d05d 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2019-2020 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.9.4dev - 2019-12-09
  */
index 88b43a922810179af1b327796e4ce64f6347b285..0bfb524c091f4042b0e8eafdfa19c54a53557543 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2020 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.9.4dev - 2020-05-06
  */
index 7687a58f4c0b621d1c1d0d57b572292732619eaf..1f8ad7f7c0a62408997b9d0a5a7b982f245f70c2 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2019-2020 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.9.4dev - 2019-12-06
  */
index f58ef0284a9a24704b7fa84ff6f3c3208f6540a7..04d2743af3c71eb79b35163c6d936ecd71d4f4f6 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2019-2020 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.9.4dev - 2019-12-02
  */
index 919f8dc6bac515ad4191e4fb14e27832ecb6ee20..22add241d6c9f517505e80eb7af40756b35014f3 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2019-2020 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.9.4dev - 2019-12-09
  */
index ea1ace722f0386d4b6b741a6b42b5d81934d4d81..1379d3462147a472176d8c93d253b016493e2ea7 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2020 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.9.4dev - 2020-05-03
  */
index e749198a8c0f207d12013ed8475bf5adf6448d2c..e85e823cb1b2ece0b1a2e4fbdc8c87c42bcec71d 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2019-2020 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.9.4dev - 2019-12-06
  */
index 094381001b50084604ad70cef08a83d8d0e3ed4c..c35e0e02117859111a0ea7a19ca8276984fc6971 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2020 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.9.4dev - 2020-05-08
  */
index 4cc63c7d991aa78e7e7e72452a88cc3a7d16b1ea..dda1e2e7202b1eae73768bee95ddd4d77b3394cf 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2019 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.9.4dev - 2019-12-08
  */
index 0ecd1dfbae4bbab2e52f8bd6cbd0fb2fe47468bd..61759163f2e24f408951446b98870e104f3c2466 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2019-2020 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.9.4dev - 2019-12-06
  */
index 3603405150fe7c7c26af450ed6c3c77b07848833..a6888ffbf18819360e561cd089e6b73aaebcf2d8 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2020 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.9.4dev - 2020-05-02
  */
index 7528a2756d3951041d92d1cb2b507d4d0f413cd3..2c92ecc662bee5d8eaa8f9c7a528dd2eae8b0bc1 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2019-2020 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.9.4dev - 2019-12-02
  */
index 1faddc231d303341f0d70ca2c8af1e1f2b3bd86b..41bf309391e1cbdbe6514d3c4f0817a654e2113f 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2020 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.9.4dev - 2020-05-02
  */
index 83a47d3fec7b2ea9a44c56df4ed682b18935e3f2..bd8aac0007694a128810c49e32d68348fa9d8218 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2020 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.9.4dev - 2020-05-02
  */
index a679c757b8351bb8899002bbb71b8a2ccd1fdc1d..172442bb8b2998c5d984e8631c546d9ddaff30a3 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2019 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.9.4dev - 2019-12-05
  */
index 2d6dd88c1c268413daf2272154e2efef5ec7a03f..16c5ced388fedd14a929b0f6ac52fdfaf43b1b08 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2020 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.9.4dev - 2020-05-02
  */
index 184305eb12a36a7707ab33ebbfebb2896bdb5398..a8ee33f608a199425b013faeba879d84f77c0d31 100644 (file)
@@ -33,7 +33,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2003-2016 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.9dev - 2016-11-08
  */
index 1cfd046a84e8fd5c2f317970cf92a5ac7687308e..9f0b75109f1eef2b55cdd83c9dce9e1f53ec369a 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2009-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7dev - 2009-02-28
  */
index 995fd0fb60fb79df19fe17654bd5ff63d4bdd3d1..86e8173e34b3e26572429c50dabd1170a5a03f43 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2012-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7.1dev - 2012-03-12
  */
index 97da456006bc48468d43133654ceb40e61dd0f5b..ab05d5fb20056bf206e32208e3b5da4570e193fe 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2011-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7dev - 2011-07-27
  */
index 2e9c34a97d81f775011e09ebbeb13e9cd49ee0a1..ffa2583e498cffc5f0e8e51e973425567739da95 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2009-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id: galette_mail.class.php 728 2009-12-03 17:56:30Z trashy $
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7dev - 2009-12-10
  */
index 27c108c14c8c41f8de9a85af59fcf719b76836eb..648212cb5495a31ce537e33ba16227c034ce6328 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2009-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7dev - 2009-02-09
  */
index d3207073661bdbd35c8355928e4eea12e70121b6..8264aa55c7a4ec41cd5c4490e63f48869522ddae 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2007-2020 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7dev - 2007-07-06
  */
index 615d2447af570aa7eb82b2091332b0dc585f8a58..13ead0ef0e09c149b8a8d644bf6d98251b5f3a99 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2013-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.8 - 2013-01-09
  */
index e7e5c9d315e9e0f5a9c40c1d57053c85fce61695..620dce04a29748c8f64fbb4ff5b48b5eac0d50b0 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2011-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7dev - 2011-07-31
  */
index 68cb93646ca096a7477df4a95183de8c1e52ad4c..687ad1c28b279bdccec3600d64422042acc80fbb 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2007-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7dev - 2007-07-06
  */
index fdcd86b0d9086fd99289c63b689eaeb5e2ffd848..c03e8dd625d85bcb44ab1b49074e2fdf27c46421 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2009-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7dev - 2009-09-13
  */
index 75bda92090a73cfcd48c37e010cc3dff6fb73df0..edbb208c85444f08fe4a660119adfa2ae50634ff 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.8.2dev - 2014-11-08
  */
index 85173313c1e3fea40444e4ee7ca2cbd2a4c18fc7..5b1013a90ea84a2253aae627d06b5b908adcf0b5 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2009-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7dev - 2009-03-07
  */
index 6c32a94195c7c622f6feb2425c4a6b6dd6e56349..ed643095c1412e0f3d454d404bc71d5a07bbe736 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2011-2018 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7dev - 2011-08-27
  */
index 3c6db152a2beacadb2b6053d1dd561c31832d2d1..c61dd347fa27eb7f40522203ff5dcc6383b37eb3 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2010-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7dev - 2010-03-03
  */
index 1d58d69d412e4a835f6c2c534a0063ca3b9d077d..59ed35fa4523604a11eb7729241ba02d978ffd41 100644 (file)
@@ -33,7 +33,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2003-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7dev - 2009-02-28
  */
index 8232f207c913905f65419c9e7dabce1662a850d1..1d2a4b27fb6e849cd595ab09fcb26184cd551f7b 100644 (file)
@@ -31,7 +31,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2013-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7.3.1 - 2012-01-03
  */
index 94f13f8eb69c4ff3f768166bdddcc776af26ef2a..9bc9662d0a882b2ada5cf75835119ad7b1ec75a5 100644 (file)
@@ -31,7 +31,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2006-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  */
 
index 2fa53b0bcc5a55701aafbbbeb43cb9bd09209999..5e12c64de9b28c482130d9854995f960f23d6afd 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2017 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.9dev - 2017-01-08
  */
index befb783c1852559cdf9fb2066c15d20b28189531..4ca8f816f4c66001ccb9a9d23dd3ae0f7079111e 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2009-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7 - 2009-03-09
  */
index 7cc5c22eb70f41a87350ec82f8ede72c5f577b5d..9bd985aede5f0f00b59870bf4409cf8a69cd544e 100644 (file)
@@ -29,7 +29,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2007-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7dev - 2007-10-14
  */
index bd3b339f89fb082dee28b31aa26844381b8ea4a4..40b8608aa50fb061aec37b69d6b6ddc172d918ee 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2009-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id: print_logo.class.php 546 2009-03-05 06:09:00Z trashy $
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7dev - 2009-09-20
  */
index 8da8a1c8bafa4f92b2a66455f0a2de47c385809e..0e0d3a512fdd08791771c5489fab78c54b7cfe2f 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2012-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7.1dev - 2012-06-26
  */
index c33b4ecd02c6f10855d231462f3a9596c812d9fd..d96b94704c876b5597fde5bb030fad150d07d4c8 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2018 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  */
 
index 41b6f2660d31b39597ac4987c39f1138da55b14e..b61541511e5074ad62a351bcd03a13eca8b5b73d 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2012-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7.1dev - 2012-07-28
  */
index c6439ae59a5455801b5ebf2e448de9641ed97fa0..ec360be1e0fcb23b479d1e2e9f180f28d148d533 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2012-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7.1dev - 2012-07-28
  */
index cf4ddc48b8fa8f0070fa8103e437bb57a30d43f1..d2c078ef142b77044d71e1c2d19bd4354d5e6d4b 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2012-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7.1dev - 2012-07-28
  */
index 815833db00e678b38634cdf30be87cd5f7577259..ce64c77ec49bf20fc6249c70c141332a85fdb51c 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2012-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7.1dev - 2012-07-28
  */
index 6dde78c3adc7642d5d02741cb44d800db58a8873..d0e20f4cd632fb9c626d99b112701dfc7c8fa1b3 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Guillaume Rousse <guillomovitch@gmail.com>
  * @copyright 2013-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.8 - 2013-07-27
  */
index 33b45409df57bbdef407bf275d84d55c4b54869a..ca24a25198d0261d52c9dd5828a569f2769eed8d 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2012-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7.1dev - 2012-07-28
  */
index 59f8893c75f8e4daa69bf3de037f2345ffedae30..ab16a7791b9d3b032f918a9f9f7e17fd74598f31 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2012-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7.1dev - 2012-07-28
  */
index c3115a37bda5a7a62d719bb549a028d924b31485..21b1e190f3c26028a623ce1073cd21f731d0f26b 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2012-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7.1dev - 2012-07-28
  */
index fd5936fea6f9a6d2b8d708797b8b0a7bafb8002e..73fdf2a78fd7105f7767aac393c02f06a5050f4e 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2009-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7dev - 2009-06-02
  */
index 71d6e61623e4ad6c3bf8455451590172358310b2..0da7f96b7c5f1602f076d338d57683c533236fd3 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2010-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7dev - 2010-03-11
  */
index 87430bd185f19cf253b02eb0812c6a5049771235..1c9e567fe49e3e985fc64d5cf95c4c60c0d0359e 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2007-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7dev - 2007-10-27
  */
index 0d1f5c42028c92ffa8515ec9732d8b2b08858681..3ae6fcaf158d5344a8ea446af263327700277586 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2011-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7dev - 2011-06-20
  */
index bb53ad678bc3b328607b26479849187c7b8d3ac8..0e16d5983cbe15de68cb096bec43d385b7351b4c 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2007-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7dev - 2007-10-27
  */
index 50a127e597b50e5514c70e5d9a0ed91dfba98579..685508eb2839830ee3de40d192aa1df027da3213 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2009-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7dev - 2009-03-28
  */
index 53eb18c7673b2be4955fffde8ff20f612ef53d4a..9103814581d7fcaa7fc28393c4f9be207efa902a 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2009-2020 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7dev - 2009-03-26
  */
index 0d4157682f443e72ca91dfd578eebadb580148d9..4f648ec4847d40d2d96de3fa65a4a7e4df130611 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2012-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7dev - 2012-01-17
  */
index 8f4e9ec6a244d97b7a1b3e615d8fa09b7b39f220..f1456f046488fd19f1f95007c14041aa813b77b7 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2018 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.9.1dev - 2018-03-10
  */
index e8412747bb710123820458f035e992e464546618..069ac65195b8d9c4338c47af0f3d9351b6bcb2c5 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2013-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7.6dev - 2013-09-26
  */
index 7d938a1bf1a1100ff5085eb1a0637cd1a7b5839e..cbdf86438ec1d9a211ba6a46d2d45dbb7ac947c9 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2020 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.9.4dev - 2020-05-13
  */
index bfa423a56d22217e661cf4e37a8a2308aef65419..5685687b03f8136ec2a5bca2478c60f19ae8c4f2 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Guillaume Rousse <guillomovitch@gmail.com>
  * @copyright 2013-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.8.3dev - 2014-07-02
  */
index ab0dd51d6c247b337f109920a1fb92ffac243544..e1189945e05c1e58307d6bd7f263db3e399df08f 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2013-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7.5dev - 2013-02-25
  */
index 8ee3f3dd03dca6f1471ff382438de09e57cdc792..42fa6038051bb17ca1a51a15b52b6dd57204fae8 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2013-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7.5dev - 2013-02-25
  */
index b2456b1231cb4aacbf857f282702b3c5f0fb19d2..44e8adb14e1da80b9bfb2559b5635a253925b259 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2013-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7.5dev - 2013-02-19
  */
index 3eaaecf19fcc829ff1d1f19ff559e950dbcfc112..b518bc15b897d753650a47ff5c9ecea20c5a2002 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2013-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7.5dev - 2013-02-25
  */
index b479416c8cfda26798d647041b71ee6bf1f46961..9cff34da922c9b81509f4885920ace18bcc0bf39 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2013-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7.5dev - 2013-02-11
  */
index 3d779577b79eded3437bca39de595645894e08e1..cd5808c4025184185700c3c1b1d11d31185866c8 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2007-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7dev - 2007-10-27
  */
index dfbbe9d9d787812f13b44928e983cae65b33ce81..be07f0ebe3646b7e772e78c5d0f3f6873499cc7d 100644 (file)
@@ -31,7 +31,6 @@
  * @author    Johan Cwiklinski <joahn@x-tnd.be>
  * @copyright 2007-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Avaialble since 0.7dev - 2007-07-16
  */
index 728fe54115799cdaae9b0e88329bd5a08553ce22..f7733987f834aa8a326659164b71a58e8accdfe6 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2013-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7.4dev - 2013-01-27
  */
index 2c898990f8c629607ae5387e4c9a4cac236c5dbe..df58c0168c2eac429af409db00de446985de0d4c 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2011-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7dev - 2011-07-31
  */
index 6ec0de7d6a08cea9f9d245f7d604718b8c0029af..ba8c10d569629a166415f8b40a180450338d19fc 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2012-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     0.73dev 2012-10-16
  */
index b6e939d3f37ceba6a03e8d64b5595a282ec1ccff..e2b78a591897799c581c920487ed847406a089e0 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2016 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     june, 12th 2016
  */
index 625100bd797ce7d033d2ca6c6a8872f68a9943e3..c7a36ab40734a07e817650c57fb9688b38f75906 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2016 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     june, 12th 2016
  */
index e857296d655f283262203c18080ffa01e9ec7c15..44754d7ac9abd85eed701400bf316c81df99d981 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2016 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     2016-11-26
  */
index eba157ffce5cd169af1a397d5fc6cc4c8073217f..f4cc5392af9242c34485163b7cccce2ea5127e74 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2009-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     march, 3rd 2009
  */
index 7609fe4300c74bda125fab50fa776af56da6bb9f..bbe5f41a7f5a74a4320280dcd000511f8960347f 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2019 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     2019-09-21
  */
index c7ef3eadaf26ab9eb044ad39768af3b9fd3b11c3..112d101530b43e9ce1c3d8c9a300f0cdd1745296 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2016 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     june, 12th 2016
  */
index c3bcb24537db44f0892d478892169834f0d2d292..82691ac10e6f84e8dbf4a169a6177601bf3e5c97 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2013-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7.4dev - 2013-02-02
  */
index f3602c3a5661ce77c51c41bb4d4a79630491fea4..1a703f9ec9d2dda61d0e1bee0382df106c22ed87 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2009-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Disponible depuis la Release 0.7alpha - 2009-02-09
  */
index 93bf6eb4d7dc9e2f48cc821b670616e466d866ed..090cc7bd0b6cd2a8058c36651c9ac17cc5befffd 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2013-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7.6dev - 2013-08-27
  */
index a49f410609933ba767ff0fd9b01d2b544197074d..9f05d4385a9985bdc91b3535719b531aec48f1c4 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2009-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Disponible depuis la Release 0.7alpha - 2009-02-09
  */
index 418dcfb91dd4e2c08ccff2d2a6f32014c2f7b18e..06626345b1fa5148424222c965c6b5f90f17ce00 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2013-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7.5dev - 2013-06-11
  */
index 09bf22235dc1cbc597ef6a28f8657171e7f4e1ec..ae2a7ce6d81f286eef948d90de673a1d4886fe37 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2013-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7.7dev - 2013-09-06
  */
index 37d1dbb8b0e46a502c5c112c9978103e734e8fdb..73f23260c5efb70a36e0db25a9c7116e84b27105 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.8.1 - 2014-09-18
  */
index a983ac6d34ff2ea5e0b4bd7cf833a3ec52ad9821..c1ac6144179bfa8240dd625132cbe26f6be81b8c 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2013-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.8.1 - 2014-09-18
  */
index 04ffdde669872dd4ee491b7060ab8df87e9a18b0..892f7eec501f4f505acdfb0328f0ea9541db14a2 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2019 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.9.4-dev - 2019-12-03
  */
index 9a0a5826d82a869249485d725b117fe835d76898..0108a4e974671ebca03451939ca2483019138b8e 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7dev - 2011-11-11
  */
index 7a7e52acc21ead212618762ba2c480396e99450a..623e4a2aba0e4681a39e4353822ec5b6a95aa928 100644 (file)
@@ -34,7 +34,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2007-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7dev - 2007-07-21
  */
index e344b98cf7e0cb865cee2b52597241ce69de42ca..e52e22839426a9665cb0fbde4ec4e773e64006b3 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Guillaume Rousse <guillomovitch@gmail.com>
  * @copyright 2013-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7.5dev - 2013-07-07
  */
index 24c5a5fcef0854cfbc91db02af8a895b26ae97a8..11ca85683578759c7eefdb13e1712071dc41a88e 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2016 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.9.0dev - 2016-02-21
  */
index 2428eaa1cb76043c4631cd82c72cdcdb3e9571bb..e54a273289c9042156d30fc71021deccbf3b4a52 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2013-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7.5dev - 2013-07-07
  */
index 3445703d8a4088fd0fd26ad56f09e71ab568503f..35bd57aece85f9326583ac78e026b7b070e9533d 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2016 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.9dev - 2016-09-11
  */
index bd0123481c596cb4a90736472135cc73fdf14d93..713d27f9e4aff5da6fe7885d0a5a6ce5265f2d1e 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.8.2dev - 2014-11-30
  */
index 5cecbe2a82f0b661927911b9e2746b0bbebb069e..fe78931d73e96266232c74415afd489dd97b5571 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.8.2dev - 2014-12-01
  */
index c63495eeec4a8458a4d6b0ab3ecebee984926b41..e007d526b23b75176f606b37eabc968abb0cf110 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2010-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7dev - 2010-03-11
  */
index fdbeb2a70d4056a0d476e01a1ca3f7db7b5d8eea..473cabae2e8a63a41fccbef105fce5226098b155 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2017 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.9dev - 2017-05-20
  */
index 77daf16dedc457f49a7363080190647ba99651c3..2ee3beeeca4a219b0e867f3002594e62562d3b79 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2011-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7dev - 2011-10-25
  */
index 6f76f7355792ad4731572145093206ac421644dc..16e6e82a8adc8c7137cfa7efea953dfc2aab4178 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2009-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7dev - 2009-02-28
  */
index 7b75118817a5639bf6044777d2315544f846f6ce..a7f8e00956c30f0530d9c8278f85cc1b4a632b9b 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2011-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7.5dev - 2013-02-25
  */
index 8403fae714a2e7f844ba3983ff0f939929d788ae..0d6917b9de22db3e8635e0e22facf911cb717640 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2013-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7.5dev - 2013-02-13
  */
index e82198a8a2c55ec6e0e6ea07b21fea23c278a0e8..f2886c2954e7c07ef34ecba6f6c1eaf222525efe 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2013-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7.5dev - 2013-02-26
  */
index e2b65c4b56b6d0e7bc209d743610b22ca5ae0144..a5bd0d58e53f991e4f3bd480cbd729556e2c09f1 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2009-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7dev - 2009-03-04
  */
index cf6f1315c88168f7bca4db797f61fd6acef6f5d5..4021a811ee55c410b9ff0707e648d9823e177b29 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2011-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7dev - 2011-07-31
  */
index adcae8a527ca9d36580df61c56d0b5606d3faddf..4c7ba6b60cc071d44b1cc261f0cfb7e74a289c64 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2013 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7.6dev - 2013-07-21
  */
index ac3a6f6bf646c4aa937bd22f2d66b4921d29c22e..2af4d68bbad23feb37e8b684e05fcc154e55175d 100644 (file)
@@ -31,7 +31,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2004-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  */
 
index ed3edff4d2923c1529d6aeda7f926cba8c870489..aff6c30885cb7402359af3986a65ee08ed1919e8 100755 (executable)
@@ -31,7 +31,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2013-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7.5dev - 2013-06-10
  */
index ac3a6f6bf646c4aa937bd22f2d66b4921d29c22e..2af4d68bbad23feb37e8b684e05fcc154e55175d 100644 (file)
@@ -31,7 +31,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2004-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  */
 
index bdcc5f95e45ebcc88c99878d4c6c48d0bc87bccd..6516a349d9ba0e4f65794e842922a71f1a0b4e72 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2013-2017 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7.4dev - 2013-02-03
  */
index f6aca297af74d811fb3711fc1780be82f2807c01..9f25168853f9279dc32c41ae0622bdc24ea9122b 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     0.8.2dev 2014-11-11
  */
index 4e9287e4892576f384faf82a5ef91db897025cec..3d024ff8b6c1afecf8e0b880f6357f267107a0ca 100644 (file)
@@ -30,7 +30,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2013-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.8
  */
index 759395e2af799674abf492cde5516299b5ff6dd4..2ed7b7bc64065505077e4f102bf834b0ce680986 100644 (file)
@@ -22,7 +22,6 @@
  * @author    Johan Cwiklinski <johan@x-tnd.be>
  * @copyright 2007-2014 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
- * @version   SVN: $Id$
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7dev - 2007-10-06
  */