<div dir="ltr">Hi Manuel,<div> Feel free to add my:</div><div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">Reviewed-by: Kate Stewart <<a href="mailto:kstewart@linuxfoundation.org" target="_blank">kstewart@linuxfoundation.org</a></span><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">></span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Copyrights and SPDX identifiers look much better. :-)</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">I don't think you need to add the info to a .gitignore file,</span></div><div><span style="font-size:12.8px">(Patch 4/6), but not sure its worth respinning the patchset over.</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Kate </span></div><div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 9, 2018 at 1:12 PM, Manuel Traut <span dir="ltr"><<a href="mailto:manut@linutronix.de" target="_blank">manut@linutronix.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Kate,<br>
<br>
this is a rework of my ELBE/SPDX queue. It includes your suggestions about<br>
the copyright statements and includes the current version of the identifiers.<br>
<br>
Thanks for your help!<br>
<br>
Manuel<br>
<br>
changes since v1:<br>
<br>
* spdx headers were missed in 2 files, these are added in v2:<br>
- commands/adjustpkgs.py<br>
- commands/updatepkg.py<br>
<br>
changes since v2:<br>
<br>
* don't add copyright statements to files that had none before<br>
(contrib/dockerfile)<br>
* use GPL-3.0+ instead of GPL-3.0<br>
* use SPDX and Debian Identifier in debian/copyright, remove the license tags<br>
and reference to /usr/share/common-licenses/GPL<wbr>-3<br>
* the license text in COPYING doesn't need to be changed, it covers GPL-3.0<br>
and GPL-3.0+<br>
<br>
changes since v3:<br>
<br>
* mention licensing rules in README.adoc<br>
<br>
changes since v4:<br>
<br>
* use current identifiers (e.g. GPL-2.0-only instead of GPL-2.0)<br>
* extract correct copyright statement from git and include in the file header<br>
* add copyright and license informations for<br>
- docs/Makefile<br>
- .pylintrc<br>
- .gitignore<br>
<br>
Manuel Traut (6):<br>
use SPDX tags in headers<br>
README: add section about license rules<br>
add SPDX tags to contrib/dockerfile/*<br>
add copyright and license notes to .gitignore file<br>
add copyright and license notes to .pylintrc file<br>
add license and copyright information to docs/Makefile<br>
<br>
.gitignore | 6 ++++<br>
.pylintrc | 6 ++++<br>
Makefile | 5 ++++<br>
README.adoc | 28 +++++++++++++++++++<br>
contrib/dockerfile/<wbr>Dockerfile | 8 +++++-<br>
contrib/dockerfile/Makefile | 5 ++++<br>
contrib/dockerfile/README.md | 7 ++++-<br>
contrib/dockerfile/adds/super<wbr>visord.conf | 1 +<br>
debian/copyright | 28 ++++---------------<br>
docs/Makefile | 7 +++++<br>
docs/build-example-doc.sh | 5 ++++<br>
elbe | 20 ++++---------<br>
elbepack/aptpkgutils.py | 19 +++----------<br>
elbepack/aptprogress.py | 18 ++----------<br>
elbepack/asciidoclog.py | 19 +++----------<br>
elbepack/asyncworker.py | 19 +++----------<br>
elbepack/cdroms.py | 20 ++++---------<br>
elbepack/commands/add.py | 17 ++---------<br>
elbepack/commands/adjustpkgs.<wbr>py | 18 ++----------<br>
elbepack/commands/bootup-chec<wbr>k.py | 17 ++---------<br>
elbepack/commands/<wbr>buildchroot.py | 20 ++++---------<br>
elbepack/commands/buildsdk.<wbr>py | 4 +--<br>
elbepack/commands/buildsysroo<wbr>t.py | 19 +++----------<br>
elbepack/commands/check_updat<wbr>es.py | 19 +++----------<br>
elbepack/commands/chg_<wbr>archive.py | 17 ++---------<br>
elbepack/commands/chroot.py | 20 ++++---------<br>
elbepack/commands/control.py | 19 +++----------<br>
elbepack/commands/daemon.py | 17 ++---------<br>
elbepack/commands/db.py | 17 ++---------<br>
elbepack/commands/debianize.<wbr>py | 18 ++----------<br>
elbepack/commands/diff.py | 17 ++---------<br>
elbepack/commands/gen_update.<wbr>py | 20 ++++---------<br>
elbepack/commands/genlicence.<wbr>py | 18 ++----------<br>
elbepack/commands/get_<wbr>archive.py | 18 ++----------<br>
elbepack/commands/hdimg.py | 19 +++----------<br>
elbepack/commands/init.py | 19 +++----------<br>
elbepack/commands/initvm.py | 18 ++----------<br>
elbepack/commands/mkcdrom.py | 20 ++++---------<br>
elbepack/commands/parselicenc<wbr>e.py | 18 ++----------<br>
elbepack/commands/pbuilder.<wbr>py | 18 ++----------<br>
elbepack/commands/pin_version<wbr>s.py | 18 ++----------<br>
elbepack/commands/pkgdiff.py | 19 +++----------<br>
elbepack/commands/preprocess.<wbr>py | 18 ++----------<br>
elbepack/commands/prjrepo.py | 19 +++----------<br>
elbepack/commands/remove_<wbr>sign.py | 22 ++-------------<br>
elbepack/commands/setsel.py | 18 ++----------<br>
elbepack/commands/show.py | 18 ++----------<br>
elbepack/commands/sign.py | 18 ++----------<br>
elbepack/commands/toolchainex<wbr>tract.py | 18 ++----------<br>
elbepack/commands/updated.py | 20 +++----------<br>
elbepack/commands/validate.<wbr>py | 18 ++----------<br>
elbepack/commands/xsdtoasciid<wbr>oc.py | 18 ++----------<br>
elbepack/config.py | 20 +++----------<br>
elbepack/daemons/soap/__init_<wbr>_.py | 18 ++----------<br>
elbepack/daemons/soap/authent<wbr>ication.py | 20 ++-----------<br>
elbepack/daemons/soap/datatyp<wbr>es.py | 19 ++-----------<br>
elbepack/daemons/soap/esoap.<wbr>py | 20 ++++---------<br>
elbepack/daemons/soap/faults.<wbr>py | 18 ++----------<br>
elbepack/db.py | 20 ++++---------<br>
elbepack/dbaction.py | 19 +++----------<br>
elbepack/debianize/barebox.<wbr>py | 18 ++----------<br>
elbepack/debianize/base.py | 19 +++----------<br>
elbepack/debianize/debianize.<wbr>py | 17 ++---------<br>
elbepack/debianize/kernel.py | 19 +++----------<br>
elbepack/debianize/uboot.py | 18 ++----------<br>
elbepack/debianreleases.py | 18 ++----------<br>
elbepack/debpkg.py | 18 ++----------<br>
elbepack/directories.py | 19 +++----------<br>
elbepack/dump.py | 19 +++----------<br>
elbepack/efilesystem.py | 21 ++++----------<br>
elbepack/elbeproject.py | 22 +++++----------<br>
elbepack/elbexml.py | 22 +++++----------<br>
elbepack/filesystem.py | 19 ++-----------<br>
elbepack/finetuning.py | 20 ++++---------<br>
elbepack/fstab.py | 19 +++----------<br>
elbepack/gpg.py | 19 +++----------<br>
elbepack/hdimg.py | 21 ++++----------<br>
elbepack/init/Makefile.mako | 19 +++----------<br>
elbepack/init/apt.conf.mako | 16 ++---------<br>
elbepack/init/<a href="http://init-elbe.sh.ma">init-elbe.sh.ma</a><wbr>ko | 19 +++----------<br>
elbepack/init/libvirt.xml.<wbr>mako | 6 ++++<br>
elbepack/init/preseed.cfg.<wbr>mako | 19 +++----------<br>
elbepack/initvmaction.py | 22 +++++----------<br>
elbepack/kvm.py | 19 +++----------<br>
elbepack/licencexml.py | 20 ++-----------<br>
.../makofiles/debianize/bareb<wbr>ox/control.mako | 6 ++++<br>
.../makofiles/debianize/bareb<wbr>ox/format.mako | 6 ++++<br>
.../makofiles/debianize/bareb<wbr>ox/rules.mako | 6 ++++<br>
.../makofiles/debianize/kerne<wbr>l/control.mako | 7 +++++<br>
.../makofiles/debianize/kerne<wbr>l/format.mako | 5 ++++<br>
.../makofiles/debianize/kerne<wbr>l/postinst.mako | 6 ++++<br>
.../makofiles/debianize/kerne<wbr>l/postrm.mako | 6 ++++<br>
.../makofiles/debianize/kerne<wbr>l/preinst.mako | 6 ++++<br>
.../makofiles/debianize/kerne<wbr>l/prerm.mako | 6 ++++<br>
.../makofiles/debianize/kerne<wbr>l/rules.mako | 8 ++++++<br>
elbepack/makofiles/preference<wbr>s.mako | 19 +++----------<br>
elbepack/pbuilder.py | 7 +++++<br>
elbepack/pbuilderaction.py | 18 ++----------<br>
elbepack/pkgarchive.py | 18 ++----------<br>
elbepack/pkgutils.py | 19 +++----------<br>
elbepack/projectmanager.py | 21 ++++----------<br>
elbepack/repomanager.py | 21 ++++----------<br>
elbepack/rfs.py | 21 ++++----------<br>
elbepack/rpcaptcache.py | 20 ++++---------<br>
elbepack/shellhelper.py | 19 +++----------<br>
elbepack/soapclient.py | 20 ++++---------<br>
elbepack/templates.py | 18 ++----------<br>
elbepack/toolchain.py | 18 ++----------<br>
elbepack/treeutils.py | 18 ++----------<br>
elbepack/updated.py | 23 +++++----------<br>
elbepack/updated_monitors.py | 19 ++-----------<br>
elbepack/updatepkg.py | 18 ++----------<br>
elbepack/validate.py | 19 +++----------<br>
elbepack/version.py | 18 ++----------<br>
elbepack/virtapt.py | 20 ++++---------<br>
elbepack/xmldefaults.py | 7 +++++<br>
elbepack/xmlpreprocess.py | 18 ++----------<br>
elbepack/xsdtoasciidoc.mako | 5 ++++<br>
elbepack/ziparchives.py | 19 ++-----------<br>
setup.py | 6 ++++<br>
test/updated.py | 6 ++++<br>
121 files changed, 534 insertions(+), 1437 deletions(-)<br>
<span class="m_-414301935380661033HOEnZb"><font color="#888888"><br>
--<br>
2.17.0<br>
<br>
</font></span></blockquote></div><br></div></div></div>