~oif-team/frame/trunk

« back to all changes in this revision

Viewing changes to src/v2/touch.h

  • Committer: Stephen M. Webb
  • Date: 2012-03-26 12:59:49 UTC
  • mfrom: (76.1.1 lp-963072)
  • Revision ID: stephen.webb@canonical.com-20120326125949-9h81igsgckd7zs8q
Change licensing from GPL-3+ to LGPL-3 (lp: #963072)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 *
3
3
 * utouch-frame - Touch Frame Library
4
4
 *
5
 
 * Copyright (C) 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) 2011-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