~oif-team/evemu/fix-evbit-handling

« back to all changes in this revision

Viewing changes to src/evemu-impl.h

  • Committer: Stephen M. Webb
  • Date: 2011-02-03 02:29:13 UTC
  • Revision ID: stephen.webb@canonical.com-20110203022913-gsmw7jhea799deaq
Added GPL-3 licensing to source files.

Show diffs side-by-side

added added

removed removed

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