Skip to content
Snippets Groups Projects
Commit f31fa7e7 authored by ptangu01's avatar ptangu01
Browse files

add GPL license and Copyright

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/trunk@200 b32b6428-25c9-4566-ad07-03861ab6144f
parent 57528f25
No related branches found
No related tags found
No related merge requests found
# -*- coding: utf-8 -*-
"""
Created on Wed May 14 13:25:29 2014
Copyright 2014 Jérôme Colin, Jérôme Kerdreux, Telecom Bretagne.
@author: jcolin
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
MIXER_PADDING = 10
from xAAL.Core import XAALEngine
from xAAL.Devices import XAALDevice
from xAAL import config,tools
......
#!/usr/bin/python2
# -*- coding: utf-8 -*-
"""
Copyright 2014 Jérôme Kerdreux, Telecom Bretagne.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
MIXER_PADDING = 10
from xAAL.Core import XAALEngine
from xAAL.Messages import XAALMessage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment