blob: 02661940e769c5491662a6e2105b6287f949bc23 [file] [log] [blame]
Holger Hans Peter Freytherf99f0932010-03-24 10:24:38 +01001/* Hold the copyright and version string */
2/* (C) 2010 by Harald Welte <laforge@gnumonks.org>
3 * All Rights Reserved
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU 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, write to the Free Software Foundation, Inc.,
17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18 *
19 */
20
21#include "bscconfig.h"
22
23const char *openbsc_version = "OpenBSC " PACKAGE_VERSION;
24const char *openbsc_copyright =
25 "Copyright (C) 2008-2010 Harald Welte, Holger Freyther\n"
26 "Contributions by Daniel Willmann, Jan Lübbe,Stefan Schmidt\n"
27 "Dieter Spaar, Andreas Eversberg\n\n"
28 "License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>\n"
29 "This is free software: you are free to change and redistribute it.\n"
30 "There is NO WARRANTY, to the extent permitted by law.\n";
31
32