~ubuntu-branches/ubuntu/utopic/libgrip/utopic

« back to all changes in this revision

Viewing changes to src/grip.h

  • Committer: Bazaar Package Importer
  • Author(s): Chase Douglas
  • Date: 2011-03-07 07:54:24 UTC
  • Revision ID: james.westby@ubuntu.com-20110307075424-4uqe4d282mah0nkk
Tags: upstream-0.1.6
ImportĀ upstreamĀ versionĀ 0.1.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright 2010 Canonical, Ltd.
 
3
 *
 
4
 * This program is free software: you can redistribute it and/or modify it
 
5
 * under the terms of either or both of the following licenses:
 
6
 *
 
7
 * 1) the GNU Lesser General Public License version 3, as published by the
 
8
 * Free Software Foundation; and/or
 
9
 * 2) the GNU Lesser General Public License version 2.1, as published by
 
10
 * the Free Software Foundation.
 
11
 *
 
12
 * This program is distributed in the hope that it will be useful, but
 
13
 * WITHOUT ANY WARRANTY; without even the implied warranties of
 
14
 * MERCHANTABILITY, SATISFACTORY QUALITY or FITNESS FOR A PARTICULAR
 
15
 * PURPOSE.  See the applicable version of the GNU Lesser General Public
 
16
 * License for more details.
 
17
 *
 
18
 * You should have received a copy of both the GNU Lesser General Public
 
19
 * License version 3 and version 2.1 along with this program.  If not, see
 
20
 * <http://www.gnu.org/licenses/>
 
21
 *
 
22
 * Authors:
 
23
 *    Cody Russell <crussell@canonical.com>
 
24
 */
 
25
 
 
26
#ifndef __GRIP_H__
 
27
#define __GRIP_H__
 
28
 
 
29
#include <libgrip/gripgesturemanager.h>
 
30
 
 
31
#endif /* __GRIP_H__ */