Update copyright notice

This commit is contained in:
ben
2026-07-25 14:28:07 +02:00
parent 531f8793b9
commit a3c2662bef
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
content='Rennes, Open Data, Horaire, Bus, Métro, Horaires, Temps Réel, OpenStreepMap, Star, Keolis'>
<meta name='author' content='Benoît Meunier et Karin Meunier'>
<meta name='publisher' content='Benoît Meunier'>
<meta name='copyright' content='Copyright 2015-2024 Benoît Meunier et Karin Meunier'>
<meta name='copyright' content='Copyright 2015-2026 Benoît Meunier et Karin Meunier'>
<link rel='apple-touch-icon' sizes='57x57' href='./apple-touch-icon-57x57.png'>
<link rel='apple-touch-icon' sizes='60x60' href='./apple-touch-icon-60x60.png'>
<link rel='apple-touch-icon' sizes='72x72' href='./apple-touch-icon-72x72.png'>

View File

@@ -1,7 +1,7 @@
/**
* @file ouestmonbus.com main source file.
*
* @copyright Benoît Meunier & Karin Meunier - 2015-2024
* @copyright Benoît Meunier & Karin Meunier - 2015-2026
*
* @license
* ouestmonbus.com is free software: you can redistribute it and/or modify
@@ -410,7 +410,7 @@ OuestmonbusApp.prototype.initMap = function () {
// Ajout des mentions légals
var legal = L.control.attribution({
prefix: "<div id='legal_attribution'>&copy; 2015-2024 <a href='https://ouestmonbus.com'>ouestmonbus.com</a>"
prefix: "<div id='legal_attribution'>&copy; 2015-2026 <a href='https://ouestmonbus.com'>ouestmonbus.com</a>"
}).addAttribution("<a href='http://osm.org/copyright'>OpenStreetMap</a> | <a href='https://data.explore.star.fr/page/home/'>Data Keolis Rennes Métropole</a></div>");
legal.setPosition("bottomright");
legal.addTo(this.map);