Repository : ssh://git@open-mesh.org/alfred
On branch : master
commit b924c4d78a1c3a451e27d584181407605ececd3d Author: Simon Wunderlich siwu@hrz.tu-chemnitz.de Date: Thu Feb 14 16:10:05 2013 +0100
alfred: Change packet.h to ISC license
Code which wants to re-use the packet definitions in packet.h does not have to be GPL2 ... Change it to ISC license to be more liberal.
Acked-by: Sven Eckelmann sven@open-mesh.com Signed-off-by: Simon Wunderlich siwu@hrz.tu-chemnitz.de
b924c4d78a1c3a451e27d584181407605ececd3d packet.h | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-)
diff --git a/packet.h b/packet.h index e859d8d..57fa471 100644 --- a/packet.h +++ b/packet.h @@ -1,21 +1,19 @@ /* - * Copyright (C) 2012 B.A.T.M.A.N. contributors: + * Copyright (C) 2012-2013 B.A.T.M.A.N. contributors: * - * Simon Wunderlich + * Simon Wunderlich, Sven Eckelmann * - * This program is free software; you can redistribute it and/or - * modify it under the terms of version 2 of the GNU General Public - * License as published by the Free Software Foundation. + * Permission to use, copy, modify, and/or distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301, USA + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * */