linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: John Kacur <jkacur@gmail.com>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: linux-rt-users@vger.kernel.org,
	Carsten Emde <carsten.emde@osadl.org>,
	Clark Williams <williams@redhat.com>
Subject: Re: [PATCH] Add copyright statements to files in src/lib
Date: Mon, 25 Jan 2010 21:24:37 +0100	[thread overview]
Message-ID: <520f0cf11001251224k72f2c6e4we7b958d355f93704@mail.gmail.com> (raw)
In-Reply-To: <1264450974-6923-1-git-send-email-u.kleine-koenig@pengutronix.de>

2010/1/25 Uwe Kleine-König <u.kleine-koenig@pengutronix.de>:
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> Cc: John Kacur <jkacur@redhat.com>
> Cc: Carsten Emde <carsten.emde@osadl.org>
> Cc: Clark Williams <williams@redhat.com>
> ---
> Hello,
>
> compared to the previous patch I modified the comment in src/lib/error.c as
> requested by John via irc.
>
> Best regards
> Uwe
>
>  src/lib/error.c      |    6 ++++++
>  src/lib/rt-get_cpu.c |    4 +++-
>  src/lib/rt-utils.c   |    8 ++++++++
>  3 files changed, 17 insertions(+), 1 deletions(-)
>
> diff --git a/src/lib/error.c b/src/lib/error.c
> index d5ad2aa..e9fe58f 100644
> --- a/src/lib/error.c
> +++ b/src/lib/error.c
> @@ -1,3 +1,9 @@
> +/*
> + * Copyright (C) 2009 John Kacur <jkacur@redhat.com>
> + *
> + * error routines, similar to those found in
> + * Advanced Programming in the UNIX Environment 2nd ed.
> + */
>  #include "error.h"
>
>  /* Print an error message, plus a message for err and exit with error err */
> diff --git a/src/lib/rt-get_cpu.c b/src/lib/rt-get_cpu.c
> index 6ebda90..83430dd 100644
> --- a/src/lib/rt-get_cpu.c
> +++ b/src/lib/rt-get_cpu.c
> @@ -1,3 +1,6 @@
> +/*
> + * Copyright (C) 2009 John Kacur <jkacur@redhat.com>
> + */
>  #include "rt-get_cpu.h"
>  #ifdef __NR_getcpu
>  #elif defined(__GLIBC__) && defined(__GLIBC_MINOR__)   \
> @@ -22,4 +25,3 @@ int get_cpu_setup(void)
>  }
>
>  #endif
> -
> diff --git a/src/lib/rt-utils.c b/src/lib/rt-utils.c
> index c760f5a..b5a77de 100644
> --- a/src/lib/rt-utils.c
> +++ b/src/lib/rt-utils.c
> @@ -1,3 +1,11 @@
> +/*
> + * Copyright (C) 2009 Carsten Emde <carsten.emde@osadl.org>
> + * Copyright (C) 2010 Clark Williams <williams@redhat.com>
> + *
> + * based on functions from cyclictest that has
> + * (C) 2008-2009 Clark Williams <williams@redhat.com>
> + * (C) 2005-2007 Thomas Gleixner <tglx@linutronix.de>
> + */
>  #include <stdio.h>
>  #include <stdlib.h>
>  #include <string.h>
> --
> 1.6.6
>
> --

Okay, no objections.
Acked-by: John Kacur <jkacur@redhat.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

      reply	other threads:[~2010-01-25 20:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-22 20:18 [PATCH] Add copyright statements to files in src/lib Uwe Kleine-König
2010-01-25 20:22 ` Uwe Kleine-König
2010-01-25 20:24   ` John Kacur [this message]

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=520f0cf11001251224k72f2c6e4we7b958d355f93704@mail.gmail.com \
    --to=jkacur@gmail.com \
    --cc=carsten.emde@osadl.org \
    --cc=linux-rt-users@vger.kernel.org \
    --cc=u.kleine-koenig@pengutronix.de \
    --cc=williams@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).