~audio-recorder/audio-recorder/trunk

« back to all changes in this revision

Viewing changes to src/dconf.c

  • Committer: Osmo Antero
  • Date: 2012-12-09 14:36:39 UTC
  • Revision ID: osmoma@gmail.com-20121209143639-c43tl71n6eawaq27
Moving to GPL3 license. All src/*.c should now comply to GPL3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 * This library is free software; you can redistribute it and/or
5
5
 * modify it under the terms of the GNU Library General Public
6
6
 * License as published by the Free Software Foundation; either
7
 
 * version 2 of the License, or (at your option) any later version.
 
7
 * version 3 of the License (GPL3), or any later version.
8
8
 *
9
9
 * This library is distributed in the hope that it will be useful,
10
10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12
 
 * Library General Public License for more details.
 
11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
 
12
 * See the GNU Library General Public License 3 for more details.
13
13
 *
14
14
 * You should have received a copy of the GNU Library General Public
15
 
 * License along with this library; if not, write to the
16
 
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 
15
 * License 3 along with this program; if not, see /usr/share/common-licenses/GPL file
 
16
 * or write to Free Software Foundation, Inc., 59 Temple Place - Suite 330,
17
17
 * Boston, MA 02111-1307, USA.
18
18
*/
19
19
#include <string.h>