Implement REUSE 3.0 with SPDX identifiers
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 18 Jun 2024 18:35:38 +0000 (14:35 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 19 Jul 2024 15:21:21 +0000 (11:21 -0400)
Implement the full REUSE spec [1] to help with copyright and licensing
audits and compliance. This will reduce a lot of manual work for the
licensing audit required in Debian on each update and also allow using
automated tools.

For files that lacked copyright and licensing information, I used the
following guidelines. If a clear author could be determined from the git
history use it, otherwise use 'EfficiOS Inc.'. For code use
'GPL-2.0-only OR LGPL-2.1-only' unless otherwise stated, for
documentation 'CC-BY-SA-4.0' and for data files 'CC0-1.0'.

Freeform text files were converted to Markdown to allow licensing
comments.

Running the reuse tool on the repo is now succesful:

  $ reuse lint

  # SUMMARY

  * Bad licenses: 0
  * Deprecated licenses: 0
  * Licenses without file extension: 0
  * Missing licenses: 0
  * Unused licenses: 0
  * Used licenses: CC0-1.0, GPL-2.0-only, CC-BY-SA-4.0, MIT, LGPL-2.1-only
  * Read errors: 0
  * files with copyright information: 358 / 358
  * files with license information: 358 / 358

  Congratulations! Your project is compliant with version 3.0 of the REUSE Specification :-)

[1] https://reuse.software/tutorial/

Change-Id: I1755cab24a6fcec7a6c9a2136891418203ec34b8
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
154 files changed:
.gitattributes
.gitignore
.gitreview
ChangeLog
CodingStyle [deleted file]
CodingStyle.md [new file with mode: 0644]
LICENSE
LICENSES/CC-BY-SA-4.0.txt [new file with mode: 0644]
LICENSES/CC0-1.0.txt [new file with mode: 0644]
LICENSES/GPL-2.0 [deleted file]
LICENSES/GPL-2.0-only.txt [new file with mode: 0644]
LICENSES/LGPL-2.1 [deleted file]
LICENSES/LGPL-2.1-only.txt [new file with mode: 0644]
LICENSES/MIT [deleted file]
LICENSES/MIT.txt [new file with mode: 0644]
Makefile
README.md
doc/lttng-modules-design.md [new file with mode: 0644]
doc/lttng-modules-design.txt [deleted file]
extra_version/README [deleted file]
extra_version/README.md [new file with mode: 0644]
extra_version/patches/README [deleted file]
extra_version/patches/README.md [new file with mode: 0644]
include/instrumentation/events/9p.h
include/instrumentation/events/README [deleted file]
include/instrumentation/events/README.md [new file with mode: 0644]
include/instrumentation/events/arch/x86/exceptions.h
include/instrumentation/events/arch/x86/irq_vectors.h
include/instrumentation/events/arch/x86/kvm/mmutrace.h
include/instrumentation/events/arch/x86/kvm/trace.h
include/instrumentation/events/asoc.h
include/instrumentation/events/block.h
include/instrumentation/events/btrfs.h
include/instrumentation/events/compaction.h
include/instrumentation/events/dma_fence.h
include/instrumentation/events/ext4.h
include/instrumentation/events/gpio.h
include/instrumentation/events/i2c.h
include/instrumentation/events/irq.h
include/instrumentation/events/jbd.h
include/instrumentation/events/jbd2.h
include/instrumentation/events/kmem.h
include/instrumentation/events/kvm.h
include/instrumentation/events/lock.h
include/instrumentation/events/lttng-statedump.h
include/instrumentation/events/lttng-test.h
include/instrumentation/events/lttng.h
include/instrumentation/events/mm_vmscan.h
include/instrumentation/events/module.h
include/instrumentation/events/napi.h
include/instrumentation/events/net.h
include/instrumentation/events/power.h
include/instrumentation/events/preemptirq.h
include/instrumentation/events/printk.h
include/instrumentation/events/random.h
include/instrumentation/events/rcu.h
include/instrumentation/events/regmap.h
include/instrumentation/events/regulator.h
include/instrumentation/events/rpc.h
include/instrumentation/events/rpm.h
include/instrumentation/events/sched.h
include/instrumentation/events/scsi.h
include/instrumentation/events/signal.h
include/instrumentation/events/skb.h
include/instrumentation/events/sock.h
include/instrumentation/events/timer.h
include/instrumentation/events/udp.h
include/instrumentation/events/v4l2.h
include/instrumentation/events/workqueue.h
include/instrumentation/events/writeback.h
include/instrumentation/syscalls/arm-32-syscalls_integers.h
include/instrumentation/syscalls/arm-32-syscalls_integers_override.h
include/instrumentation/syscalls/arm-32-syscalls_pointers.h
include/instrumentation/syscalls/arm-32-syscalls_pointers_override.h
include/instrumentation/syscalls/arm-64-syscalls_integers.h
include/instrumentation/syscalls/arm-64-syscalls_integers_override.h
include/instrumentation/syscalls/arm-64-syscalls_pointers.h
include/instrumentation/syscalls/arm-64-syscalls_pointers_override.h
include/instrumentation/syscalls/compat_syscalls_integers.h
include/instrumentation/syscalls/compat_syscalls_pointers.h
include/instrumentation/syscalls/mips-32-syscalls_integers.h
include/instrumentation/syscalls/mips-32-syscalls_integers_override.h
include/instrumentation/syscalls/mips-32-syscalls_pointers.h
include/instrumentation/syscalls/mips-32-syscalls_pointers_override.h
include/instrumentation/syscalls/mips-64-syscalls_integers.h
include/instrumentation/syscalls/mips-64-syscalls_integers_override.h
include/instrumentation/syscalls/mips-64-syscalls_pointers.h
include/instrumentation/syscalls/mips-64-syscalls_pointers_override.h
include/instrumentation/syscalls/powerpc-32-syscalls_integers.h
include/instrumentation/syscalls/powerpc-32-syscalls_integers_override.h
include/instrumentation/syscalls/powerpc-32-syscalls_pointers.h
include/instrumentation/syscalls/powerpc-32-syscalls_pointers_override.h
include/instrumentation/syscalls/syscalls_integers.h
include/instrumentation/syscalls/syscalls_integers_override.h
include/instrumentation/syscalls/syscalls_pointers.h
include/instrumentation/syscalls/syscalls_pointers_override.h
include/instrumentation/syscalls/syscalls_unknown.h
include/instrumentation/syscalls/x86-32-syscalls_integers.h
include/instrumentation/syscalls/x86-32-syscalls_integers_override.h
include/instrumentation/syscalls/x86-32-syscalls_pointers.h
include/instrumentation/syscalls/x86-32-syscalls_pointers_override.h
include/instrumentation/syscalls/x86-64-syscalls_integers.h
include/instrumentation/syscalls/x86-64-syscalls_integers_override.h
include/instrumentation/syscalls/x86-64-syscalls_pointers.h
include/instrumentation/syscalls/x86-64-syscalls_pointers_override.h
include/lttng/msgpack.h
scripts/abi-debian-version.sh
scripts/abi-fedora-version.sh
scripts/abi-rhel-version.sh
scripts/abi-sle-version.sh
scripts/built-in.sh
scripts/extra-version-git.sh
scripts/extra-version-name.sh
scripts/extra-version-patches.sh
scripts/maintainer/do-release.sh
scripts/rt-patch-version.sh
src/Kbuild
src/Kbuild.common
src/Kconfig
src/lib/Kbuild
src/lib/msgpack/msgpack.c
src/probes/Kbuild
src/tests/Kbuild
src/tests/Kconfig
tools/syscalls/3.0.34/powerpc-32-syscalls
tools/syscalls/3.1.0-rc6/x86-32-syscalls
tools/syscalls/3.10.0-rc7/x86-64-syscalls
tools/syscalls/3.13.0/mips-32-syscalls
tools/syscalls/3.18.0/mips-32-syscalls
tools/syscalls/3.4.25/arm-32-syscalls
tools/syscalls/3.5.0/mips-32-syscalls
tools/syscalls/3.5.0/mips-64-syscalls
tools/syscalls/4.4.0/arm-64-syscalls
tools/syscalls/6.0.7/arm-32-syscalls
tools/syscalls/6.0.7/arm-64-syscalls
tools/syscalls/6.0.7/x86-32-syscalls
tools/syscalls/6.0.7/x86-64-syscalls
tools/syscalls/README [deleted file]
tools/syscalls/README.md [new file with mode: 0644]
tools/syscalls/lttng-get-syscall-inout.sh
tools/syscalls/lttng-syscalls-extract.sh
tools/syscalls/lttng-syscalls-extractor/linux-link-trace-syscalls-as-data.patch.license [new file with mode: 0644]
tools/syscalls/lttng-syscalls-generate-headers.sh
tools/syscalls/table-syscall-inout-arm-32-override.txt
tools/syscalls/table-syscall-inout-arm-64-override.txt
tools/syscalls/table-syscall-inout-mips-32-override.txt
tools/syscalls/table-syscall-inout-mips-64-override.txt
tools/syscalls/table-syscall-inout-powerpc-32-override.txt
tools/syscalls/table-syscall-inout-powerpc-64-override.txt
tools/syscalls/table-syscall-inout-riscv-32-override.txt
tools/syscalls/table-syscall-inout-riscv-64-override.txt
tools/syscalls/table-syscall-inout-x86-32-override.txt
tools/syscalls/table-syscall-inout-x86-64-override.txt
tools/syscalls/table-syscall-inout.txt

index 7839355a96874483186223d93ffa1e702f6d1ac2..a4429c861a732dc7799e2178aed4f163d39b0a82 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2024 EfficiOS Inc.
+#
+# SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
+
 .gitattributes export-ignore
 .gitignore export-ignore
 .gitreview export-ignore
index 61a69862568cca5422800ac548d6e0560433e756..ff7cca179086f3c8d66ebe3714f4597341a8c9da 100644 (file)
@@ -1,3 +1,6 @@
+# SPDX-FileCopyrightText: 2024 EfficiOS Inc.
+#
+# SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
 #
 # NOTE! Don't add files that are generated in specific
 # subdirectories here. Add them in the ".gitignore" file
index 0d2dcdee1335b3bde331087ce9df4b5eb508b678..9444bc51ad86c1937ae32c1ecc1cb2530ac8687c 100644 (file)
@@ -1,3 +1,6 @@
+# SPDX-FileCopyrightText: 2024 EfficiOS Inc.
+#
+# SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
 [gerrit]
 host=review.lttng.org
 port=29418
index cd9c692625e6889ff83102ed0f638c23d206a165..1702ef216197526d61a55b3233cf2084390747d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2011-2021 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+#
+# SPDX-License-Identifier: CC-BY-SA-4.0
+
 2021-04-23 (National Take a Chance (on me ?) Day) LTTng modules 2.13.0-rc1
        * Set the 2.13 release codename and description
        * Fix: LTTng-modules ABI ioctl wrong direction
diff --git a/CodingStyle b/CodingStyle
deleted file mode 100644 (file)
index 006d16c..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-LTTng Modules Kernel Tracer Coding Style
-
-The coding style used for this project follows the the Linux kernel
-guide lines. Please refer to:
-
-- Linux kernel Documentation/CodingStyle document for details,
-- Linux kernel scripts/checkpatch.pl for a script which verify the patch
-  coding style.
-
-Mathieu Desnoyers, May 30, 2012
diff --git a/CodingStyle.md b/CodingStyle.md
new file mode 100644 (file)
index 0000000..1750f47
--- /dev/null
@@ -0,0 +1,16 @@
+<!--
+SPDX-FileCopyrightText: 2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+
+SPDX-License-Identifier: CC-BY-SA-4.0
+-->
+
+# LTTng Modules Kernel Tracer Coding Style
+
+The coding style used for this project follows the the Linux kernel
+guide lines. Please refer to:
+
+- Linux kernel `Documentation/CodingStyle` document for details,
+- Linux kernel `scripts/checkpatch.pl` for a script which verify the patch
+  coding style.
+
+Mathieu Desnoyers, May 30, 2012
diff --git a/LICENSE b/LICENSE
index 59a5edb21bf0f1be8b4f8ae8eed222256c439699..a8585832a5bda4d3b63d451acad3cd70659126ac 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -4,14 +4,14 @@ June 2, 2011
 
 * LGPL-2.1 / GPL-2.0 dual-license
 
-The files contained within this package are licensed under
-LGPL-2.1 / GPL-2.0 dual-license (see LICENSES/LGPL-2.1 and LICENSES/GPL-2.0 for
+The files contained within this package are licensed under LGPL-2.1 / GPL-2.0
+dual-license (see LICENSES/LGPL-2.1-only.txt and LICENSES/GPL-2.0-only.txt for
 details), except for files identified by the following sections.
 
 * GPL-2.0 license
 
 These files are licensed exclusively under the GPL-2.0 license. See
-LICENSES/GPL-2.0 for details.
+LICENSES/GPL-2.0-only.txt for details.
 
 src/lib/ringbuffer/ring_buffer_splice.c
 src/lib/ringbuffer/ring_buffer_mmap.c
@@ -20,7 +20,7 @@ include/wrapper/list.h
 
 * MIT-style license
 
-These files are licensed under an MIT-style license. See LICENSES/MIT
+These files are licensed under an MIT-style license. See LICENSES/MIT.txt
 for details.
 
 include/lttng/prio_heap.h
diff --git a/LICENSES/CC-BY-SA-4.0.txt b/LICENSES/CC-BY-SA-4.0.txt
new file mode 100644 (file)
index 0000000..835a683
--- /dev/null
@@ -0,0 +1,170 @@
+Creative Commons Attribution-ShareAlike 4.0 International
+
+ Creative Commons Corporation (“Creative Commons”) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an “as-is” basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible.
+
+Using Creative Commons Public Licenses
+
+Creative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses.
+
+Considerations for licensors: Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC-licensed material, or material used under an exception or limitation to copyright. More considerations for licensors.
+
+Considerations for the public: By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor’s permission is not necessary for any reason–for example, because of any applicable exception or limitation to copyright–then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described.
+
+Although not required by our licenses, you are encouraged to respect those requests where reasonable. More considerations for the public.
+
+Creative Commons Attribution-ShareAlike 4.0 International Public License
+
+By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-ShareAlike 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions.
+
+Section 1 – Definitions.
+
+     a.        Adapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image.
+
+     b.        Adapter's License means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License.
+
+     c.        BY-SA Compatible License means a license listed at creativecommons.org/compatiblelicenses, approved by Creative Commons as essentially the equivalent of this Public License.
+
+     d.        Copyright and Similar Rights means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights.
+
+     e.        Effective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements.
+
+     f.        Exceptions and Limitations means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material.
+
+     g.        License Elements means the license attributes listed in the name of a Creative Commons Public License. The License Elements of this Public License are Attribution and ShareAlike.
+
+     h.        Licensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License.
+
+     i.        Licensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license.
+
+     j.        Licensor means the individual(s) or entity(ies) granting rights under this Public License.
+
+     k.        Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them.
+
+     l.        Sui Generis Database Rights means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world.
+
+     m.        You means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning.
+
+Section 2 – Scope.
+
+     a.        License grant.
+
+          1. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to:
+
+               A. reproduce and Share the Licensed Material, in whole or in part; and
+
+               B. produce, reproduce, and Share Adapted Material.
+
+          2. Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions.
+
+          3. Term. The term of this Public License is specified in Section 6(a).
+
+          4. Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material.
+
+          5. Downstream recipients.
+
+               A. Offer from the Licensor – Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License.
+
+               B. Additional offer from the Licensor – Adapted Material. Every recipient of Adapted Material from You automatically receives an offer from the Licensor to exercise the Licensed Rights in the Adapted Material under the conditions of the Adapter’s License You apply.
+
+               C. No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material.
+
+          6. No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i).
+
+     b.        Other rights.
+
+          1. Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise.
+
+          2. Patent and trademark rights are not licensed under this Public License.
+
+          3. To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties.
+
+Section 3 – License Conditions.
+
+Your exercise of the Licensed Rights is expressly made subject to the following conditions.
+
+     a.        Attribution.
+
+          1. If You Share the Licensed Material (including in modified form), You must:
+
+               A. retain the following if it is supplied by the Licensor with the Licensed Material:
+
+                    i. identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated);
+
+                    ii.        a copyright notice;
+
+                    iii. a notice that refers to this Public License;
+
+                    iv.        a notice that refers to the disclaimer of warranties;
+
+                    v. a URI or hyperlink to the Licensed Material to the extent reasonably practicable;
+
+               B. indicate if You modified the Licensed Material and retain an indication of any previous modifications; and
+
+               C. indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License.
+
+          2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information.
+
+          3. If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable.
+
+     b.        ShareAlike.In addition to the conditions in Section 3(a), if You Share Adapted Material You produce, the following conditions also apply.
+
+          1. The Adapter’s License You apply must be a Creative Commons license with the same License Elements, this version or later, or a BY-SA Compatible License.
+
+          2. You must include the text of, or the URI or hyperlink to, the Adapter's License You apply. You may satisfy this condition in any reasonable manner based on the medium, means, and context in which You Share Adapted Material.
+
+          3. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, Adapted Material that restrict exercise of the rights granted under the Adapter's License You apply.
+
+Section 4 – Sui Generis Database Rights.
+
+Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material:
+
+     a.        for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database;
+
+     b.        if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material, including for purposes of Section 3(b); and
+
+     c.        You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database.
+For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights.
+
+Section 5 – Disclaimer of Warranties and Limitation of Liability.
+
+     a.        Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You.
+
+     b.        To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You.
+
+     c.        The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability.
+
+Section 6 – Term and Termination.
+
+     a.        This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically.
+
+     b.        Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates:
+
+          1. automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or
+
+          2. upon express reinstatement by the Licensor.
+
+     c.        For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License.
+
+     d.        For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License.
+
+     e.        Sections 1, 5, 6, 7, and 8 survive termination of this Public License.
+
+Section 7 – Other Terms and Conditions.
+
+     a.        The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed.
+
+     b.        Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License.
+
+Section 8 – Interpretation.
+
+     a.        For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License.
+
+     b.        To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions.
+
+     c.        No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor.
+
+     d.        Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority.
+
+Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the “Licensor.” Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org/policies, Creative Commons does not authorize the use of the trademark “Creative Commons” or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses.
+
+Creative Commons may be contacted at creativecommons.org.
diff --git a/LICENSES/CC0-1.0.txt b/LICENSES/CC0-1.0.txt
new file mode 100644 (file)
index 0000000..0e259d4
--- /dev/null
@@ -0,0 +1,121 @@
+Creative Commons Legal Code
+
+CC0 1.0 Universal
+
+    CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
+    LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
+    ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
+    INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
+    REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
+    PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
+    THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
+    HEREUNDER.
+
+Statement of Purpose
+
+The laws of most jurisdictions throughout the world automatically confer
+exclusive Copyright and Related Rights (defined below) upon the creator
+and subsequent owner(s) (each and all, an "owner") of an original work of
+authorship and/or a database (each, a "Work").
+
+Certain owners wish to permanently relinquish those rights to a Work for
+the purpose of contributing to a commons of creative, cultural and
+scientific works ("Commons") that the public can reliably and without fear
+of later claims of infringement build upon, modify, incorporate in other
+works, reuse and redistribute as freely as possible in any form whatsoever
+and for any purposes, including without limitation commercial purposes.
+These owners may contribute to the Commons to promote the ideal of a free
+culture and the further production of creative, cultural and scientific
+works, or to gain reputation or greater distribution for their Work in
+part through the use and efforts of others.
+
+For these and/or other purposes and motivations, and without any
+expectation of additional consideration or compensation, the person
+associating CC0 with a Work (the "Affirmer"), to the extent that he or she
+is an owner of Copyright and Related Rights in the Work, voluntarily
+elects to apply CC0 to the Work and publicly distribute the Work under its
+terms, with knowledge of his or her Copyright and Related Rights in the
+Work and the meaning and intended legal effect of CC0 on those rights.
+
+1. Copyright and Related Rights. A Work made available under CC0 may be
+protected by copyright and related or neighboring rights ("Copyright and
+Related Rights"). Copyright and Related Rights include, but are not
+limited to, the following:
+
+  i. the right to reproduce, adapt, distribute, perform, display,
+     communicate, and translate a Work;
+ ii. moral rights retained by the original author(s) and/or performer(s);
+iii. publicity and privacy rights pertaining to a person's image or
+     likeness depicted in a Work;
+ iv. rights protecting against unfair competition in regards to a Work,
+     subject to the limitations in paragraph 4(a), below;
+  v. rights protecting the extraction, dissemination, use and reuse of data
+     in a Work;
+ vi. database rights (such as those arising under Directive 96/9/EC of the
+     European Parliament and of the Council of 11 March 1996 on the legal
+     protection of databases, and under any national implementation
+     thereof, including any amended or successor version of such
+     directive); and
+vii. other similar, equivalent or corresponding rights throughout the
+     world based on applicable law or treaty, and any national
+     implementations thereof.
+
+2. Waiver. To the greatest extent permitted by, but not in contravention
+of, applicable law, Affirmer hereby overtly, fully, permanently,
+irrevocably and unconditionally waives, abandons, and surrenders all of
+Affirmer's Copyright and Related Rights and associated claims and causes
+of action, whether now known or unknown (including existing as well as
+future claims and causes of action), in the Work (i) in all territories
+worldwide, (ii) for the maximum duration provided by applicable law or
+treaty (including future time extensions), (iii) in any current or future
+medium and for any number of copies, and (iv) for any purpose whatsoever,
+including without limitation commercial, advertising or promotional
+purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
+member of the public at large and to the detriment of Affirmer's heirs and
+successors, fully intending that such Waiver shall not be subject to
+revocation, rescission, cancellation, termination, or any other legal or
+equitable action to disrupt the quiet enjoyment of the Work by the public
+as contemplated by Affirmer's express Statement of Purpose.
+
+3. Public License Fallback. Should any part of the Waiver for any reason
+be judged legally invalid or ineffective under applicable law, then the
+Waiver shall be preserved to the maximum extent permitted taking into
+account Affirmer's express Statement of Purpose. In addition, to the
+extent the Waiver is so judged Affirmer hereby grants to each affected
+person a royalty-free, non transferable, non sublicensable, non exclusive,
+irrevocable and unconditional license to exercise Affirmer's Copyright and
+Related Rights in the Work (i) in all territories worldwide, (ii) for the
+maximum duration provided by applicable law or treaty (including future
+time extensions), (iii) in any current or future medium and for any number
+of copies, and (iv) for any purpose whatsoever, including without
+limitation commercial, advertising or promotional purposes (the
+"License"). The License shall be deemed effective as of the date CC0 was
+applied by Affirmer to the Work. Should any part of the License for any
+reason be judged legally invalid or ineffective under applicable law, such
+partial invalidity or ineffectiveness shall not invalidate the remainder
+of the License, and in such case Affirmer hereby affirms that he or she
+will not (i) exercise any of his or her remaining Copyright and Related
+Rights in the Work or (ii) assert any associated claims and causes of
+action with respect to the Work, in either case contrary to Affirmer's
+express Statement of Purpose.
+
+4. Limitations and Disclaimers.
+
+ a. No trademark or patent rights held by Affirmer are waived, abandoned,
+    surrendered, licensed or otherwise affected by this document.
+ b. Affirmer offers the Work as-is and makes no representations or
+    warranties of any kind concerning the Work, express, implied,
+    statutory or otherwise, including without limitation warranties of
+    title, merchantability, fitness for a particular purpose, non
+    infringement, or the absence of latent or other defects, accuracy, or
+    the present or absence of errors, whether or not discoverable, all to
+    the greatest extent permissible under applicable law.
+ c. Affirmer disclaims responsibility for clearing rights of other persons
+    that may apply to the Work or any use thereof, including without
+    limitation any person's Copyright and Related Rights in the Work.
+    Further, Affirmer disclaims responsibility for obtaining any necessary
+    consents, permissions or other rights required for any use of the
+    Work.
+ d. Affirmer understands and acknowledges that Creative Commons is not a
+    party to this document and has no duty or obligation with respect to
+    this CC0 or use of the Work.
diff --git a/LICENSES/GPL-2.0 b/LICENSES/GPL-2.0
deleted file mode 100644 (file)
index cdd31bf..0000000
+++ /dev/null
@@ -1,353 +0,0 @@
-Valid-License-Identifier: GPL-2.0-only
-Valid-License-Identifier: GPL-2.0-or-later
-SPDX-URL: https://spdx.org/licenses/GPL-2.0.html
-Usage-Guide:
-  To use this license in source code, put one of the following SPDX
-  tag/value pairs into a comment according to the placement
-  guidelines in the licensing rules documentation.
-  For 'GNU General Public License (GPL) version 2 only' use:
-    SPDX-License-Identifier: GPL-2.0-only
-  For 'GNU General Public License (GPL) version 2 or any later version' use:
-    SPDX-License-Identifier: GPL-2.0-or-later
-License-Text:
-
-                   GNU GENERAL PUBLIC LICENSE
-                      Version 2, June 1991
-
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-                       51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-                           Preamble
-
-  The licenses for most software are designed to take away your
-freedom to share and change it.  By contrast, the GNU General Public
-License is intended to guarantee your freedom to share and change free
-software--to make sure the software is free for all its users.  This
-General Public License applies to most of the Free Software
-Foundation's software and to any other program whose authors commit to
-using it.  (Some other Free Software Foundation software is covered by
-the GNU Lesser General Public License instead.)  You can apply it to
-your programs, too.
-
-  When we speak of free software, we are referring to freedom, not
-price.  Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-this service if you wish), that you receive source code or can get it
-if you want it, that you can change the software or use pieces of it
-in new free programs; and that you know you can do these things.
-
-  To protect your rights, we need to make restrictions that forbid
-anyone to deny you these rights or to ask you to surrender the rights.
-These restrictions translate to certain responsibilities for you if you
-distribute copies of the software, or if you modify it.
-
-  For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must give the recipients all the rights that
-you have.  You must make sure that they, too, receive or can get the
-source code.  And you must show them these terms so they know their
-rights.
-
-  We protect your rights with two steps: (1) copyright the software, and
-(2) offer you this license which gives you legal permission to copy,
-distribute and/or modify the software.
-
-  Also, for each author's protection and ours, we want to make certain
-that everyone understands that there is no warranty for this free
-software.  If the software is modified by someone else and passed on, we
-want its recipients to know that what they have is not the original, so
-that any problems introduced by others will not reflect on the original
-authors' reputations.
-
-  Finally, any free program is threatened constantly by software
-patents.  We wish to avoid the danger that redistributors of a free
-program will individually obtain patent licenses, in effect making the
-program proprietary.  To prevent this, we have made it clear that any
-patent must be licensed for everyone's free use or not licensed at all.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.
-\f
-                   GNU GENERAL PUBLIC LICENSE
-   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-  0. This License applies to any program or other work which contains
-a notice placed by the copyright holder saying it may be distributed
-under the terms of this General Public License.  The "Program", below,
-refers to any such program or work, and a "work based on the Program"
-means either the Program or any derivative work under copyright law:
-that is to say, a work containing the Program or a portion of it,
-either verbatim or with modifications and/or translated into another
-language.  (Hereinafter, translation is included without limitation in
-the term "modification".)  Each licensee is addressed as "you".
-
-Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope.  The act of
-running the Program is not restricted, and the output from the Program
-is covered only if its contents constitute a work based on the
-Program (independent of having been made by running the Program).
-Whether that is true depends on what the Program does.
-
-  1. You may copy and distribute verbatim copies of the Program's
-source code as you receive it, in any medium, provided that you
-conspicuously and appropriately publish on each copy an appropriate
-copyright notice and disclaimer of warranty; keep intact all the
-notices that refer to this License and to the absence of any warranty;
-and give any other recipients of the Program a copy of this License
-along with the Program.
-
-You may charge a fee for the physical act of transferring a copy, and
-you may at your option offer warranty protection in exchange for a fee.
-
-  2. You may modify your copy or copies of the Program or any portion
-of it, thus forming a work based on the Program, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
-    a) You must cause the modified files to carry prominent notices
-    stating that you changed the files and the date of any change.
-
-    b) You must cause any work that you distribute or publish, that in
-    whole or in part contains or is derived from the Program or any
-    part thereof, to be licensed as a whole at no charge to all third
-    parties under the terms of this License.
-
-    c) If the modified program normally reads commands interactively
-    when run, you must cause it, when started running for such
-    interactive use in the most ordinary way, to print or display an
-    announcement including an appropriate copyright notice and a
-    notice that there is no warranty (or else, saying that you provide
-    a warranty) and that users may redistribute the program under
-    these conditions, and telling the user how to view a copy of this
-    License.  (Exception: if the Program itself is interactive but
-    does not normally print such an announcement, your work based on
-    the Program is not required to print an announcement.)
-\f
-These requirements apply to the modified work as a whole.  If
-identifiable sections of that work are not derived from the Program,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works.  But when you
-distribute the same sections as part of a whole which is a work based
-on the Program, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Program.
-
-In addition, mere aggregation of another work not based on the Program
-with the Program (or with a work based on the Program) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
-  3. You may copy and distribute the Program (or a work based on it,
-under Section 2) in object code or executable form under the terms of
-Sections 1 and 2 above provided that you also do one of the following:
-
-    a) Accompany it with the complete corresponding machine-readable
-    source code, which must be distributed under the terms of Sections
-    1 and 2 above on a medium customarily used for software interchange; or,
-
-    b) Accompany it with a written offer, valid for at least three
-    years, to give any third party, for a charge no more than your
-    cost of physically performing source distribution, a complete
-    machine-readable copy of the corresponding source code, to be
-    distributed under the terms of Sections 1 and 2 above on a medium
-    customarily used for software interchange; or,
-
-    c) Accompany it with the information you received as to the offer
-    to distribute corresponding source code.  (This alternative is
-    allowed only for noncommercial distribution and only if you
-    received the program in object code or executable form with such
-    an offer, in accord with Subsection b above.)
-
-The source code for a work means the preferred form of the work for
-making modifications to it.  For an executable work, complete source
-code means all the source code for all modules it contains, plus any
-associated interface definition files, plus the scripts used to
-control compilation and installation of the executable.  However, as a
-special exception, the source code distributed need not include
-anything that is normally distributed (in either source or binary
-form) with the major components (compiler, kernel, and so on) of the
-operating system on which the executable runs, unless that component
-itself accompanies the executable.
-
-If distribution of executable or object code is made by offering
-access to copy from a designated place, then offering equivalent
-access to copy the source code from the same place counts as
-distribution of the source code, even though third parties are not
-compelled to copy the source along with the object code.
-\f
-  4. You may not copy, modify, sublicense, or distribute the Program
-except as expressly provided under this License.  Any attempt
-otherwise to copy, modify, sublicense or distribute the Program is
-void, and will automatically terminate your rights under this License.
-However, parties who have received copies, or rights, from you under
-this License will not have their licenses terminated so long as such
-parties remain in full compliance.
-
-  5. You are not required to accept this License, since you have not
-signed it.  However, nothing else grants you permission to modify or
-distribute the Program or its derivative works.  These actions are
-prohibited by law if you do not accept this License.  Therefore, by
-modifying or distributing the Program (or any work based on the
-Program), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Program or works based on it.
-
-  6. Each time you redistribute the Program (or any work based on the
-Program), the recipient automatically receives a license from the
-original licensor to copy, distribute or modify the Program subject to
-these terms and conditions.  You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties to
-this License.
-
-  7. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Program at all.  For example, if a patent
-license would not permit royalty-free redistribution of the Program by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Program.
-
-If any portion of this section is held invalid or unenforceable under
-any particular circumstance, the balance of the section is intended to
-apply and the section as a whole is intended to apply in other
-circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system, which is
-implemented by public license practices.  Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-\f
-  8. If the distribution and/or use of the Program is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Program under this License
-may add an explicit geographical distribution limitation excluding
-those countries, so that distribution is permitted only in or among
-countries not thus excluded.  In such case, this License incorporates
-the limitation as if written in the body of this License.
-
-  9. The Free Software Foundation may publish revised and/or new versions
-of the General Public License from time to time.  Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
-Each version is given a distinguishing version number.  If the Program
-specifies a version number of this License which applies to it and "any
-later version", you have the option of following the terms and conditions
-either of that version or of any later version published by the Free
-Software Foundation.  If the Program does not specify a version number of
-this License, you may choose any version ever published by the Free Software
-Foundation.
-
-  10. If you wish to incorporate parts of the Program into other free
-programs whose distribution conditions are different, write to the author
-to ask for permission.  For software which is copyrighted by the Free
-Software Foundation, write to the Free Software Foundation; we sometimes
-make exceptions for this.  Our decision will be guided by the two goals
-of preserving the free status of all derivatives of our free software and
-of promoting the sharing and reuse of software generally.
-
-                           NO WARRANTY
-
-  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
-FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
-OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
-PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
-OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
-TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
-PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
-REPAIR OR CORRECTION.
-
-  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
-REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
-INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
-OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
-TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
-YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
-PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES.
-
-                    END OF TERMS AND CONDITIONS
-\f
-           How to Apply These Terms to Your New Programs
-
-  If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
-  To do so, attach the following notices to the program.  It is safest
-to attach them to the start of each source file to most effectively
-convey the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
-    <one line to give the program's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
-
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software
-    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
-
-
-Also add information on how to contact you by electronic and paper mail.
-
-If the program is interactive, make it output a short notice like this
-when it starts in an interactive mode:
-
-    Gnomovision version 69, Copyright (C) year name of author
-    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
-    This is free software, and you are welcome to redistribute it
-    under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License.  Of course, the commands you use may
-be called something other than `show w' and `show c'; they could even be
-mouse-clicks or menu items--whatever suits your program.
-
-You should also get your employer (if you work as a programmer) or your
-school, if any, to sign a "copyright disclaimer" for the program, if
-necessary.  Here is a sample; alter the names:
-
-  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
-  `Gnomovision' (which makes passes at compilers) written by James Hacker.
-
-  <signature of Ty Coon>, 1 April 1989
-  Ty Coon, President of Vice
-
-This General Public License does not permit incorporating your program into
-proprietary programs.  If your program is a subroutine library, you may
-consider it more useful to permit linking proprietary applications with the
-library.  If this is what you want to do, use the GNU Lesser General
-Public License instead of this License.
diff --git a/LICENSES/GPL-2.0-only.txt b/LICENSES/GPL-2.0-only.txt
new file mode 100644 (file)
index 0000000..17cb286
--- /dev/null
@@ -0,0 +1,117 @@
+GNU GENERAL PUBLIC LICENSE
+Version 2, June 1991
+
+Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
+
+Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
+
+Preamble
+
+The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too.
+
+When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things.
+
+To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it.
+
+For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.
+
+We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software.
+
+Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations.
+
+Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all.
+
+The precise terms and conditions for copying, distribution and modification follow.
+
+TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does.
+
+1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee.
+
+2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:
+
+     a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change.
+
+     b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License.
+
+     c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License.
+
+3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following:
+
+     a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,
+
+     b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,
+
+     c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable.
+
+If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code.
+
+4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.
+
+5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it.
+
+6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License.
+
+7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances.
+
+It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice.
+
+This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License.
+
+8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License.
+
+9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
+
+Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation.
+
+10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally.
+
+NO WARRANTY
+
+11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+END OF TERMS AND CONDITIONS
+
+How to Apply These Terms to Your New Programs
+
+If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms.
+
+To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found.
+
+     one line to give the program's name and an idea of what it does. Copyright (C) yyyy name of author
+
+     This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
+
+     This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+
+     You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this when it starts in an interactive mode:
+
+     Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names:
+
+     Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+signature of Ty Coon, 1 April 1989 Ty Coon, President of Vice
diff --git a/LICENSES/LGPL-2.1 b/LICENSES/LGPL-2.1
deleted file mode 100644 (file)
index 8738a8d..0000000
+++ /dev/null
@@ -1,503 +0,0 @@
-Valid-License-Identifier: LGPL-2.1-only
-Valid-License-Identifier: LGPL-2.1-or-later
-SPDX-URL: https://spdx.org/licenses/LGPL-2.1.html
-Usage-Guide:
-  To use this license in source code, put one of the following SPDX
-  tag/value pairs into a comment according to the placement
-  guidelines in the licensing rules documentation.
-  For 'GNU Lesser General Public License (LGPL) version 2.1 only' use:
-    SPDX-License-Identifier: LGPL-2.1-only
-  For 'GNU Lesser General Public License (LGPL) version 2.1 or any later
-  version' use:
-    SPDX-License-Identifier: LGPL-2.1-or-later
-License-Text:
-
-GNU LESSER GENERAL PUBLIC LICENSE
-Version 2.1, February 1999
-
-Copyright (C) 1991, 1999 Free Software Foundation, Inc.
-51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
-
-Everyone is permitted to copy and distribute verbatim copies of this
-license document, but changing it is not allowed.
-
-[This is the first released version of the Lesser GPL. It also counts as
-the successor of the GNU Library Public License, version 2, hence the
-version number 2.1.]
-
-Preamble
-
-The licenses for most software are designed to take away your freedom to
-share and change it. By contrast, the GNU General Public Licenses are
-intended to guarantee your freedom to share and change free software--to
-make sure the software is free for all its users.
-
-This license, the Lesser General Public License, applies to some specially
-designated software packages--typically libraries--of the Free Software
-Foundation and other authors who decide to use it. You can use it too, but
-we suggest you first think carefully about whether this license or the
-ordinary General Public License is the better strategy to use in any
-particular case, based on the explanations below.
-
-When we speak of free software, we are referring to freedom of use, not
-price. Our General Public Licenses are designed to make sure that you have
-the freedom to distribute copies of free software (and charge for this
-service if you wish); that you receive source code or can get it if you
-want it; that you can change the software and use pieces of it in new free
-programs; and that you are informed that you can do these things.
-
-To protect your rights, we need to make restrictions that forbid
-distributors to deny you these rights or to ask you to surrender these
-rights. These restrictions translate to certain responsibilities for you if
-you distribute copies of the library or if you modify it.
-
-For example, if you distribute copies of the library, whether gratis or for
-a fee, you must give the recipients all the rights that we gave you. You
-must make sure that they, too, receive or can get the source code. If you
-link other code with the library, you must provide complete object files to
-the recipients, so that they can relink them with the library after making
-changes to the library and recompiling it. And you must show them these
-terms so they know their rights.
-
-We protect your rights with a two-step method: (1) we copyright the
-library, and (2) we offer you this license, which gives you legal
-permission to copy, distribute and/or modify the library.
-
-To protect each distributor, we want to make it very clear that there is no
-warranty for the free library. Also, if the library is modified by someone
-else and passed on, the recipients should know that what they have is not
-the original version, so that the original author's reputation will not be
-affected by problems that might be introduced by others.
-
-Finally, software patents pose a constant threat to the existence of any
-free program. We wish to make sure that a company cannot effectively
-restrict the users of a free program by obtaining a restrictive license
-from a patent holder. Therefore, we insist that any patent license obtained
-for a version of the library must be consistent with the full freedom of
-use specified in this license.
-
-Most GNU software, including some libraries, is covered by the ordinary GNU
-General Public License. This license, the GNU Lesser General Public
-License, applies to certain designated libraries, and is quite different
-from the ordinary General Public License. We use this license for certain
-libraries in order to permit linking those libraries into non-free
-programs.
-
-When a program is linked with a library, whether statically or using a
-shared library, the combination of the two is legally speaking a combined
-work, a derivative of the original library. The ordinary General Public
-License therefore permits such linking only if the entire combination fits
-its criteria of freedom. The Lesser General Public License permits more lax
-criteria for linking other code with the library.
-
-We call this license the "Lesser" General Public License because it does
-Less to protect the user's freedom than the ordinary General Public
-License. It also provides other free software developers Less of an
-advantage over competing non-free programs. These disadvantages are the
-reason we use the ordinary General Public License for many
-libraries. However, the Lesser license provides advantages in certain
-special circumstances.
-
-For example, on rare occasions, there may be a special need to encourage
-the widest possible use of a certain library, so that it becomes a de-facto
-standard. To achieve this, non-free programs must be allowed to use the
-library. A more frequent case is that a free library does the same job as
-widely used non-free libraries. In this case, there is little to gain by
-limiting the free library to free software only, so we use the Lesser
-General Public License.
-
-In other cases, permission to use a particular library in non-free programs
-enables a greater number of people to use a large body of free
-software. For example, permission to use the GNU C Library in non-free
-programs enables many more people to use the whole GNU operating system, as
-well as its variant, the GNU/Linux operating system.
-
-Although the Lesser General Public License is Less protective of the users'
-freedom, it does ensure that the user of a program that is linked with the
-Library has the freedom and the wherewithal to run that program using a
-modified version of the Library.
-
-The precise terms and conditions for copying, distribution and modification
-follow. Pay close attention to the difference between a "work based on the
-library" and a "work that uses the library". The former contains code
-derived from the library, whereas the latter must be combined with the
-library in order to run.
-
-TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-0. This License Agreement applies to any software library or other program
-   which contains a notice placed by the copyright holder or other
-   authorized party saying it may be distributed under the terms of this
-   Lesser General Public License (also called "this License"). Each
-   licensee is addressed as "you".
-
-   A "library" means a collection of software functions and/or data
-   prepared so as to be conveniently linked with application programs
-   (which use some of those functions and data) to form executables.
-
-   The "Library", below, refers to any such software library or work which
-   has been distributed under these terms. A "work based on the Library"
-   means either the Library or any derivative work under copyright law:
-   that is to say, a work containing the Library or a portion of it, either
-   verbatim or with modifications and/or translated straightforwardly into
-   another language. (Hereinafter, translation is included without
-   limitation in the term "modification".)
-
-   "Source code" for a work means the preferred form of the work for making
-   modifications to it. For a library, complete source code means all the
-   source code for all modules it contains, plus any associated interface
-   definition files, plus the scripts used to control compilation and
-   installation of the library.
-
-    Activities other than copying, distribution and modification are not
-    covered by this License; they are outside its scope. The act of running
-    a program using the Library is not restricted, and output from such a
-    program is covered only if its contents constitute a work based on the
-    Library (independent of the use of the Library in a tool for writing
-    it). Whether that is true depends on what the Library does and what the
-    program that uses the Library does.
-
-1. You may copy and distribute verbatim copies of the Library's complete
-   source code as you receive it, in any medium, provided that you
-   conspicuously and appropriately publish on each copy an appropriate
-   copyright notice and disclaimer of warranty; keep intact all the notices
-   that refer to this License and to the absence of any warranty; and
-   distribute a copy of this License along with the Library.
-
-   You may charge a fee for the physical act of transferring a copy, and
-   you may at your option offer warranty protection in exchange for a fee.
-
-2. You may modify your copy or copies of the Library or any portion of it,
-   thus forming a work based on the Library, and copy and distribute such
-   modifications or work under the terms of Section 1 above, provided that
-   you also meet all of these conditions:
-
-   a) The modified work must itself be a software library.
-
-   b) You must cause the files modified to carry prominent notices stating
-      that you changed the files and the date of any change.
-
-   c) You must cause the whole of the work to be licensed at no charge to
-      all third parties under the terms of this License.
-
-   d) If a facility in the modified Library refers to a function or a table
-      of data to be supplied by an application program that uses the
-      facility, other than as an argument passed when the facility is
-      invoked, then you must make a good faith effort to ensure that, in
-      the event an application does not supply such function or table, the
-      facility still operates, and performs whatever part of its purpose
-      remains meaningful.
-
-   (For example, a function in a library to compute square roots has a
-    purpose that is entirely well-defined independent of the
-    application. Therefore, Subsection 2d requires that any
-    application-supplied function or table used by this function must be
-    optional: if the application does not supply it, the square root
-    function must still compute square roots.)
-
-   These requirements apply to the modified work as a whole. If
-   identifiable sections of that work are not derived from the Library, and
-   can be reasonably considered independent and separate works in
-   themselves, then this License, and its terms, do not apply to those
-   sections when you distribute them as separate works. But when you
-   distribute the same sections as part of a whole which is a work based on
-   the Library, the distribution of the whole must be on the terms of this
-   License, whose permissions for other licensees extend to the entire
-   whole, and thus to each and every part regardless of who wrote it.
-
-   Thus, it is not the intent of this section to claim rights or contest
-   your rights to work written entirely by you; rather, the intent is to
-   exercise the right to control the distribution of derivative or
-   collective works based on the Library.
-
-   In addition, mere aggregation of another work not based on the Library
-   with the Library (or with a work based on the Library) on a volume of a
-   storage or distribution medium does not bring the other work under the
-   scope of this License.
-
-3. You may opt to apply the terms of the ordinary GNU General Public
-   License instead of this License to a given copy of the Library. To do
-   this, you must alter all the notices that refer to this License, so that
-   they refer to the ordinary GNU General Public License, version 2,
-   instead of to this License. (If a newer version than version 2 of the
-   ordinary GNU General Public License has appeared, then you can specify
-   that version instead if you wish.) Do not make any other change in these
-   notices.
-
-   Once this change is made in a given copy, it is irreversible for that
-   copy, so the ordinary GNU General Public License applies to all
-   subsequent copies and derivative works made from that copy.
-
-   This option is useful when you wish to copy part of the code of the
-   Library into a program that is not a library.
-
-4. You may copy and distribute the Library (or a portion or derivative of
-   it, under Section 2) in object code or executable form under the terms
-   of Sections 1 and 2 above provided that you accompany it with the
-   complete corresponding machine-readable source code, which must be
-   distributed under the terms of Sections 1 and 2 above on a medium
-   customarily used for software interchange.
-
-   If distribution of object code is made by offering access to copy from a
-   designated place, then offering equivalent access to copy the source
-   code from the same place satisfies the requirement to distribute the
-   source code, even though third parties are not compelled to copy the
-   source along with the object code.
-
-5. A program that contains no derivative of any portion of the Library, but
-   is designed to work with the Library by being compiled or linked with
-   it, is called a "work that uses the Library". Such a work, in isolation,
-   is not a derivative work of the Library, and therefore falls outside the
-   scope of this License.
-
-   However, linking a "work that uses the Library" with the Library creates
-   an executable that is a derivative of the Library (because it contains
-   portions of the Library), rather than a "work that uses the
-   library". The executable is therefore covered by this License. Section 6
-   states terms for distribution of such executables.
-
-   When a "work that uses the Library" uses material from a header file
-   that is part of the Library, the object code for the work may be a
-   derivative work of the Library even though the source code is
-   not. Whether this is true is especially significant if the work can be
-   linked without the Library, or if the work is itself a library. The
-   threshold for this to be true is not precisely defined by law.
-
-   If such an object file uses only numerical parameters, data structure
-   layouts and accessors, and small macros and small inline functions (ten
-   lines or less in length), then the use of the object file is
-   unrestricted, regardless of whether it is legally a derivative
-   work. (Executables containing this object code plus portions of the
-   Library will still fall under Section 6.)
-
-   Otherwise, if the work is a derivative of the Library, you may
-   distribute the object code for the work under the terms of Section
-   6. Any executables containing that work also fall under Section 6,
-   whether or not they are linked directly with the Library itself.
-
-6. As an exception to the Sections above, you may also combine or link a
-   "work that uses the Library" with the Library to produce a work
-   containing portions of the Library, and distribute that work under terms
-   of your choice, provided that the terms permit modification of the work
-   for the customer's own use and reverse engineering for debugging such
-   modifications.
-
-   You must give prominent notice with each copy of the work that the
-   Library is used in it and that the Library and its use are covered by
-   this License. You must supply a copy of this License. If the work during
-   execution displays copyright notices, you must include the copyright
-   notice for the Library among them, as well as a reference directing the
-   user to the copy of this License. Also, you must do one of these things:
-
-   a) Accompany the work with the complete corresponding machine-readable
-      source code for the Library including whatever changes were used in
-      the work (which must be distributed under Sections 1 and 2 above);
-      and, if the work is an executable linked with the Library, with the
-      complete machine-readable "work that uses the Library", as object
-      code and/or source code, so that the user can modify the Library and
-      then relink to produce a modified executable containing the modified
-      Library. (It is understood that the user who changes the contents of
-      definitions files in the Library will not necessarily be able to
-      recompile the application to use the modified definitions.)
-
-   b) Use a suitable shared library mechanism for linking with the
-      Library. A suitable mechanism is one that (1) uses at run time a copy
-      of the library already present on the user's computer system, rather
-      than copying library functions into the executable, and (2) will
-      operate properly with a modified version of the library, if the user
-      installs one, as long as the modified version is interface-compatible
-      with the version that the work was made with.
-
-   c) Accompany the work with a written offer, valid for at least three
-      years, to give the same user the materials specified in Subsection
-      6a, above, for a charge no more than the cost of performing this
-      distribution.
-
-   d) If distribution of the work is made by offering access to copy from a
-      designated place, offer equivalent access to copy the above specified
-      materials from the same place.
-
-   e) Verify that the user has already received a copy of these materials
-      or that you have already sent this user a copy.
-
-   For an executable, the required form of the "work that uses the Library"
-   must include any data and utility programs needed for reproducing the
-   executable from it. However, as a special exception, the materials to be
-   distributed need not include anything that is normally distributed (in
-   either source or binary form) with the major components (compiler,
-   kernel, and so on) of the operating system on which the executable runs,
-   unless that component itself accompanies the executable.
-
-   It may happen that this requirement contradicts the license restrictions
-   of other proprietary libraries that do not normally accompany the
-   operating system. Such a contradiction means you cannot use both them
-   and the Library together in an executable that you distribute.
-
-7. You may place library facilities that are a work based on the Library
-   side-by-side in a single library together with other library facilities
-   not covered by this License, and distribute such a combined library,
-   provided that the separate distribution of the work based on the Library
-   and of the other library facilities is otherwise permitted, and provided
-   that you do these two things:
-
-   a) Accompany the combined library with a copy of the same work based on
-      the Library, uncombined with any other library facilities. This must
-      be distributed under the terms of the Sections above.
-
-   b) Give prominent notice with the combined library of the fact that part
-      of it is a work based on the Library, and explaining where to find
-      the accompanying uncombined form of the same work.
-
-8. You may not copy, modify, sublicense, link with, or distribute the
-   Library except as expressly provided under this License. Any attempt
-   otherwise to copy, modify, sublicense, link with, or distribute the
-   Library is void, and will automatically terminate your rights under this
-   License. However, parties who have received copies, or rights, from you
-   under this License will not have their licenses terminated so long as
-   such parties remain in full compliance.
-
-9. You are not required to accept this License, since you have not signed
-   it. However, nothing else grants you permission to modify or distribute
-   the Library or its derivative works. These actions are prohibited by law
-   if you do not accept this License. Therefore, by modifying or
-   distributing the Library (or any work based on the Library), you
-   indicate your acceptance of this License to do so, and all its terms and
-   conditions for copying, distributing or modifying the Library or works
-   based on it.
-
-10. Each time you redistribute the Library (or any work based on the
-    Library), the recipient automatically receives a license from the
-    original licensor to copy, distribute, link with or modify the Library
-    subject to these terms and conditions. You may not impose any further
-    restrictions on the recipients' exercise of the rights granted
-    herein. You are not responsible for enforcing compliance by third
-    parties with this License.
-
-11. If, as a consequence of a court judgment or allegation of patent
-    infringement or for any other reason (not limited to patent issues),
-    conditions are imposed on you (whether by court order, agreement or
-    otherwise) that contradict the conditions of this License, they do not
-    excuse you from the conditions of this License. If you cannot
-    distribute so as to satisfy simultaneously your obligations under this
-    License and any other pertinent obligations, then as a consequence you
-    may not distribute the Library at all. For example, if a patent license
-    would not permit royalty-free redistribution of the Library by all
-    those who receive copies directly or indirectly through you, then the
-    only way you could satisfy both it and this License would be to refrain
-    entirely from distribution of the Library.
-
-    If any portion of this section is held invalid or unenforceable under
-    any particular circumstance, the balance of the section is intended to
-    apply, and the section as a whole is intended to apply in other
-    circumstances.
-
-    It is not the purpose of this section to induce you to infringe any
-    patents or other property right claims or to contest validity of any
-    such claims; this section has the sole purpose of protecting the
-    integrity of the free software distribution system which is implemented
-    by public license practices. Many people have made generous
-    contributions to the wide range of software distributed through that
-    system in reliance on consistent application of that system; it is up
-    to the author/donor to decide if he or she is willing to distribute
-    software through any other system and a licensee cannot impose that
-    choice.
-
-    This section is intended to make thoroughly clear what is believed to
-    be a consequence of the rest of this License.
-
-12. If the distribution and/or use of the Library is restricted in certain
-    countries either by patents or by copyrighted interfaces, the original
-    copyright holder who places the Library under this License may add an
-    explicit geographical distribution limitation excluding those
-    countries, so that distribution is permitted only in or among countries
-    not thus excluded. In such case, this License incorporates the
-    limitation as if written in the body of this License.
-
-13. The Free Software Foundation may publish revised and/or new versions of
-    the Lesser General Public License from time to time. Such new versions
-    will be similar in spirit to the present version, but may differ in
-    detail to address new problems or concerns.
-
-    Each version is given a distinguishing version number. If the Library
-    specifies a version number of this License which applies to it and "any
-    later version", you have the option of following the terms and
-    conditions either of that version or of any later version published by
-    the Free Software Foundation. If the Library does not specify a license
-    version number, you may choose any version ever published by the Free
-    Software Foundation.
-
-14. If you wish to incorporate parts of the Library into other free
-    programs whose distribution conditions are incompatible with these,
-    write to the author to ask for permission. For software which is
-    copyrighted by the Free Software Foundation, write to the Free Software
-    Foundation; we sometimes make exceptions for this. Our decision will be
-    guided by the two goals of preserving the free status of all
-    derivatives of our free software and of promoting the sharing and reuse
-    of software generally.
-
-NO WARRANTY
-
-15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
-    FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
-    OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
-    PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
-    EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
-    ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH
-    YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
-    NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-    WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
-    REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR
-    DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL
-    DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LIBRARY
-    (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED
-    INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF
-    THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR
-    OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
-END OF TERMS AND CONDITIONS
-
-How to Apply These Terms to Your New Libraries
-
-If you develop a new library, and you want it to be of the greatest
-possible use to the public, we recommend making it free software that
-everyone can redistribute and change. You can do so by permitting
-redistribution under these terms (or, alternatively, under the terms of the
-ordinary General Public License).
-
-To apply these terms, attach the following notices to the library. It is
-safest to attach them to the start of each source file to most effectively
-convey the exclusion of warranty; and each file should have at least the
-"copyright" line and a pointer to where the full notice is found.
-
-one line to give the library's name and an idea of what it does.
-Copyright (C) year name of author
-
-This library is free software; you can redistribute it and/or modify it
-under the terms of the GNU Lesser General Public License as published by
-the Free Software Foundation; either version 2.1 of the License, or (at
-your option) any later version.
-
-This library is distributed in the hope that it will be useful, but WITHOUT
-ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
-for more details.
-
-You should have received a copy of the GNU Lesser General Public License
-along with this library; if not, write to the Free Software Foundation,
-Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Also add
-information on how to contact you by electronic and paper mail.
-
-You should also get your employer (if you work as a programmer) or your
-school, if any, to sign a "copyright disclaimer" for the library, if
-necessary. Here is a sample; alter the names:
-
-Yoyodyne, Inc., hereby disclaims all copyright interest in
-the library `Frob' (a library for tweaking knobs) written
-by James Random Hacker.
-
-signature of Ty Coon, 1 April 1990
-Ty Coon, President of Vice
-That's all there is to it!
diff --git a/LICENSES/LGPL-2.1-only.txt b/LICENSES/LGPL-2.1-only.txt
new file mode 100644 (file)
index 0000000..c9aa530
--- /dev/null
@@ -0,0 +1,175 @@
+GNU LESSER GENERAL PUBLIC LICENSE
+
+Version 2.1, February 1999
+
+Copyright (C) 1991, 1999 Free Software Foundation, Inc.
+51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+
+Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
+
+[This is the first released version of the Lesser GPL.  It also counts as the successor of the GNU Library Public License, version 2, hence the version number 2.1.]
+
+Preamble
+
+The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users.
+
+This license, the Lesser General Public License, applies to some specially designated software packages--typically libraries--of the Free Software Foundation and other authors who decide to use it. You can use it too, but we suggest you first think carefully about whether this license or the ordinary General Public License is the better strategy to use in any particular case, based on the explanations below.
+
+When we speak of free software, we are referring to freedom of use, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish); that you receive source code or can get it if you want it; that you can change the software and use pieces of it in new free programs; and that you are informed that you can do these things.
+
+To protect your rights, we need to make restrictions that forbid distributors to deny you these rights or to ask you to surrender these rights. These restrictions translate to certain responsibilities for you if you distribute copies of the library or if you modify it.
+
+For example, if you distribute copies of the library, whether gratis or for a fee, you must give the recipients all the rights that we gave you. You must make sure that they, too, receive or can get the source code. If you link other code with the library, you must provide complete object files to the recipients, so that they can relink them with the library after making changes to the library and recompiling it. And you must show them these terms so they know their rights.
+
+We protect your rights with a two-step method: (1) we copyright the library, and (2) we offer you this license, which gives you legal permission to copy, distribute and/or modify the library.
+
+To protect each distributor, we want to make it very clear that there is no warranty for the free library. Also, if the library is modified by someone else and passed on, the recipients should know that what they have is not the original version, so that the original author's reputation will not be affected by problems that might be introduced by others.
+
+Finally, software patents pose a constant threat to the existence of any free program. We wish to make sure that a company cannot effectively restrict the users of a free program by obtaining a restrictive license from a patent holder. Therefore, we insist that any patent license obtained for a version of the library must be consistent with the full freedom of use specified in this license.
+
+Most GNU software, including some libraries, is covered by the ordinary GNU General Public License. This license, the GNU Lesser General Public License, applies to certain designated libraries, and is quite different from the ordinary General Public License. We use this license for certain libraries in order to permit linking those libraries into non-free programs.
+
+When a program is linked with a library, whether statically or using a shared library, the combination of the two is legally speaking a combined work, a derivative of the original library. The ordinary General Public License therefore permits such linking only if the entire combination fits its criteria of freedom. The Lesser General Public License permits more lax criteria for linking other code with the library.
+
+We call this license the "Lesser" General Public License because it does Less to protect the user's freedom than the ordinary General Public License. It also provides other free software developers Less of an advantage over competing non-free programs. These disadvantages are the reason we use the ordinary General Public License for many libraries. However, the Lesser license provides advantages in certain special circumstances.
+
+For example, on rare occasions, there may be a special need to encourage the widest possible use of a certain library, so that it becomes a de-facto standard. To achieve this, non-free programs must be allowed to use the library. A more frequent case is that a free library does the same job as widely used non-free libraries. In this case, there is little to gain by limiting the free library to free software only, so we use the Lesser General Public License.
+
+In other cases, permission to use a particular library in non-free programs enables a greater number of people to use a large body of free software. For example, permission to use the GNU C Library in non-free programs enables many more people to use the whole GNU operating system, as well as its variant, the GNU/Linux operating system.
+
+Although the Lesser General Public License is Less protective of the users' freedom, it does ensure that the user of a program that is linked with the Library has the freedom and the wherewithal to run that program using a modified version of the Library.
+
+The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from the library, whereas the latter must be combined with the library in order to run.
+
+TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+0. This License Agreement applies to any software library or other program which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Lesser General Public License (also called "this License"). Each licensee is addressed as "you".
+
+A "library" means a collection of software functions and/or data prepared so as to be conveniently linked with application programs (which use some of those functions and data) to form executables.
+
+The "Library", below, refers to any such software library or work which has been distributed under these terms. A "work based on the Library" means either the Library or any derivative work under copyright law: that is to say, a work containing the Library or a portion of it, either verbatim or with modifications and/or translated straightforwardly into another language. (Hereinafter, translation is included without limitation in the term "modification".)
+
+"Source code" for a work means the preferred form of the work for making modifications to it. For a library, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the library.
+
+Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does.
+
+1. You may copy and distribute verbatim copies of the Library's complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and distribute a copy of this License along with the Library.
+
+You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee.
+
+2. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:
+
+     a) The modified work must itself be a software library.
+
+     b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change.
+
+     c) You must cause the whole of the work to be licensed at no charge to all third parties under the terms of this License.
+
+     d) If a facility in the modified Library refers to a function or a table of data to be supplied by an application program that uses the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that, in the event an application does not supply such function or table, the facility still operates, and performs whatever part of its purpose remains meaningful.
+
+(For example, a function in a library to compute square roots has a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any application-supplied function or table used by this function must be optional: if the application does not supply it, the square root function must still compute square roots.)
+
+These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Library, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Library.
+
+In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License.
+
+3. You may opt to apply the terms of the ordinary GNU General Public License instead of this License to a given copy of the Library. To do this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2, instead of to this License. (If a newer version than version 2 of the ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in these notices.
+
+Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy.
+
+This option is useful when you wish to copy part of the code of the Library into a program that is not a library.
+
+4. You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange.
+
+If distribution of object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code.
+
+5. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License.
+
+However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables.
+
+When a "work that uses the Library" uses material from a header file that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not. Whether this is true is especially significant if the work can be linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law.
+
+If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.)
+
+Otherwise, if the work is a derivative of the Library, you may distribute the object code for the work under the terms of Section 6. Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself.
+
+6. As an exception to the Sections above, you may also combine or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice, provided that the terms permit modification of the work for the customer's own use and reverse engineering for debugging such modifications.
+
+You must give prominent notice with each copy of the work that the Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work during execution displays copyright notices, you must include the copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things:
+
+     a) Accompany the work with the complete corresponding machine-readable source code for the Library including whatever changes were used in the work (which must be distributed under Sections 1 and 2 above); and, if the work is an executable linked with the Library, with the complete machine-readable "work that uses the Library", as object code and/or source code, so that the user can modify the Library and then relink to produce a modified executable containing the modified Library. (It is understood that the user who changes the contents of definitions files in the Library will not necessarily be able to recompile the application to use the modified definitions.)
+
+     b) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (1) uses at run time a copy of the library already present on the user's computer system, rather than copying library functions into the executable, and (2) will operate properly with a modified version of the library, if the user installs one, as long as the modified version is interface-compatible with the version that the work was made with.
+
+     c) Accompany the work with a written offer, valid for at least three years, to give the same user the materials specified in Subsection 6a, above, for a charge no more than the cost of performing this distribution.
+
+     d) If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above specified materials from the same place.
+
+     e) Verify that the user has already received a copy of these materials or that you have already sent this user a copy.
+
+For an executable, the required form of the "work that uses the Library" must include any data and utility programs needed for reproducing the executable from it. However, as a special exception, the materials to be distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable.
+
+It may happen that this requirement contradicts the license restrictions of other proprietary libraries that do not normally accompany the operating system. Such a contradiction means you cannot use both them and the Library together in an executable that you distribute.
+
+7. You may place library facilities that are a work based on the Library side-by-side in a single library together with other library facilities not covered by this License, and distribute such a combined library, provided that the separate distribution of the work based on the Library and of the other library facilities is otherwise permitted, and provided that you do these two things:
+
+     a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities. This must be distributed under the terms of the Sections above.
+
+     b) Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.
+
+8. You may not copy, modify, sublicense, link with, or distribute the Library except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Library is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.
+
+9. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Library (or any work based on the Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Library or works based on it.
+
+10. Each time you redistribute the Library (or any work based on the Library), the recipient automatically receives a license from the original licensor to copy, distribute, link with or modify the Library subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties with this License.
+
+11. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Library at all. For example, if a patent license would not permit royalty-free redistribution of the Library by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Library.
+
+If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply, and the section as a whole is intended to apply in other circumstances.
+
+It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice.
+
+This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License.
+
+12. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Library under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License.
+
+13. The Free Software Foundation may publish revised and/or new versions of the Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
+
+Each version is given a distinguishing version number. If the Library specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Library does not specify a license version number, you may choose any version ever published by the Free Software Foundation.
+
+14. If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally.
+
+NO WARRANTY
+
+15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+END OF TERMS AND CONDITIONS
+
+How to Apply These Terms to Your New Libraries
+
+If you develop a new library, and you want it to be of the greatest possible use to the public, we recommend making it free software that everyone can redistribute and change. You can do so by permitting redistribution under these terms (or, alternatively, under the terms of the ordinary General Public License).
+
+To apply these terms, attach the following notices to the library. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found.
+
+     one line to give the library's name and an idea of what it does.
+     Copyright (C) year  name of author
+
+     This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
+
+     This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
+
+     You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA Also add information on how to contact you by electronic and paper mail.
+
+You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names:
+
+Yoyodyne, Inc., hereby disclaims all copyright interest in
+the library `Frob' (a library for tweaking knobs) written
+by James Random Hacker.
+
+signature of Ty Coon, 1 April 1990
+Ty Coon, President of Vice
+That's all there is to it!
diff --git a/LICENSES/MIT b/LICENSES/MIT
deleted file mode 100644 (file)
index f33a68c..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-Valid-License-Identifier: MIT
-SPDX-URL: https://spdx.org/licenses/MIT.html
-Usage-Guide:
-  To use the MIT License put the following SPDX tag/value pair into a
-  comment according to the placement guidelines in the licensing rules
-  documentation:
-    SPDX-License-Identifier: MIT
-License-Text:
-
-MIT License
-
-Copyright (c) <year> <copyright holders>
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
-DEALINGS IN THE SOFTWARE.
diff --git a/LICENSES/MIT.txt b/LICENSES/MIT.txt
new file mode 100644 (file)
index 0000000..2071b23
--- /dev/null
@@ -0,0 +1,9 @@
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
index 8d25816cc053e03e6d8707fc281b0687bf9b81e9..71aa496d6877d0dccdc3473623b7d6232b303794 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
 # SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
+# SPDX-FileCopyrightText: 2010-2024 EfficiOS Inc.
 
 ifneq ($(KERNELRELEASE),)
 
index d1e4dbb67693b2eece683403500dca6bca674c3e..035acc675040891f5b34ae1073deabe79c1b47fd 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,3 +1,9 @@
+<!--
+SPDX-FileCopyrightText: 2011-2024 EfficiOS Inc.
+
+SPDX-License-Identifier: CC-BY-SA-4.0
+-->
+
 LTTng-modules
 =============
 
diff --git a/doc/lttng-modules-design.md b/doc/lttng-modules-design.md
new file mode 100644 (file)
index 0000000..bdada5a
--- /dev/null
@@ -0,0 +1,191 @@
+<!--
+SPDX-FileCopyrightText: 2020 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+
+SPDX-License-Identifier: CC-BY-SA-4.0
+-->
+
+# LTTng modules design
+
+by Mathieu Desnoyers
+June 30, 2020
+
+This document covers the high level design of lttng-modules.
+
+LTTng modules is a kernel tracer for the Linux kernel. It can be either
+loaded as a set of kernel modules, or built into a Linux kernel.
+
+Here are its key components:
+
+## LTTng modules ABI
+
+  Files:
+  - `src/lttng-abi.c`
+  - `include/lttng/abi.h`
+
+  This ABI consists of ioctls with code 0xF6. It extensively uses
+  anonymous file descriptors to represent the tracer "objects". Only
+  root is allowed to interact with those ioctls.
+
+
+## LTTng session, channels, contexts and events management
+
+  Files:
+  - `src/lttng-events.c`
+  - `include/lttng/lttng-events.h`
+
+  Current state about configured tracing sessions, channels, contexts
+  and events. The session, channel, context and event state is
+  manipulated through the LTTng modules ABI. A session contains 0 or
+  more channels, through which data is traced. A channel is associated
+  with an instance of a lib ring buffer client. Channels have 0 or more
+  events, which are associated to kernel instrumentation as event
+  sources.
+
+
+## lib ring buffer
+
+  Generic ring buffer library (kernel implementation). Note, there is
+  a very similar copy of this implementation within the lttng-ust
+  user-space tracer. The overall goal of this library is to support
+  both kernel and user-space tracing.
+
+  Files:
+  - `src/lib/ringbuffer/*`
+  - `include/ringbuffer/*`
+
+  Those include ring buffer ABI meant for consuming the buffer data
+  from user-space. It is implemented in:
+
+  - `src/lib/ringbuffer/ring_buffer_vfs.c` (open, release, poll, ioctl)
+  - `src/lib/ringbuffer/ring_buffer_mmap.c` (mmap)
+  - `src/lib/ringbuffer/ring_buffer_splice.c` (splice)
+  - `include/ringbuffer/vfs.h`: lib ring buffer ioctl commands (code 0xF6).
+
+  The ring buffer library can be configured to be used in various
+  use-cases by creating a specialized ring buffer "client" (template).
+  `include/ringbuffer/config.h` details the various configuration
+  parameters which are supported.
+
+
+## LTTng modules ring buffer clients
+
+  Files:
+  - `src/lttng-ring-buffer-client-discard.c`
+  - `src/lttng-ring-buffer-client-mmap-discard.c`
+  - `src/lttng-ring-buffer-client-mmap-overwrite.c`
+  - `src/lttng-ring-buffer-client-overwrite.c`
+  - `src/lttng-ring-buffer-metadata-client.c`
+  - `src/lttng-ring-buffer-metadata-mmap-client.c`
+  - `src/lttng-ring-buffer-client.h`
+  - `src/lttng-ring-buffer-metadata-client.h`
+
+  Those are the users of lib ring buffer, with specialized instances of
+  the ring buffer for each use-case supported by LTTng. Those are
+  hand-crafted templates in C. The fast-paths are inlined within each
+  client, and the slow paths are kept in the common library to minimize
+  code memory usage.
+
+
+## LTTng filter
+
+  The filter in lttng-modules is meant to quickly discard events which
+  do not match an expression. The expression parsing is all done in
+  userspace within lttng-tools. The filter is received by lttng-modules
+  as a bytecode. The frequent case for which a filter is optimized is to
+  discard most of the events. The filter operates on input arguments
+  received on the stack, before the ring buffer is touched.
+
+  Files:
+  - `include/lttng/filter-bytecode.h`: LTTng filter bytecode.
+  - `src/lttng-filter-validator.c`: Validation pass on bytecode reception
+  - `src/lttng-filter.c`: Filter linker code: link a bytecode onto a given
+                        event (knowing its fields offsets).
+  - `src/lttng-filter-specialize.c`: Specialize the bytecode, transforming
+                                   generic instructions into
+                                   type-specific (faster) instructions.
+  - `src/lttng-filter-interpreter.c`: Bytecode interpreter, called by
+                                    instrumentation to filter events.
+
+## LTTng contexts
+
+  LTTng-modules supports the notion of "contexts" which can be attached either
+  to specific events or to all events in a channel. Those are additional
+  data which can be saved prior to the event payload, e.g. current
+  thread ID, process name, performance counters, and more.
+
+  Files:
+  - `src/lttng-context.c`: Context state associated to a channel or event,
+                         and helpers.
+  - `src/lttng-context-*.c`: Implementation of all supported contexts:
+    callstack, cgroup-ns, cpu-id, egid, euid, gid, hostname,
+    interruptible, ipc-ns, migratable, mnt-ns, need-reschedule, net-ns,
+    nice, perf-counters, pid, pis-ns, ppid, preemptible, prio, procname,
+    sgid, suid, tid, uid, user-ns, uts-ns, vegid, veuid, vgid, vpid, vppid,
+    vsgid, vtid, vuid.
+
+
+## LTTng tracepoint instrumentation
+
+  The LTTng tracer attaches "probes" to kernel subsystems. A probe is a
+  set of tracepoint callbacks matching the tracepoint instrumentation
+  for a kernel subsystem. Each probe can be loaded separately.
+
+  Due to limitations in the kernel `TRACE_EVENT` macros, LTTng
+  implements its own `LTTNG_TRACEPOINT_EVENT` macros. It uses the
+  upstream kernel `TRACE_EVENT` macros only to validate the prototype
+  of its callbacks. Also, LTTng exposes an event field semantic which
+  matches what is exposed to user-space through /proc in the traces,
+  which requires different field layout implementation than what the
+  upstream kernel exposes to user-space.
+
+  Files:
+  - `src/lttng-tracepoint.c`: Mapping between tracepoint instrumentation and LTTng
+                          events.
+  - `src/lttng-probes.c`: LTTng probes registry.
+  - `include/instrumentation/events/*`: LTTng tracepoint instrumentation
+                                    headers for all kernel subsystems.
+
+
+## LTTng system call instrumentation
+
+  The LTTng tracer gathers both input and output arguments from each
+  system call, for all supported architectures. This means the system
+  call probe callbacks read from user-space memory when needed.
+
+  Files:
+  - `src/lttng-syscalls.c`: LTTng system call instrumentation callbacks and
+                          tables.
+  - `include/instrumentation/syscall/*`: generated and override system
+                                       call instrumentation headers.
+
+
+## LTTng statedump
+
+  Dump kernel state at trace start or when an explicit "statedump" is
+  requested. Useful to reconstruct the entire kernel state at
+  post-processing. Dumps: threads scheduling state, file
+  descriptor tables, interrupt handlers, network interfaces, block
+  devices, cpu topology. Also performs a "fence" on all CPUs to reach
+  a quiescent state on all CPUs before start and end of statedump.
+
+  Files:
+  - `src/lttng-statedump-impl.c`
+
+
+## LTTng tracker
+
+  User ID and Process ID trackers, for filtering of entire sessions
+  based on UID, GID, and PID.
+
+  Files:
+  - `src/lttng-tracker-id.c`
+
+
+## LTTng clock
+
+  Clock plugin registration. The clock used by the LTTng modules kernel
+  tracer can be overridden by a plugin module.
+
+  Files:
+  - `src/lttng-clock.c`
+  - `include/lttng/clock.h`
diff --git a/doc/lttng-modules-design.txt b/doc/lttng-modules-design.txt
deleted file mode 100644 (file)
index 23beb0c..0000000
+++ /dev/null
@@ -1,184 +0,0 @@
-LTTng modules design
----------------------
-
-by Mathieu Desnoyers
-June 30, 2020
-
-This document covers the high level design of lttng-modules.
-
-LTTng modules is a kernel tracer for the Linux kernel. It can be either
-loaded as a set of kernel modules, or built into a Linux kernel.
-
-Here are its key components:
-
-* LTTng modules ABI
-
-  Files:
-  - src/lttng-abi.c
-  - include/lttng/abi.h
-
-  This ABI consists of ioctls with code 0xF6. It extensively uses
-  anonymous file descriptors to represent the tracer "objects". Only
-  root is allowed to interact with those ioctls.
-
-
-* LTTng session, channels, contexts and events management
-  - src/lttng-events.c
-  - include/lttng/lttng-events.h
-
-  Current state about configured tracing sessions, channels, contexts
-  and events. The session, channel, context and event state is
-  manipulated through the LTTng modules ABI. A session contains 0 or
-  more channels, through which data is traced. A channel is associated
-  with an instance of a lib ring buffer client. Channels have 0 or more
-  events, which are associated to kernel instrumentation as event
-  sources.
-
-
-* lib ring buffer
-
-  Generic ring buffer library (kernel implementation). Note, there is
-  a very similar copy of this implementation within the lttng-ust
-  user-space tracer. The overall goal of this library is to support
-  both kernel and user-space tracing.
-
-  Files:
-  - src/lib/ringbuffer/*
-  - include/ringbuffer/*
-
-  Those include ring buffer ABI meant for consuming the buffer data
-  from user-space. It is implemented in:
-
-  - src/lib/ringbuffer/ring_buffer_vfs.c (open, release, poll, ioctl)
-  - src/lib/ringbuffer/ring_buffer_mmap.c (mmap)
-  - src/lib/ringbuffer/ring_buffer_splice.c (splice)
-  - include/ringbuffer/vfs.h: lib ring buffer ioctl commands (code 0xF6).
-
-  The ring buffer library can be configured to be used in various
-  use-cases by creating a specialized ring buffer "client" (template).
-  include/ringbuffer/config.h details the various configuration
-  parameters which are supported.
-
-
-* LTTng modules ring buffer clients
-
-  Files:
-  - src/lttng-ring-buffer-client-discard.c
-  - src/lttng-ring-buffer-client-mmap-discard.c
-  - src/lttng-ring-buffer-client-mmap-overwrite.c
-  - src/lttng-ring-buffer-client-overwrite.c
-  - src/lttng-ring-buffer-metadata-client.c
-  - src/lttng-ring-buffer-metadata-mmap-client.c
-  - src/lttng-ring-buffer-client.h
-  - src/lttng-ring-buffer-metadata-client.h
-
-  Those are the users of lib ring buffer, with specialized instances of
-  the ring buffer for each use-case supported by LTTng. Those are
-  hand-crafted templates in C. The fast-paths are inlined within each
-  client, and the slow paths are kept in the common library to minimize
-  code memory usage.
-
-
-* LTTng filter
-
-  The filter in lttng-modules is meant to quickly discard events which
-  do not match an expression. The expression parsing is all done in
-  userspace within lttng-tools. The filter is received by lttng-modules
-  as a bytecode. The frequent case for which a filter is optimized is to
-  discard most of the events. The filter operates on input arguments
-  received on the stack, before the ring buffer is touched.
-
-  Files:
-  - include/lttng/filter-bytecode.h: LTTng filter bytecode.
-  - src/lttng-filter-validator.c: Validation pass on bytecode reception
-  - src/lttng-filter.c: Filter linker code: link a bytecode onto a given
-                        event (knowing its fields offsets).
-  - src/lttng-filter-specialize.c: Specialize the bytecode, transforming
-                                   generic instructions into
-                                   type-specific (faster) instructions.
-  - src/lttng-filter-interpreter.c: Bytecode interpreter, called by
-                                    instrumentation to filter events.
-
-* LTTng contexts
-
-  LTTng-modules supports the notion of "contexts" which can be attached either
-  to specific events or to all events in a channel. Those are additional
-  data which can be saved prior to the event payload, e.g. current
-  thread ID, process name, performance counters, and more.
-
-  Files:
-  - src/lttng-context.c: Context state associated to a channel or event,
-                         and helpers.
-  - src/lttng-context-*.c: Implementation of all supported contexts:
-    callstack, cgroup-ns, cpu-id, egid, euid, gid, hostname,
-    interruptible, ipc-ns, migratable, mnt-ns, need-reschedule, net-ns,
-    nice, perf-counters, pid, pis-ns, ppid, preemptible, prio, procname,
-    sgid, suid, tid, uid, user-ns, uts-ns, vegid, veuid, vgid, vpid, vppid,
-    vsgid, vtid, vuid.
-
-
-* LTTng tracepoint instrumentation
-
-  The LTTng tracer attaches "probes" to kernel subsystems. A probe is a
-  set of tracepoint callbacks matching the tracepoint instrumentation
-  for a kernel subsystem. Each probe can be loaded separately.
-
-  Due to limitations in the kernel TRACE_EVENT macros, LTTng
-  implements its own LTTNG_TRACEPOINT_EVENT macros. It uses the
-  upstream kernel TRACE_EVENT macros only to validate the prototype
-  of its callbacks. Also, LTTng exposes an event field semantic which
-  matches what is exposed to user-space through /proc in the traces,
-  which requires different field layout implementation than what the
-  upstream kernel exposes to user-space.
-
-  Files:
-  src/lttng-tracepoint.c: Mapping between tracepoint instrumentation and LTTng
-                          events.
-  src/lttng-probes.c: LTTng probes registry.
-  include/instrumentation/events/*: LTTng tracepoint instrumentation
-                                    headers for all kernel subsystems.
-
-
-* LTTng system call instrumentation
-
-  The LTTng tracer gathers both input and output arguments from each
-  system call, for all supported architectures. This means the system
-  call probe callbacks read from user-space memory when needed.
-
-  Files:
-  - src/lttng-syscalls.c: LTTng system call instrumentation callbacks and
-                          tables.
-  - include/instrumentation/syscall/*: generated and override system
-                                       call instrumentation headers.
-
-
-* LTTng statedump
-
-  Dump kernel state at trace start or when an explicit "statedump" is
-  requested. Useful to reconstruct the entire kernel state at
-  post-processing. Dumps: threads scheduling state, file
-  descriptor tables, interrupt handlers, network interfaces, block
-  devices, cpu topology. Also performs a "fence" on all CPUs to reach
-  a quiescent state on all CPUs before start and end of statedump.
-
-  Files:
-  - src/lttng-statedump-impl.c
-
-
-* LTTng tracker
-
-  User ID and Process ID trackers, for filtering of entire sessions
-  based on UID, GID, and PID.
-
-  Files:
-  - src/lttng-tracker-id.c
-
-
-* LTTng clock
-
-  Clock plugin registration. The clock used by the LTTng modules kernel
-  tracer can be overridden by a plugin module.
-
-  Files:
-  - src/lttng-clock.c
-  - include/lttng/clock.h
diff --git a/extra_version/README b/extra_version/README
deleted file mode 100644 (file)
index 5eef496..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-The first line of the "name" file is used to populate the "extra_version_name"
-modinfo key of each built module.
diff --git a/extra_version/README.md b/extra_version/README.md
new file mode 100644 (file)
index 0000000..2042851
--- /dev/null
@@ -0,0 +1,8 @@
+<!--
+SPDX-FileCopyrightText: 2018 Michael Jeanson <mjeanson@efficios.com>
+
+SPDX-License-Identifier: CC-BY-SA-4.0
+-->
+
+The first line of the `name` file is used to populate the `extra_version_name`
+modinfo key of each built module.
diff --git a/extra_version/patches/README b/extra_version/patches/README
deleted file mode 100644 (file)
index 22ea3d3..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-The name of each file in this directory except this README will be used to
-populate a "extra_version_path" modinfo key for each built module.
diff --git a/extra_version/patches/README.md b/extra_version/patches/README.md
new file mode 100644 (file)
index 0000000..3b1fd2a
--- /dev/null
@@ -0,0 +1,8 @@
+<!--
+SPDX-FileCopyrightText: 2018 Michael Jeanson <mjeanson@efficios.com>
+
+SPDX-License-Identifier: CC-BY-SA-4.0
+-->
+
+The name of each file in this directory except this README.md will be used to
+populate a `extra_version_path` modinfo key for each built module.
index 209943bc2f102a2f3747141b0e31fa6feaa35c8b..051fe3e8cb17ec8d1af3af726817ff304acd1083 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2018 Michael Jeanson <mjeanson@efficios.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM 9p
 
diff --git a/include/instrumentation/events/README b/include/instrumentation/events/README
deleted file mode 100644 (file)
index b13a30b..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-* Workflow for updating patches from newer kernel:
-
-Pull the new headers from mainline kernel to this subdirectory.
-Update those headers to fix the lttng-modules instrumentation style.
-
-
-* Workflow to add new Tracepoint instrumentation to newer kernel,
-  and add support for it into LTTng:
-
-a) instrument the kernel with new trace events headers. If you want that
-   instrumentation distributed, you will have to push those changes into
-   the upstream Linux kernel first,
-b) copy those headers into this subdirectory,
-c) look at a diff from other headers between mainline kernel version and 
-   those in this subdirectory, and use that as a recipe to alter the new
-   headers copy.
-d) create a new file in probes/ for the new trace event header you added,
-e) add it to probes/Makefile,
-f) build, make modules_install,
-g) don't forget to load that new module too.
-
-Currently, LTTng policy is to only accept headers derived from trace
-event headers accepted into the Linux kernel upstream for tracepoints
-related to upstream kernel instrumentation.
diff --git a/include/instrumentation/events/README.md b/include/instrumentation/events/README.md
new file mode 100644 (file)
index 0000000..c73bc6e
--- /dev/null
@@ -0,0 +1,29 @@
+<!--
+SPDX-FileCopyrightText: 2011-2017 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+
+SPDX-License-Identifier: CC-BY-SA-4.0
+-->
+
+# Workflow for updating patches from newer kernel:
+
+Pull the new headers from mainline kernel to this subdirectory.
+Update those headers to fix the lttng-modules instrumentation style.
+
+
+# Workflow to add new Tracepoint instrumentation to newer kernel, and add support for it into LTTng:
+
+1. Instrument the kernel with new trace events headers. If you want that
+   instrumentation distributed, you will have to push those changes into
+   the upstream Linux kernel first,
+2. Copy those headers into this subdirectory,
+3. Look at a diff from other headers between mainline kernel version and 
+   those in this subdirectory, and use that as a recipe to alter the new
+   headers copy.
+4. Create a new file in `src/probes/` for the new trace event header you added,
+5. Add it to `src/probes/Makefile`,
+6. Build, `make modules_install`,
+7. Don't forget to load that new module too.
+
+Currently, LTTng policy is to only accept headers derived from trace
+event headers accepted into the Linux kernel upstream for tracepoints
+related to upstream kernel instrumentation.
index 89769e2ce3de7dd98ffd17fc54e181cb7b2b77ba..49d97797ef90ab8470d4d64fb33b8b63dcf3037b 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2015 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #if !defined(LTTNG_TRACE_EXCEPTIONS_H) || defined(TRACE_HEADER_MULTI_READ)
 #define LTTNG_TRACE_EXCEPTIONS_H
 
index 7bc5cbe9da3f3cf7412eb8ba01218c125d0e7dd2..16d99afbdc5246bfbe831113cc31a5e739a56dae 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2015 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #if !defined(LTTNG_TRACE_IRQ_VECTORS_H) || defined(TRACE_HEADER_MULTI_READ)
 #define LTTNG_TRACE_IRQ_VECTORS_H
 
index 45b621d62b146ed72d13db5b5d3df4324e6595fc..5116bf0e6c32b4f33bad843f837a93056a3bd2ce 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2013 Mohamad Gebai <mohamad.gebai@polymtl.ca>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #if !defined(LTTNG_TRACE_KVM_MMU_H) || defined(TRACE_HEADER_MULTI_READ)
 #define LTTNG_TRACE_KVM_MMU_H
 
index 3cf18de84408e3e60e25da9de12e5543be24fcc6..66d1b04bfeccb1cb4ca5726d9b841449039e9f4e 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2013 Mohamad Gebai <mohamad.gebai@polymtl.ca>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #if !defined(LTTNG_TRACE_KVM_H) || defined(TRACE_HEADER_MULTI_READ)
 #define LTTNG_TRACE_KVM_H
 
index 47069cefcf3efe13d2416258eb18991b9125420a..38d188786bdbbe5739d3294fa777c7230240b0fb 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2012 Paul Woegerer <paul_woegerer@mentor.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM asoc
 
index a12eaf23744cea3b5462ddaa2cfd908976cb56f0..42b871ee5a2bae6f512469941db7b95abd12374a 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM block
 
index 88709cfe04d58f8665a95f7e93c01170bd304155..f1b82db49986e547fb08895f56c415812012eb6b 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2012 Andrew Gabbasov <andrew_gabbasov@mentor.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM btrfs
 
index 353fe3b5fdf16c99e65bc7768880e55b641dd9b2..cc7453888d31303374ccb27a1cacd2eb8b74c508 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2012 Andrew Gabbasov <andrew_gabbasov@mentor.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM compaction
 
index 95d94ed5fd3930cfb171b8cf6eb88f6fe852bec7..ee3b5690814044e46effb544dd4aab918cfcf441 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2022 Rouven Czerwinski <r.czerwinski@pengutronix.de>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM dma_fence
 
index 8fa9f9335ee614d408af10d5e6f6a73867d3b8bd..462b11bf7fd8d073ac077aaf3a1b7c126044ef91 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2012 Andrew Gabbasov <andrew_gabbasov@mentor.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM ext4
 
index 97e5e847b23e0d089dd134265321c20fc78e6ed5..c8cc886e17aa1e55faa12b9b32dfb62e9bd3d5b0 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2012 Paul Woegerer <paul_woegerer@mentor.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM gpio
 
index ad0f80bf70d00d9e41c35f408bed26c9b912b7d7..b0587be3e08db989c0a4c4b2dffea7ec52076fb2 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2016 Simon Marchi <simon.marchi@ericsson.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM i2c
 
index a66b81398f9ea1c40369bab3ad92ce0bce015af0..94376f628979fbe967c1d205798f7191a7312275 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM irq
 
index 72c7af6afd883388c5be2354c4cdc244d3a16f98..d11da78dc961bc43ca6906143bff28ebdf761314 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2012 Paul Woegerer <paul_woegerer@mentor.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM jbd
 
index 81ca8afcb05ce66a2fe896fe27c87c6fe31c988e..1c410ad2c422570bdec96542cc7437c1bfff55a3 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2012 Paul Woegerer <paul_woegerer@mentor.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM jbd2
 
index 0d6a87692324f0309be5c3d23321b2f2a7b096a3..3c616cb2252cffce30178ea223d2600d92d33f75 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2012 Paul Woegerer <paul_woegerer@mentor.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM kmem
 
index 29f85fe3c3641303f3b0b74e7a89a69e542f37c0..85b1df2478d943b65076b51328c825f991f99b9f 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #if !defined(LTTNG_TRACE_KVM_MAIN_H) || defined(TRACE_HEADER_MULTI_READ)
 #define LTTNG_TRACE_KVM_MAIN_H
 
index af28517e82d3bce017c45abb75d9dbaaa982ede6..5a46a30634c98c370853b3755318848342f389cc 100644 (file)
@@ -1,4 +1,6 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2012 Paul Woegerer <paul_woegerer@mentor.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
 
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM lock
index 84b43a74ce4b0767fe83f6763802311f4ce31b5f..24ff7bf7f098654d306eb4f6b3a0a57a473ee9c8 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM lttng_statedump
 
index a533380412e0d8ad33017804abd8961dfd168255..c416b5e1c3f80d1f49673eede6b1e8c6d7d69590 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2015 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM lttng_test
 
index 91eb4608096fb1b02b2ffc4874c253ed7f421d14..4b10a0b1b737e17ab8771553ac647a4eab22e6d4 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM lttng
 
index 66eb490cc5288217f1a597fdf0f8648c3ddb42c4..15d56b384580c12aa0a0b52fc21a743a4c57881d 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2012 Paul Woegerer <paul_woegerer@mentor.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM mm_vmscan
 
index b1686bf195a988158b0a89065f7e2b7236108544..430ba844e93a481594cd1ce41572520b05e9087d 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2012 Paul Woegerer <paul_woegerer@mentor.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 /*
  * Because linux/module.h has tracepoints in the header, and ftrace.h
  * eventually includes this file, define_trace.h includes linux/module.h
index f90b17d12f82eb772e4a3cd63ab3bad0a97826c1..2ae36d655026e5fd211927386be56e45844902e5 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2012 Paul Woegerer <paul_woegerer@mentor.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM napi
 
index d8fecd100b5279942df9581b9c6bcad381557317..d5c61d16b6dd7898676f761c249fd1f102343ea5 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2012 Paul Woegerer <paul_woegerer@mentor.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM net
 
index 0feb312dfc36513cae1eef15148e10ef7601b5d6..30465d4dccc11a459f4749e13b6c2f7d423eef34 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2012 Paul Woegerer <paul_woegerer@mentor.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM power
 
index 80bbbac6748bd18a1c150fb953ef61ce96696e4c..6fcf32007996fba7eed1c29361c7b4e85852fbd3 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2017 Michael Jeanson <mjeanson@efficios.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #ifdef CONFIG_PREEMPTIRQ_EVENTS
 
 #undef TRACE_SYSTEM
index 0c0b1b3866069667953d30de218dc5d3a1444864..c1e8825ad2bb57a0e1541ad1f3bd8af9e157adce 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2012 Andrew Gabbasov <andrew_gabbasov@mentor.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM printk
 
index aad9e5e8f25961e3785f14dd63285f8a5d05935d..f768c1fb76ed731a7a5ad9f46e73a3ed56abb248 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2012 Andrew Gabbasov <andrew_gabbasov@mentor.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM random
 
index bb058ba853a401072bffa62ad13ca53dfa307ca0..35b6279fc1a26a4fc2d20e9a1b14bb4b916c7d1c 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2012 Andrew Gabbasov <andrew_gabbasov@mentor.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM rcu
 
index 6f46f3887fb9dc6c23ab9585b83381bf7eab29a9..e077eb460c1c0fd4f020597a5b930aaae4fef1fa 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2012 Andrew Gabbasov <andrew_gabbasov@mentor.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM regmap
 
index bfdb6b65e5c5f32f3172b3cc623768f1cf720f29..31713427d5e44a3e77ea5eefe37d289f6d89d221 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2012 Paul Woegerer <paul_woegerer@mentor.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM regulator
 
index ca448b369d8b61162495ed2ce82801fcf3c79643..0bbb717c642ded8faa1bab1526a310a886b71c5f 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2012 Andrew Gabbasov <andrew_gabbasov@mentor.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM rpc
 
index 1e425f8eeb020228f4912293af1866551f91c1aa..b5cdd4d23e451bdfba07153f866a8ed864f950d6 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2012 Andrew Gabbasov <andrew_gabbasov@mentor.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM rpm
 
index 13c15ce10425d81f4fa1bb91de629a64b8e5deae..b5915e6da6e03c4292e612b29b9853562a5c4076 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM sched
 
index 41d4f7484643e1c98719aaacfa8babd6a3a4d5e1..de2a1998082022b9bc14b5abb043cd625274c97e 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2012 Paul Woegerer <paul_woegerer@mentor.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM scsi
 
index 8c0661a1c48df2536f204139ff2ec128abe84fe0..c7d4114ed8a133c21f1e926f4b5be2a32373898c 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM signal
 
index 9f1047c6e134b8d8c3761430b9919a616db1aafe..edfda7ffe43e4a210a4032debb6d91ca04919965 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2012 Paul Woegerer <paul_woegerer@mentor.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM skb
 
index 39d3f549225d1082e32112cd927c8408a97172bb..1f48c8b4b97af74caabf1a8a09b7372a5b5da4bd 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2012 Paul Woegerer <paul_woegerer@mentor.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM sock
 
index 8cce71272925d29582d28c447ca026efb4eda147..f69e069b459f1f70cda5105c12dea180e48191e9 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM timer
 
index 0a94b46631292cbd7b3ba91d0a33fa9b0c47e516..f79d0b0353e92e84f7550c322e556e9528390644 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2012 Paul Woegerer <paul_woegerer@mentor.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM udp
 
index ad16e7ea3f2f799fb0747031e44eae50cf6c64f2..4f274799103a7e390960c8962923d4d1fba265d4 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2014 Wade Farnsworth <wade_farnsworth@mentor.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM v4l2
 
index 585731710b67eafbc9eab94e94f1aa1e175806c1..fdd7b64dd349c416d7cea17a28500b952902602b 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2012 Andrew Gabbasov <andrew_gabbasov@mentor.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM workqueue
 
index 8e56c0df3f9828d422356239caada9e9c351c0c5..67191e18874fd6984ad084040a8a8b4416081f52 100644 (file)
@@ -1,4 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-FileCopyrightText: 2012 Andrew Gabbasov <andrew_gabbasov@mentor.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only
+
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM writeback
 
index 44847ea8a334d7a85a19c9b7c0ed3cda0f947e7d..3f6280e6e64587f3864b53d4e649ca69dc3c0d4f 100644 (file)
@@ -1,4 +1,6 @@
-/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
+// SPDX-FileCopyrightText: 2022 EfficiOS Inc.
+//
+// SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
 
 /* THIS FILE IS AUTO-GENERATED. DO NOT EDIT */
 
index 4dfbdebff3fc077e2dc2c60e6c50d6d184c1a1d3..d9dbabab857cc0561834962ab8e1cb77d5fdb797 100644 (file)
@@ -1,4 +1,6 @@
-/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
+// SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
 
 #ifndef CONFIG_UID16
 
index 5f4ca5b1319e07dbc078052f4c0d0977cac50d45..b586b19c55687e37a7e0f37d3fb10caeefa718ef 100644 (file)
@@ -1,4 +1,6 @@
-/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
+// SPDX-FileCopyrightText: 2022 EfficiOS Inc.
+//
+// SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
 
 /* THIS FILE IS AUTO-GENERATED. DO NOT EDIT */
 
index 6c08b79435165b96e77f21fe5999f118751660cf..766c88c86aa3f1e1237c288098fbb4b8e8bca468 100644 (file)
@@ -1,4 +1,6 @@
-/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
+// SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
 
 #define OVERRIDE_TABLE_32_mmap2
 
index 24237a2251c3012db87dabb0c7a3bcd011db479c..e7c07e71f64688cd5489817c50b3de66926d3c5a 100644 (file)
@@ -1,4 +1,6 @@
-/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
+// SPDX-FileCopyrightText: 2022 EfficiOS Inc.
+//
+// SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
 
 /* THIS FILE IS AUTO-GENERATED. DO NOT EDIT */
 
index ac0d5443b4f778fbe5b56bf902c587599229af28..f28074ed2fcd7fe34cd30efba32bae88a42c55ba 100644 (file)
@@ -1,4 +1,6 @@
-/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
+// SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
 
 /*
  * this is a place-holder for arm64 integer syscall definition override.
index 674a10506dc44c68c15638aaa3574b54f85cd6f6..dbfdef0cf11a1daff2ed8e4aa98e3726450a7cfa 100644 (file)
@@ -1,4 +1,6 @@
-/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
+// SPDX-FileCopyrightText: 2022 EfficiOS Inc.
+//
+// SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
 
 /* THIS FILE IS AUTO-GENERATED. DO NOT EDIT */
 
index f35ce2f8fb58230758ea6f38b680c8ee8260f441..16e5d73a41d279f0ebf9aeb59651f48f218b25aa 100644 (file)
@@ -1,4 +1,6 @@
-/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
+// SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
 
 /*
  * this is a place-holder for arm64 integer syscall definition override.
index 080a36a86a02f5129f2dee60a8876620c4fbe99d..6f083c992798a1b6f9ee4050540b59fda891d6da 100644 (file)
@@ -1,4 +1,6 @@
-/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
+// SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
 
 #ifdef CONFIG_X86_64
 #include "x86-32-syscalls_integers.h"
index 4d893862bcd122f36b8d0abfb29698de3be12b18..6bbe5c24dbc7fcb5f5fb9294255ddecbf5c5cc6f 100644 (file)
@@ -1,4 +1,6 @@
-/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
+// SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
 
 #ifdef CONFIG_X86_64
 #include "x86-32-syscalls_pointers.h"
index 1daea752f32a41a62a87a3d06722d338da267fb5..8f51a31019b61304ffa77f1a58f8813650b8a1e1 100644 (file)
@@ -1,4 +1,6 @@
-/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
+// SPDX-FileCopyrightText: 2012 Ralf Baechle <ralf@linux-mips.org>
+//
+// SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
 
 /* THIS FILE IS AUTO-GENERATED. DO NOT EDIT */
 
index 6402187330c31a20dcde0bd592c7b98e786063e0..f104034ff1fe5d64712fa2d6afaf914382c72bb6 100644 (file)
@@ -1,4 +1,6 @@
-/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
+// SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
 
 /*
  * this is a place-holder for MIPS integer syscall definition override.
index 3ff5ad7f463f33169f9d094abd2669e811c9e9fc..1f1d7efcc29ca2cc05a42c455e4b9de13c30e3cc 100644 (file)
@@ -1,4 +1,6 @@
-/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
+// SPDX-FileCopyrightText: 2012 Ralf Baechle <ralf@linux-mips.org>
+//
+// SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
 
 /* THIS FILE IS AUTO-GENERATED. DO NOT EDIT */
 
index 9a38fb5a08f0b7e6733535e9110cbfe602dd3255..510d2a686b50725b0c19bde72daee9b960d24acd 100644 (file)
@@ -1,4 +1,6 @@
-/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
+// SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
 
 #ifndef CREATE_SYSCALL_TABLE
 
index 855087f6d120134153dca4056b23943273a9c7eb..dae0dee67bc00356e5f89ac845a0d49bcd1e15fa 100644 (file)
@@ -1,4 +1,6 @@
-/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
+// SPDX-FileCopyrightText: 2012 Ralf Baechle <ralf@linux-mips.org>
+//
+// SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
 
 /* THIS FILE IS AUTO-GENERATED. DO NOT EDIT */
 
index 6402187330c31a20dcde0bd592c7b98e786063e0..f104034ff1fe5d64712fa2d6afaf914382c72bb6 100644 (file)
@@ -1,4 +1,6 @@
-/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
+// SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
 
 /*
  * this is a place-holder for MIPS integer syscall definition override.
index 203da38e651f36cea697d4d59165f892a4d2dd3a..8b27bfb8f03cb80cf7d97204b877e07d63e323da 100644 (file)
@@ -1,4 +1,6 @@
-/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
+// SPDX-FileCopyrightText: 2012 Ralf Baechle <ralf@linux-mips.org>
+//
+// SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
 
 /* THIS FILE IS AUTO-GENERATED. DO NOT EDIT */
 
index eb2b48cf2091ae15e62ac95811e910faabfac725..c34262ad8a4f990fc071efb0ba7c2308e99a6bd5 100644 (file)
@@ -1,4 +1,6 @@
-/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
+// SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
 
 #ifndef CREATE_SYSCALL_TABLE
 
index 2c8f40deb87e3a3ac37db9b530911669f428ceac..61c0da10a34dc683ef37ef88d9860abe347e62f2 100644 (file)
@@ -1,4 +1,6 @@
-/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
+// SPDX-FileCopyrightText: 2013 Paul Woegerer <paul_woegerer@mentor.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
 
 /* THIS FILE IS AUTO-GENERATED. DO NOT EDIT */
 
index 529a492739058f89b4ddc8bd97b7fde79988b233..682ba9d5071048eab327745131f228ae5ad9659b 100644 (file)
@@ -1,4 +1,6 @@
-/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
+// SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
 
 #ifndef CREATE_SYSCALL_TABLE
 
index d9cde3a80f3c465c0556f31b90016202d70d4123..8eb3db1af5c1bb18f127a3932c53959e7e0d4c70 100644 (file)
@@ -1,4 +1,6 @@
-/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
+// SPDX-FileCopyrightText: 2013 Paul Woegerer <paul_woegerer@mentor.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
 
 /* THIS FILE IS AUTO-GENERATED. DO NOT EDIT */
 
index b0006833b2923b3a73da32bb30a1e6563b40a23d..074dc4d02f808bcf6c6b927dc38e3abeaff135c6 100644 (file)
@@ -1,4 +1,6 @@
-/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
+// SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
 
 #define OVERRIDE_TABLE_32_mmap2
 
index ea8e29bc5f61f29ed976ae3825d9471b2b55b24f..d528bdb5b18cd8750d8339c6078efa104c6d0b54 100644 (file)
@@ -1,4 +1,6 @@
-/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
+// SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
 
 #ifdef CONFIG_X86_64
 #include "x86-64-syscalls_integers.h"
index 74bc9dcf5b1c91599c2df21193a673f1cd993fd1..c85ea0a4fe7f646ec3968fb368836824ef02d2dd 100644 (file)
@@ -1,4 +1,6 @@
-/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
+// SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
 
 #ifndef CREATE_SYSCALL_TABLE
 
index a2ee31275732706afde4cbb9acd104d68f63ac26..3ca59c7392897bb9a3498aad61163f6a1506ed93 100644 (file)
@@ -1,4 +1,6 @@
-/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
+// SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
 
 #ifdef CONFIG_X86_64
 #include "x86-64-syscalls_pointers.h"
index b3647ecd27c7378d3960512809318f779e2ef731..019be36e0ff9d708fc31d6f7086aadfaef16dbe9 100644 (file)
@@ -1,4 +1,6 @@
-/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
+// SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
 
 #ifndef CREATE_SYSCALL_TABLE
 
index 8645d7144f0e90950d1e24a810a92fe10dda755f..a5ee3e1492af32fea2ff1a52437fb0f4d5fb92be 100644 (file)
@@ -1,4 +1,6 @@
-/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
+// SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
 
 #if !defined(_TRACE_SYSCALLS_UNKNOWN_H) || defined(TRACE_HEADER_MULTI_READ)
 #define _TRACE_SYSCALLS_UNKNOWN_H
index b053db6769f9127b883c7e40afe0851a852a8a08..814373b6b754fda98ccd453d946c9e3e21e964b4 100644 (file)
@@ -1,4 +1,6 @@
-/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
+// SPDX-FileCopyrightText: 2022 EfficiOS Inc.
+//
+// SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
 
 /* THIS FILE IS AUTO-GENERATED. DO NOT EDIT */
 
index 3d933ad3925fac896bc9246b59f856ab9d343df4..ea090b2fd162eef6f2221766b95de6c9a501b5e5 100644 (file)
@@ -1,4 +1,6 @@
-/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
+// SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
 
 #ifndef CONFIG_UID16
 
index 2d8331976e13d2bf9b77f3eff99c12f2aed06ad8..1b5e41f9a61b4289d6231fc255727f65b655a5c0 100644 (file)
@@ -1,4 +1,6 @@
-/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
+// SPDX-FileCopyrightText: 2022 EfficiOS Inc.
+//
+// SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
 
 /* THIS FILE IS AUTO-GENERATED. DO NOT EDIT */
 
index 63a900f619b2ac5b5b96eb0991c410462384f8b5..43e11bd859aafd13c9d4ae3d1b89575e8de016ae 100644 (file)
@@ -1,4 +1,6 @@
-/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
+// SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
 
 #ifndef CREATE_SYSCALL_TABLE
 
index 7b7d83f00caae1a0b4c7e207228beee42aa73665..4df0cb75fc7be5222231613c04441c921c35354f 100644 (file)
@@ -1,4 +1,6 @@
-/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
+// SPDX-FileCopyrightText: 2022 EfficiOS Inc.
+//
+// SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
 
 /* THIS FILE IS AUTO-GENERATED. DO NOT EDIT */
 
index a241399b09f25f010f300701cc4da3661756d205..627c3554d079d6a2533794731c440737d2c7c966 100644 (file)
@@ -1,4 +1,6 @@
-/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
+// SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
 
 /*
  * this is a place-holder for x86_64 integer syscall definition override.
index bd1ac35d003b7fdbac1c95098726504dbca627a4..d592755ffb636c0f0a2e1112c5d1161419664529 100644 (file)
@@ -1,4 +1,6 @@
-/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
+// SPDX-FileCopyrightText: 2022 EfficiOS Inc.
+//
+// SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
 
 /* THIS FILE IS AUTO-GENERATED. DO NOT EDIT */
 
index e88a97aa3addbf3fbe9abba8a930b0a014fcba4f..2cb17b8f873ba4fb37b69460df642914be969352 100644 (file)
@@ -1,4 +1,6 @@
-/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
+// SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only
 
 #ifndef CREATE_SYSCALL_TABLE
 
index 0d19518dd46b0c1d24eb0402733ec039be68438b..7a29c47b1ac893757dfda04ba21502582772b06b 100644 (file)
@@ -1,26 +1,10 @@
+/* SPDX-License-Identifier: LGPL-2.1-only
+ * SPDX-FileCopyrightText: 2020 Francis Deslauriers <francis.deslauriers@efficios.com>
+ */
+
 #ifndef _LTTNG_KERNEL_MSGPACK_H
 #define _LTTNG_KERNEL_MSGPACK_H
 
-/*
- * msgpack.h
- *
- * Copyright (C) 2020 Francis Deslauriers <francis.deslauriers@efficios.com>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; only
- * version 2.1 of the License.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- */
-
 #ifdef __KERNEL__
 #include <linux/types.h>
 #else /* __KERNEL__ */
index a84fe925466650cdebf484045c572651c1d86c49..767e2c381513beb53d4c2d37b98e2b275275b206 100755 (executable)
@@ -1,5 +1,6 @@
 #!/bin/sh
 # SPDX-License-Identifier: (GPL-2.0-only OR LGPL-2.1-only)
+# SPDX-FileCopyrightText: 2015-2024 EfficiOS Inc.
 
 # First argument is the path to the kernel headers.
 KPATH="$1"
index 4d9f144cdb3e81f05bb3898f5e0f30ef3fd3899b..d41f216479c838c6fb89480af7feca3728752330 100755 (executable)
@@ -1,5 +1,6 @@
 #!/bin/sh
 # SPDX-License-Identifier: (GPL-2.0-only OR LGPL-2.1-only)
+# SPDX-FileCopyrightText: 2018 EfficiOS Inc.
 
 # First argument is the path to the kernel headers.
 KPATH="$1"
index 66376acf5ddcbdddd1d9eed1a4b7fb8aff9517e4..b3bd1c273284b8b1374335dcbe4b330308683ea9 100755 (executable)
@@ -1,5 +1,6 @@
 #!/bin/sh
 # SPDX-License-Identifier: (GPL-2.0-only OR LGPL-2.1-only)
+# SPDX-FileCopyrightText: 2016-2018 EfficiOS Inc.
 
 # First argument is the path to the kernel headers.
 KPATH="$1"
index 9b7da92d407c99562c2c800fdd02932158fb349c..542895e0a475e4987594a2fbb57be15f91ec44fe 100755 (executable)
@@ -1,5 +1,6 @@
 #!/bin/sh
 # SPDX-License-Identifier: (GPL-2.0-only OR LGPL-2.1-only)
+# SPDX-FileCopyrightText: 2016-2021 EfficiOS Inc.
 
 # First argument is the path to the kernel headers.
 KPATH=$1
index 5c58042263ae768378c6cee3e08f0b8628d7458e..d416fdf48982e16500027866033b592585135352 100755 (executable)
@@ -1,5 +1,6 @@
 #!/bin/bash
 # SPDX-License-Identifier: (GPL-2.0-only OR LGPL-2.1-only)
+# SPDX-FileCopyrightText: 2015-2021 EfficiOS Inc.
 
 set -e
 
index 5c428080c3294f349741996d2c034c0d7ee445f2..2d72f6303f8200c6083f6bd5c7b3edaf6aa44abf 100755 (executable)
@@ -1,5 +1,6 @@
 #!/bin/sh
 # SPDX-License-Identifier: (GPL-2.0-only OR LGPL-2.1-only)
+# SPDX-FileCopyrightText: 2018-2019 EfficiOS Inc.
 
 # First argument is the path to the lttng modules sources.
 TOP_LTTNG_MODULES_DIR="$1"
index f4e1e122b1e70ffa7f9e2603b96060d330e907b4..dffc07d26e457daab9de17208d69c8a653d4b03c 100755 (executable)
@@ -1,5 +1,6 @@
 #!/bin/sh
 # SPDX-License-Identifier: (GPL-2.0-only OR LGPL-2.1-only)
+# SPDX-FileCopyrightText: 2018 EfficiOS Inc.
 
 # First argument is the path to the lttng modules sources.
 TOP_LTTNG_MODULES_DIR="$1"
index aecbb2c9473fb7a292d7bfd9f1ae8a57348f92a1..b85fc1ad3c50a22bf42b328e51b7723ddf023a3b 100755 (executable)
@@ -1,5 +1,6 @@
 #!/bin/sh
 # SPDX-License-Identifier: (GPL-2.0-only OR LGPL-2.1-only)
+# SPDX-FileCopyrightText: 2018-2020 EfficiOS Inc.
 
 # First argument is the path to the lttng modules sources.
 TOP_LTTNG_MODULES_DIR="$1"
@@ -12,7 +13,7 @@ fi
 
 TMPFILE="$(mktemp)"
 
-find "${TOP_LTTNG_MODULES_DIR}/extra_version/patches/" -maxdepth 1 ! -name 'README' -type f -printf '%f\n' | sort -r \
+find "${TOP_LTTNG_MODULES_DIR}/extra_version/patches/" -maxdepth 1 ! -name 'README.md' -type f -printf '%f\n' | sort -r \
        | sed -E 's/[^a-zA-Z0-9 \.]/-/g ; s/(.*)/MODULE_INFO(extra_version_patch, "\1");/g' >"${TMPFILE}" 2>/dev/null
 
 if test ! -d "${TOP_LTTNG_MODULES_DIR}/${INCLUDE_DIR}"; then
index 5e94e136b90423d0775c1ae55af88b726c0d2516..5fc43455d4110f082332197f35e8713a8869ee0b 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/bash
+# SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
+# SPDX-FileCopyrightText: 2020 EfficiOS Inc.
 
 set -eu
 set -o pipefail
index 7c5b108e484d97e8d7d92fd5c5cfed25bcbad7a7..420671b184aae4b15905967cf61540f2d29687eb 100755 (executable)
@@ -1,5 +1,6 @@
 #!/bin/sh
 # SPDX-License-Identifier: (GPL-2.0-only OR LGPL-2.1-only)
+# SPDX-FileCopyrightText: 2016-2018 EfficiOS Inc.
 
 # First argument is the path to the kernel headers.
 KPATH="$1"
index 3fa1807d37bf1a488cef61e016d654edc9bd1c1e..b529e38a6f86287fab6f9bd87dbc621eb96e4477 100644 (file)
@@ -1,4 +1,5 @@
 # SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
+# SPDX-FileCopyrightText: 2010-2024 EfficiOS Inc.
 
 ifdef CONFIG_LOCALVERSION      # Check if dot-config is included.
   ifeq ($(CONFIG_TRACEPOINTS),)
index 78afa21ec9d9551f119402c52f9742ca0ff4dffc..f9f47a048d30764f7ca62b114d6b9ca5d041209f 100644 (file)
@@ -1,4 +1,5 @@
 # SPDX-License-Identifier: (GPL-2.0-only OR LGPL-2.1-only)
+# SPDX-FileCopyrightText: 2015-2024 EfficiOS Inc.
 
 ccflags-y += -DLTTNG_LINUX_MAJOR=$(VERSION)
 ccflags-y += -DLTTNG_LINUX_MINOR=$(PATCHLEVEL)
index c1e5781be2374d5a5ef4a4534574edcee58e1574..ee693ceb505b58bb131f0e5db85ee124666a77b0 100644 (file)
@@ -1,4 +1,5 @@
 # SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
+# SPDX-FileCopyrightText: 2015-2024 EfficiOS Inc.
 
 config LTTNG
        tristate "LTTng support"
index 4d1e9585fbe6f386db7912abc29a6354cd2e33c1..e9075f9b557c7fe0369a8fcbdd4d04738fae3610 100644 (file)
@@ -1,4 +1,5 @@
 # SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
+# SPDX-FileCopyrightText: 2011-2024 EfficiOS Inc.
 
 TOP_LTTNG_MODULES_DIR := $(shell dirname $(lastword $(MAKEFILE_LIST)))/../..
 
index 54d5692679cd926fec304dc4bff0821142e6197e..860f98300242d4b876870b8248e7f9d35ec441da 100644 (file)
@@ -1,21 +1,5 @@
-/*
- * msgpack.c
- *
- * Copyright (C) 2020 Francis Deslauriers <francis.deslauriers@efficios.com>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; only
- * version 2.1 of the License.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+/* SPDX-License-Identifier: LGPL-2.1-only
+ * SPDX-FileCopyrightText: 2020 Francis Deslauriers <francis.deslauriers@efficios.com>
  */
 
 #define _GNU_SOURCE
index f9677678b3fa59cdde2662050869bca452f4a2d7..1812f084a2ddd94c9eef67eb79f4de3da01de8f7 100644 (file)
@@ -1,4 +1,5 @@
 # SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
+# SPDX-FileCopyrightText: 2010-2024 EfficiOS Inc.
 
 TOP_LTTNG_MODULES_DIR := $(shell dirname $(lastword $(MAKEFILE_LIST)))/../..
 
index 9cf13342e679f3c0cb0a30a769fa2261d86ac77c..eecfcca6380c260456ae9da57f3312e68b3961e7 100644 (file)
@@ -1,4 +1,5 @@
 # SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
+# SPDX-FileCopyrightText: 2016-2024 EfficiOS Inc.
 
 TOP_LTTNG_MODULES_DIR := $(shell dirname $(lastword $(MAKEFILE_LIST)))/../..
 
index 1bc3fea7adf12aa4fe43cab9930eb936faf79df0..6b2f1f6968ef5420932dafe10bf9c4c7479d3b83 100644 (file)
@@ -1,4 +1,5 @@
 # SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
+# SPDX-FileCopyrightText: 2016-2024 EfficiOS Inc.
 
 config LTTNG_CLOCK_PLUGIN_TEST
        tristate "Use test plugin as trace clock"
index f951c7ade826b79d70a1a77d225276433b4e050a..788d709b2b60280fab87514261d8ecd2c52b38b4 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2013 Paul Woegerer <paul_woegerer@mentor.com>
+#
+# SPDX-License-Identifier: CC0-1.0
+
 syscall sys_restart_syscall nr 0 nbargs 0 types: () args: ()                                                                                                                                                                                                           
 syscall sys_exit nr 1 nbargs 1 types: (int) args: (error_code)                                                                                                                                                                                                         
 syscall sys_read nr 3 nbargs 3 types: (unsigned int, char *, size_t) args: (fd, buf, count)                                                                                                                                                                            
index 130c1e3ee44e62974e1fd227069e18b91c1464d3..d226289b0f929ce3b7f7e1e528953ae8563d2397 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+#
+# SPDX-License-Identifier: CC0-1.0
+
 syscall sys_restart_syscall nr 0 nbargs 0 types: () args: ()
 syscall sys_exit nr 1 nbargs 1 types: (int) args: (error_code)
 syscall sys_read nr 3 nbargs 3 types: (unsigned int, char *, size_t) args: (fd, buf, count)
index 5db1a4f1dca50c0e2427ed0808aa99708377646a..31d6f675ae83e479b7b690793501a7375d658342 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2013 Yannick Brosseau <yannick.brosseau@gmail.com>
+#
+# SPDX-License-Identifier: CC0-1.0
+
 syscall sys_read nr 0 nbargs 3 types: (unsigned int, char *, size_t) args: (fd, buf, count)
 syscall sys_write nr 1 nbargs 3 types: (unsigned int, const char *, size_t) args: (fd, buf, count)
 syscall sys_open nr 2 nbargs 3 types: (const char *, int, umode_t) args: (filename, flags, mode)
index e815a9892124aab53335e84629c6f3a4271a81e2..979789fa2bb597d99928b1f1236e9dd76ea40794 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2014 Lars Persson <lars.persson@axis.com>
+#
+# SPDX-License-Identifier: CC0-1.0
+
 syscall sys_exit nr 4001 nbargs 1 types: (int) args: (error_code)
 syscall sys_read nr 4003 nbargs 3 types: (unsigned int, char *, size_t) args: (fd, buf, count)
 syscall sys_write nr 4004 nbargs 3 types: (unsigned int, const char *, size_t) args: (fd, buf, count)
index d0b35a674852d9bc6c57f5b00cdb6b0c59567200..45d6a84de656160f16109cc60ad2ff33e7d26519 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2015 Lars Persson <lars.persson@axis.com>
+#
+# SPDX-License-Identifier: CC0-1.0
+
 syscall sys_exit nr 4001 nbargs 1 types: (int) args: (error_code)
 syscall sys_read nr 4003 nbargs 3 types: (unsigned int, char *, size_t) args: (fd, buf, count)
 syscall sys_write nr 4004 nbargs 3 types: (unsigned int, const char *, size_t) args: (fd, buf, count)
index 65c3973d37836d7be84a32373dee6772d897924b..849197a822250cee5c7c4ed7b66b73362289b264 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2013 Jan Glauber <jan.glauber@gmail.com>
+#
+# SPDX-License-Identifier: CC0-1.0
+
 syscall sys_restart_syscall nr 0 nbargs 0 types: () args: ()
 syscall sys_exit nr 1 nbargs 1 types: (int) args: (error_code)
 syscall sys_read nr 3 nbargs 3 types: (unsigned int, char *, size_t) args: (fd, buf, count)
index 5b62cc7b4f14afc53555bce1230db0b8e95e1aec..31e440b101e275362b363272adbb50e35f015a6c 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2012 Ralf Baechle <ralf@linux-mips.org>
+#
+# SPDX-License-Identifier: CC0-1.0
+
 syscall sys_exit nr 4003 nbargs 1 types: (int) args: (error_code)
 syscall sys_read nr 4007 nbargs 3 types: (unsigned int, char *, size_t) args: (fd, buf, count)
 syscall sys_write nr 4009 nbargs 3 types: (unsigned int, const char *, size_t) args: (fd, buf, count)
index 7753e06ede926c2addc9bf712d352bd7e0fa62fb..b1ed36b4f3fda4902d65ca2a61f6622c03fdc630 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2012 Ralf Baechle <ralf@linux-mips.org>
+#
+# SPDX-License-Identifier: CC0-1.0
+
 syscall sys_waitpid nr 4007 nbargs 3 types: (pid_t, int *, int) args: (pid, stat_addr, options)
 syscall sys_oldumount nr 4022 nbargs 1 types: (char *) args: (name)
 syscall sys_nice nr 4034 nbargs 1 types: (int) args: (increment)
index 99360cee00a0dbd4ba2c5c012e03b7c3d928f41a..a021c03bce869d4a0a0517b657b210e53ac17ac8 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2016 Jan Willeke <jan.willeke@harman.com>
+#
+# SPDX-License-Identifier: CC0-1.0
+
 syscall sys_io_setup nr 0 nbargs 2 types: (unsigned, aio_context_t *) args: (nr_events, ctxp)
 syscall sys_io_destroy nr 1 nbargs 1 types: (aio_context_t) args: (ctx)
 syscall sys_io_submit nr 2 nbargs 3 types: (aio_context_t, long, struct iocb * *) args: (ctx_id, nr, iocbpp)
index 42a81bf0cd156428d0bc9d20f66f03450e63c775..e8b1cf23b620d4a9b1fa597e5e9749827f57226a 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2022 Jérémie Galarneau <jeremie.galarneau@efficios.com>
+#
+# SPDX-License-Identifier: CC0-1.0
+
 syscall sys_restart_syscall nr 0 nbargs 0 types: () args: ()
 syscall sys_exit nr 1 nbargs 1 types: (int) args: (error_code)
 syscall sys_fork nr 2 nbargs 0 types: () args: ()
index 4fe0cb41ebfc85275869f4616d1219af4e822564..60ae1fe6c0eb9320936add33add80fa806b250c0 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2022 Jérémie Galarneau <jeremie.galarneau@efficios.com>
+#
+# SPDX-License-Identifier: CC0-1.0
+
 syscall sys_io_setup nr 0 nbargs 2 types: (unsigned, aio_context_t *) args: (nr_events, ctxp)
 syscall sys_io_destroy nr 1 nbargs 1 types: (aio_context_t) args: (ctx)
 syscall sys_io_submit nr 2 nbargs 3 types: (aio_context_t, long, struct iocb * *) args: (ctx_id, nr, iocbpp)
index 6016f06a60c46dbfc656044a050ff8ed71632ea9..b0d9f7d4386f1666f44fa4edb59167712b84a67b 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2022 Jérémie Galarneau <jeremie.galarneau@efficios.com>
+#
+# SPDX-License-Identifier: CC0-1.0
+
 syscall sys_restart_syscall nr 0 nbargs 0 types: () args: ()
 syscall sys_exit nr 1 nbargs 1 types: (int) args: (error_code)
 syscall sys_fork nr 2 nbargs 0 types: () args: ()
index 2841ea03d24fe5ced9a09c5f51fabf5fd6582f19..ba051be194a7a2314f7217cd7cdde3064ce152d3 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2022 Jérémie Galarneau <jeremie.galarneau@efficios.com>
+#
+# SPDX-License-Identifier: CC0-1.0
+
 syscall sys_read nr 0 nbargs 3 types: (unsigned int, char *, size_t) args: (fd, buf, count)
 syscall sys_write nr 1 nbargs 3 types: (unsigned int, const char *, size_t) args: (fd, buf, count)
 syscall sys_open nr 2 nbargs 3 types: (const char *, int, umode_t) args: (filename, flags, mode)
diff --git a/tools/syscalls/README b/tools/syscalls/README
deleted file mode 100644 (file)
index a51531b..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-LTTng system call tracing
-
-1) lttng-syscall-extractor
-
-You need to build a kernel with CONFIG_FTRACE_SYSCALLS=y and
-CONFIG_KALLSYMS_ALL=y for extraction. Apply the linker patch to get your
-kernel to keep the system call metadata after boot.  Then build and load
-the LTTng syscall extractor module. The module will fail to load (this
-is expected). See the dmesg output for system call metadata.
-
-2) Generate system call TRACE_EVENT().
-
-Take the dmesg data and feed it to lttng-syscalls-generate-headers.sh from the
-tools/syscalls directory. See the script header for usage example. It should be
-run for both the integers and pointers types.
-
-After these are created, you just need to follow the new system call additions,
-no need to regenerate the whole thing, since system calls are only appended to.
-
-3) Override headers
-
-You need to provide override headers (even if they don't contain
-overrides) for each architecture. Those are meant to contain manual
-overrides for specific system calls for cases where the script do not
-generate the correct typing for specific system calls.
-
-4) Integrating the new architecture, updating architecture header
-
-Edit instrumentation/syscalls/syscalls_integers.h and
-instrumentation/syscalls/syscalls_pointers.h. Add the new architecture (e.g.
-CONFIG_X86_64) to the newly-generated headers (e.g. changing the current
-x86-64-syscalls_<CLASS>.h into x86-64-syscalls_<CLASS>.h), then rebuild
-lttng-modules.
diff --git a/tools/syscalls/README.md b/tools/syscalls/README.md
new file mode 100644 (file)
index 0000000..8e4b663
--- /dev/null
@@ -0,0 +1,40 @@
+
+<!--
+SPDX-FileCopyrightText: 2011-2022 EfficiOS Inc.
+
+SPDX-License-Identifier: CC-BY-SA-4.0
+-->
+
+# LTTng system call tracing
+
+## lttng-syscall-extractor
+
+You need to build a kernel with `CONFIG_FTRACE_SYSCALLS=y` and
+`CONFIG_KALLSYMS_ALL=y` for extraction. Apply the linker patch to get your
+kernel to keep the system call metadata after boot.  Then build and load
+the LTTng syscall extractor module. The module will fail to load (this
+is expected). See the dmesg output for system call metadata.
+
+## Generate system call TRACE_EVENT().
+
+Take the dmesg data and feed it to `lttng-syscalls-generate-headers.sh` from the
+tools/syscalls directory. See the script header for usage example. It should be
+run for both the integers and pointers types.
+
+After these are created, you just need to follow the new system call additions,
+no need to regenerate the whole thing, since system calls are only appended to.
+
+## Override headers
+
+You need to provide override headers (even if they don't contain
+overrides) for each architecture. Those are meant to contain manual
+overrides for specific system calls for cases where the script do not
+generate the correct typing for specific system calls.
+
+## Integrating the new architecture, updating architecture header
+
+Edit `instrumentation/syscalls/syscalls_integers.h` and
+`instrumentation/syscalls/syscalls_pointers.h`. Add the new architecture (e.g.
+CONFIG_X86_64) to the newly-generated headers (e.g. changing the current
+`x86-64-syscalls_<CLASS>.h` into `x86-64-syscalls_<CLASS>.h`), then rebuild
+lttng-modules.
index e4c55e9dfabcba6b6657247d800d4c0af669d208..aa19291c87c4ee040f392ab442c579b25a8bf068 100755 (executable)
@@ -1,5 +1,6 @@
 #!/bin/bash
 # SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
+# SPDX-FileCopyrightText: 2014-2024 EfficiOS Inc.
 
 # example usage:
 # lttng-get-syscall-inout.sh arm-64 select 5 1
index d2dbfcfed170ac6d73041294137b1e2e7b2c1642..f4c915344e4fa5afe22f8d9b72ec67169d0bef1e 100755 (executable)
@@ -1,5 +1,6 @@
 #!/bin/bash
 # SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
+# SPDX-FileCopyrightText: 2020 EfficiOS Inc.
 
 set -eu
 
diff --git a/tools/syscalls/lttng-syscalls-extractor/linux-link-trace-syscalls-as-data.patch.license b/tools/syscalls/lttng-syscalls-extractor/linux-link-trace-syscalls-as-data.patch.license
new file mode 100644 (file)
index 0000000..7ecf90c
--- /dev/null
@@ -0,0 +1,2 @@
+SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+SPDX-License-Identifier: GPL-2.0-only
index e8b1bc8ae12867752f9c0c7c8dd847e08ed74e27..e3de861de309b5c13ccacfbf4efe85ba056d7d93 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/bash
+# SPDX-License-Identifier: (GPL-2.0-only OR LGPL-2.1-only)
+# SPDX-FileCopyrightText: 2011-2024 EfficiOS Inc.
 
 # Generate system call probe description macros from syscall metadata dump file.
 # The resulting header will be written in the headers subdirectory, in a file name
@@ -84,8 +86,9 @@ else
 fi
 
 
-echo "/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
-/* SPDX-FileCopyrightText: $(date +%Y) EfficiOS Inc. */
+echo "// SPDX-FileCopyrightText: $(date +%Y) EfficiOS Inc.
+//
+// SPDX-License-Identifier: GPL-2.0-only OR LGPL-2.1-only */
 
 /* THIS FILE IS AUTO-GENERATED. DO NOT EDIT */
 
index 415bba99cc5da06127fd60a0adcf726ebe150144..bd453eec854b3d810cfc58c49417502265409289 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2022 EfficiOS Inc.
+#
+# SPDX-License-Identifier: CC0-1.0
+
 # OLD_SIGSUSPEND3: 3 args variant
 syscall sigsuspend nbargs 3 rw: (r, r, r)
 # CLONE_BACKWARDS: tls passed as the 4th argument of clone(2), not the 5th one.
index 6ccfa9d46d2a2812eb3afd0f6992fb0c056d4516..e0d08a6707b7db0b8defd16bf65494a2465a11dd 100644 (file)
@@ -1,2 +1,6 @@
+# SPDX-FileCopyrightText: 2022 EfficiOS Inc.
+#
+# SPDX-License-Identifier: CC0-1.0
+
 # CLONE_BACKWARDS: tls passed as the 4th argument of clone(2), not the 5th one.
 syscall clone nbargs 5 rw: (r, r, w, r, w)
index b3227800ab4c68127c6347daaf9e8e0445d2e8f3..64f544d7ffc79b81b001ce6dfd4cc4124e9bcae3 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2022 EfficiOS Inc.
+#
+# SPDX-License-Identifier: CC0-1.0
+
 # OLD_SIGSUSPEND: 1 arg variant
 syscall sigsuspend nbargs 1 rw: (r)
 # CLONE_BACKWARDS: tls passed as the 4th argument of clone(2), not the 5th one.
index 6ccfa9d46d2a2812eb3afd0f6992fb0c056d4516..e0d08a6707b7db0b8defd16bf65494a2465a11dd 100644 (file)
@@ -1,2 +1,6 @@
+# SPDX-FileCopyrightText: 2022 EfficiOS Inc.
+#
+# SPDX-License-Identifier: CC0-1.0
+
 # CLONE_BACKWARDS: tls passed as the 4th argument of clone(2), not the 5th one.
 syscall clone nbargs 5 rw: (r, r, w, r, w)
index b3227800ab4c68127c6347daaf9e8e0445d2e8f3..64f544d7ffc79b81b001ce6dfd4cc4124e9bcae3 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2022 EfficiOS Inc.
+#
+# SPDX-License-Identifier: CC0-1.0
+
 # OLD_SIGSUSPEND: 1 arg variant
 syscall sigsuspend nbargs 1 rw: (r)
 # CLONE_BACKWARDS: tls passed as the 4th argument of clone(2), not the 5th one.
index 6ccfa9d46d2a2812eb3afd0f6992fb0c056d4516..e0d08a6707b7db0b8defd16bf65494a2465a11dd 100644 (file)
@@ -1,2 +1,6 @@
+# SPDX-FileCopyrightText: 2022 EfficiOS Inc.
+#
+# SPDX-License-Identifier: CC0-1.0
+
 # CLONE_BACKWARDS: tls passed as the 4th argument of clone(2), not the 5th one.
 syscall clone nbargs 5 rw: (r, r, w, r, w)
index 6ccfa9d46d2a2812eb3afd0f6992fb0c056d4516..e0d08a6707b7db0b8defd16bf65494a2465a11dd 100644 (file)
@@ -1,2 +1,6 @@
+# SPDX-FileCopyrightText: 2022 EfficiOS Inc.
+#
+# SPDX-License-Identifier: CC0-1.0
+
 # CLONE_BACKWARDS: tls passed as the 4th argument of clone(2), not the 5th one.
 syscall clone nbargs 5 rw: (r, r, w, r, w)
index 6ccfa9d46d2a2812eb3afd0f6992fb0c056d4516..e0d08a6707b7db0b8defd16bf65494a2465a11dd 100644 (file)
@@ -1,2 +1,6 @@
+# SPDX-FileCopyrightText: 2022 EfficiOS Inc.
+#
+# SPDX-License-Identifier: CC0-1.0
+
 # CLONE_BACKWARDS: tls passed as the 4th argument of clone(2), not the 5th one.
 syscall clone nbargs 5 rw: (r, r, w, r, w)
index 33a6ed5a853d1eb0cc0cc060ac426ca16b0ced4f..10984c56215d1fdb1e5da8499e7714cd4a66803e 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2022 EfficiOS Inc.
+#
+# SPDX-License-Identifier: CC0-1.0
+
 # On x86-32, the 64-bit mask parameter is split into two 32-bit parts
 syscall fanotify_mark nbargs 6 rw: (r, r, r, r, r, r)
 # OLD_SIGSUSPEND3: 3 args variant
index 8f7c5806b2caf62a7a15f7fc30a208b8c9a2bfc8..c6236b8a34b52d9e26767ec6f981185a97e4a5f1 100644 (file)
@@ -1,2 +1,6 @@
+# SPDX-FileCopyrightText: 2022 EfficiOS Inc.
+#
+# SPDX-License-Identifier: CC0-1.0
+
 # "Regular" clone
 syscall clone nbargs 5 rw: (r, r, w, w, r)
index 69a805a0d4fc8e7cda02db36e68acd2e32c73f99..3bd55c185aac9111e52dbe2795ab183c86c7124e 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2014-2022 EfficiOS Inc.
+#
+# SPDX-License-Identifier: CC0-1.0
+
 syscall read nbargs 3 rw: (r, w, r)
 syscall write nbargs 3 rw: (r, r, r)
 syscall open nbargs 3 rw: (r, r, r)
This page took 0.093746 seconds and 4 git commands to generate.