Project

General

Profile

Revision 3c678ec5

ID3c678ec5989efa5dcfd4a7040c13ec4f9a4a027d
Parent f0ec26ba
Child c472fc59

Added by Aurelien BOMPARD about 12 years ago

Ajout et mise à jour des copyrights

BuildBot: no-build
Change-Id: I56c1332f8e57a83bd020cf327193332af86bbbc7

View differences:

setup.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3
# Copyright (C) 2006-2011 CS-SI
3
# Copyright (C) 2006-2012 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/app_cfg.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim: set fileencoding=utf-8 sw=4 ts=4 et :
3
# Copyright (C) 2011-2012 CS-SI
4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5

  
3 6
"""
4 7
Global configuration file for TG2-specific settings in vigigraph.
5 8

  
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-2011 CS-SI
3
# Copyright (C) 2006-2012 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-2011 CS-SI
3
# Copyright (C) 2006-2012 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-2011 CS-SI
2
# Copyright (C) 2006-2012 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/public/js/graph.js
1
// Copyright (C) 2006-2011 CS-SI
1
// Copyright (C) 2006-2012 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/loader.js
1 1
/*
2 2
 * VigiGraph, composant de Vigilo.
3
 * Copyright (C) 2009-2011 CS-SI
3
 * Copyright (C) 2009-2012 CS-SI
4 4
 * Licence : GNU GPL v2 ou superieure
5 5
 *
6 6
 */
vigigraph/public/js/toolbar.js
1
// Copyright (C) 2006-2011 CS-SI
1
// Copyright (C) 2006-2012 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-2011 CS-SI
2
# Copyright (C) 2006-2012 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-2012 CS-SI
3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
2 4

  
3 5
from vigilo.models.tables import Permission
4 6

  
vigigraph/tests/functional/test_authentication.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2011 CS-SI
2
# Copyright (C) 2006-2012 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-2011 CS-SI
2
# Copyright (C) 2006-2012 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-2011 CS-SI
2
# Copyright (C) 2006-2012 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-2011 CS-SI
2
# Copyright (C) 2006-2012 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-2011 CS-SI
2
# Copyright (C) 2006-2012 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-2011 CS-SI
2
# Copyright (C) 2006-2012 CS-SI
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""

Also available in: Unified diff