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

format license

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/trunk@227 b32b6428-25c9-4566-ad07-03861ab6144f
parent c37a56ca
No related branches found
No related tags found
No related merge requests found
"""
Copyright 2014 Jerome Kerdreux, Philippe Tanguy, Telecom Bretagne.
# -*- coding: utf-8 -*-
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.
#
# Copyright 2014 Jérôme 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/>.
#
You should have received a copy of the GNU Lesser General Public License
along with xAAL. If not, see <http://www.gnu.org/licenses/>.
"""
import datetime
......
"""
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 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/>.
"""
# -*- coding: utf-8 -*-
#
# Copyright 2014 Jérôme 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 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 sys
import os
......
"""
Copyright 2014 Jerome Kerdreux, Philippe Tanguy, Telecom Bretagne.
# -*- coding: utf-8 -*-
#
# Copyright 2014 Jérôme 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/>.
#
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 sqlobject import *
from sqlobject.sqlbuilder import *
......
"""
Copyright 2014 Jerome Kerdreux, Philippe Tanguy, Telecom Bretagne.
# -*- coding: utf-8 -*-
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/>.
"""
#
# Copyright 2014 Jérôme 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/>.
#
import os
from sqlobject import connectionForURI, sqlhub
......
"""
Copyright 2014 Jerome Kerdreux, Philippe Tanguy, Telecom Bretagne.
# -*- coding: utf-8 -*-
#
# Copyright 2014 Jérôme 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/>.
#
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/>.
"""
import models
import inspect
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment