~ubuntu-branches/ubuntu/saucy/libquvi/saucy-proposed

« back to all changes in this revision

Viewing changes to src/license.c

  • Committer: Bazaar Package Importer
  • Author(s): Alejandro Garrido Mota
  • Date: 2011-04-25 01:07:41 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110425010741-nalzd12y180qs082
Tags: 0.2.15-1
* New upstream release (Closes: #622253). 
* Update d/watch to sf.net
* Update homepage field to quvi.sourceforge.net (Closes: #615554) 
* d/rules: Add dh_auto_test before NO_INTERNET=1 in override_dh_auto_test 
* Update Standards-Version field to 3.9.2 
* Add symbol (d/libquvi0.symbols) file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* quvi
2
 
 * Copyright (C) 2010  Toni Gundogdu <legatvs@gmail.com>
3
 
 *
4
 
 * This library is free software; you can redistribute it and/or
5
 
 * modify it under the terms of the GNU Lesser General Public
6
 
 * License as published by the Free Software Foundation; either
7
 
 * version 2.1 of the License, or (at your option) any later version.
8
 
 *
9
 
 * This library is distributed in the hope that it will be useful,
10
 
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12
 
 * Lesser General Public License for more details.
13
 
 *
14
 
 * You should have received a copy of the GNU Lesser General Public
15
 
 * License along with this library; if not, write to the Free Software
16
 
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17
 
 * 02110-1301  USA
18
 
 */
19
 
 
20
 
char LICENSE[] =
21
 
    "/* quvi\n"
22
 
    " * Copyright (C) 2009,2010  Toni Gundogdu <legatvs@gmail.com>\n"
23
 
    " *\n"
24
 
    " * This library is free software; you can redistribute it and/or\n"
25
 
    " * modify it under the terms of the GNU Lesser General Public\n"
26
 
    " * License as published by the Free Software Foundation; either\n"
27
 
    " * version 2.1 of the License, or (at your option) any later version.\n"
28
 
    " *\n"
29
 
    " * This library is distributed in the hope that it will be useful,\n"
30
 
    " * but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
31
 
    " * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n"
32
 
    " * Lesser General Public License for more details.\n"
33
 
    " *\n"
34
 
    " * You should have received a copy of the GNU Lesser General Public\n"
35
 
    " * License along with this library; if not, write to the Free Software\n"
36
 
    " * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
37
 
    " * 02110-1301  USA\n" " */";