Steve Winslow
Steve Winslow
+1 to @richardfontana's comment [above](https://github.com/spdx/license-list-XML/issues/1651#issuecomment-1264383502), noting the similarity of this to the prior "and here's a patent license" texts. I think this is worth discussing and reaching some sort of...
I believe that both the [bill of materials document](https://github.com/zowe/docs-site/blob/master/docs/appendix/bill-of-materials.md) and the [third party library usage list](https://github.com/zowe/docs-site/blob/master/docs/appendix/tpsr.md) are part of the certification that's provided when the Zowe binary releases are uploaded...
Hello all, I wanted to note that this issue (and/or the related issue #826) still appears to be present at least as of v3.2.0. As another example, I tested this...
I tend to agree with @pmonks here. I think that between the ABNF, the rest of the annex, and the definitions in the model, it's pretty clear _for purposes of...
For a similar issue in docker/classicswarm, I note that it has now been corrected to refer to CC-BY-SA-4.0 in all cases (see [issue](https://github.com/docker/classicswarm/issues/2833), [pr](https://github.com/docker/classicswarm/pull/2984/files)). Is it possible to apply the...
Hello all, Echoing the comment from @juliaszegedi, I would be interested to know which of Creative Commons' licenses the docs are intended to be under. For instance, if they are...
+1 from me to moving this over, this looks very useful! I agree with @zvr, I think it'd be appropriate for the destination repo to have a name which clarifies...
Added [example 5](https://github.com/swinslow/spdx-examples/tree/master/example5) for simple Hello World sample, essentially just a translation of the C version for [example 2](https://github.com/swinslow/spdx-examples/tree/master/example2). Added [example 6](https://github.com/swinslow/spdx-examples/tree/master/example6) which extends example 5 by adding a separate...
Thanks @lee0c! Great suggestion. For examples 1 through 6, for most of the SPDX documents I started by using the [Golang SPDX tools](https://github.com/spdx/tools-golang) [builder](https://pkg.go.dev/github.com/spdx/[email protected]/builder) and [idsearcher](https://pkg.go.dev/github.com/spdx/[email protected]/idsearcher) packages. I then tweaked...
Hi @surendrapathak and @kzantow, Thanks for the comments on this. I don't think the issue is with the [linked SPDX file](https://github.com/spdx/tools-golang/files/10769488/96b_aerocore2-hello_world-build.spdx.txt) being invalid. It passes validation using the [SPDX online...