Project

General

Profile

Revision 6df90afb

ID6df90afb75d815bf242a624c3abbc2b41dd7aaa5
Parent 8d76ded8
Child 6b14d8e0

Added by Francois POIROTTE over 8 years ago

Mise à jour des copyrights

Change-Id: I57cffd08422c3e50f29f99d119c029328f9f4ecb
Reviewed-on: https://vigilo-dev.si.c-s.fr/review/1972
Tested-by: Build system <>
Reviewed-by: Francois POIROTTE <>

View differences:

app_cfg.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim: set fileencoding=utf-8 sw=4 ts=4 et :
3
# Copyright (C) 2011-2015 CS-SI
3
# Copyright (C) 2011-2016 CS-SI
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

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

  
5 5
name = u'vigigraph'
setup.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3
# Copyright (C) 2006-2015 CS-SI
3
# Copyright (C) 2006-2016 CS-SI
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

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

  
5 5
"""
vigigraph/config/middleware.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim: set fileencoding=utf-8 sw=4 ts=4 et :
3
# Copyright (C) 2006-2015 CS-SI
3
# Copyright (C) 2006-2016 CS-SI
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

  
6 6
"""WSGI middleware initialization for the vigigraph application."""
vigigraph/controllers/root.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3
# Copyright (C) 2006-2015 CS-SI
3
# Copyright (C) 2006-2016 CS-SI
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

  
6 6
"""Vigigraph Controller"""
vigigraph/controllers/rpc.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2015 CS-SI
2
# Copyright (C) 2006-2016 CS-SI
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""RPC controller for the combobox of vigigraph"""
vigigraph/lib/__init__.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2011-2015 CS-SI
2
# Copyright (C) 2011-2016 CS-SI
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

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

  
5 5
"""The application's Globals object"""
vigigraph/lib/helpers.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2011-2015 CS-SI
2
# Copyright (C) 2011-2016 CS-SI
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""WebHelpers used in vigigraph."""
vigigraph/public/js/graph.js
1
// Copyright (C) 2006-2015 CS-SI
1
// Copyright (C) 2006-2016 CS-SI
2 2
// License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
3 3

  
4 4
var refresh_delay = 30;
vigigraph/public/js/toolbar.js
1
// Copyright (C) 2006-2015 CS-SI
1
// Copyright (C) 2006-2016 CS-SI
2 2
// License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
3 3

  
4 4
Jx.Button.SelectorFlyout = new Class({
vigigraph/tests/__init__.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2015 CS-SI
2
# Copyright (C) 2006-2016 CS-SI
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""Unit and functional test suite for vigigraph."""
vigigraph/tests/functional/helpers.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2011-2015 CS-SI
2
# Copyright (C) 2011-2016 CS-SI
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
from vigilo.models.tables import Permission
vigigraph/tests/functional/test_authentication.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2015 CS-SI
2
# Copyright (C) 2006-2016 CS-SI
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""
vigigraph/tests/functional/test_fullhostpage.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2015 CS-SI
2
# Copyright (C) 2006-2016 CS-SI
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""
vigigraph/tests/functional/test_graph_selection_form.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2015 CS-SI
2
# Copyright (C) 2006-2016 CS-SI
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""
vigigraph/tests/functional/test_host_selection_form.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2015 CS-SI
2
# Copyright (C) 2006-2016 CS-SI
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""
vigigraph/tests/functional/test_opensearch.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2015 CS-SI
2
# Copyright (C) 2006-2016 CS-SI
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""
vigigraph/tests/functional/test_search_form.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2015 CS-SI
2
# Copyright (C) 2006-2016 CS-SI
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

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

  
5 5
"""Setup the vigigraph application"""

Also available in: Unified diff