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

add license and Copyright

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/trunk@205 b32b6428-25c9-4566-ad07-03861ab6144f
parent 461d55c5
No related branches found
No related tags found
No related merge requests found
"""
Copyright 2014 Jerome Kerdreux, Telecom Bretagne.
This file is part of xAAL.
xAAL 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.
xAAL 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 xAAL. If not, see <http://www.gnu.org/licenses/>.
"""
import serial
import sys,time,string
......
# -*- coding: utf-8 -*-
"""
Copyright 2014 Jerome 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.Devices import XAALGateway,XAALDevice,XAALAttribute
from xAAL.Core import XAALEngine
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment