~rsalveti/telepathy-ofono/porting-pulse-droid

« back to all changes in this revision

Viewing changes to speakeriface.h

  • Committer: Ricardo Salveti de Araujo
  • Date: 2013-06-01 01:50:34 UTC
  • mto: This revision was merged to the branch mainline in revision 25.
  • Revision ID: ricardo.salveti@canonical.com-20130601015034-70vgw9ydo4busqbf
* Packaging cleanup
* Changing upstream license to LGPLv3, so it can be similar with other
  telepathy related components

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**
2
2
 * Copyright (C) 2013 Canonical, Ltd.
3
3
 *
4
 
 * Authors:
5
 
 *  Tiago Salem Herrmann <tiago.herrmann@canonical.com>
6
 
 *
7
 
 * This file is part of telepathy-ofono.
8
 
 *
9
 
 * telepathy-ofono is free software; you can redistribute it and/or modify
10
 
 * it under the terms of the GNU General Public License as published by
11
 
 * the Free Software Foundation; version 3.
12
 
 *
13
 
 * telepathy-ofono is distributed in the hope that it will be useful,
14
 
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
 
 * GNU General Public License for more details.
17
 
 *
18
 
 * You should have received a copy of the GNU General Public License
 
4
 * This program is free software: you can redistribute it and/or modify it under
 
5
 * the terms of the GNU Lesser General Public License version 3, as published by
 
6
 * the Free Software Foundation.
 
7
 *
 
8
 * This program is distributed in the hope that it will be useful, but WITHOUT
 
9
 * ANY WARRANTY; without even the implied warranties of MERCHANTABILITY,
 
10
 * SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
11
 * Lesser General Public License for more details.
 
12
 *
 
13
 * You should have received a copy of the GNU Lesser General Public License
19
14
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
15
 *
 
16
 * Authors: Tiago Salem Herrmann <tiago.herrmann@canonical.com>
20
17
 */
21
18
 
22
19
#ifndef OFONOSPEAKERIFACE_H