blob: be5d28c227b46cf259065b92c1de7076f737a758 [file] [log] [blame]
Jonathan Santos03fd8d02011-05-25 13:54:02 -04001/* 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 Affero General Public License as published by
7 * the Free Software Foundation; either version 3 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 Affero General Public License for more details.
14 *
15 * You should have received a copy of the GNU Affero General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 *
18 */
19
20#include "../../bscconfig.h"
21
22const char *openbsc_copyright =
23 "Copyright (C) 2008-2010 Harald Welte, Holger Freyther\r\n"
24 "Contributions by Daniel Willmann, Jan Lübbe, Stefan Schmidt\r\n"
25 "Dieter Spaar, Andreas Eversberg, Sylvain Munaut\r\n\r\n"
26 "License AGPLv3+: GNU AGPL version 3 or later <http://gnu.org/licenses/agpl-3.0.html>\r\n"
27 "This is free software: you are free to change and redistribute it.\r\n"
28 "There is NO WARRANTY, to the extent permitted by law.\r\n";
29
30