Fix bloomberg support [#7]
[quvi.git] / src / license.c
blobaa102b23663a29e9fba77a650629065a1707fb56
1 /*
2 * Copyright (C) 2010 Toni Gundogdu.
4 * This program is free software: you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation, either version 3 of the License, or
7 * (at your option) any later version.
9 * This program 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
12 * GNU General Public License for more details.
14 * You should have received a copy of the GNU General Public License
15 * along with this program. If not, see <http://www.gnu.org/licenses/>.
18 char LICENSE[] =
19 "/*\n"
20 "* Copyright (C) 2010 Toni Gundogdu.\n"
21 "*\n"
22 "* This program is free software: you can redistribute it and/or modify\n"
23 "* it under the terms of the GNU General Public License as published by\n"
24 "* the Free Software Foundation, either version 3 of the License, or\n"
25 "* (at your option) any later version.\n"
26 "*\n"
27 "* This program is distributed in the hope that it will be useful,\n"
28 "* but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
29 "* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
30 "* GNU General Public License for more details.\n"
31 "*\n"
32 "* You should have received a copy of the GNU General Public License\n"
33 "* along with this program. If not, see <http://www.gnu.org/licenses/>.\n"
34 "*/";