All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] add license file: DMTF
@ 2014-06-09  4:31 Yao Xinpan
  2014-06-09  8:30 ` Martin Jansa
  0 siblings, 1 reply; 4+ messages in thread
From: Yao Xinpan @ 2014-06-09  4:31 UTC (permalink / raw)
  To: yocto

hi all
I want to add software which associates with DMTF into rootfs.
There is WARNING as follows when build:
"WARNING: cim-schema: No generic license file exists for: DMTF in any provider"

Could add license DMTF into yocto?

Signed-off-by: Yao Xinpan <yaoxp@cn.fujitsu.com>
---
 meta/files/common-licenses/DMTF | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)
 create mode 100644 meta/files/common-licenses/DMTF

diff --git a/meta/files/common-licenses/DMTF b/meta/files/common-licenses/DMTF
new file mode 100644
index 0000000..54a2812
--- /dev/null
+++ b/meta/files/common-licenses/DMTF
@@ -0,0 +1,34 @@
+// Copyright 1998-2008 Distributed Management Task Force, Inc. (DMTF).
+// All rights reserved.
+// DMTF is a not-for-profit association of industry members dedicated
+// to promoting enterprise and systems management and interoperability.
+// DMTF specifications and documents may be reproduced by
+// members and non-members, provided that correct attribution is given.
+// As DMTF specifications may be revised from time to time,
+// the particular version and release date should always be noted.
+// 
+// Implementation of certain elements of this standard or proposed
+// standard may be subject to third party patent rights, including
+// provisional patent rights (herein "patent rights"). DMTF makes
+// no representations to users of the standard as to the existence
+// of such rights, and is not responsible to recognize, disclose, or
+// identify any or all such third party patent right, owners or
+// claimants, nor for any incomplete or inaccurate identification or
+// disclosure of such rights, owners or claimants. DMTF shall have no
+// liability to any party, in any manner or circumstance, under any
+// legal theory whatsoever, for failure to recognize, disclose, or
+// identify any such third party patent rights, or for such party's
+// reliance on the standard or incorporation thereof in its product,
+// protocols or testing procedures. DMTF shall have no liability to
+// any party implementing such standard, whether such implementation
+// is foreseeable or not, nor to any patent owner or claimant, and shall
+// have no liability or responsibility for costs or losses incurred if
+// a standard is withdrawn or modified after publication, and shall be
+// indemnified and held harmless by any party implementing the
+// standard from any and all claims of infringement by a patent owner
+// for such implementations.
+// 
+// For information about patents held by third-parties which have
+// notified the DMTF that, in their opinion, such patent may relate to
+// or impact implementations of DMTF standards, visit
+// http://www.dmtf.org/about/policies/disclosures.php.
-- 
1.8.4.2



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] add license file: DMTF
  2014-06-09  4:31 [PATCH] add license file: DMTF Yao Xinpan
@ 2014-06-09  8:30 ` Martin Jansa
  2014-06-10  2:29   ` yaoxp
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2014-06-09  8:30 UTC (permalink / raw)
  To: Yao Xinpan; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 3358 bytes --]

On Mon, Jun 09, 2014 at 12:31:34PM +0800, Yao Xinpan wrote:
> hi all
> I want to add software which associates with DMTF into rootfs.
> There is WARNING as follows when build:
> "WARNING: cim-schema: No generic license file exists for: DMTF in any provider"
> 
> Could add license DMTF into yocto?

into oe-core? You can have license files in your own layer, do you plan
to add the recipe for "software which associates with DMTF" to oe-core?
 
Regards,

> Signed-off-by: Yao Xinpan <yaoxp@cn.fujitsu.com>
> ---
>  meta/files/common-licenses/DMTF | 34 ++++++++++++++++++++++++++++++++++
>  1 file changed, 34 insertions(+)
>  create mode 100644 meta/files/common-licenses/DMTF
> 
> diff --git a/meta/files/common-licenses/DMTF b/meta/files/common-licenses/DMTF
> new file mode 100644
> index 0000000..54a2812
> --- /dev/null
> +++ b/meta/files/common-licenses/DMTF
> @@ -0,0 +1,34 @@
> +// Copyright 1998-2008 Distributed Management Task Force, Inc. (DMTF).
> +// All rights reserved.
> +// DMTF is a not-for-profit association of industry members dedicated
> +// to promoting enterprise and systems management and interoperability.
> +// DMTF specifications and documents may be reproduced by
> +// members and non-members, provided that correct attribution is given.
> +// As DMTF specifications may be revised from time to time,
> +// the particular version and release date should always be noted.
> +// 
> +// Implementation of certain elements of this standard or proposed
> +// standard may be subject to third party patent rights, including
> +// provisional patent rights (herein "patent rights"). DMTF makes
> +// no representations to users of the standard as to the existence
> +// of such rights, and is not responsible to recognize, disclose, or
> +// identify any or all such third party patent right, owners or
> +// claimants, nor for any incomplete or inaccurate identification or
> +// disclosure of such rights, owners or claimants. DMTF shall have no
> +// liability to any party, in any manner or circumstance, under any
> +// legal theory whatsoever, for failure to recognize, disclose, or
> +// identify any such third party patent rights, or for such party's
> +// reliance on the standard or incorporation thereof in its product,
> +// protocols or testing procedures. DMTF shall have no liability to
> +// any party implementing such standard, whether such implementation
> +// is foreseeable or not, nor to any patent owner or claimant, and shall
> +// have no liability or responsibility for costs or losses incurred if
> +// a standard is withdrawn or modified after publication, and shall be
> +// indemnified and held harmless by any party implementing the
> +// standard from any and all claims of infringement by a patent owner
> +// for such implementations.
> +// 
> +// For information about patents held by third-parties which have
> +// notified the DMTF that, in their opinion, such patent may relate to
> +// or impact implementations of DMTF standards, visit
> +// http://www.dmtf.org/about/policies/disclosures.php.
> -- 
> 1.8.4.2
> 
> -- 
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] add license file: DMTF
  2014-06-09  8:30 ` Martin Jansa
@ 2014-06-10  2:29   ` yaoxp
  2014-06-10  7:07     ` Burton, Ross
  0 siblings, 1 reply; 4+ messages in thread
From: yaoxp @ 2014-06-10  2:29 UTC (permalink / raw)
  To: Martin Jansa; +Cc: yocto



> On Mon, Jun 09, 2014 at 12:31:34PM +0800, Yao Xinpan wrote:
> > hi all
> > I want to add software which associates with DMTF into rootfs.
> > There is WARNING as follows when build:
> > "WARNING: cim-schema: No generic license file exists for: DMTF in any
> provider"
> >
> > Could add license DMTF into yocto?
> 
> into oe-core? You can have license files in your own layer, do you plan to add the
> recipe for "software which associates with DMTF" to oe-core?
> 
> Regards,
> 

Thank you
I plan to add the recipe for "software which associates with DMTF" to oe-core.

Yao Xinpan

> > Signed-off-by: Yao Xinpan <yaoxp@cn.fujitsu.com>
> > ---
> >  meta/files/common-licenses/DMTF | 34
> > ++++++++++++++++++++++++++++++++++
> >  1 file changed, 34 insertions(+)
> >  create mode 100644 meta/files/common-licenses/DMTF
> >
> > diff --git a/meta/files/common-licenses/DMTF
> > b/meta/files/common-licenses/DMTF new file mode 100644 index
> > 0000000..54a2812
> > --- /dev/null
> > +++ b/meta/files/common-licenses/DMTF
> > @@ -0,0 +1,34 @@
> > +// Copyright 1998-2008 Distributed Management Task Force, Inc. (DMTF).
> > +// All rights reserved.
> > +// DMTF is a not-for-profit association of industry members dedicated
> > +// to promoting enterprise and systems management and interoperability.
> > +// DMTF specifications and documents may be reproduced by // members
> > +and non-members, provided that correct attribution is given.
> > +// As DMTF specifications may be revised from time to time, // the
> > +particular version and release date should always be noted.
> > +//
> > +// Implementation of certain elements of this standard or proposed //
> > +standard may be subject to third party patent rights, including //
> > +provisional patent rights (herein "patent rights"). DMTF makes // no
> > +representations to users of the standard as to the existence // of
> > +such rights, and is not responsible to recognize, disclose, or //
> > +identify any or all such third party patent right, owners or //
> > +claimants, nor for any incomplete or inaccurate identification or //
> > +disclosure of such rights, owners or claimants. DMTF shall have no //
> > +liability to any party, in any manner or circumstance, under any //
> > +legal theory whatsoever, for failure to recognize, disclose, or //
> > +identify any such third party patent rights, or for such party's //
> > +reliance on the standard or incorporation thereof in its product, //
> > +protocols or testing procedures. DMTF shall have no liability to //
> > +any party implementing such standard, whether such implementation //
> > +is foreseeable or not, nor to any patent owner or claimant, and shall
> > +// have no liability or responsibility for costs or losses incurred
> > +if // a standard is withdrawn or modified after publication, and
> > +shall be // indemnified and held harmless by any party implementing
> > +the // standard from any and all claims of infringement by a patent
> > +owner // for such implementations.
> > +//
> > +// For information about patents held by third-parties which have //
> > +notified the DMTF that, in their opinion, such patent may relate to
> > +// or impact implementations of DMTF standards, visit //
> > +http://www.dmtf.org/about/policies/disclosures.php.
> > --
> > 1.8.4.2
> >
> > --
> > _______________________________________________
> > yocto mailing list
> > yocto@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/yocto
> 
> --
> Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] add license file: DMTF
  2014-06-10  2:29   ` yaoxp
@ 2014-06-10  7:07     ` Burton, Ross
  0 siblings, 0 replies; 4+ messages in thread
From: Burton, Ross @ 2014-06-10  7:07 UTC (permalink / raw)
  To: yaoxp; +Cc: yocto

On 10 June 2014 03:29, yaoxp@cn.fujitsu.com <yaoxp@cn.fujitsu.com> wrote:
> I plan to add the recipe for "software which associates with DMTF" to oe-core.

Please sent this addition in a series alongside the addition of the
software, as you don't know that the software has been accepted into
oe-core yet.

Ross


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-06-10  7:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-09  4:31 [PATCH] add license file: DMTF Yao Xinpan
2014-06-09  8:30 ` Martin Jansa
2014-06-10  2:29   ` yaoxp
2014-06-10  7:07     ` Burton, Ross

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.