~oif-team/grail/trunk

« back to all changes in this revision

Viewing changes to src/v3/gesture.cpp

  • Committer: Stephen M. Webb
  • Date: 2012-03-26 12:57:55 UTC
  • mto: This revision was merged to the branch mainline in revision 213.
  • Revision ID: stephen.webb@canonical.com-20120326125755-fm8u7qh7hefmssuk
Change library license to LGPL-3 (lp: 963070)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 *
3
3
 * grail - Gesture Recognition And Instantiation Library
4
4
 *
5
 
 * Copyright (C) 2010-2011 Canonical Ltd.
6
 
 *
7
 
 * This program is free software: you can redistribute it and/or modify it
8
 
 * under the terms of the GNU General Public License as published by the
9
 
 * Free Software Foundation, either version 3 of the License, or (at your
10
 
 * option) any later version.
11
 
 *
12
 
 * This program is distributed in the hope that it will be useful, but
13
 
 * WITHOUT ANY WARRANTY; without even the implied warranty of
14
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15
 
 * General Public License for more details.
16
 
 *
17
 
 * You should have received a copy of the GNU General Public License along
18
 
 * with this program.  If not, see <http://www.gnu.org/licenses/>.
 
5
 * Copyright (C) 2010-2012 Canonical Ltd.
 
6
 *
 
7
 * This library is free software: you can redistribute it and/or modify it 
 
8
 * under the terms of the GNU Lesser General Public License version 3
 
9
 * as published by the Free Software Foundation.
 
10
 *
 
11
 * This library is distributed in the hope that it will be useful, but 
 
12
 * WITHOUT ANY WARRANTY; without even the implied warranties of 
 
13
 * MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR 
 
14
 * PURPOSE.  See the GNU Lesser General Public License for more details.
 
15
 *
 
16
 * You should have received a copy of the GNU Lesser General Public License
 
17
 * along with this library.  If not, see <http://www.gnu.org/licenses/>.
19
18
 *
20
19
 ****************************************************************************/
21
20