Hi all,
I have a question regarding the current SPDX version 1.1 and its application.
I tried to get a bit familiar with the standard and how it is applied, so I had
a look into the "usage Guidelines" http://www.spdx.org/spec/guidelines and I
searched in the FAQs and I also had a look in the coreutils example
(http://www.spdx.org/spec/examples). But I did not find a full example
application of the 1.1. version of the standard. Is there full example of all
elements and an example "package" available so that we can see on one hand the
"real source" (for example) and on the other hand a "real full blown" SPDX
version 1.1 file which was derived from the "real source"?
The "usage Guidelines" talk in the file area of the following elements:
"File Information
One of the big benefits of SPDX is it potential provides licensing information
for each file in a software package. This section contains a record for each
file in the package. The record contains the following information fields:
File Name (including full path)
File Type (source, binary, archive, other)
File Checksum
License Information contained in File
Concluded License (by SPDX creator)
Comments on License
Copyright owners (if listed)
Copyright dates (if listed)
"
Neither in Standard version 1.0 nor version 1.1 there elements presents named
"Copyright owners "and "Copyright dates". The element which is probably meant
in the is "copyrightText".
Are there plans to harmonize the usage Guidelines with the Standard definition?
If I have a file which has dual licensed ( I have attached one example) how
does the spdx 1.1 representation of the file data look like? I have tried to
construct it an listed it below, it would be really nice if you would comment
on it.
<File>
<fileName>./somePath/dual_licensed_file.c</fileName>
<fileType> SOURCE </fileType>
<Checksum>
<algorithm>SHA1</algorithm>
<checksumValue>b3455456375f2cd748cf0ce623a652f85b05fbb19bb605</checksumValue>
</Checksum>
<licenseConcluded>(GPL-2.0 or BSD-3-Clause)</licenseConcluded>
<licenseInfoInFile>(GPL-2.0 or BSD-3-Clause) </licenseInfoInFile>
<licenseComments> this identification is correct </licenseComments>
<copyrightText>Copyright (c) 2008, 2009, 2010, 2011 Karl Napf</copyrightText>
</File>
In this conext I have another question.
Is there a element planned or foreseen where I can express my choice in case of
dual licensing (so either GPL or BSD in this context)?
And a last question. Why is the file path part of the element "filename"?
Thanks for your patience.
Looking forward to read your answer.
regards
Oliver Fendt
Siemens AG
Corporate Technology
CT CSG SWI OSS
Otto-Hahn-Ring 6
81739 München, Deutschland
Tel.: +49 (89) 636-46033
Fax: +49 (89) 636-45450
mailto:[email protected]
Siemens Aktiengesellschaft: Chairman of the Supervisory Board: Gerhard Cromme;
Managing Board: Peter Loescher, Chairman, President and Chief Executive
Officer; Roland Busch, Brigitte Ederer, Klaus Helmrich, Joe Kaeser, Barbara
Kux, Hermann Requardt, Siegfried Russwurm, Peter Y. Solmssen, Michael Suess;
Registered offices: Berlin and Munich, Germany; Commercial registries: Berlin
Charlottenburg, HRB 12300, Munich, HRB 6684; WEEE-Reg.-No. DE 23691322
/*
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. Neither the names of the copyright holders nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
Alternatively, this software may be distributed under the terms of the
GNU General Public License ("GPL") version 2 as published by the Free
Software Foundation.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
Bla Bla Bla;
_______________________________________________
Spdx-tech mailing list
[email protected]
https://lists.spdx.org/mailman/listinfo/spdx-tech