Skip to content

Commit

Permalink
Ajout des termes de la licence CeCILL précisant les conditions de réu…
Browse files Browse the repository at this point in the history
…tilisation du code source du projet AgiRisk
  • Loading branch information
ManuMarsu committed Apr 19, 2024
1 parent 3f67a01 commit 64bf955
Show file tree
Hide file tree
Showing 142 changed files with 3,329 additions and 2 deletions.
519 changes: 519 additions & 0 deletions Licence_CeCILL_V2.1-en.txt

Large diffs are not rendered by default.

550 changes: 550 additions & 0 deletions Licence_CeCILL_V2.1-fr.txt

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions classes/ArborescenceActions.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
"""
/***************************************************************************
Plugin du projet AgiRisk
begin : 2022-04-06
copyright : (C) 2023 by Cerema
email : [email protected]
***************************************************************************/
/***************************************************************************
* *
* Ce programme est un logiciel libre, distribué selon les termes de la *
* licence CeCILL v2.1 disponible à l'adresse suivante : *
* http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html *
* ou toute autre version ultérieure. *
* *
***************************************************************************/
"""
'''
Class ArborescenceActions.py
Expand Down
17 changes: 17 additions & 0 deletions classes/ArborescenceIndicateurs.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
"""
/***************************************************************************
Plugin du projet AgiRisk
begin : 2022-04-06
copyright : (C) 2023 by Cerema
email : [email protected]
***************************************************************************/
/***************************************************************************
* *
* Ce programme est un logiciel libre, distribué selon les termes de la *
* licence CeCILL v2.1 disponible à l'adresse suivante : *
* http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html *
* ou toute autre version ultérieure. *
* *
***************************************************************************/
"""
'''
Class ArborescenceIndicateurs.py
Expand Down
18 changes: 18 additions & 0 deletions classes/Bdd.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
"""
/***************************************************************************
Plugin du projet AgiRisk
begin : 2022-04-06
copyright : (C) 2023 by Cerema
email : [email protected]
***************************************************************************/
/***************************************************************************
* *
* Ce programme est un logiciel libre, distribué selon les termes de la *
* licence CeCILL v2.1 disponible à l'adresse suivante : *
* http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html *
* ou toute autre version ultérieure. *
* *
***************************************************************************/
"""

import psycopg2
import psycopg2.extras
from qgis.core import QgsMessageLog, Qgis, QgsDataSourceUri, QgsMapLayer, QgsVectorLayerExporter, QgsVectorLayer, QgsFeatureRequest, QgsField
Expand Down
18 changes: 18 additions & 0 deletions classes/Cards.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
"""
/***************************************************************************
Plugin du projet AgiRisk
begin : 2022-04-06
copyright : (C) 2023 by Cerema
email : [email protected]
***************************************************************************/
/***************************************************************************
* *
* Ce programme est un logiciel libre, distribué selon les termes de la *
* licence CeCILL v2.1 disponible à l'adresse suivante : *
* http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html *
* ou toute autre version ultérieure. *
* *
***************************************************************************/
"""

from qgis.PyQt.QtWidgets import QWidget, QDockWidget
from qgis.core import QgsMessageLog, Qgis
from PyQt5 import QtGui, QtWidgets
Expand Down
18 changes: 18 additions & 0 deletions classes/Dashboard.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
"""
/***************************************************************************
Plugin du projet AgiRisk
begin : 2022-04-06
copyright : (C) 2023 by Cerema
email : [email protected]
***************************************************************************/
/***************************************************************************
* *
* Ce programme est un logiciel libre, distribué selon les termes de la *
* licence CeCILL v2.1 disponible à l'adresse suivante : *
* http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html *
* ou toute autre version ultérieure. *
* *
***************************************************************************/
"""

from PyQt5 import QtCore
from PyQt5.QtCore import Qt, QObject, QVariant
from PyQt5.QtGui import QColor
Expand Down
18 changes: 18 additions & 0 deletions classes/ModeleTerritorial.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
"""
/***************************************************************************
Plugin du projet AgiRisk
begin : 2022-04-06
copyright : (C) 2023 by Cerema
email : [email protected]
***************************************************************************/
/***************************************************************************
* *
* Ce programme est un logiciel libre, distribué selon les termes de la *
* licence CeCILL v2.1 disponible à l'adresse suivante : *
* http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html *
* ou toute autre version ultérieure. *
* *
***************************************************************************/
"""

import copy, os
from qgis.core import QgsVectorLayer, QgsFeature, QgsProject, QgsField, QgsMessageLog, Qgis, QgsCoordinateReferenceSystem, QgsCoordinateTransformContext, QgsFeature, QgsField, QgsFields, QgsWkbTypes, QgsCoordinateTransform
from PyQt5.QtCore import QVariant
Expand Down
18 changes: 18 additions & 0 deletions classes/Ressources.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
"""
/***************************************************************************
Plugin du projet AgiRisk
begin : 2022-04-06
copyright : (C) 2023 by Cerema
email : [email protected]
***************************************************************************/
/***************************************************************************
* *
* Ce programme est un logiciel libre, distribué selon les termes de la *
* licence CeCILL v2.1 disponible à l'adresse suivante : *
* http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html *
* ou toute autre version ultérieure. *
* *
***************************************************************************/
"""

from qgis.core import QgsRasterLayer
from PyQt5.QtCore import QVariant
import json, os
Expand Down
18 changes: 18 additions & 0 deletions classes/messages_utilisateur.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
"""
/***************************************************************************
Plugin du projet AgiRisk
begin : 2022-04-06
copyright : (C) 2023 by Cerema
email : [email protected]
***************************************************************************/
/***************************************************************************
* *
* Ce programme est un logiciel libre, distribué selon les termes de la *
* licence CeCILL v2.1 disponible à l'adresse suivante : *
* http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html *
* ou toute autre version ultérieure. *
* *
***************************************************************************/
"""

from PyQt5.QtWidgets import QMessageBox

def avertissement(texte, info):
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
"""
/***************************************************************************
Plugin du projet AgiRisk
begin : 2022-04-06
copyright : (C) 2023 by Cerema
email : [email protected]
***************************************************************************/
/***************************************************************************
* *
* Ce programme est un logiciel libre, distribué selon les termes de la *
* licence CeCILL v2.1 disponible à l'adresse suivante : *
* http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html *
* ou toute autre version ultérieure. *
* *
***************************************************************************/
"""

import sys
from PyQt5 import QtGui, QtWidgets
import json
Expand Down
18 changes: 18 additions & 0 deletions scripts/dump_sql/create_partition.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
"""
/***************************************************************************
Plugin du projet AgiRisk
begin : 2022-04-06
copyright : (C) 2023 by Cerema
email : [email protected]
***************************************************************************/
/***************************************************************************
* *
* Ce programme est un logiciel libre, distribué selon les termes de la *
* licence CeCILL v2.1 disponible à l'adresse suivante : *
* http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html *
* ou toute autre version ultérieure. *
* *
***************************************************************************/
"""

import sys

# Récupération des arguments
Expand Down
16 changes: 16 additions & 0 deletions scripts/export_sql/__indic_/__indic_all.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
--***************************************************************************
-- Fonction de la base de données du projet AgiRisk
-- begin : 2022-04-06
-- copyright : (C) 2023 by Cerema
-- email : [email protected]
--***************************************************************************/

--/***************************************************************************
--* *
--* Ce programme est un logiciel libre, distribué selon les termes de la *
--* licence CeCILL v2.1 disponible à l'adresse suivante : *
--* http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html *
--* ou toute autre version ultérieure. *
--* *
--/***************************************************************************/

SET client_encoding = 'UTF8';

CREATE OR REPLACE PROCEDURE public.__indic_all(IN nom_ter text, IN an_bdtopo text, IN an_fct_dmg text)
Expand Down
16 changes: 16 additions & 0 deletions scripts/export_sql/__indic_/__indic_all_fct.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
--***************************************************************************
-- Fonction de la base de données du projet AgiRisk
-- begin : 2022-04-06
-- copyright : (C) 2023 by Cerema
-- email : [email protected]
--***************************************************************************/

--/***************************************************************************
--* *
--* Ce programme est un logiciel libre, distribué selon les termes de la *
--* licence CeCILL v2.1 disponible à l'adresse suivante : *
--* http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html *
--* ou toute autre version ultérieure. *
--* *
--/***************************************************************************/

SET client_encoding = 'UTF8';

CREATE OR REPLACE FUNCTION public.__indic_all_fct(nom_ter text, an_bdtopo text, an_fct_dmg text)
Expand Down
16 changes: 16 additions & 0 deletions scripts/export_sql/__indic_/__indic_logt_zx.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
--***************************************************************************
-- Fonction de la base de données du projet AgiRisk
-- begin : 2022-04-06
-- copyright : (C) 2023 by Cerema
-- email : [email protected]
--***************************************************************************/

--/***************************************************************************
--* *
--* Ce programme est un logiciel libre, distribué selon les termes de la *
--* licence CeCILL v2.1 disponible à l'adresse suivante : *
--* http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html *
--* ou toute autre version ultérieure. *
--* *
--/***************************************************************************/

SET client_encoding = 'UTF8';

CREATE OR REPLACE FUNCTION public.__indic_logt_zx(nom_ter text, typ_alea text, code_occ text, an_bdtopo text)
Expand Down
16 changes: 16 additions & 0 deletions scripts/export_sql/__indic_/__indic_logt_zx_rc.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
--***************************************************************************
-- Fonction de la base de données du projet AgiRisk
-- begin : 2022-04-06
-- copyright : (C) 2023 by Cerema
-- email : [email protected]
--***************************************************************************/

--/***************************************************************************
--* *
--* Ce programme est un logiciel libre, distribué selon les termes de la *
--* licence CeCILL v2.1 disponible à l'adresse suivante : *
--* http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html *
--* ou toute autre version ultérieure. *
--* *
--/***************************************************************************/

SET client_encoding = 'UTF8';

CREATE OR REPLACE FUNCTION public.__indic_logt_zx_rc(nom_ter text, typ_alea text, code_occ text, an_bdtopo text)
Expand Down
16 changes: 16 additions & 0 deletions scripts/export_sql/__indic_/__indic_pop_agee_zx.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
--***************************************************************************
-- Fonction de la base de données du projet AgiRisk
-- begin : 2022-04-06
-- copyright : (C) 2023 by Cerema
-- email : [email protected]
--***************************************************************************/

--/***************************************************************************
--* *
--* Ce programme est un logiciel libre, distribué selon les termes de la *
--* licence CeCILL v2.1 disponible à l'adresse suivante : *
--* http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html *
--* ou toute autre version ultérieure. *
--* *
--/***************************************************************************/

SET client_encoding = 'UTF8';

CREATE OR REPLACE FUNCTION public.__indic_pop_agee_zx(nom_ter text, typ_alea text, code_occ text, an_bdtopo text)
Expand Down
16 changes: 16 additions & 0 deletions scripts/export_sql/__indic_/__indic_pop_agee_zx_rc.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
--***************************************************************************
-- Fonction de la base de données du projet AgiRisk
-- begin : 2022-04-06
-- copyright : (C) 2023 by Cerema
-- email : [email protected]
--***************************************************************************/

--/***************************************************************************
--* *
--* Ce programme est un logiciel libre, distribué selon les termes de la *
--* licence CeCILL v2.1 disponible à l'adresse suivante : *
--* http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html *
--* ou toute autre version ultérieure. *
--* *
--/***************************************************************************/

SET client_encoding = 'UTF8';

CREATE OR REPLACE FUNCTION public.__indic_pop_agee_zx_rc(nom_ter text, typ_alea text, code_occ text, an_bdtopo text)
Expand Down
16 changes: 16 additions & 0 deletions scripts/export_sql/__indic_/__indic_rc_all.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
--***************************************************************************
-- Fonction de la base de données du projet AgiRisk
-- begin : 2022-04-06
-- copyright : (C) 2023 by Cerema
-- email : [email protected]
--***************************************************************************/

--/***************************************************************************
--* *
--* Ce programme est un logiciel libre, distribué selon les termes de la *
--* licence CeCILL v2.1 disponible à l'adresse suivante : *
--* http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html *
--* ou toute autre version ultérieure. *
--* *
--/***************************************************************************/

SET client_encoding = 'UTF8';

CREATE OR REPLACE PROCEDURE public.__indic_rc_all(IN nom_ter text, IN an_bdtopo text)
Expand Down
16 changes: 16 additions & 0 deletions scripts/export_sql/__indic_/__indic_rc_all_fct.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
--***************************************************************************
-- Fonction de la base de données du projet AgiRisk
-- begin : 2022-04-06
-- copyright : (C) 2023 by Cerema
-- email : [email protected]
--***************************************************************************/

--/***************************************************************************
--* *
--* Ce programme est un logiciel libre, distribué selon les termes de la *
--* licence CeCILL v2.1 disponible à l'adresse suivante : *
--* http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html *
--* ou toute autre version ultérieure. *
--* *
--/***************************************************************************/

SET client_encoding = 'UTF8';

CREATE OR REPLACE FUNCTION public.__indic_rc_all_fct(nom_ter text, an_bdtopo text)
Expand Down
Loading

0 comments on commit 64bf955

Please sign in to comment.