Project

General

Profile

Revision 7c76ae22

ID7c76ae22488119775dda914ec6697bb315fc1cbb
Parent c472fc59
Child 19fea98b

Added by Aurelien BOMPARD about 12 years ago

Ajout et mises à jour de copyrights, complète le [sha:3c99844]

Change-Id: I47c53310f710006097927c666387207c1f4125aa
Fixup: 3c99844c7630b66e3f267cc08d169a5c91b73572
BuildBot: no-build

View differences:

doc/conf.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2011-2012 CS-SI
3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
2 4

  
3 5
name = u'vigigraph'
4 6

  
vigigraph/config/__init__.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2011-2012 CS-SI
3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4

  
2 5
"""
3 6
Fichiers en rapport avec la configuration de VigiGraph,
4 7
du point de vue de la programmation.
vigigraph/config/environment.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2011-2012 CS-SI
3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4

  
2 5
"""WSGI environment setup for vigigraph."""
3 6

  
4 7
from vigigraph.config.app_cfg import base_config
vigigraph/lib/__init__.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2011-2012 CS-SI
3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4

  
2 5
"""
3 6
Code annexe de VigiGraph, qui ne génère pas de contenu visible
4 7
par les utilisateurs.
vigigraph/lib/app_globals.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2011-2012 CS-SI
3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
2 4

  
3 5
"""The application's Globals object"""
4 6

  
vigigraph/lib/helpers.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2011-2012 CS-SI
3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
2 4

  
3 5
"""WebHelpers used in vigigraph."""
4 6

  
vigigraph/websetup.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2011-2012 CS-SI
3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4

  
2 5
"""Setup the vigigraph application"""
3 6

  
4 7
# pylint: disable-msg=W0613

Also available in: Unified diff