Project

General

Profile

Revision 2bcebf54

ID2bcebf54aa1c80d39c95ff76e5023a0602de4458
Parent 6d2f147e
Child 6efdc6e5

Added by Francois POIROTTE about 8 years ago

Mise à jour des copyrights

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

View differences:

app_cfg.py
2 2
# vim: set fileencoding=utf-8 sw=4 ts=4 et :
3 3
################################################################################
4 4
#
5
# Copyright (C) 2007-2015 CS-SI
5
# Copyright (C) 2007-2016 CS-SI
6 6
#
7 7
# This program is free software; you can redistribute it and/or modify
8 8
# it under the terms of the GNU General Public License version 2 as
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'vigiboard'
pkg/vigilo-vigiboard.sh.in
1 1
#!/bin/sh
2
# Copyright (C) 2014-2016 CS-SI
3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
2 4

  
3 5
ACK=-1
4 6
ACK_OPTIONS="-uk"
setup.py
1 1
#!/usr/bin/env python
2 2
# -*- coding: utf-8 -*-
3 3
# vim:set expandtab tabstop=4 shiftwidth=4:
4
# Copyright (C) 2006-2015 CS-SI
4
# Copyright (C) 2006-2016 CS-SI
5 5
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
6 6

  
7 7
import os
vigiboard/__init__.py
2 2
# vim: set fileencoding=utf-8 sw=4 ts=4 et :
3 3
################################################################################
4 4
#
5
# Copyright (C) 2007-2015 CS-SI
5
# Copyright (C) 2007-2016 CS-SI
6 6
#
7 7
# This program is free software; you can redistribute it and/or modify
8 8
# it under the terms of the GNU General Public License version 2 as
vigiboard/config/__init__.py
1 1
# -*- coding: utf-8 -*-
2 2
################################################################################
3 3
#
4
# Copyright (C) 2007-2015 CS-SI
4
# Copyright (C) 2007-2016 CS-SI
5 5
#
6 6
# This program is free software; you can redistribute it and/or modify
7 7
# it under the terms of the GNU General Public License version 2 as
vigiboard/config/middleware.py
2 2
# vim: set fileencoding=utf-8 sw=4 ts=4 et :
3 3
################################################################################
4 4
#
5
# Copyright (C) 2007-2015 CS-SI
5
# Copyright (C) 2007-2016 CS-SI
6 6
#
7 7
# This program is free software; you can redistribute it and/or modify
8 8
# it under the terms of the GNU General Public License version 2 as
vigiboard/controllers/__init__.py
1 1
# -*- coding: utf-8 -*-
2 2
################################################################################
3 3
#
4
# Copyright (C) 2007-2015 CS-SI
4
# Copyright (C) 2007-2016 CS-SI
5 5
#
6 6
# This program is free software; you can redistribute it and/or modify
7 7
# it under the terms of the GNU General Public License version 2 as
vigiboard/controllers/feeds.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
"""Sample controller module"""
vigiboard/controllers/plugins/__init__.py
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3 3
################################################################################
4 4
#
5
# Copyright (C) 2007-2015 CS-SI
5
# Copyright (C) 2007-2016 CS-SI
6 6
#
7 7
# This program is free software; you can redistribute it and/or modify
8 8
# it under the terms of the GNU General Public License version 2 as
vigiboard/controllers/plugins/date.py
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3 3
################################################################################
4 4
#
5
# Copyright (C) 2007-2015 CS-SI
5
# Copyright (C) 2007-2016 CS-SI
6 6
#
7 7
# This program is free software; you can redistribute it and/or modify
8 8
# it under the terms of the GNU General Public License version 2 as
vigiboard/controllers/plugins/details.py
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3 3
################################################################################
4 4
#
5
# Copyright (C) 2007-2015 CS-SI
5
# Copyright (C) 2007-2016 CS-SI
6 6
#
7 7
# This program is free software; you can redistribute it and/or modify
8 8
# it under the terms of the GNU General Public License version 2 as
vigiboard/controllers/plugins/groups.py
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3 3
################################################################################
4 4
#
5
# Copyright (C) 2007-2015 CS-SI
5
# Copyright (C) 2007-2016 CS-SI
6 6
#
7 7
# This program is free software; you can redistribute it and/or modify
8 8
# it under the terms of the GNU General Public License version 2 as
vigiboard/controllers/plugins/hls.py
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3 3
################################################################################
4 4
#
5
# Copyright (C) 2007-2015 CS-SI
5
# Copyright (C) 2007-2016 CS-SI
6 6
#
7 7
# This program is free software; you can redistribute it and/or modify
8 8
# it under the terms of the GNU General Public License version 2 as
vigiboard/controllers/plugins/hostname.py
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3 3
################################################################################
4 4
#
5
# Copyright (C) 2007-2015 CS-SI
5
# Copyright (C) 2007-2016 CS-SI
6 6
#
7 7
# This program is free software; you can redistribute it and/or modify
8 8
# it under the terms of the GNU General Public License version 2 as
vigiboard/controllers/plugins/id.py
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3 3
################################################################################
4 4
#
5
# Copyright (C) 2007-2015 CS-SI
5
# Copyright (C) 2007-2016 CS-SI
6 6
#
7 7
# This program is free software; you can redistribute it and/or modify
8 8
# it under the terms of the GNU General Public License version 2 as
vigiboard/controllers/plugins/map.py
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3 3
################################################################################
4 4
#
5
# Copyright (C) 2007-2015 CS-SI
5
# Copyright (C) 2007-2016 CS-SI
6 6
#
7 7
# This program is free software; you can redistribute it and/or modify
8 8
# it under the terms of the GNU General Public License version 2 as
vigiboard/controllers/plugins/masked_events.py
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3 3
################################################################################
4 4
#
5
# Copyright (C) 2007-2015 CS-SI
5
# Copyright (C) 2007-2016 CS-SI
6 6
#
7 7
# This program is free software; you can redistribute it and/or modify
8 8
# it under the terms of the GNU General Public License version 2 as
vigiboard/controllers/plugins/occurrences.py
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3 3
################################################################################
4 4
#
5
# Copyright (C) 2007-2015 CS-SI
5
# Copyright (C) 2007-2016 CS-SI
6 6
#
7 7
# This program is free software; you can redistribute it and/or modify
8 8
# it under the terms of the GNU General Public License version 2 as
vigiboard/controllers/plugins/output.py
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3 3
################################################################################
4 4
#
5
# Copyright (C) 2007-2015 CS-SI
5
# Copyright (C) 2007-2016 CS-SI
6 6
#
7 7
# This program is free software; you can redistribute it and/or modify
8 8
# it under the terms of the GNU General Public License version 2 as
vigiboard/controllers/plugins/priority.py
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3 3
################################################################################
4 4
#
5
# Copyright (C) 2007-2015 CS-SI
5
# Copyright (C) 2007-2016 CS-SI
6 6
#
7 7
# This program is free software; you can redistribute it and/or modify
8 8
# it under the terms of the GNU General Public License version 2 as
vigiboard/controllers/plugins/servicename.py
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3 3
################################################################################
4 4
#
5
# Copyright (C) 2007-2015 CS-SI
5
# Copyright (C) 2007-2016 CS-SI
6 6
#
7 7
# This program is free software; you can redistribute it and/or modify
8 8
# it under the terms of the GNU General Public License version 2 as
vigiboard/controllers/plugins/state.py
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3 3
################################################################################
4 4
#
5
# Copyright (C) 2007-2015 CS-SI
5
# Copyright (C) 2007-2016 CS-SI
6 6
#
7 7
# This program is free software; you can redistribute it and/or modify
8 8
# it under the terms of the GNU General Public License version 2 as
vigiboard/controllers/plugins/status.py
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3 3
################################################################################
4 4
#
5
# Copyright (C) 2007-2015 CS-SI
5
# Copyright (C) 2007-2016 CS-SI
6 6
#
7 7
# This program is free software; you can redistribute it and/or modify
8 8
# it under the terms of the GNU General Public License version 2 as
vigiboard/controllers/plugins/test.py
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3 3
################################################################################
4 4
#
5
# Copyright (C) 2007-2015 CS-SI
5
# Copyright (C) 2007-2016 CS-SI
6 6
#
7 7
# This program is free software; you can redistribute it and/or modify
8 8
# it under the terms of the GNU General Public License version 2 as
vigiboard/controllers/root.py
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3 3
################################################################################
4 4
#
5
# Copyright (C) 2007-2015 CS-SI
5
# Copyright (C) 2007-2016 CS-SI
6 6
#
7 7
# This program is free software; you can redistribute it and/or modify
8 8
# it under the terms of the GNU General Public License version 2 as
vigiboard/controllers/silence.py
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3 3
###############################################################################
4 4
#
5
# Copyright (C) 2007-2015 CS-SI
5
# Copyright (C) 2007-2016 CS-SI
6 6
#
7 7
# This program is free software; you can redistribute it and/or modify
8 8
# it under the terms of the GNU General Public License version 2 as
vigiboard/controllers/vigiboardrequest.py
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3 3
################################################################################
4 4
#
5
# Copyright (C) 2007-2015 CS-SI
5
# Copyright (C) 2007-2016 CS-SI
6 6
#
7 7
# This program is free software; you can redistribute it and/or modify
8 8
# it under the terms of the GNU General Public License version 2 as
vigiboard/lib/__init__.py
1 1
# vim: set fileencoding=utf-8 sw=4 ts=4 et :
2 2
################################################################################
3 3
#
4
# Copyright (C) 2007-2015 CS-SI
4
# Copyright (C) 2007-2016 CS-SI
5 5
#
6 6
# This program is free software; you can redistribute it and/or modify
7 7
# it under the terms of the GNU General Public License version 2 as
vigiboard/lib/app_globals.py
1 1
# -*- coding: utf-8 -*-
2 2
################################################################################
3 3
#
4
# Copyright (C) 2007-2015 CS-SI
4
# Copyright (C) 2007-2016 CS-SI
5 5
#
6 6
# This program is free software; you can redistribute it and/or modify
7 7
# it under the terms of the GNU General Public License version 2 as
vigiboard/lib/dateformat.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
"""
vigiboard/lib/error_handler.py
1 1
# vim: set fileencoding=utf-8 sw=4 ts=4 et :
2 2
################################################################################
3 3
#
4
# Copyright (C) 2007-2015 CS-SI
4
# Copyright (C) 2007-2016 CS-SI
5 5
#
6 6
# This program is free software; you can redistribute it and/or modify
7 7
# it under the terms of the GNU General Public License version 2 as
vigiboard/lib/export_csv.py
1 1
# vim: set fileencoding=utf-8 sw=4 ts=4 et :
2 2
################################################################################
3 3
#
4
# Copyright (C) 2007-2015 CS-SI
4
# Copyright (C) 2007-2016 CS-SI
5 5
#
6 6
# This program is free software; you can redistribute it and/or modify
7 7
# it under the terms of the GNU General Public License version 2 as
vigiboard/lib/helpers.py
1 1
# -*- coding: utf-8 -*-
2 2
################################################################################
3 3
#
4
# Copyright (C) 2007-2015 CS-SI
4
# Copyright (C) 2007-2016 CS-SI
5 5
#
6 6
# This program is free software; you can redistribute it and/or modify
7 7
# it under the terms of the GNU General Public License version 2 as
vigiboard/public/js/main.js
1 1
/*
2 2
 * Vigiboard
3 3
 *
4
 * Copyright (C) 2009-2015 CS-SI
4
 * Copyright (C) 2009-2016 CS-SI
5 5
 */
6 6

  
7 7
var vigiloLog = new Log();
vigiboard/public/js/silence.js
1 1
/*
2 2
 * Vigiboard
3 3
 *
4
 * Copyright (C) 2009-2015 CS-SI
4
 * Copyright (C) 2009-2016 CS-SI
5 5
 */
6 6

  
7 7
// Fonction d'échappement
vigiboard/public/js/silence_form.js
1 1
/*
2 2
 * Vigiboard
3 3
 *
4
 * Copyright (C) 2009-2015 CS-SI
4
 * Copyright (C) 2009-2016 CS-SI
5 5
 */
6 6

  
7 7
// Appelé au chargement de la page
vigiboard/public/js/tree.js
1 1
/**
2 2
 * VigiBoard, composant de Vigilo.
3
 * Copyright (C) 2009-2015 CS-SI
3
 * Copyright (C) 2009-2016 CS-SI
4 4
 * Licence : GNU GPL v2 ou superieure
5 5
 *
6 6
 */
vigiboard/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 vigiboard."""
vigiboard/tests/functional/plugins/test_details_plugin.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
"""
vigiboard/tests/functional/plugins/test_details_plugin_maps.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
"""
vigiboard/tests/functional/plugins/test_plugin_hls.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
""" Test du plugin listant les services de haut niveau impactés. """
vigiboard/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
"""
vigiboard/tests/functional/test_correvents_table.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
"""
vigiboard/tests/functional/test_group_selection_tree.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
"""
vigiboard/tests/functional/test_history_table.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
"""
vigiboard/tests/functional/test_raw_events_table.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
"""
vigiboard/tests/functional/test_root.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
"""
vigiboard/tests/functional/test_search_form_host.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
"""
vigiboard/tests/functional/test_search_form_misc.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
"""
vigiboard/tests/functional/test_search_form_service.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
"""
vigiboard/tests/functional/test_search_form_supitemgroup.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
"""
vigiboard/tests/functional/test_silence.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
"""
vigiboard/tests/functional/test_sorting.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
"""
vigiboard/tests/functional/utils.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
"""
vigiboard/websetup.py
1 1
# -*- coding: utf-8 -*-
2 2
################################################################################
3 3
#
4
# Copyright (C) 2007-2015 CS-SI
4
# Copyright (C) 2007-2016 CS-SI
5 5
#
6 6
# This program is free software; you can redistribute it and/or modify
7 7
# it under the terms of the GNU General Public License version 2 as
vigiboard/widgets/__init__.py
1 1
# -*- coding: utf-8 -*-
2 2
################################################################################
3 3
#
4
# Copyright (C) 2007-2015 CS-SI
4
# Copyright (C) 2007-2016 CS-SI
5 5
#
6 6
# This program is free software; you can redistribute it and/or modify
7 7
# it under the terms of the GNU General Public License version 2 as
vigiboard/widgets/edit_event.py
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3 3
################################################################################
4 4
#
5
# Copyright (C) 2007-2015 CS-SI
5
# Copyright (C) 2007-2016 CS-SI
6 6
#
7 7
# This program is free software; you can redistribute it and/or modify
8 8
# it under the terms of the GNU General Public License version 2 as
vigiboard/widgets/search_form.py
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3 3
################################################################################
4 4
#
5
# Copyright (C) 2007-2015 CS-SI
5
# Copyright (C) 2007-2016 CS-SI
6 6
#
7 7
# This program is free software; you can redistribute it and/or modify
8 8
# it under the terms of the GNU General Public License version 2 as

Also available in: Unified diff