From: Petr Vorel <pvorel@suse.cz>
To: ltp@lists.linux.it
Subject: Re: [LTP] [PATCH 1/1] nfslock01: Add GPL-2.0-or-later license
Date: Mon, 24 Apr 2023 20:39:36 +0200 [thread overview]
Message-ID: <20230424183936.GA2855209@pevik> (raw)
In-Reply-To: <20230424175934.2847088-1-pvorel@suse.cz>
> C sources and headers in nfslock01 directory don't have a license.
> Add GPL 2+.
Hm, there should probably be copyright added as well.
Kind regards,
Petr
> Signed-off-by: Petr Vorel <pvorel@suse.cz>
> ---
> testcases/network/nfs/nfslock01/nfs_flock.c | 1 +
> testcases/network/nfs/nfslock01/nfs_flock.h | 2 ++
> testcases/network/nfs/nfslock01/nfs_flock_dgen.c | 1 +
> testcases/network/nfs/nfslock01/nfs_flock_func.c | 2 ++
> 4 files changed, 6 insertions(+)
> diff --git a/testcases/network/nfs/nfslock01/nfs_flock.c b/testcases/network/nfs/nfslock01/nfs_flock.c
> index 92acceee9..5aba3340a 100644
> --- a/testcases/network/nfs/nfslock01/nfs_flock.c
> +++ b/testcases/network/nfs/nfslock01/nfs_flock.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> * Program for testing file locking. The original data file consists of
> * characters from 'A' to 'Z'. The data file after running this program
> diff --git a/testcases/network/nfs/nfslock01/nfs_flock.h b/testcases/network/nfs/nfslock01/nfs_flock.h
> index 09e3845f4..1cf7f45a3 100644
> --- a/testcases/network/nfs/nfslock01/nfs_flock.h
> +++ b/testcases/network/nfs/nfslock01/nfs_flock.h
> @@ -1,3 +1,5 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> +
> #include <stdio.h>
> #include <sys/stat.h>
> #include <errno.h>
> diff --git a/testcases/network/nfs/nfslock01/nfs_flock_dgen.c b/testcases/network/nfs/nfslock01/nfs_flock_dgen.c
> index 39abc549f..19acbd743 100644
> --- a/testcases/network/nfs/nfslock01/nfs_flock_dgen.c
> +++ b/testcases/network/nfs/nfslock01/nfs_flock_dgen.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> /*
> * This program generates data for testing file locking
> */
> diff --git a/testcases/network/nfs/nfslock01/nfs_flock_func.c b/testcases/network/nfs/nfslock01/nfs_flock_func.c
> index 811136188..180338c57 100644
> --- a/testcases/network/nfs/nfslock01/nfs_flock_func.c
> +++ b/testcases/network/nfs/nfslock01/nfs_flock_func.c
> @@ -1,3 +1,5 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later
> +
> #include <stdlib.h>
> #include <unistd.h>
--
Mailing list info: https://lists.linux.it/listinfo/ltp
next prev parent reply other threads:[~2023-04-24 18:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-24 17:59 [LTP] [PATCH 1/1] nfslock01: Add GPL-2.0-or-later license Petr Vorel
2023-04-24 18:39 ` Petr Vorel [this message]
2023-04-25 11:20 ` Cyril Hrubis
2023-04-25 12:15 ` Petr Vorel
2023-04-28 16:29 ` Petr Vorel
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=20230424183936.GA2855209@pevik \
--to=pvorel@suse.cz \
--cc=ltp@lists.linux.it \
/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.