changed licence to LGPL

Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
pull/106/head^2
Luotao Fu 2009-11-23 16:22:37 +01:00
parent c73035239f
commit 4a8daa7258
2 changed files with 25 additions and 23 deletions

View File

@ -1,20 +1,21 @@
/* /*
* socketcan_netlink.h * socketcan_netlink.h
* *
* (C) 2009 Luotao Fu <l.fu@pengutronix.de> * (C) 2009 Luotao Fu <l.fu@pengutronix.de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the version 2 of the GNU General Public License
* as published by the Free Software Foundation
* *
* This program is distributed in the hope that it will be useful, * This library is free software; you can redistribute it and/or modify it under
* but WITHOUT ANY WARRANTY; without even the implied warranty of * the terms of the GNU Lesser General Public License as published by the Free
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * Software Foundation; either version 2.1 of the License, or (at your option)
* GNU General Public License for more details. * any later version.
* *
* You should have received a copy of the GNU General Public License * This library is distributed in the hope that it will be useful, but WITHOUT
* along with this program; if not, write to the Free Software * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
* details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#ifndef _SOCKETCAN_NETLINK_H #ifndef _SOCKETCAN_NETLINK_H

View File

@ -2,19 +2,20 @@
* socketcan_netlink.c * socketcan_netlink.c
* *
* (C) 2009 Luotao Fu <l.fu@pengutronix.de> * (C) 2009 Luotao Fu <l.fu@pengutronix.de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the version 2 of the GNU General Public License
* as published by the Free Software Foundation
* *
* This program is distributed in the hope that it will be useful, * This library is free software; you can redistribute it and/or modify it under
* but WITHOUT ANY WARRANTY; without even the implied warranty of * the terms of the GNU Lesser General Public License as published by the Free
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * Software Foundation; either version 2.1 of the License, or (at your option)
* GNU General Public License for more details. * any later version.
* *
* You should have received a copy of the GNU General Public License * This library is distributed in the hope that it will be useful, but WITHOUT
* along with this program; if not, write to the Free Software * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
* details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#include <stdio.h> #include <stdio.h>