* [ndctl PATCH] ndctl.spec.in: use SPDX formula for license
@ 2024-08-21 22:02 alison.schofield
2024-08-21 22:22 ` Verma, Vishal L
0 siblings, 1 reply; 3+ messages in thread
From: alison.schofield @ 2024-08-21 22:02 UTC (permalink / raw)
To: Vishal Verma, nvdimm; +Cc: Miroslav Suchy
From: Miroslav Suchy <mirek+github@lomenotecka.cz>
According to SPEC v2, the operator has to be in the upper case.
Reposted here from github pull request:
https://github.com/pmem/ndctl/pull/265/
Signed-off-by: Miroslav Suchy <mirek+github@lomenotecka.cz>
---
ndctl.spec.in | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/ndctl.spec.in b/ndctl.spec.in
index ea9fadc266d8..ae9466c45192 100644
--- a/ndctl.spec.in
+++ b/ndctl.spec.in
@@ -2,7 +2,7 @@ Name: ndctl
Version: VERSION
Release: 1%{?dist}
Summary: Manage "libnvdimm" subsystem devices (Non-volatile Memory)
-License: GPL-2.0-only and LGPL-2.1-only and CC0-1.0 and MIT
+License: GPL-2.0-only AND LGPL-2.1-only AND CC0-1.0 AND MIT
Url: https://github.com/pmem/ndctl
Source0: https://github.com/pmem/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
@@ -98,7 +98,7 @@ mappings of performance / feature-differentiated memory.
%package -n LNAME
Summary: Management library for "libnvdimm" subsystem devices (Non-volatile Memory)
-License: LGPL-2.1-only and CC0-1.0 and MIT
+License: LGPL-2.1-only AND CC0-1.0 AND MIT
Requires: DAX_LNAME%{?_isa} = %{version}-%{release}
@@ -107,7 +107,7 @@ Libraries for %{name}.
%package -n DAX_LNAME
Summary: Management library for "Device DAX" devices
-License: LGPL-2.1-only and CC0-1.0 and MIT
+License: LGPL-2.1-only AND CC0-1.0 AND MIT
%description -n DAX_LNAME
Device DAX is a facility for establishing DAX mappings of performance /
@@ -116,7 +116,7 @@ control API for these devices.
%package -n CXL_LNAME
Summary: Management library for CXL devices
-License: LGPL-2.1-only and CC0-1.0 and MIT
+License: LGPL-2.1-only AND CC0-1.0 AND MIT
%description -n CXL_LNAME
libcxl is a library for enumerating and communicating with CXL devices.
--
2.37.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [ndctl PATCH] ndctl.spec.in: use SPDX formula for license
2024-08-21 22:02 [ndctl PATCH] ndctl.spec.in: use SPDX formula for license alison.schofield
@ 2024-08-21 22:22 ` Verma, Vishal L
2024-08-22 22:02 ` [ndctl PATCH] ndctl.spddeec.in: uset. TV mum ivfbc. Cr vvvr vvt. Bg " Chris Dickson
0 siblings, 1 reply; 3+ messages in thread
From: Verma, Vishal L @ 2024-08-21 22:22 UTC (permalink / raw)
To: Schofield, Alison, nvdimm@lists.linux.dev; +Cc: mirek+github@lomenotecka.cz
On Wed, 2024-08-21 at 15:02 -0700, alison.schofield@intel.com wrote:
> From: Miroslav Suchy <mirek+github@lomenotecka.cz>
>
> According to SPEC v2, the operator has to be in the upper case.
>
> Reposted here from github pull request:
> https://github.com/pmem/ndctl/pull/265/
>
> Signed-off-by: Miroslav Suchy <mirek+github@lomenotecka.cz>
Looks good,
Reviewed-by: Vishal Verma <vishal.l.verma@intel.com>
> ---
> ndctl.spec.in | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/ndctl.spec.in b/ndctl.spec.in
> index ea9fadc266d8..ae9466c45192 100644
> --- a/ndctl.spec.in
> +++ b/ndctl.spec.in
> @@ -2,7 +2,7 @@ Name: ndctl
> Version: VERSION
> Release: 1%{?dist}
> Summary: Manage "libnvdimm" subsystem devices (Non-volatile
> Memory)
> -License: GPL-2.0-only and LGPL-2.1-only and CC0-1.0 and MIT
> +License: GPL-2.0-only AND LGPL-2.1-only AND CC0-1.0 AND MIT
> Url: https://github.com/pmem/ndctl
> Source0:
> https://github.com/pmem/%{name}/archive/v%{version}.tar.gz#/%{name}-
> %{version}.tar.gz
>
> @@ -98,7 +98,7 @@ mappings of performance / feature-differentiated
> memory.
>
> %package -n LNAME
> Summary: Management library for "libnvdimm" subsystem devices
> (Non-volatile Memory)
> -License: LGPL-2.1-only and CC0-1.0 and MIT
> +License: LGPL-2.1-only AND CC0-1.0 AND MIT
> Requires: DAX_LNAME%{?_isa} = %{version}-%{release}
>
>
> @@ -107,7 +107,7 @@ Libraries for %{name}.
>
> %package -n DAX_LNAME
> Summary: Management library for "Device DAX" devices
> -License: LGPL-2.1-only and CC0-1.0 and MIT
> +License: LGPL-2.1-only AND CC0-1.0 AND MIT
>
> %description -n DAX_LNAME
> Device DAX is a facility for establishing DAX mappings of
> performance /
> @@ -116,7 +116,7 @@ control API for these devices.
>
> %package -n CXL_LNAME
> Summary: Management library for CXL devices
> -License: LGPL-2.1-only and CC0-1.0 and MIT
> +License: LGPL-2.1-only AND CC0-1.0 AND MIT
>
> %description -n CXL_LNAME
> libcxl is a library for enumerating and communicating with CXL
> devices.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ndctl PATCH] ndctl.spddeec.in: uset. TV mum ivfbc. Cr vvvr vvt. Bg SPDX formula for license
2024-08-21 22:22 ` Verma, Vishal L
@ 2024-08-22 22:02 ` Chris Dickson
0 siblings, 0 replies; 3+ messages in thread
From: Chris Dickson @ 2024-08-22 22:02 UTC (permalink / raw)
To: Verma, Vishal L; +Cc: Schofield, Alison, nvdimm, mirek+github
[-- Attachment #1.1: Type: text/plain, Size: 2417 bytes --]
MCL iaaàauu
My m
On Wed, Aug 21, 2024, 5:22 PM Verma, Vishal L <vishal.l.verma@intel.com>
wrote:
> On Wed, 2024-08-21 at 15:02 -0700, alison.schofield@intel.com wrote:
> > From: Miroslav Suchy <mirek+github@lomenotecka.cz>
> >
> > According to SPEC v2, the operator has to be in the upper case.
> >
> > Reposted here from github pull request:
> > https://github.com/pmem/ndctl/pull/265/
> >
> > Signed-off-by: Miroslav Suchy <mirek+github@lomenotecka.cz>
>
> Looks good,
> Reviewed-by: Vishal Verma <vishal.l.verma@intel.com>
>
> > ---
> > ndctl.spec.in | 8 ++++----
> > 1 file changed, 4 insertions(+), 4 deletions(-)
> >
> > diff --git a/ndctl.spec.in b/ndctl.spec.in
> > index ea9fadc266d8..ae9466c45192 100644
> > --- a/ndctl.spec.in
> > +++ b/ndctl.spec.in
> > @@ -2,7 +2,7 @@ Name: ndctl
> > Version: VERSION
> > Release: 1%{?dist}
> > Summary: Manage "libnvdimm" subsystem devices (Non-volatile
> > Memory)
> > -License: GPL-2.0-only and LGPL-2.1-only and CC0-1.0 and MIT
> > +License: GPL-2.0-only AND LGPL-2.1-only AND CC0-1.0 AND MIT
> > Url: https://github.com/pmem/ndctl
> > Source0:
> > https://github.com/pmem/%{name}/archive/v%{version}.tar.gz#/%{name}-
> > %{version}.tar.gz
> >
> > @@ -98,7 +98,7 @@ mappings of performance / feature-differentiated
> > memory.
> >
> > %package -n LNAME
> > Summary: Management library for "libnvdimm" subsystem devices
> > (Non-volatile Memory)
> > -License: LGPL-2.1-only and CC0-1.0 and MIT
> > +License: LGPL-2.1-only AND CC0-1.0 AND MIT
> > Requires: DAX_LNAME%{?_isa} = %{version}-%{release}
> >
> >
> > @@ -107,7 +107,7 @@ Libraries for %{name}.
> >
> > %package -n DAX_LNAME
> > Summary: Management library for "Device DAX" devices
> > -License: LGPL-2.1-only and CC0-1.0 and MIT
> > +License: LGPL-2.1-only AND CC0-1.0 AND MIT
> >
> > %description -n DAX_LNAME
> > Device DAX is a facility for establishing DAX mappings of
> > performance /
> > @@ -116,7 +116,7 @@ control API for these devices.
> >
> > %package -n CXL_LNAME
> > Summary: Management library for CXL devices
> > -License: LGPL-2.1-only and CC0-1.0 and MIT
> > +License: LGPL-2.1-only AND CC0-1.0 AND MIT
> >
> > %description -n CXL_LNAME
> > libcxl is a library for enumerating and communicating with CXL
> > devices.
>
>
[-- Attachment #1.2: Type: text/html, Size: 4257 bytes --]
[-- Attachment #2: PXL_20220912_015228560.jpg --]
[-- Type: image/jpeg, Size: 1991001 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-08-22 22:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-21 22:02 [ndctl PATCH] ndctl.spec.in: use SPDX formula for license alison.schofield
2024-08-21 22:22 ` Verma, Vishal L
2024-08-22 22:02 ` [ndctl PATCH] ndctl.spddeec.in: uset. TV mum ivfbc. Cr vvvr vvt. Bg " Chris Dickson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox