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

add license and Copyright

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/trunk@206 b32b6428-25c9-4566-ad07-03861ab6144f
parent 175811cb
No related branches found
No related tags found
No related merge requests found
"""
Copyright 2014 Jerome Kerdreux, Philippe Tanguy, 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 Lesser 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 Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with xAAL. If not, see <http://www.gnu.org/licenses/>.
"""
from xAAL.Devices import XAALAttribute
from gateways.ZWave.ZwaveDevice import ZwaveDevice
......
"""
Copyright 2014 Jerome Kerdreux, Philippe Tanguy, 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 Lesser 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 Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with xAAL. If not, see <http://www.gnu.org/licenses/>.
"""
from xAAL.Devices import XAALAttribute
from gateways.ZWave.ZwaveDevice import ZwaveDevice
......
"""
Copyright 2014 Jerome Kerdreux, Philippe Tanguy, 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 Lesser 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 Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with xAAL. If not, see <http://www.gnu.org/licenses/>.
"""
from xAAL.Devices import XAALAttribute
from gateways.ZWave.ZwaveDevice import ZwaveDevice
......
"""
Copyright 2014 Jerome Kerdreux, Philippe Tanguy, 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 Lesser 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 Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with xAAL. If not, see <http://www.gnu.org/licenses/>.
"""
from xAAL.Devices import XAALDevice
class ZwaveDevice(XAALDevice):
......
# -*- coding: utf-8 -*-
"""
Copyright 2014 Jerome Kerdreux, Philippe Tanguy 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
import logging
import sys
import os
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment