From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <525C3B94.1060200@grandegger.com> Date: Mon, 14 Oct 2013 20:44:36 +0200 From: Wolfgang Grandegger MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Xenomai] [PATCH] rtcan: add missing license terms List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Xenomai@xenomai.org" --- src/utils/can/rtcanrecv.c | 19 +++++++++++++++++++ src/utils/can/rtcansend.c | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/src/utils/can/rtcanrecv.c b/src/utils/can/rtcanrecv.c index f3178c5..644de55 100644 --- a/src/utils/can/rtcanrecv.c +++ b/src/utils/can/rtcanrecv.c @@ -1,3 +1,22 @@ +/* + * Program to receive CAN messages + * + * Copyright (C) 2006 Wolfgang Grandegger + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + */ #include #include #include diff --git a/src/utils/can/rtcansend.c b/src/utils/can/rtcansend.c index d178305..dd6ee30 100644 --- a/src/utils/can/rtcansend.c +++ b/src/utils/can/rtcansend.c @@ -1,3 +1,22 @@ +/* + * Program to send CAN messages + * + * Copyright (C) 2006 Wolfgang Grandegger + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + */ #include #include #include -- 1.7.9.5