Skip to content

Commit

Permalink
Update website URL
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Dec 23, 2023
1 parent 9a9915a commit 8bb791f
Show file tree
Hide file tree
Showing 16 changed files with 46 additions and 46 deletions.
4 changes: 2 additions & 2 deletions _config.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* Copyright © 2018 The Galette Team
*
* This file is part of Galette (http://galette.tuxfamily.org).
* This file is part of Galette (https://galette.eu).
*
* Galette is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -30,7 +30,7 @@
* @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
* @link http://galette.tuxfamily.org
* @link https://galette.eu
*/

define('EVENTS_PREFIX', 'events_');
4 changes: 2 additions & 2 deletions _routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* Copyright © 2018-2023 The Galette Team
*
* This file is part of Galette (http://galette.tuxfamily.org).
* This file is part of Galette (https://galette.eu).
*
* Galette is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -31,7 +31,7 @@
* @copyright 2018-2023 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
* @link https://galette.eu
*/

use Galette\Repository\Groups;
Expand Down
6 changes: 3 additions & 3 deletions lib/GaletteEvents/Activity.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* Copyright © 2018-2023 The Galette Team
*
* This file is part of Galette (http://galette.tuxfamily.org).
* This file is part of Galette (https://galette.eu).
*
* Galette is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -30,7 +30,7 @@
* @author Johan Cwiklinski <johan@x-tnd.be>
* @copyright 2018-2023 The Galette Team
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
* @link http://galette.tuxfamily.org
* @link https://galette.eu
*/

namespace GaletteEvents;
Expand All @@ -50,7 +50,7 @@
* @author Johan Cwiklinski <johan@x-tnd.be>
* @copyright 2018-2023 The Galette Team
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
* @link http://galette.tuxfamily.org
* @link https://galette.eu
*/
class Activity
{
Expand Down
6 changes: 3 additions & 3 deletions lib/GaletteEvents/Booking.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* Copyright © 2018-2023 The Galette Team
*
* This file is part of Galette (http://galette.tuxfamily.org).
* This file is part of Galette (https://galette.eu).
*
* Galette is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -30,7 +30,7 @@
* @author Johan Cwiklinski <johan@x-tnd.be>
* @copyright 2018-2023 The Galette Team
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
* @link http://galette.tuxfamily.org
* @link https://galette.eu
*/

namespace GaletteEvents;
Expand All @@ -51,7 +51,7 @@
* @author Johan Cwiklinski <johan@x-tnd.be>
* @copyright 2018-2023 The Galette Team
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
* @link http://galette.tuxfamily.org
* @link https://galette.eu
*/
class Booking
{
Expand Down
6 changes: 3 additions & 3 deletions lib/GaletteEvents/Controllers/Crud/ActivitiesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* Copyright © 2021-2023 The Galette Team
*
* This file is part of Galette (http://galette.tuxfamily.org).
* This file is part of Galette (https://galette.eu).
*
* Galette is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -30,7 +30,7 @@
* @author Johan Cwiklinski <johan@x-tnd.be>
* @copyright 2021-2023 The Galette Team
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
* @link http://galette.tuxfamily.org
* @link https://galette.eu
* @since 2021-05-09
*/

Expand All @@ -53,7 +53,7 @@
* @author Johan Cwiklinski <johan@x-tnd.be>
* @copyright 2021-2023 The Galette Team
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
* @link http://galette.tuxfamily.org
* @link https://galette.eu
* @since 2021-05-09
*/

Expand Down
6 changes: 3 additions & 3 deletions lib/GaletteEvents/Controllers/Crud/BookingsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* Copyright © 2021-2023 The Galette Team
*
* This file is part of Galette (http://galette.tuxfamily.org).
* This file is part of Galette (https://galette.eu).
*
* Galette is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -30,7 +30,7 @@
* @author Johan Cwiklinski <johan@x-tnd.be>
* @copyright 2021-2023 The Galette Team
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
* @link http://galette.tuxfamily.org
* @link https://galette.eu
* @since 2021-05-09
*/

Expand Down Expand Up @@ -59,7 +59,7 @@
* @author Johan Cwiklinski <johan@x-tnd.be>
* @copyright 2021-2023 The Galette Team
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
* @link http://galette.tuxfamily.org
* @link https://galette.eu
* @since 2021-05-09
*/

Expand Down
6 changes: 3 additions & 3 deletions lib/GaletteEvents/Controllers/Crud/EventsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* Copyright © 2021-2023 The Galette Team
*
* This file is part of Galette (http://galette.tuxfamily.org).
* This file is part of Galette (https://galette.eu).
*
* Galette is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -30,7 +30,7 @@
* @author Johan Cwiklinski <johan@x-tnd.be>
* @copyright 2021-2023 The Galette Team
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
* @link http://galette.tuxfamily.org
* @link https://galette.eu
* @since 2021-05-09
*/

Expand All @@ -55,7 +55,7 @@
* @author Johan Cwiklinski <johan@x-tnd.be>
* @copyright 2021-2023 The Galette Team
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
* @link http://galette.tuxfamily.org
* @link https://galette.eu
* @since 2021-05-09
*/

Expand Down
6 changes: 3 additions & 3 deletions lib/GaletteEvents/Controllers/CsvController.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* Copyright © 2020-2023 The Galette Team
*
* This file is part of Galette (http://galette.tuxfamily.org).
* This file is part of Galette (https://galette.eu).
*
* Galette is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -30,7 +30,7 @@
* @author Johan Cwiklinski <johan@x-tnd.be>
* @copyright 2020-2023 The Galette Team
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
* @link http://galette.tuxfamily.org
* @link https://galette.eu
*/

namespace GaletteEvents\Controllers;
Expand All @@ -52,7 +52,7 @@
* @author Johan Cwiklinski <johan@x-tnd.be>
* @copyright 2020-2023 The Galette Team
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
* @link http://galette.tuxfamily.org
* @link https://galette.eu
*/
class CsvController extends \Galette\Controllers\CsvController
{
Expand Down
6 changes: 3 additions & 3 deletions lib/GaletteEvents/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* Copyright © 2018-2021 The Galette Team
*
* This file is part of Galette (http://galette.tuxfamily.org).
* This file is part of Galette (https://galette.eu).
*
* Galette is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -30,7 +30,7 @@
* @author Johan Cwiklinski <johan@x-tnd.be>
* @copyright 2018-2021 The Galette Team
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
* @link http://galette.tuxfamily.org
* @link https://galette.eu
*/

namespace GaletteEvents;
Expand All @@ -51,7 +51,7 @@
* @author Johan Cwiklinski <johan@x-tnd.be>
* @copyright 2018-2021 The Galette Team
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
* @link http://galette.tuxfamily.org
* @link https://galette.eu
*/
class Event
{
Expand Down
6 changes: 3 additions & 3 deletions lib/GaletteEvents/Filters/ActivitiesList.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* Copyright © 2018-2023 The Galette Team
*
* This file is part of Galette (http://galette.tuxfamily.org).
* This file is part of Galette (https://galette.eu).
*
* Galette is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -30,7 +30,7 @@
* @author Johan Cwiklinski <johan@x-tnd.be>
* @copyright 2018-2023 The Galette Team
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
* @link http://galette.tuxfamily.org
* @link https://galette.eu
*/

namespace GaletteEvents\Filters;
Expand All @@ -49,7 +49,7 @@
* @author Johan Cwiklinski <johan@x-tnd.be>
* @copyright 2018-2023 The Galette Team
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
* @link http://galette.tuxfamily.org
* @link https://galette.eu
*
* @property string $query
*/
Expand Down
6 changes: 3 additions & 3 deletions lib/GaletteEvents/Filters/BookingsList.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* Copyright © 2018-2023 The Galette Team
*
* This file is part of Galette (http://galette.tuxfamily.org).
* This file is part of Galette (https://galette.eu).
*
* Galette is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -30,7 +30,7 @@
* @author Johan Cwiklinski <johan@x-tnd.be>
* @copyright 2018-2023 The Galette Team
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
* @link http://galette.tuxfamily.org
* @link https://galette.eu
*/

namespace GaletteEvents\Filters;
Expand All @@ -49,7 +49,7 @@
* @author Johan Cwiklinski <johan@x-tnd.be>
* @copyright 2018-2023 The Galette Team
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
* @link http://galette.tuxfamily.org
* @link https://galette.eu
*
* @property string $query
*/
Expand Down
6 changes: 3 additions & 3 deletions lib/GaletteEvents/Filters/EventsList.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* Copyright © 2018-2023 The Galette Team
*
* This file is part of Galette (http://galette.tuxfamily.org).
* This file is part of Galette (https://galette.eu).
*
* Galette is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -30,7 +30,7 @@
* @author Johan Cwiklinski <johan@x-tnd.be>
* @copyright 2018-2023 The Galette Team
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
* @link http://galette.tuxfamily.org
* @link https://galette.eu
*/

namespace GaletteEvents\Filters;
Expand All @@ -49,7 +49,7 @@
* @author Johan Cwiklinski <johan@x-tnd.be>
* @copyright 2018-2023 The Galette Team
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
* @link http://galette.tuxfamily.org
* @link https://galette.eu
*
* @property string $query
*/
Expand Down
6 changes: 3 additions & 3 deletions lib/GaletteEvents/PluginGaletteEvents.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* Copyright © 2022-2023 The Galette Team
*
* This file is part of Galette (http://galette.tuxfamily.org).
* This file is part of Galette (https://galette.eu).
*
* Galette is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -31,7 +31,7 @@
* @copyright 2022-2023 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
* @link https://galette.eu
* @since Available since 0.7.4dev - 2012-10-04
*/

Expand All @@ -50,7 +50,7 @@
* @author Johan Cwiklinski <johan@x-tnd.be>
* @copyright 2022-2023 The Galette Team
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
* @link http://galette.tuxfamily.org
* @link https://galette.eu
* @since Available since 0.7.4dev - 2012-10-04
*/

Expand Down
6 changes: 3 additions & 3 deletions lib/GaletteEvents/Repository/Activities.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* Copyright © 2018-2023 The Galette Team
*
* This file is part of Galette (http://galette.tuxfamily.org).
* This file is part of Galette (https://galette.eu).
*
* Galette is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -30,7 +30,7 @@
* @author Johan Cwiklinski <johan@x-tnd.be>
* @copyright 2018-2023 The Galette Team
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
* @link http://galette.tuxfamily.org
* @link https://galette.eu
*/

namespace GaletteEvents\Repository;
Expand All @@ -54,7 +54,7 @@
* @author Johan Cwiklinski <johan@x-tnd.be>
* @copyright 2018-2023 The Galette Team
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
* @link http://galette.tuxfamily.org
* @link https://galette.eu
*/
class Activities extends Repository
{
Expand Down
6 changes: 3 additions & 3 deletions lib/GaletteEvents/Repository/Bookings.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* Copyright © 2018-2023 The Galette Team
*
* This file is part of Galette (http://galette.tuxfamily.org).
* This file is part of Galette (https://galette.eu).
*
* Galette is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -30,7 +30,7 @@
* @author Johan Cwiklinski <johan@x-tnd.be>
* @copyright 2018-2023 The Galette Team
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
* @link http://galette.tuxfamily.org
* @link https://galette.eu
*/

namespace GaletteEvents\Repository;
Expand Down Expand Up @@ -58,7 +58,7 @@
* @author Johan Cwiklinski <johan@x-tnd.be>
* @copyright 2018-2023 The Galette Team
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
* @link http://galette.tuxfamily.org
* @link https://galette.eu
*/
class Bookings
{
Expand Down
Loading

0 comments on commit 8bb791f

Please sign in to comment.