Project

General

Profile

Revision a2744508

IDa2744508f6200cfa5b93e197ed8fb134169b53ba
Parent 8b2edebe
Child 97bb9169

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
#!/usr/bin/env python
2 2
# -*- coding: utf-8 -*-
3 3
# vim:set expandtab tabstop=4 shiftwidth=4:
4
# Copyright (C) 2006-2011 CS-SI
4
# Copyright (C) 2006-2012 CS-SI
5 5
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
6 6

  
7 7
import os
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-2011 CS-SI
5
# Copyright (C) 2007-2012 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-2011 CS-SI
4
# Copyright (C) 2007-2012 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-2011 CS-SI
5
# Copyright (C) 2007-2012 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/feeds.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
"""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-2011 CS-SI
5
# Copyright (C) 2007-2012 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-2011 CS-SI
5
# Copyright (C) 2007-2012 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-2011 CS-SI
5
# Copyright (C) 2007-2012 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-2011 CS-SI
5
# Copyright (C) 2007-2012 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-2011 CS-SI
5
# Copyright (C) 2007-2012 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-2011 CS-SI
5
# Copyright (C) 2007-2012 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-2011 CS-SI
5
# Copyright (C) 2007-2012 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-2011 CS-SI
5
# Copyright (C) 2007-2012 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-2011 CS-SI
5
# Copyright (C) 2007-2012 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-2011 CS-SI
5
# Copyright (C) 2007-2012 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-2011 CS-SI
5
# Copyright (C) 2007-2012 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-2011 CS-SI
5
# Copyright (C) 2007-2012 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-2011 CS-SI
5
# Copyright (C) 2007-2012 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-2011 CS-SI
5
# Copyright (C) 2007-2012 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-2011 CS-SI
5
# Copyright (C) 2007-2012 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-2011 CS-SI
5
# Copyright (C) 2007-2012 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/app_globals.py
1 1
# -*- coding: utf-8 -*-
2 2
################################################################################
3 3
#
4
# Copyright (C) 2007-2011 CS-SI
4
# Copyright (C) 2007-2012 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-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
"""
vigiboard/public/js/main.js
1 1
/*
2 2
 * Vigiboard
3 3
 *
4
 * Copyright (C) 2009-2011 CS-SI
4
 * Copyright (C) 2009-2012 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-2011 CS-SI
3
 * Copyright (C) 2009-2012 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-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 vigiboard."""
vigiboard/tests/functional/plugins/test_details_plugin.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
"""
vigiboard/tests/functional/plugins/test_plugin_hls.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
""" 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-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
"""
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-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
"""
vigiboard/tests/functional/test_group_selection_tree.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
"""
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-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
"""
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-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
"""
vigiboard/tests/functional/test_root.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
"""
vigiboard/tests/functional/test_search_form_host.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
"""
vigiboard/tests/functional/test_search_form_misc.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
"""
vigiboard/tests/functional/test_search_form_service.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
"""
vigiboard/tests/functional/test_search_form_supitemgroup.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
"""
vigiboard/tests/functional/utils.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
"""
vigiboard/websetup.py
1 1
# -*- coding: utf-8 -*-
2 2
################################################################################
3 3
#
4
# Copyright (C) 2007-2011 CS-SI
4
# Copyright (C) 2007-2012 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-2011 CS-SI
5
# Copyright (C) 2007-2012 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-2011 CS-SI
5
# Copyright (C) 2007-2012 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