Project

General

Profile

Revision 25892058

ID258920583701839d3457247235559b1f3d4d02c7
Parent a4ffe87d
Child 17516734

Added by Francois POIROTTE over 11 years ago

Mise à jour des copyrights pour 2013.

Change-Id: I8e82f08fb24cc7c5f3aa6e4b7fde7c65bc793f8e
Reviewed-on: https://vigilo-dev.si.c-s.fr/review/1085
Reviewed-by: Francois POIROTTE <>
Tested-by: Francois POIROTTE <>

View differences:

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

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

  
5 5
"""
vigiboard/lib/helpers.py
1 1
# -*- coding: utf-8 -*-
2 2
################################################################################
3 3
#
4
# Copyright (C) 2007-2012 CS-SI
4
# Copyright (C) 2007-2013 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-2012 CS-SI
4
 * Copyright (C) 2009-2013 CS-SI
5 5
 */
6 6

  
7 7
var vigiloLog = new Log();
vigiboard/public/js/tree.js
1 1
/**
2 2
 * VigiBoard, composant de Vigilo.
3
 * Copyright (C) 2009-2012 CS-SI
3
 * Copyright (C) 2009-2013 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-2012 CS-SI
2
# Copyright (C) 2006-2013 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-2012 CS-SI
2
# Copyright (C) 2006-2013 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-2011 CS-SI
2
# Copyright (C) 2006-2013 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-2012 CS-SI
2
# Copyright (C) 2006-2013 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-2012 CS-SI
2
# Copyright (C) 2006-2013 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-2012 CS-SI
3
# Copyright (C) 2006-2013 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-2012 CS-SI
2
# Copyright (C) 2006-2013 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-2012 CS-SI
3
# Copyright (C) 2006-2013 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-2012 CS-SI
3
# Copyright (C) 2006-2013 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-2012 CS-SI
2
# Copyright (C) 2006-2013 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-2012 CS-SI
2
# Copyright (C) 2006-2013 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-2012 CS-SI
2
# Copyright (C) 2006-2013 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-2012 CS-SI
2
# Copyright (C) 2006-2013 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-2012 CS-SI
2
# Copyright (C) 2006-2013 CS-SI
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""
vigiboard/tests/functional/utils.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3
# Copyright (C) 2006-2012 CS-SI
3
# Copyright (C) 2006-2013 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-2012 CS-SI
4
# Copyright (C) 2007-2013 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-2012 CS-SI
4
# Copyright (C) 2007-2013 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-2012 CS-SI
5
# Copyright (C) 2007-2013 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-2012 CS-SI
5
# Copyright (C) 2007-2013 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