Hello community,

here is the log from the commit of package kapidox for openSUSE:Factory checked 
in at 2020-09-21 17:15:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kapidox (Old)
 and      /work/SRC/openSUSE:Factory/.kapidox.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kapidox"

Mon Sep 21 17:15:38 2020 rev:81 rq:834379 version:5.74.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kapidox/kapidox.changes  2020-08-13 
10:18:25.094763459 +0200
+++ /work/SRC/openSUSE:Factory/.kapidox.new.4249/kapidox.changes        
2020-09-21 17:18:44.443711976 +0200
@@ -1,0 +2,19 @@
+Sun Sep  6 12:48:32 UTC 2020 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.74.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.74.0
+- Changes since 5.73.0:
+  * Document dependencies in requirements.txt and install them in setup.py
+  * improve layout
+  * Add license parameter to documentation
+  * Opt-In Display of Library License
+  * More compact layout
+  * Add more shadow
+  * Improve spacing
+  * remove useless css import
+  * fix: bugs in homepage
+  * KApiDox: Convert copyright statements to SPDX expressions
+
+-------------------------------------------------------------------

Old:
----
  kapidox-5.73.0.tar.xz
  kapidox-5.73.0.tar.xz.sig

New:
----
  kapidox-5.74.0.tar.xz
  kapidox-5.74.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kapidox.spec ++++++
--- /var/tmp/diff_new_pack.VoSYcW/_old  2020-09-21 17:18:45.883713087 +0200
+++ /var/tmp/diff_new_pack.VoSYcW/_new  2020-09-21 17:18:45.887713091 +0200
@@ -18,13 +18,13 @@
 
 # Only needed for the package signature condition
 %bcond_without lang
-%define _tar_path 5.73
+%define _tar_path 5.74
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:           kapidox
-Version:        5.73.0
+Version:        5.74.0
 Release:        0
 Summary:        Scripts and data for building API documentation
 License:        BSD-2-Clause
@@ -38,6 +38,7 @@
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  python3
+BuildRequires:  python3-setuptools
 Requires:       doxygen
 Requires:       graphviz
 Requires:       graphviz-gd
@@ -62,7 +63,7 @@
   %fdupes %{buildroot}
 
 %files
-%license LICENSE
+%license LICENSES/*
 %doc README*
 %{_kf5_bindir}/kapidox_generate
 %{_kf5_bindir}/depdiagram-generate


++++++ kapidox-5.73.0.tar.xz -> kapidox-5.74.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.73.0/LICENSES/BSD-2-Clause.txt 
new/kapidox-5.74.0/LICENSES/BSD-2-Clause.txt
--- old/kapidox-5.73.0/LICENSES/BSD-2-Clause.txt        1970-01-01 
01:00:00.000000000 +0100
+++ new/kapidox-5.74.0/LICENSES/BSD-2-Clause.txt        2020-09-02 
02:08:23.000000000 +0200
@@ -0,0 +1,22 @@
+Copyright (c) <year> <owner>. All rights reserved.
+
+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.
+
+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 HOLDER 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.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.73.0/docs/metainfo_syntax.md 
new/kapidox-5.74.0/docs/metainfo_syntax.md
--- old/kapidox-5.73.0/docs/metainfo_syntax.md  2020-07-12 23:32:04.000000000 
+0200
+++ new/kapidox-5.74.0/docs/metainfo_syntax.md  2020-09-02 02:08:23.000000000 
+0200
@@ -36,6 +36,7 @@
 libraries:  # optional
   - qmake: BluezQt
     cmake: KF5::BluezQt
+    license: LGPL-2.1-only OR LGPL-3.0-only # optional, SPDX expression that 
states outbound license of library
 cmakename: KF5BluezQt  # optional
 
 irc: kde  # optional, overwrite group field, if both not defined, default to 
kde-devel
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.73.0/requirements.txt 
new/kapidox-5.74.0/requirements.txt
--- old/kapidox-5.73.0/requirements.txt 1970-01-01 01:00:00.000000000 +0100
+++ new/kapidox-5.74.0/requirements.txt 2020-09-02 02:08:23.000000000 +0200
@@ -0,0 +1,2 @@
+doxypypy
+doxyqml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.73.0/setup.py new/kapidox-5.74.0/setup.py
--- old/kapidox-5.73.0/setup.py 2020-07-12 23:32:04.000000000 +0200
+++ new/kapidox-5.74.0/setup.py 2020-09-02 02:08:23.000000000 +0200
@@ -1,7 +1,7 @@
 #! /usr/bin/env python3
 # -*- coding: utf-8 -*-
 
-from distutils.core import setup
+from setuptools import setup
 import os
 
 # Walk list of data files to install to ensure we install everything. This
@@ -14,7 +14,7 @@
 
 setup(
         name='kapidox',
-        version='5.73.0',
+        version='5.74.0',
         description='KDE API documentation generation tools',
         maintainer = 'Olivier Churlaud',
         maintainer_email = 'oliv...@churlaud.com',
@@ -47,4 +47,5 @@
             'Programming Language :: Python',
             'Topic :: Software Development'
         ],
+        install_requires=open("requirements.txt").readlines()
     )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.73.0/src/depdiagram-generate 
new/kapidox-5.74.0/src/depdiagram-generate
--- old/kapidox-5.73.0/src/depdiagram-generate  2020-07-12 23:32:04.000000000 
+0200
+++ new/kapidox-5.74.0/src/depdiagram-generate  2020-09-02 02:08:23.000000000 
+0200
@@ -1,28 +1,10 @@
 #! /usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
-# Copyright 2014  Aurélien Gâteau <agat...@kde.org>
+# SPDX-FileCopyrightText: 2014 Aurélien Gâteau <agat...@kde.org>
 #
-# 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.
-#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.
+# SPDX-License-Identifier: BSD-2-Clause
+
 import argparse
 import sys
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.73.0/src/depdiagram-generate-all 
new/kapidox-5.74.0/src/depdiagram-generate-all
--- old/kapidox-5.73.0/src/depdiagram-generate-all      2020-07-12 
23:32:04.000000000 +0200
+++ new/kapidox-5.74.0/src/depdiagram-generate-all      2020-09-02 
02:08:23.000000000 +0200
@@ -1,27 +1,9 @@
 #! /bin/sh -e
 #
-# Copyright 2014  Aurélien Gâteau <agat...@kde.org>
+# SPDX-FileCopyrightText: 2014 Aurélien Gâteau <agat...@kde.org>
 #
-# 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.
-#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.
+# SPDX-License-Identifier: BSD-2-Clause
+
 oldpwd=$PWD
 cd $(dirname $0)
 bindir=$PWD
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.73.0/src/depdiagram-prepare 
new/kapidox-5.74.0/src/depdiagram-prepare
--- old/kapidox-5.73.0/src/depdiagram-prepare   2020-07-12 23:32:04.000000000 
+0200
+++ new/kapidox-5.74.0/src/depdiagram-prepare   2020-09-02 02:08:23.000000000 
+0200
@@ -1,28 +1,9 @@
 #! /usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
-# Copyright 2014  Aurélien Gâteau <agat...@kde.org>
+# SPDX-FileCopyrightText: 2014 Aurélien Gâteau <agat...@kde.org>
 #
-# 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.
-#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.
+# SPDX-License-Identifier: BSD-2-Clause
 
 import argparse
 import os
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.73.0/src/kapidox/argparserutils.py 
new/kapidox-5.74.0/src/kapidox/argparserutils.py
--- old/kapidox-5.73.0/src/kapidox/argparserutils.py    2020-07-12 
23:32:04.000000000 +0200
+++ new/kapidox-5.74.0/src/kapidox/argparserutils.py    2020-09-02 
02:08:23.000000000 +0200
@@ -1,27 +1,8 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright 2014  Aurélien Gâteau <agat...@kde.org>
+# SPDX-FileCopyrightText: 2014 Aurélien Gâteau <agat...@kde.org>
 #
-# 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.
-#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.
+# SPDX-License-Identifier: BSD-2-Clause
 
 import argparse
 import logging
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.73.0/src/kapidox/data/templates/base.html 
new/kapidox-5.74.0/src/kapidox/data/templates/base.html
--- old/kapidox-5.73.0/src/kapidox/data/templates/base.html     2020-07-12 
23:32:04.000000000 +0200
+++ new/kapidox-5.74.0/src/kapidox/data/templates/base.html     2020-09-02 
02:08:23.000000000 +0200
@@ -65,33 +65,31 @@
     </aside>
 
     <article class="content">
-      <h1 class="content-title">
+      <h1 class="content-title px-0">
         {% block title %}{% endblock %}
         <form action="search.html" method="get" class="form-inline">
-          <div id="search" class="input-group ml-auto">
+          <div id="search" class="input-group ml-auto shadow">
             <input type="text" id="search-input" name="query" 
aria-label="Search input" class="form-control" placeholder="Search...">
-            <span class="input-group-btn">
-              <button type="submit" class="btn btn-default" 
aria-label="Search">
-                <span class="glyphicon glyphicon-search"></span>
-              </button>
-            </span>
+            <button type="submit" class="btn btn-default sr-only">
+              Submit
+            </button>
           </div>
         </form>
       </h1>
 
       {% block content %}{% endblock %}
-
-      <footer class="footer bg-primary">
-        <div id="footer-text" class="center-block col-md-7" 
style="float:none;">
-            {% include 'footer.html' %}
-        </div>
-        {#{% block footer %}
-        <div id="footer-text" class="col-md-5 center-block" style="float: 
none;">
-          <p>Generated by <a 
href="https://api.kde.org/frameworks/kapidox/html/index.html";>KApiDox</a>, a <a 
href="https://www.kde.org";>KDE</a> product.</p>
-        </div>
-        {% endblock %}#}
-      </footer>
     </article>
+
+    <footer class="footer bg-primary">
+      <div id="footer-text" class="center-block col-md-7" style="float:none;">
+          {% include 'footer.html' %}
+      </div>
+      {#{% block footer %}
+      <div id="footer-text" class="col-md-5 center-block" style="float: none;">
+        <p>Generated by <a 
href="https://api.kde.org/frameworks/kapidox/html/index.html";>KApiDox</a>, a <a 
href="https://www.kde.org";>KDE</a> product.</p>
+      </div>
+      {% endblock %}#}
+    </footer>
   </main>
   <script>
     const toggler = document.querySelector('.navbar-toggler');
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kapidox-5.73.0/src/kapidox/data/templates/frontpage.html 
new/kapidox-5.74.0/src/kapidox/data/templates/frontpage.html
--- old/kapidox-5.73.0/src/kapidox/data/templates/frontpage.html        
2020-07-12 23:32:04.000000000 +0200
+++ new/kapidox-5.74.0/src/kapidox/data/templates/frontpage.html        
2020-09-02 02:08:23.000000000 +0200
@@ -17,54 +17,49 @@
 
 {% block content %}
 <div class="textblock">
-    {% for para in intro %}
+  {% for para in intro %}
     <p>{{ para }}</p>
-    {% endfor %}
+  {% endfor %}
 </div>
 
-{% for product in product_list | sort(attribute='name')%}
-<div class="row">
-    <div class="col-md-9">
-        <div class="product-row">
-            <div class="kde-product-row">
-
-                <img src="{% if product.logo_url %} {{ product.logo_url }} {% 
else %}{{resources}}/default_product.png{% endif %}"
-                    width="80px" />
-
-                <div class="kde-product-column">
-                    <h4><a name="prod-{{ product.name }}" href="{{ 
product.href }}">{{ product.fancyname }}</a></h4>
-                    <p>
-                        {{ product.description }}
-                    </p>
-                    <div>
-                        <b>Maintainer{% if product.maintainers | length > 1 
%}s{% endif %}:</b>
-                        {% for maintainer in product.maintainers %}
-                        <a
-                            href="mailto:{{ maintainer.email }}">{{ 
maintainer.name }}</a>{% if not loop.last %},{% endif %}
-                        {% else %}
-                        <a href="mailto:kde-de...@kde.org";>The KDE 
Community</a>
-                        {% endfor %}
-                    </div>
-                    {% if product.platforms %}
-                    <p>
-                        <b>Platform{% if product.platforms | length > 1 %}s{% 
endif %}:</b> {{ product.platforms | sort | join(' | ') }}
-                    </p>
-                    {% endif %}
-                    {% if qch or man %}
-                    <li class="prod-download">
-                        {% if qch %} [<a href="qch/{{product.name}}.qch">QCH 
file</a>]{% endif %}
-                        {% if man %} <a 
href="qch/{{product.name}}.man">MAN</a>{% endif %}
-                    </li>
-                    {% endif %}
-                </div>
-            </div> <!-- row -->
-        </div> <!-- product-row -->
+<section class="products px-0">
+  {% for product in product_list | sort(attribute='name')%}
+    <div class="product my-3 shadow p-4">
+      <h2 class="h2 mt-0 mb-3 d-flex">
+        <a name="prod-{{ product.name }}" href="{{ product.href }}">{{ 
product.fancyname }}</a>
+        {% if qch or man %}
+          <p class="prod-download ml-auto h6">
+            {% if qch %} [<a href="qch/{{product.name}}.qch">QCH file</a>]{% 
endif %}
+            {% if man %} <a href="qch/{{product.name}}.man">MAN</a>{% endif %}
+          </p>
+        {% endif %}
+      </h2>
+      <div class="d-flex">
+        <img src="{% if product.logo_url %} {{ product.logo_url }} {% else 
%}{{resources}}/default_product.png{% endif %}"
+             style="min-width:80px; width: 80px;" class="align-self-start my-0 
mr-4" />
+        <div>
+          <p>{{ product.description }}</p>
+          <div>
+            <b>Maintainer{% if product.maintainers | length > 1 %}s{% endif 
%}:</b>
+            {% for maintainer in product.maintainers %}
+              <a href="mailto:{{ maintainer.email }}">{{ maintainer.name }}</a>
+              {% if not loop.last %},{% endif %}
+            {% else %}
+              <a href="mailto:kde-de...@kde.org";>The KDE Community</a>
+            {% endfor %}
+          </div>
+          {% if product.platforms %}
+            <p>
+              <b>Platform{% if product.platforms | length > 1 %}s{% endif 
%}:</b> {{ product.platforms | sort | join(' | ') }}
+            </p>
+          {% endif %}
+        </div>
+      </div>
     </div>
-</div> <!-- row -->
-{% endfor %}
-
+  {% endfor %}
+</section>
 {% endblock content %}
 
 {% block sidebar %}
-{% include "frontpage-sidebar.html" %}
-{% endblock %}
\ No newline at end of file
+  {% include "frontpage-sidebar.html" %}
+{% endblock %}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kapidox-5.73.0/src/kapidox/data/templates/libinfo.html 
new/kapidox-5.74.0/src/kapidox/data/templates/libinfo.html
--- old/kapidox-5.73.0/src/kapidox/data/templates/libinfo.html  2020-07-12 
23:32:04.000000000 +0200
+++ new/kapidox-5.74.0/src/kapidox/data/templates/libinfo.html  2020-09-02 
02:08:23.000000000 +0200
@@ -36,6 +36,11 @@
         <dd><pre class="fragment">QT +={% for lib in 
fwinfo.libraries|selectattr("qmake") %} {{ lib.qmake }}{% endfor %} {% for line 
in fwinfo.qmakepro %}<br/>{{ line }} {% endfor %}</pre></dd>
     {% endif %}
 
+    {% if fwinfo.libraries|selectattr("license")|list|count != 0 %}
+      <dt>Licenses</dt>
+        <dd>{% for lib in fwinfo.libraries|selectattr("license") %}<dd>{{ 
lib.cmake }}: {{ lib.license }}</dd> {% endfor %}
+    {% endif %}
+
     {% if fwinfo.repopath %}
       <dt>Clone with SSH</dt>
         <dd><pre class="fragment">git clone g...@invent.kde.org:{{ 
fwinfo.repopath }}.git</pre></dd>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.73.0/src/kapidox/depdiagram/block.py 
new/kapidox-5.74.0/src/kapidox/depdiagram/block.py
--- old/kapidox-5.73.0/src/kapidox/depdiagram/block.py  2020-07-12 
23:32:04.000000000 +0200
+++ new/kapidox-5.74.0/src/kapidox/depdiagram/block.py  2020-09-02 
02:08:23.000000000 +0200
@@ -1,27 +1,9 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright 2014  Aurélien Gâteau <agat...@kde.org>
+# SPDX-FileCopyrightText: 2014 Aurélien Gâteau <agat...@kde.org>
 #
-# 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.
-#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.
+# SPDX-License-Identifier: BSD-2-Clause
+
 from contextlib import contextmanager
 
 class Block(object):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.73.0/src/kapidox/depdiagram/framework.py 
new/kapidox-5.74.0/src/kapidox/depdiagram/framework.py
--- old/kapidox-5.73.0/src/kapidox/depdiagram/framework.py      2020-07-12 
23:32:04.000000000 +0200
+++ new/kapidox-5.74.0/src/kapidox/depdiagram/framework.py      2020-09-02 
02:08:23.000000000 +0200
@@ -1,27 +1,8 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright 2014  Aurélien Gâteau <agat...@kde.org>
+# SPDX-FileCopyrightText: 2014 Aurélien Gâteau <agat...@kde.org>
 #
-# 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.
-#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.
+# SPDX-License-Identifier: BSD-2-Clause
 
 from functools import reduce
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.73.0/src/kapidox/depdiagram/frameworkdb.py 
new/kapidox-5.74.0/src/kapidox/depdiagram/frameworkdb.py
--- old/kapidox-5.73.0/src/kapidox/depdiagram/frameworkdb.py    2020-07-12 
23:32:04.000000000 +0200
+++ new/kapidox-5.74.0/src/kapidox/depdiagram/frameworkdb.py    2020-09-02 
02:08:23.000000000 +0200
@@ -1,27 +1,8 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright 2014  Aurélien Gâteau <agat...@kde.org>
+# SPDX-FileCopyrightText: 2014 Aurélien Gâteau <agat...@kde.org>
 #
-# 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.
-#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.
+# SPDX-License-Identifier: BSD-2-Clause
 
 import logging
 import fnmatch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.73.0/src/kapidox/depdiagram/generate.py 
new/kapidox-5.74.0/src/kapidox/depdiagram/generate.py
--- old/kapidox-5.73.0/src/kapidox/depdiagram/generate.py       2020-07-12 
23:32:04.000000000 +0200
+++ new/kapidox-5.74.0/src/kapidox/depdiagram/generate.py       2020-09-02 
02:08:23.000000000 +0200
@@ -1,27 +1,9 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright 2014  Aurélien Gâteau <agat...@kde.org>
+# SPDX-FileCopyrightText: 2014 Aurélien Gâteau <agat...@kde.org>
 #
-# 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.
-#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.
+# SPDX-License-Identifier: BSD-2-Clause
+
 import logging
 import itertools
 from functools import cmp_to_key
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.73.0/src/kapidox/depdiagram/gvutils.py 
new/kapidox-5.74.0/src/kapidox/depdiagram/gvutils.py
--- old/kapidox-5.73.0/src/kapidox/depdiagram/gvutils.py        2020-07-12 
23:32:04.000000000 +0200
+++ new/kapidox-5.74.0/src/kapidox/depdiagram/gvutils.py        2020-09-02 
02:08:23.000000000 +0200
@@ -1,27 +1,8 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright 2014  Aurélien Gâteau <agat...@kde.org>
+# SPDX-FileCopyrightText: 2014 Aurélien Gâteau <agat...@kde.org>
 #
-# 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.
-#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.
+# SPDX-License-Identifier: BSD-2-Clause
 
 """
 A set of classes and functions to make it easier to work with Graphviz graphs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.73.0/src/kapidox/doxyfilewriter.py 
new/kapidox-5.74.0/src/kapidox/doxyfilewriter.py
--- old/kapidox-5.73.0/src/kapidox/doxyfilewriter.py    2020-07-12 
23:32:04.000000000 +0200
+++ new/kapidox-5.74.0/src/kapidox/doxyfilewriter.py    2020-09-02 
02:08:23.000000000 +0200
@@ -1,29 +1,10 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright 2014  Aurélien Gâteau <agat...@kde.org>
-# Copyright 2014  Alex Merry <alex.me...@kdemail.net>
-# Copyright 2014  Alex Turbov <i.za...@gmail.com>
+# SPDX-FileCopyrightText: 2014 Aurélien Gâteau <agat...@kde.org>
+# SPDX-FileCopyrightText: 2014 Alex Merry <alex.me...@kdemail.net>
+# SPDX-FileCopyrightText: 2014 Alex Turbov <i.za...@gmail.com>
 #
-# 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.
-#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.
+# SPDX-License-Identifier: BSD-2-Clause
 
 def _quote(txt):
     return '"' + txt + '"'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.73.0/src/kapidox/generator.py 
new/kapidox-5.74.0/src/kapidox/generator.py
--- old/kapidox-5.73.0/src/kapidox/generator.py 2020-07-12 23:32:04.000000000 
+0200
+++ new/kapidox-5.74.0/src/kapidox/generator.py 2020-09-02 02:08:23.000000000 
+0200
@@ -1,30 +1,11 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright 2014  Alex Merry <alex.me...@kdemail.net>
-# Copyright 2014  Aurélien Gâteau <agat...@kde.org>
-# Copyright 2014  Alex Turbov <i.za...@gmail.com>
-# Copyright 2016  Olivier Churlaud <oliv...@churlaud.com>
+# SPDX-FileCopyrightText: 2014 Alex Merry <alex.me...@kdemail.net>
+# SPDX-FileCopyrightText: 2014 Aurélien Gâteau <agat...@kde.org>
+# SPDX-FileCopyrightText: 2014 Alex Turbov <i.za...@gmail.com>
+# SPDX-FileCopyrightText: 2016 Olivier Churlaud <oliv...@churlaud.com>
 #
-# 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.
-#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.
+# SPDX-License-Identifier: BSD-2-Clause
 
 import codecs
 from distutils.spawn import find_executable
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.73.0/src/kapidox/hlfunctions.py 
new/kapidox-5.74.0/src/kapidox/hlfunctions.py
--- old/kapidox-5.73.0/src/kapidox/hlfunctions.py       2020-07-12 
23:32:04.000000000 +0200
+++ new/kapidox-5.74.0/src/kapidox/hlfunctions.py       2020-09-02 
02:08:23.000000000 +0200
@@ -1,30 +1,11 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright 2014  Alex Merry <alex.me...@kdemail.net>
-# Copyright 2014  Aurélien Gâteau <agat...@kde.org>
-# Copyright 2014  Alex Turbov <i.za...@gmail.com>
-# Copyright 2016  Olivier Churlaud <oliv...@churlaud.com>
+# SPDX-FileCopyrightText: 2014 Alex Merry <alex.me...@kdemail.net>
+# SPDX-FileCopyrightText: 2014 Aurélien Gâteau <agat...@kde.org>
+# SPDX-FileCopyrightText: 2014 Alex Turbov <i.za...@gmail.com>
+# SPDX-FileCopyrightText: 2016 Olivier Churlaud <oliv...@churlaud.com>
 #
-# 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.
-#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.
+# SPDX-License-Identifier: BSD-2-Clause
 
 import logging
 import os
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.73.0/src/kapidox/models.py 
new/kapidox-5.74.0/src/kapidox/models.py
--- old/kapidox-5.73.0/src/kapidox/models.py    2020-07-12 23:32:04.000000000 
+0200
+++ new/kapidox-5.74.0/src/kapidox/models.py    2020-09-02 02:08:23.000000000 
+0200
@@ -1,27 +1,8 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright 2016  Olivier Churlaud <oliv...@churlaud.com>
+# SPDX-FileCopyrightText: 2016 Olivier Churlaud <oliv...@churlaud.com>
 #
-# 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.
-#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.
+# SPDX-License-Identifier: BSD-2-Clause
 
 import logging
 import os.path
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.73.0/src/kapidox/preprocessing.py 
new/kapidox-5.74.0/src/kapidox/preprocessing.py
--- old/kapidox-5.73.0/src/kapidox/preprocessing.py     2020-07-12 
23:32:04.000000000 +0200
+++ new/kapidox-5.74.0/src/kapidox/preprocessing.py     2020-09-02 
02:08:23.000000000 +0200
@@ -1,30 +1,11 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright 2016  Olivier Churlaud <oliv...@churlaud.com>
-# Copyright 2014  Alex Merry <alex.me...@kdemail.net>
-# Copyright 2014  Aurélien Gâteau <agat...@kde.org>
-# Copyright 2014  Alex Turbov <i.za...@gmail.com>
+# SPDX-FileCopyrightText: 2016 Olivier Churlaud <oliv...@churlaud.com>
+# SPDX-FileCopyrightText: 2014 Alex Merry <alex.me...@kdemail.net>
+# SPDX-FileCopyrightText: 2014 Aurélien Gâteau <agat...@kde.org>
+# SPDX-FileCopyrightText: 2014 Alex Turbov <i.za...@gmail.com>
 #
-# 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.
-#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.
+# SPDX-License-Identifier: BSD-2-Clause
 
 import logging
 import os
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.73.0/src/kapidox/utils.py 
new/kapidox-5.74.0/src/kapidox/utils.py
--- old/kapidox-5.73.0/src/kapidox/utils.py     2020-07-12 23:32:04.000000000 
+0200
+++ new/kapidox-5.74.0/src/kapidox/utils.py     2020-09-02 02:08:23.000000000 
+0200
@@ -1,27 +1,8 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright 2014  Aurélien Gâteau <agat...@kde.org>
+# SPDX-FileCopyrightText: 2014 Aurélien Gâteau <agat...@kde.org>
 #
-# 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.
-#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.
+# SPDX-License-Identifier: BSD-2-Clause
 
 from fnmatch import fnmatch
 import logging
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.73.0/src/kapidox_generate 
new/kapidox-5.74.0/src/kapidox_generate
--- old/kapidox-5.73.0/src/kapidox_generate     2020-07-12 23:32:04.000000000 
+0200
+++ new/kapidox-5.74.0/src/kapidox_generate     2020-09-02 02:08:23.000000000 
+0200
@@ -1,31 +1,12 @@
 #! /usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
-# Copyright 2014  Alex Merry <alex.me...@kdemail.net>
-# Copyright 2014  Aurélien Gâteau <agat...@kde.org>
-# Copyright 2014  Alex Turbov <i.za...@gmail.com>
-# Copyright 2016  Olivier Churlaud <oliv...@churlaud.com>
+# SPDX-FileCopyrightText: 2014 Alex Merry <alex.me...@kdemail.net>
+# SPDX-FileCopyrightText: 2014 Aurélien Gâteau <agat...@kde.org>
+# SPDX-FileCopyrightText: 2014 Alex Turbov <i.za...@gmail.com>
+# SPDX-FileCopyrightText: 2016 Olivier Churlaud <oliv...@churlaud.com>
 #
-# 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.
-#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.
+# SPDX-License-Identifier: BSD-2-Clause
 
 import logging
 import codecs


Reply via email to