From: Jan Kiszka <jan.kiszka@siemens.com>
To: Wolfgang Grandegger <wg@grandegger.com>,
"Xenomai@xenomai.org" <Xenomai@xenomai.org>
Subject: Re: [Xenomai] [PATCH] rtcan: add missing license terms
Date: Mon, 14 Oct 2013 21:19:24 +0200 [thread overview]
Message-ID: <525C43BC.1000103@siemens.com> (raw)
In-Reply-To: <525C3B94.1060200@grandegger.com>
On 2013-10-14 20:44, Wolfgang Grandegger wrote:
> ---
> 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 <wg@grandegger.com>
> + *
> + * 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 <stdio.h>
> #include <stdlib.h>
> #include <signal.h>
> 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 <wg@grandegger.com>
> + *
> + * 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 <stdio.h>
> #include <stdlib.h>
> #include <signal.h>
>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Thanks!
Jan
--
Siemens AG, Corporate Technology, CT RTC ITP SES-DE
Corporate Competence Center Embedded Linux
next prev parent reply other threads:[~2013-10-14 19:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-14 18:44 [Xenomai] [PATCH] rtcan: add missing license terms Wolfgang Grandegger
2013-10-14 19:19 ` Jan Kiszka [this message]
2013-10-14 19:58 ` Wolfgang Grandegger
2013-10-26 15:33 ` Gilles Chanteperdrix
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=525C43BC.1000103@siemens.com \
--to=jan.kiszka@siemens.com \
--cc=Xenomai@xenomai.org \
--cc=wg@grandegger.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.