From 81815201e5a481b07bf687762136db6cb4072066 Mon Sep 17 00:00:00 2001 From: Federico Vaga <federico.vaga@cern.ch> Date: Fri, 11 Nov 2022 14:11:54 +0100 Subject: [PATCH 1/7] replace GPL-3 and LGPL-3 with LGPL-2.1 Signed-off-by: Federico Vaga <federico.vaga@cern.ch> --- LICENSES/GPL-3.0-or-later.txt | 674 ------------------ LICENSES/LGPL-2.1-or-later.txt | 502 +++++++++++++ LICENSES/LGPL-3.0-or-later.txt | 165 ----- demos/alarm_clock/firmware/fw-01/fw-ac.c | 2 +- demos/data_generator/firmware/fw-01/fw-dg.c | 2 +- .../software/firmware/common/fw-spec-common.h | 2 +- .../firmware/common/fw-spec-smem-code.c | 2 +- .../software/firmware/fw-01/fw-spec.c | 2 +- .../software/firmware/fw-02/fw-spec.c | 2 +- .../software/include/spec-common.h | 2 +- .../software/lib/libspec-internal.h | 2 +- demos/fmc-spec-carrier/software/lib/libspec.c | 2 +- demos/fmc-spec-carrier/software/lib/libspec.h | 2 +- .../software/tools/mockturtle-spec.c | 2 +- .../software/firmware/common/fw-svec-common.h | 2 +- .../firmware/common/fw-svec-smem-code.c | 2 +- .../software/firmware/common/svec-smem-code.c | 2 +- .../software/firmware/fw-01/fw-svec.c | 2 +- .../software/firmware/fw-02/fw-svec.c | 2 +- .../software/lib/libsvec-internal.h | 2 +- demos/fmc-svec-carrier/software/lib/libsvec.c | 2 +- demos/fmc-svec-carrier/software/lib/libsvec.h | 2 +- .../software/tools/mockturtle-svec.c | 2 +- distribution/mockturtle.spec | 14 +- distribution/rpmbuild.mk | 2 +- .../firmware/framework/mockturtle-framework.c | 2 +- .../firmware/framework/mockturtle-framework.h | 2 +- software/firmware/lib/mockturtle-rt-common.c | 2 +- software/firmware/lib/mockturtle-rt.h | 2 +- software/firmware/urv/crt0.S | 2 +- software/firmware/urv/irq.S | 2 +- software/firmware/urv/riscv.h | 2 +- .../mockturtle/hw/mockturtle_endpoint.h | 2 +- software/include/mockturtle/libmockturtle.h | 2 +- .../PyMockTurtle/PyMockTurtle/PyMockTurtle.py | 2 +- .../lib/PyMockTurtle/PyMockTurtle/__init__.py | 2 +- software/lib/PyMockTurtle/setup.py | 2 +- software/lib/libmockturtle-internal.h | 2 +- software/lib/libmockturtle-rt-msg.c | 2 +- software/lib/libmockturtle.c | 2 +- software/tools/compare_size.sh | 2 +- software/tools/lsmockturtle.c | 2 +- software/tools/mockturtle-buffer.c | 2 +- software/tools/mockturtle-cpu-restart.c | 2 +- software/tools/mockturtle-debug.py | 2 +- software/tools/mockturtle-gdbserver.c | 2 +- software/tools/mockturtle-loader.c | 2 +- software/tools/mockturtle-messages.c | 2 +- software/tools/mockturtle-ping.c | 2 +- software/tools/mockturtle-smem.c | 2 +- software/tools/mockturtle-variable.c | 2 +- .../trtl-project-creator/trtl-project-creator | 2 +- tests/conftest.py | 2 +- tests/firmware/config_rom/config_rom.c | 2 +- .../cpu-byte-addressing/byte-addressing.c | 2 +- tests/firmware/cpu-loop/cpu-loop.c | 2 +- tests/firmware/cpu-notify/notify.c | 2 +- .../firmware/hmq-async-recv/hmq-async-recv.c | 2 +- .../firmware/hmq-async-send/hmq-async-send.c | 2 +- tests/firmware/hmq-purge/hmq-purge.c | 2 +- tests/firmware/hmq-sync/hmq-sync.c | 2 +- tests/firmware/rmq-udp-send/rmq-udp-send.c | 2 +- tests/firmware/rt-frm/rt-frm.c | 2 +- tests/firmware/serial/serial.c | 2 +- tests/firmware/sim-verif/sim-verif.c | 2 +- tests/requirements.txt | 2 +- tests/test_config.py | 2 +- tests/test_cpu.py | 2 +- tests/test_device.py | 2 +- tests/test_hmq.py | 2 +- tests/test_rt_frm.py | 2 +- tests/test_serial.py | 2 +- tests/test_shm.py | 2 +- 73 files changed, 578 insertions(+), 915 deletions(-) delete mode 100644 LICENSES/GPL-3.0-or-later.txt create mode 100644 LICENSES/LGPL-2.1-or-later.txt delete mode 100644 LICENSES/LGPL-3.0-or-later.txt diff --git a/LICENSES/GPL-3.0-or-later.txt b/LICENSES/GPL-3.0-or-later.txt deleted file mode 100644 index f288702d..00000000 --- a/LICENSES/GPL-3.0-or-later.txt +++ /dev/null @@ -1,674 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. 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 -them 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 prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. 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. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey 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; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If 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 convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU 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 that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - 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. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -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. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - 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 -state 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 3 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, see <https://www.gnu.org/licenses/>. - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - <program> Copyright (C) <year> <name of author> - This program 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, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -<https://www.gnu.org/licenses/>. - - The GNU 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. But first, please read -<https://www.gnu.org/licenses/why-not-lgpl.html>. diff --git a/LICENSES/LGPL-2.1-or-later.txt b/LICENSES/LGPL-2.1-or-later.txt new file mode 100644 index 00000000..4362b491 --- /dev/null +++ b/LICENSES/LGPL-2.1-or-later.txt @@ -0,0 +1,502 @@ + 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. + + GNU LESSER GENERAL PUBLIC LICENSE + 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 a brief 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-3.0-or-later.txt b/LICENSES/LGPL-3.0-or-later.txt deleted file mode 100644 index 0a041280..00000000 --- a/LICENSES/LGPL-3.0-or-later.txt +++ /dev/null @@ -1,165 +0,0 @@ - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - 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 that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU 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 as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. diff --git a/demos/alarm_clock/firmware/fw-01/fw-ac.c b/demos/alarm_clock/firmware/fw-01/fw-ac.c index 3345babb..2167916c 100644 --- a/demos/alarm_clock/firmware/fw-01/fw-ac.c +++ b/demos/alarm_clock/firmware/fw-01/fw-ac.c @@ -1,7 +1,7 @@ /* * Copyright (c) 2016-2019 CERN (home.cern) * Author: Federico Vaga <federico.vaga@cern.ch> - * SPDX-License-Identifier: GPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later */ #include <mockturtle-framework.h> diff --git a/demos/data_generator/firmware/fw-01/fw-dg.c b/demos/data_generator/firmware/fw-01/fw-dg.c index e4976284..5e95e7fb 100644 --- a/demos/data_generator/firmware/fw-01/fw-dg.c +++ b/demos/data_generator/firmware/fw-01/fw-dg.c @@ -1,7 +1,7 @@ /* * Copyright (c) 2016-2019 CERN (home.cern) * Author: Federico Vaga <federico.vaga@cern.ch> - * SPDX-License-Identifier: GPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later */ #include <mockturtle-framework.h> diff --git a/demos/fmc-spec-carrier/software/firmware/common/fw-spec-common.h b/demos/fmc-spec-carrier/software/firmware/common/fw-spec-common.h index e6936525..d79d1d70 100644 --- a/demos/fmc-spec-carrier/software/firmware/common/fw-spec-common.h +++ b/demos/fmc-spec-carrier/software/firmware/common/fw-spec-common.h @@ -2,7 +2,7 @@ * Copyright (c) 2016-2019 CERN (home.cern) * Author: Federico Vaga <federico.vaga@cern.ch> * - * SPDX-License-Identifier: LGPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later */ #ifndef __FW_SVEC_COMMON_H__ diff --git a/demos/fmc-spec-carrier/software/firmware/common/fw-spec-smem-code.c b/demos/fmc-spec-carrier/software/firmware/common/fw-spec-smem-code.c index bcf318e4..2bbdfe2a 100644 --- a/demos/fmc-spec-carrier/software/firmware/common/fw-spec-smem-code.c +++ b/demos/fmc-spec-carrier/software/firmware/common/fw-spec-smem-code.c @@ -2,7 +2,7 @@ * Copyright (c) 2018-2019 CERN (home.cern) * Author: Federico Vaga <federico.vaga@cern.ch> * - * SPDX-License-Identifier: LGPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later */ #include "mockturtle-rt.h" diff --git a/demos/fmc-spec-carrier/software/firmware/fw-01/fw-spec.c b/demos/fmc-spec-carrier/software/firmware/fw-01/fw-spec.c index 25dbdf22..600ea3cf 100644 --- a/demos/fmc-spec-carrier/software/firmware/fw-01/fw-spec.c +++ b/demos/fmc-spec-carrier/software/firmware/fw-01/fw-spec.c @@ -2,7 +2,7 @@ * Copyright (c) 2018-2019 CERN (home.cern) * Author: Federico Vaga <federico.vaga@cern.ch> * - * SPDX-License-Identifier: LGPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later */ #include <inttypes.h> diff --git a/demos/fmc-spec-carrier/software/firmware/fw-02/fw-spec.c b/demos/fmc-spec-carrier/software/firmware/fw-02/fw-spec.c index 74a5b993..4880a519 100644 --- a/demos/fmc-spec-carrier/software/firmware/fw-02/fw-spec.c +++ b/demos/fmc-spec-carrier/software/firmware/fw-02/fw-spec.c @@ -2,7 +2,7 @@ * Copyright (c) 2018-2019 CERN (home.cern) * Author: Federico Vaga <federico.vaga@cern.ch> * - * SPDX-License-Identifier: LGPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later */ #include <string.h> diff --git a/demos/fmc-spec-carrier/software/include/spec-common.h b/demos/fmc-spec-carrier/software/include/spec-common.h index ddb3a285..721b5bea 100644 --- a/demos/fmc-spec-carrier/software/include/spec-common.h +++ b/demos/fmc-spec-carrier/software/include/spec-common.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2015-2019 CERN (home.cern) - * SPDX-License-Identifier: LGPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * Author: Federico Vaga <federico.vaga@cern.ch> */ diff --git a/demos/fmc-spec-carrier/software/lib/libspec-internal.h b/demos/fmc-spec-carrier/software/lib/libspec-internal.h index 7328e29a..606669e1 100644 --- a/demos/fmc-spec-carrier/software/lib/libspec-internal.h +++ b/demos/fmc-spec-carrier/software/lib/libspec-internal.h @@ -2,7 +2,7 @@ * Copyright (c) 2018-2019 CERN (home.cern) * Author: Federico Vaga <federico.vaga@cern.ch> * - * SPDX-License-Identifier: LGPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later */ #ifndef __LIBSPEC_INTERNAL__H__ diff --git a/demos/fmc-spec-carrier/software/lib/libspec.c b/demos/fmc-spec-carrier/software/lib/libspec.c index bfe5d5dd..be8eec7c 100644 --- a/demos/fmc-spec-carrier/software/lib/libspec.c +++ b/demos/fmc-spec-carrier/software/lib/libspec.c @@ -2,7 +2,7 @@ * Copyright (c) 2018-2019 CERN (home.cern) * Author: Federico Vaga <federico.vaga@cern.ch> * - * SPDX-License-Identifier: LGPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later */ /* diff --git a/demos/fmc-spec-carrier/software/lib/libspec.h b/demos/fmc-spec-carrier/software/lib/libspec.h index 5aefe364..50552210 100644 --- a/demos/fmc-spec-carrier/software/lib/libspec.h +++ b/demos/fmc-spec-carrier/software/lib/libspec.h @@ -2,7 +2,7 @@ * Copyright (c) 2018-2019 CERN (home.cern) * Author: Federico Vaga <federico.vaga@cern.ch> * - * SPDX-License-Identifier: LGPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later */ diff --git a/demos/fmc-spec-carrier/software/tools/mockturtle-spec.c b/demos/fmc-spec-carrier/software/tools/mockturtle-spec.c index fed11746..deb4a0df 100644 --- a/demos/fmc-spec-carrier/software/tools/mockturtle-spec.c +++ b/demos/fmc-spec-carrier/software/tools/mockturtle-spec.c @@ -2,7 +2,7 @@ * Copyright (c) 2014-2019 CERN (home.cern) * Author: Federico Vaga <federico.vaga@cern.ch> * - * SPDX-License-Identifier: LGPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later */ #include <stdint.h> diff --git a/demos/fmc-svec-carrier/software/firmware/common/fw-svec-common.h b/demos/fmc-svec-carrier/software/firmware/common/fw-svec-common.h index ac9c60b1..a1244db8 100644 --- a/demos/fmc-svec-carrier/software/firmware/common/fw-svec-common.h +++ b/demos/fmc-svec-carrier/software/firmware/common/fw-svec-common.h @@ -2,7 +2,7 @@ * Copyright (c) 2015-2019 CERN (home.cern) * Author: Federico Vaga <federico.vaga@cern.ch> * - * SPDX-License-Identifier: LGPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later */ #ifndef __FW_SVEC_COMMON_H__ diff --git a/demos/fmc-svec-carrier/software/firmware/common/fw-svec-smem-code.c b/demos/fmc-svec-carrier/software/firmware/common/fw-svec-smem-code.c index d20f1d7b..004d7c3d 100644 --- a/demos/fmc-svec-carrier/software/firmware/common/fw-svec-smem-code.c +++ b/demos/fmc-svec-carrier/software/firmware/common/fw-svec-smem-code.c @@ -2,7 +2,7 @@ * Copyright (c) 2015-2019 CERN (home.cern) * Author: Federico Vaga <federico.vaga@cern.ch> * - * SPDX-License-Identifier: LGPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later */ #include "mockturtle-rt.h" diff --git a/demos/fmc-svec-carrier/software/firmware/common/svec-smem-code.c b/demos/fmc-svec-carrier/software/firmware/common/svec-smem-code.c index 1f7480a9..4fc4a1a2 100644 --- a/demos/fmc-svec-carrier/software/firmware/common/svec-smem-code.c +++ b/demos/fmc-svec-carrier/software/firmware/common/svec-smem-code.c @@ -2,7 +2,7 @@ * Copyright (c) 2015-2019 CERN (home.cern) * Author: Federico Vaga <federico.vaga@cern.ch> * - * SPDX-License-Identifier: LGPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later */ #include "mockturtle-rt.h" diff --git a/demos/fmc-svec-carrier/software/firmware/fw-01/fw-svec.c b/demos/fmc-svec-carrier/software/firmware/fw-01/fw-svec.c index 82b506b4..1962ee62 100644 --- a/demos/fmc-svec-carrier/software/firmware/fw-01/fw-svec.c +++ b/demos/fmc-svec-carrier/software/firmware/fw-01/fw-svec.c @@ -3,7 +3,7 @@ * Author: Tomasz Wlostowski <tomasz.wlostowski@cern.ch> * Author: Federico Vaga <federico.vaga@cern.ch> * - * SPDX-License-Identifier: LGPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later */ #include <inttypes.h> diff --git a/demos/fmc-svec-carrier/software/firmware/fw-02/fw-svec.c b/demos/fmc-svec-carrier/software/firmware/fw-02/fw-svec.c index ad9845fd..ddb5d5c5 100644 --- a/demos/fmc-svec-carrier/software/firmware/fw-02/fw-svec.c +++ b/demos/fmc-svec-carrier/software/firmware/fw-02/fw-svec.c @@ -2,7 +2,7 @@ * Copyright (c) 2015-2019 CERN (home.cern) * Author: Federico Vaga <federico.vaga@cern.ch> * - * SPDX-License-Identifier: LGPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later */ #include <string.h> diff --git a/demos/fmc-svec-carrier/software/lib/libsvec-internal.h b/demos/fmc-svec-carrier/software/lib/libsvec-internal.h index dd03eff6..49fbc74d 100644 --- a/demos/fmc-svec-carrier/software/lib/libsvec-internal.h +++ b/demos/fmc-svec-carrier/software/lib/libsvec-internal.h @@ -2,7 +2,7 @@ * Copyright (c) 2014-2019 CERN (home.cern) * Author: Federico Vaga <federico.vaga@cern.ch> * - * SPDX-License-Identifier: LGPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later */ diff --git a/demos/fmc-svec-carrier/software/lib/libsvec.c b/demos/fmc-svec-carrier/software/lib/libsvec.c index 74083750..4caa31d3 100644 --- a/demos/fmc-svec-carrier/software/lib/libsvec.c +++ b/demos/fmc-svec-carrier/software/lib/libsvec.c @@ -2,7 +2,7 @@ * Copyright (c) 2014-2019 CERN (home.cern) * Author: Federico Vaga <federico.vaga@cern.ch> * - * SPDX-License-Identifier: LGPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later */ /* diff --git a/demos/fmc-svec-carrier/software/lib/libsvec.h b/demos/fmc-svec-carrier/software/lib/libsvec.h index 50e39b2d..2db462b6 100644 --- a/demos/fmc-svec-carrier/software/lib/libsvec.h +++ b/demos/fmc-svec-carrier/software/lib/libsvec.h @@ -2,7 +2,7 @@ * Copyright (c) 2014-2019 CERN (home.cern) * Author: Federico Vaga <federico.vaga@cern.ch> * - * SPDX-License-Identifier: LGPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later */ diff --git a/demos/fmc-svec-carrier/software/tools/mockturtle-svec.c b/demos/fmc-svec-carrier/software/tools/mockturtle-svec.c index d1a70e87..35d02418 100644 --- a/demos/fmc-svec-carrier/software/tools/mockturtle-svec.c +++ b/demos/fmc-svec-carrier/software/tools/mockturtle-svec.c @@ -2,7 +2,7 @@ * Copyright (c) 2014-2019 CERN (home.cern) * Author: Federico Vaga <federico.vaga@cern.ch> * - * SPDX-License-Identifier: GPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later */ #include <stdint.h> diff --git a/distribution/mockturtle.spec b/distribution/mockturtle.spec index f7484977..fa4ddfdd 100644 --- a/distribution/mockturtle.spec +++ b/distribution/mockturtle.spec @@ -1,11 +1,11 @@ -# SPDX-License-Identifier: GPL-3.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN Summary: Mock Turtle Name: mockturtle Version: %{?_build_version} -License: GPL-3.0-or-later +License: LGPL-2.1-or-later Release: 1%{?dist} URL: https://www.ohwr.org/projects/mock-turtle/ @@ -50,7 +50,7 @@ Summary: Mock Turtle tools This package contains the Mock Turtle tools %files tools -%license LICENSES/GPL-3.0-or-later.txt +%license LICENSES/LGPL-2.1-or-later.txt /usr/local/bin/mockturtle-count /usr/local/bin/lsmockturtle /usr/local/bin/mockturtle-loader @@ -96,7 +96,7 @@ Summary: Mock Turtle runtime library The mockturtle-libs package contains %files lib -%license LICENSES/LGPL-3.0-or-later.txt +%license LICENSES/LGPL-2.1-or-later.txt /usr/local/lib/libmockturtle.so.* # @@ -110,7 +110,7 @@ Summary: Mock Turtle static library The mockturtle-libs package contains %files libstatic -%license LICENSES/LGPL-3.0-or-later.txt +%license LICENSES/LGPL-2.1-or-later.txt /usr/local/lib/libmockturtle.a # @@ -127,8 +127,8 @@ The mockturtle-devel package contains the header files and mockturtle library necessary for developing programs using mockturtle. %files devel -%license LICENSES/GPL-3.0-or-later.txt -%license LICENSES/LGPL-3.0-or-later.txt +%license LICENSES/LGPL-2.1-or-later.txt +%license LICENSES/LGPL-2.1-or-later.txt %license LICENSES/BSD-3-Clause.txt /usr/local/lib/libmockturtle.so /usr/local/include/mockturtle/libmockturtle.h diff --git a/distribution/rpmbuild.mk b/distribution/rpmbuild.mk index a861567c..19e5a4d2 100644 --- a/distribution/rpmbuild.mk +++ b/distribution/rpmbuild.mk @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: GPL-3.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # SPDX-FileCopyrightText: 2019 CERN # Author: Federico Vaga <federico.vaga@cern.ch> diff --git a/software/firmware/framework/mockturtle-framework.c b/software/firmware/framework/mockturtle-framework.c index f0fdff2b..28348e39 100644 --- a/software/firmware/framework/mockturtle-framework.c +++ b/software/firmware/framework/mockturtle-framework.c @@ -2,7 +2,7 @@ * SPDX-FileCopyrightText: 2015-2019 CERN (home.cern) * Author: Federico Vaga <federico.vaga@cern.ch> * - * SPDX-License-Identifier: LGPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later */ #include <errno.h> diff --git a/software/firmware/framework/mockturtle-framework.h b/software/firmware/framework/mockturtle-framework.h index e4c498c3..38e0e3bb 100644 --- a/software/firmware/framework/mockturtle-framework.h +++ b/software/firmware/framework/mockturtle-framework.h @@ -4,7 +4,7 @@ * @copyright: SPDX-FileCopyrightText: 2015-2019 CERN (home.cern) * @author Federico Vaga <federico.vaga@cern.ch> * - * SPDX-License-Identifier: LGPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later */ #ifndef __TRTL_FW_FRM_H__ diff --git a/software/firmware/lib/mockturtle-rt-common.c b/software/firmware/lib/mockturtle-rt-common.c index f46aa107..36d4b1d3 100644 --- a/software/firmware/lib/mockturtle-rt-common.c +++ b/software/firmware/lib/mockturtle-rt-common.c @@ -3,7 +3,7 @@ * Author: Tomasz Wlostowski <tomasz.wlostowski@cern.ch> * Author: Federico Vaga <federico.vaga@cern.ch> * - * SPDX-License-Identifier: LGPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later */ #include <stdio.h> diff --git a/software/firmware/lib/mockturtle-rt.h b/software/firmware/lib/mockturtle-rt.h index bad1ad71..0c138b91 100644 --- a/software/firmware/lib/mockturtle-rt.h +++ b/software/firmware/lib/mockturtle-rt.h @@ -5,7 +5,7 @@ * @author Federico Vaga <federico.vaga@cern.ch> * @author Tomasz Wlostowski <tomasz.wlostowski@cern.ch> * - * SPDX-License-Identifier: LGPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later */ #ifndef __MOCKTURTLE_RT_H diff --git a/software/firmware/urv/crt0.S b/software/firmware/urv/crt0.S index 3fb9896e..8462e8d4 100644 --- a/software/firmware/urv/crt0.S +++ b/software/firmware/urv/crt0.S @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: GPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * SPDX-FileCopyrightText: 2019 CERN (home.cern) */ diff --git a/software/firmware/urv/irq.S b/software/firmware/urv/irq.S index 685484f4..21714654 100644 --- a/software/firmware/urv/irq.S +++ b/software/firmware/urv/irq.S @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: GPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * SPDX-FileCopyrightText: 2019 CERN (home.cern) */ diff --git a/software/firmware/urv/riscv.h b/software/firmware/urv/riscv.h index 89c6b232..2b7f5247 100644 --- a/software/firmware/urv/riscv.h +++ b/software/firmware/urv/riscv.h @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: GPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * SPDX-FileCopyrightText: 2019 CERN (home.cern) */ diff --git a/software/include/mockturtle/hw/mockturtle_endpoint.h b/software/include/mockturtle/hw/mockturtle_endpoint.h index e1acc33c..a4a4727e 100644 --- a/software/include/mockturtle/hw/mockturtle_endpoint.h +++ b/software/include/mockturtle/hw/mockturtle_endpoint.h @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: LGPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * SPDX-FileCopyrightText: 2019 CERN (home.cern) * * Author: Tomasz Wlostowski <tomasz.wlostowski@cern.ch> diff --git a/software/include/mockturtle/libmockturtle.h b/software/include/mockturtle/libmockturtle.h index f8a23a7d..d01eefdc 100644 --- a/software/include/mockturtle/libmockturtle.h +++ b/software/include/mockturtle/libmockturtle.h @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: LGPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * SPDX-FileCopyrightText: 2019 CERN (home.cern) * * Author: Federico Vaga <federico.vaga@cern.ch> diff --git a/software/lib/PyMockTurtle/PyMockTurtle/PyMockTurtle.py b/software/lib/PyMockTurtle/PyMockTurtle/PyMockTurtle.py index 91b57980..1efea084 100644 --- a/software/lib/PyMockTurtle/PyMockTurtle/PyMockTurtle.py +++ b/software/lib/PyMockTurtle/PyMockTurtle/PyMockTurtle.py @@ -2,7 +2,7 @@ @package docstring @author: Federico Vaga <federico.vaga@cern.ch> -SPDX-License-Identifier: LGPL-3.0-or-later +SPDX-License-Identifier: LGPL-2.1-or-later SPDX-FileCopyrightText: 2019 CERN (home.cern) """ diff --git a/software/lib/PyMockTurtle/PyMockTurtle/__init__.py b/software/lib/PyMockTurtle/PyMockTurtle/__init__.py index 804dc48d..844a4b7d 100644 --- a/software/lib/PyMockTurtle/PyMockTurtle/__init__.py +++ b/software/lib/PyMockTurtle/PyMockTurtle/__init__.py @@ -2,7 +2,7 @@ @package docstring @author: Federico Vaga <federico.vaga@cern.ch> -SPDX-License-Identifier: LGPL-3.0-or-later +SPDX-License-Identifier: LGPL-2.1-or-later SPDX-FileCopyrightText: 2019 CERN (home.cern) """ diff --git a/software/lib/PyMockTurtle/setup.py b/software/lib/PyMockTurtle/setup.py index 81a5c780..3a88786a 100644 --- a/software/lib/PyMockTurtle/setup.py +++ b/software/lib/PyMockTurtle/setup.py @@ -16,5 +16,5 @@ setup(name='PyMockTurtle', maintainer_email="federico.vaga@cern.ch", url='http://www.ohwr.org/projects/mock-turtle', packages=['PyMockTurtle'], - license='LGPL-3.0-or-later', + license='LGPL-2.1-or-later', ) diff --git a/software/lib/libmockturtle-internal.h b/software/lib/libmockturtle-internal.h index 05658654..55f4b30c 100644 --- a/software/lib/libmockturtle-internal.h +++ b/software/lib/libmockturtle-internal.h @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: LGPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * SPDX-FileCopyrightText: 2019 CERN (home.cern) * * Author: Federico Vaga <federico.vaga@cern.ch> diff --git a/software/lib/libmockturtle-rt-msg.c b/software/lib/libmockturtle-rt-msg.c index 67424c86..bbd02185 100644 --- a/software/lib/libmockturtle-rt-msg.c +++ b/software/lib/libmockturtle-rt-msg.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: LGPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * SPDX-FileCopyrightText: 2019 CERN (home.cern) * * Author: Federico Vaga <federico.vaga@cern.ch> diff --git a/software/lib/libmockturtle.c b/software/lib/libmockturtle.c index 29c772c6..fdc93afd 100644 --- a/software/lib/libmockturtle.c +++ b/software/lib/libmockturtle.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: LGPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * SPDX-FileCopyrightText: 2019 CERN (home.cern) * * Author: Federico Vaga <federico.vaga@cern.ch> diff --git a/software/tools/compare_size.sh b/software/tools/compare_size.sh index 2d257208..a3c4a7c2 100755 --- a/software/tools/compare_size.sh +++ b/software/tools/compare_size.sh @@ -1,6 +1,6 @@ #!/bin/bash -# SPDX-License-Identifier: GPL-3.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN # diff --git a/software/tools/lsmockturtle.c b/software/tools/lsmockturtle.c index 5c44e602..a5ed04eb 100644 --- a/software/tools/lsmockturtle.c +++ b/software/tools/lsmockturtle.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: GPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * SPDX-FileCopyrightText: 2019 CERN (home.cern) * * Author: Federico Vaga <federico.vaga@cern.ch> diff --git a/software/tools/mockturtle-buffer.c b/software/tools/mockturtle-buffer.c index 2928097b..842f23ad 100644 --- a/software/tools/mockturtle-buffer.c +++ b/software/tools/mockturtle-buffer.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: GPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * SPDX-FileCopyrightText: 2019 CERN (home.cern) * * Author: Federico Vaga <federico.vaga@cern.ch> diff --git a/software/tools/mockturtle-cpu-restart.c b/software/tools/mockturtle-cpu-restart.c index 9432d2e3..d6ce31ae 100644 --- a/software/tools/mockturtle-cpu-restart.c +++ b/software/tools/mockturtle-cpu-restart.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: GPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * SPDX-FileCopyrightText: 2019 CERN (home.cern) * * Author: Federico Vaga <federico.vaga@cern.ch> diff --git a/software/tools/mockturtle-debug.py b/software/tools/mockturtle-debug.py index 5ab9803d..9523f2b0 100755 --- a/software/tools/mockturtle-debug.py +++ b/software/tools/mockturtle-debug.py @@ -1,5 +1,5 @@ """ -SPDX-License-Identifier: GPL-3.0-or-later +SPDX-License-Identifier: LGPL-2.1-or-later SPDX-FileCopyrightText: 2019 CERN (home.cern) """ diff --git a/software/tools/mockturtle-gdbserver.c b/software/tools/mockturtle-gdbserver.c index 545798e9..a98e5fdd 100644 --- a/software/tools/mockturtle-gdbserver.c +++ b/software/tools/mockturtle-gdbserver.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: GPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * SPDX-FileCopyrightText: 2019 CERN (home.cern) * * Author: Federico Vaga <federico.vaga@cern.ch> diff --git a/software/tools/mockturtle-loader.c b/software/tools/mockturtle-loader.c index a473fd3c..5eb304a1 100644 --- a/software/tools/mockturtle-loader.c +++ b/software/tools/mockturtle-loader.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: GPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * SPDX-FileCopyrightText: 2019 CERN (home.cern) * * Author: Federico Vaga <federico.vaga@cern.ch> diff --git a/software/tools/mockturtle-messages.c b/software/tools/mockturtle-messages.c index a5c3c05c..2a7a8adb 100644 --- a/software/tools/mockturtle-messages.c +++ b/software/tools/mockturtle-messages.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: GPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * SPDX-FileCopyrightText: 2019 CERN (home.cern) * * Author: Federico Vaga <federico.vaga@cern.ch> diff --git a/software/tools/mockturtle-ping.c b/software/tools/mockturtle-ping.c index a4b87535..19a6f096 100644 --- a/software/tools/mockturtle-ping.c +++ b/software/tools/mockturtle-ping.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: GPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * SPDX-FileCopyrightText: 2019 CERN (home.cern) * * Author: Federico Vaga <federico.vaga@cern.ch> diff --git a/software/tools/mockturtle-smem.c b/software/tools/mockturtle-smem.c index 0f628c27..bd3f7457 100644 --- a/software/tools/mockturtle-smem.c +++ b/software/tools/mockturtle-smem.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: GPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * SPDX-FileCopyrightText: 2019 CERN (home.cern) * * Author: Federico Vaga <federico.vaga@cern.ch> diff --git a/software/tools/mockturtle-variable.c b/software/tools/mockturtle-variable.c index acd88c23..b0e35528 100644 --- a/software/tools/mockturtle-variable.c +++ b/software/tools/mockturtle-variable.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: GPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * SPDX-FileCopyrightText: 2019 CERN (home.cern) * * Author: Federico Vaga <federico.vaga@cern.ch> diff --git a/software/tools/trtl-project-creator/trtl-project-creator b/software/tools/trtl-project-creator/trtl-project-creator index 6cb61b91..cfd2cc5c 100755 --- a/software/tools/trtl-project-creator/trtl-project-creator +++ b/software/tools/trtl-project-creator/trtl-project-creator @@ -1,7 +1,7 @@ #!/usr/bin/python """ -SPDX-License-Identifier: GPL-3.0-or-later +SPDX-License-Identifier: LGPL-2.1-or-later SPDX-FileCopyrightText: 2019 CERN (home.cern) Author: Federico Vaga <federico.vaga@cern.ch> diff --git a/tests/conftest.py b/tests/conftest.py index 5197f2a2..ca30ae2e 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,5 +1,5 @@ """ -SPDX-License-Identifier: GPL-3.0-or-later +SPDX-License-Identifier: LGPL-2.1-or-later SPDX-FileCopyrightText: 2019 CERN """ diff --git a/tests/firmware/config_rom/config_rom.c b/tests/firmware/config_rom/config_rom.c index 3c74b38d..973794de 100644 --- a/tests/firmware/config_rom/config_rom.c +++ b/tests/firmware/config_rom/config_rom.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: GPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/tests/firmware/cpu-byte-addressing/byte-addressing.c b/tests/firmware/cpu-byte-addressing/byte-addressing.c index 85b009ca..f5dabe78 100644 --- a/tests/firmware/cpu-byte-addressing/byte-addressing.c +++ b/tests/firmware/cpu-byte-addressing/byte-addressing.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: GPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/tests/firmware/cpu-loop/cpu-loop.c b/tests/firmware/cpu-loop/cpu-loop.c index 4e759fe1..0f590c71 100644 --- a/tests/firmware/cpu-loop/cpu-loop.c +++ b/tests/firmware/cpu-loop/cpu-loop.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: GPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/tests/firmware/cpu-notify/notify.c b/tests/firmware/cpu-notify/notify.c index 9c353d7a..7571ba89 100644 --- a/tests/firmware/cpu-notify/notify.c +++ b/tests/firmware/cpu-notify/notify.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: GPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/tests/firmware/hmq-async-recv/hmq-async-recv.c b/tests/firmware/hmq-async-recv/hmq-async-recv.c index b5d30933..e8302a95 100644 --- a/tests/firmware/hmq-async-recv/hmq-async-recv.c +++ b/tests/firmware/hmq-async-recv/hmq-async-recv.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: GPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/tests/firmware/hmq-async-send/hmq-async-send.c b/tests/firmware/hmq-async-send/hmq-async-send.c index a7690cc3..ce5e6162 100644 --- a/tests/firmware/hmq-async-send/hmq-async-send.c +++ b/tests/firmware/hmq-async-send/hmq-async-send.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: GPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/tests/firmware/hmq-purge/hmq-purge.c b/tests/firmware/hmq-purge/hmq-purge.c index 59c6f679..42e29e65 100644 --- a/tests/firmware/hmq-purge/hmq-purge.c +++ b/tests/firmware/hmq-purge/hmq-purge.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: GPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/tests/firmware/hmq-sync/hmq-sync.c b/tests/firmware/hmq-sync/hmq-sync.c index ef67b10e..2c1b708d 100644 --- a/tests/firmware/hmq-sync/hmq-sync.c +++ b/tests/firmware/hmq-sync/hmq-sync.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: GPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/tests/firmware/rmq-udp-send/rmq-udp-send.c b/tests/firmware/rmq-udp-send/rmq-udp-send.c index 5ffa799d..a3a588bd 100644 --- a/tests/firmware/rmq-udp-send/rmq-udp-send.c +++ b/tests/firmware/rmq-udp-send/rmq-udp-send.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: GPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/tests/firmware/rt-frm/rt-frm.c b/tests/firmware/rt-frm/rt-frm.c index 27029e7f..4e259fb9 100644 --- a/tests/firmware/rt-frm/rt-frm.c +++ b/tests/firmware/rt-frm/rt-frm.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: GPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/tests/firmware/serial/serial.c b/tests/firmware/serial/serial.c index e3d66a8c..29a31416 100644 --- a/tests/firmware/serial/serial.c +++ b/tests/firmware/serial/serial.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: GPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/tests/firmware/sim-verif/sim-verif.c b/tests/firmware/sim-verif/sim-verif.c index 000adb4f..2fac054a 100644 --- a/tests/firmware/sim-verif/sim-verif.c +++ b/tests/firmware/sim-verif/sim-verif.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: GPL-3.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/tests/requirements.txt b/tests/requirements.txt index cab63254..2b29bfbf 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: GPL-3.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # SPDX-FileCopyrightText: 2022 CERN pyserial diff --git a/tests/test_config.py b/tests/test_config.py index a42179db..e8a42939 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -1,5 +1,5 @@ """ -SPDX-License-Identifier: GPL-3.0-or-later +SPDX-License-Identifier: LGPL-2.1-or-later SPDX-FileCopyrightText: 2019 CERN """ diff --git a/tests/test_cpu.py b/tests/test_cpu.py index 19900445..a68d0b7c 100644 --- a/tests/test_cpu.py +++ b/tests/test_cpu.py @@ -1,5 +1,5 @@ """ -SPDX-License-Identifier: GPL-3.0-or-later +SPDX-License-Identifier: LGPL-2.1-or-later SPDX-FileCopyrightText: 2019 CERN """ diff --git a/tests/test_device.py b/tests/test_device.py index 8109d827..e28f9842 100644 --- a/tests/test_device.py +++ b/tests/test_device.py @@ -1,5 +1,5 @@ """ -SPDX-License-Identifier: GPL-3.0-or-later +SPDX-License-Identifier: LGPL-2.1-or-later SPDX-FileCopyrightText: 2019 CERN """ diff --git a/tests/test_hmq.py b/tests/test_hmq.py index c7c330ea..621883b1 100644 --- a/tests/test_hmq.py +++ b/tests/test_hmq.py @@ -1,5 +1,5 @@ """ -SPDX-License-Identifier: GPL-3.0-or-later +SPDX-License-Identifier: LGPL-2.1-or-later SPDX-FileCopyrightText: 2019 CERN """ diff --git a/tests/test_rt_frm.py b/tests/test_rt_frm.py index cc8788ba..dff7db32 100644 --- a/tests/test_rt_frm.py +++ b/tests/test_rt_frm.py @@ -1,5 +1,5 @@ """ -SPDX-License-Identifier: GPL-3.0-or-later +SPDX-License-Identifier: LGPL-2.1-or-later SPDX-FileCopyrightText: 2019 CERN """ diff --git a/tests/test_serial.py b/tests/test_serial.py index 31cb0885..3489a86e 100644 --- a/tests/test_serial.py +++ b/tests/test_serial.py @@ -1,5 +1,5 @@ """ -SPDX-License-Identifier: GPL-3.0-or-later +SPDX-License-Identifier: LGPL-2.1-or-later SPDX-FileCopyrightText: 2019 CERN """ diff --git a/tests/test_shm.py b/tests/test_shm.py index d6d53438..457312a4 100644 --- a/tests/test_shm.py +++ b/tests/test_shm.py @@ -1,5 +1,5 @@ """ -SPDX-License-Identifier: GPL-3.0-or-later +SPDX-License-Identifier: LGPL-2.1-or-later SPDX-FileCopyrightText: 2019 CERN """ -- GitLab From f214962e3789ae21ee9bf99f01d562e01678110b Mon Sep 17 00:00:00 2001 From: Federico Vaga <federico.vaga@cern.ch> Date: Fri, 11 Nov 2022 14:19:26 +0100 Subject: [PATCH 2/7] replace CC0-1.0 Signed-off-by: Federico Vaga <federico.vaga@cern.ch> --- .gitignore | 2 +- .gitlab-ci.yml | 2 +- .gitmodules | 2 +- .koji | 2 +- LICENSES/CC0-1.0.txt | 121 ------- LICENSES/CERN-OHL-W-2.0.txt | 311 ++++++++++++++++++ Makefile | 2 +- demos/.gitignore | 2 +- demos/Makefile | 2 +- demos/alarm_clock/Makefile | 2 +- demos/alarm_clock/firmware/Makefile | 2 +- demos/alarm_clock/firmware/fw-01/Kconfig | 2 +- demos/alarm_clock/firmware/fw-01/Makefile | 2 +- demos/alarm_clock/firmware/fw-01/TBuild | 2 +- .../firmware/fw-01/configs/mt_defconfig | 2 +- .../alarm_clock/firmware/fw-01/trtl-memory.ld | 4 +- demos/data_generator/Makefile | 2 +- demos/data_generator/firmware/Makefile | 2 +- demos/data_generator/firmware/fw-01/Kconfig | 2 +- demos/data_generator/firmware/fw-01/Makefile | 2 +- demos/data_generator/firmware/fw-01/TBuild | 2 +- .../firmware/fw-01/configs/mt_defconfig | 2 +- .../firmware/fw-01/trtl-memory.ld | 4 +- demos/fmc-spec-carrier/project.mk | 2 +- demos/fmc-spec-carrier/software/.gitignore | 2 +- demos/fmc-spec-carrier/software/Makefile | 2 +- .../software/firmware/Makefile | 2 +- .../software/firmware/fw-01/Kconfig | 2 +- .../software/firmware/fw-01/Makefile | 2 +- .../software/firmware/fw-01/TBuild | 2 +- .../firmware/fw-01/configs/mt_defconfig | 2 +- .../software/firmware/fw-01/trtl-memory.ld | 4 +- .../software/firmware/fw-02/Kconfig | 2 +- .../software/firmware/fw-02/Makefile | 2 +- .../software/firmware/fw-02/TBuild | 2 +- .../firmware/fw-02/configs/mt_defconfig | 2 +- .../software/firmware/fw-02/trtl-memory.ld | 4 +- demos/fmc-spec-carrier/software/lib/Makefile | 2 +- .../software/tools/.gitignore | 2 +- .../fmc-spec-carrier/software/tools/Makefile | 2 +- demos/fmc-svec-carrier/project.mk | 2 +- demos/fmc-svec-carrier/software/.gitignore | 2 +- demos/fmc-svec-carrier/software/Makefile | 2 +- .../software/firmware/Makefile | 2 +- .../software/firmware/fw-01/Kconfig | 2 +- .../software/firmware/fw-01/Makefile | 2 +- .../software/firmware/fw-01/TBuild | 2 +- .../firmware/fw-01/configs/mt_defconfig | 2 +- .../software/firmware/fw-01/trtl-memory.ld | 4 +- .../software/firmware/fw-02/Kconfig | 2 +- .../software/firmware/fw-02/Makefile | 2 +- .../software/firmware/fw-02/TBuild | 2 +- .../firmware/fw-02/configs/mt_defconfig | 2 +- .../software/firmware/fw-02/trtl-memory.ld | 4 +- demos/fmc-svec-carrier/software/lib/Makefile | 2 +- .../software/tools/.gitignore | 2 +- .../fmc-svec-carrier/software/tools/Makefile | 2 +- demos/hello_world/Makefile | 2 +- demos/hello_world/firmware/Makefile | 2 +- demos/hello_world/firmware/fw-01/Kconfig | 2 +- demos/hello_world/firmware/fw-01/Makefile | 2 +- demos/hello_world/firmware/fw-01/TBuild | 2 +- .../firmware/fw-01/configs/mt_defconfig | 2 +- demos/hello_world/firmware/fw-01/fw-hello.c | 2 +- .../hello_world/firmware/fw-01/trtl-memory.ld | 4 +- demos/hello_world_framework/Makefile | 2 +- demos/hello_world_framework/firmware/Makefile | 2 +- .../firmware/fw-01/Kconfig | 2 +- .../firmware/fw-01/Makefile | 2 +- .../firmware/fw-01/TBuild | 2 +- .../firmware/fw-01/configs/mt_defconfig | 2 +- .../firmware/fw-01/fw-hellofrm.c | 2 +- .../firmware/fw-01/trtl-memory.ld | 4 +- distribution/.gitignore | 2 +- distribution/Makefile | 2 +- doc/.gitignore | 2 +- doc/Makefile | 2 +- doc/doxygen-trtl-config | 2 +- hdl/.gitignore | 2 +- hdl/rtl/.gitignore | 2 +- hdl/syn/spec_mt_demo/.gitignore | 2 +- hdl/syn/svec_mt_demo/.gitignore | 2 +- hdl/syn/svec_mt_demo_wr/.gitignore | 2 +- hdl/testbench/.gitignore | 2 +- hdl/testbench/Makefile | 2 +- hdl/testbench/mock_turtle_core/.gitignore | 2 +- hdl/testbench/mt_eth_ep/.gitignore | 2 +- hdl/testbench/spec_mt_demo/.gitignore | 2 +- hdl/testbench/svec_mt_demo/.gitignore | 2 +- software/.gitignore | 2 +- software/Makefile | 2 +- software/firmware/.gitignore | 2 +- software/firmware/Kconfig.mt | 2 +- software/firmware/Makefile | 2 +- software/firmware/lib/printf.c | 2 +- software/firmware/lib/vsprintf-xint.c | 2 +- software/firmware/scripts/basic/.gitignore | 2 +- software/firmware/scripts/kconfig/.gitignore | 2 +- .../scripts/kconfig/lxdialog/.gitignore | 2 +- software/firmware/urv/mockturtle.ld | 4 +- software/firmware/urv/trtl-sections.ld | 2 +- software/include/Makefile | 2 +- software/include/mockturtle/hw/.gitignore | 2 +- software/include/mockturtle/hw/Makefile | 2 +- software/kernel/.gitignore | 2 +- software/kernel/Kbuild | 2 +- software/kernel/Makefile | 2 +- software/kernel/dkms.conf | 2 +- software/kernel/dkms.mk | 2 +- software/lib/.gitignore | 2 +- software/lib/Makefile | 2 +- software/lib/PyMockTurtle/.gitignore | 2 +- software/lib/PyMockTurtle/Makefile | 2 +- software/lib/PyMockTurtle/setup.py | 2 +- software/tools/.gitignore | 2 +- software/tools/Makefile | 2 +- .../templates/CHANGELOG.rst | 2 +- .../trtl-project-creator/templates/README.rst | 2 +- .../templates/doc/Makefile | 2 +- .../templates/doc/doxygen-project-config | 2 +- .../templates/doc/img/Makefile | 2 +- .../templates/software/.gitignore | 2 +- .../templates/software/Makefile | 2 +- .../templates/software/firmware/Makefile | 2 +- .../firmware/common/fw-project-common.h | 2 +- .../templates/software/firmware/fw-01/Kconfig | 2 +- .../software/firmware/fw-01/Makefile | 2 +- .../templates/software/firmware/fw-01/TBuild | 2 +- .../firmware/fw-01/configs/mt_defconfig | 2 +- .../software/firmware/fw-01/fw-project.c | 2 +- .../software/firmware/fw-01/trtl-memory.ld | 2 +- .../software/include/project-common.h | 2 +- .../templates/software/lib/Makefile | 2 +- .../software/lib/libproject-internal.h | 2 +- .../templates/software/lib/libproject.c | 2 +- .../templates/software/lib/libproject.h | 2 +- .../templates/software/tools/Makefile | 2 +- software/udev/rules.d/70-trtl.rules | 2 +- tests/firmware/.gitignore | 2 +- tests/firmware/Makefile | 2 +- tests/firmware/config_rom/Kconfig | 2 +- tests/firmware/config_rom/Makefile | 2 +- tests/firmware/config_rom/TBuild | 2 +- .../firmware/config_rom/configs/mt_defconfig | 2 +- tests/firmware/cpu-byte-addressing/Kconfig | 2 +- tests/firmware/cpu-byte-addressing/Makefile | 2 +- tests/firmware/cpu-byte-addressing/TBuild | 2 +- .../cpu-byte-addressing/configs/mt_defconfig | 2 +- tests/firmware/cpu-loop/Kconfig | 2 +- tests/firmware/cpu-loop/Makefile | 2 +- tests/firmware/cpu-loop/TBuild | 2 +- tests/firmware/cpu-loop/configs/mt_defconfig | 2 +- tests/firmware/cpu-notify/Kconfig | 2 +- tests/firmware/cpu-notify/Makefile | 2 +- tests/firmware/cpu-notify/TBuild | 2 +- .../firmware/cpu-notify/configs/mt_defconfig | 2 +- tests/firmware/hmq-async-recv/Kconfig | 2 +- tests/firmware/hmq-async-recv/Makefile | 2 +- tests/firmware/hmq-async-recv/TBuild | 2 +- .../hmq-async-recv/configs/mt_defconfig | 2 +- tests/firmware/hmq-async-send/Kconfig | 2 +- tests/firmware/hmq-async-send/Makefile | 2 +- tests/firmware/hmq-async-send/TBuild | 2 +- .../hmq-async-send/configs/mt_defconfig | 2 +- tests/firmware/hmq-purge/Kconfig | 2 +- tests/firmware/hmq-purge/Makefile | 2 +- tests/firmware/hmq-purge/TBuild | 2 +- tests/firmware/hmq-purge/configs/mt_defconfig | 2 +- tests/firmware/hmq-sync/Kconfig | 2 +- tests/firmware/hmq-sync/Makefile | 2 +- tests/firmware/hmq-sync/TBuild | 2 +- tests/firmware/hmq-sync/configs/mt_defconfig | 2 +- tests/firmware/rmq-udp-send/Kconfig | 2 +- tests/firmware/rmq-udp-send/Makefile | 2 +- tests/firmware/rmq-udp-send/TBuild | 2 +- .../rmq-udp-send/configs/mt_defconfig | 2 +- tests/firmware/rt-frm/Kconfig | 2 +- tests/firmware/rt-frm/Makefile | 2 +- tests/firmware/rt-frm/TBuild | 2 +- tests/firmware/rt-frm/configs/mt_defconfig | 2 +- tests/firmware/serial/Kconfig | 2 +- tests/firmware/serial/Makefile | 2 +- tests/firmware/serial/TBuild | 2 +- tests/firmware/serial/configs/mt_defconfig | 2 +- tests/firmware/sim-verif/Kconfig | 2 +- tests/firmware/sim-verif/Makefile | 2 +- tests/firmware/sim-verif/TBuild | 2 +- tests/firmware/sim-verif/configs/mt_defconfig | 2 +- tests/firmware/trtl-memory.ld | 2 +- tests/pytest.ini | 2 +- 190 files changed, 508 insertions(+), 318 deletions(-) delete mode 100644 LICENSES/CC0-1.0.txt create mode 100644 LICENSES/CERN-OHL-W-2.0.txt diff --git a/.gitignore b/.gitignore index 107c697b..47c17e7c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ad81ac9..8980ed3a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/.gitmodules b/.gitmodules index 82daa9a0..f3571469 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/.koji b/.koji index 2ac20a9a..f3dadae8 100644 --- a/.koji +++ b/.koji @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/LICENSES/CC0-1.0.txt b/LICENSES/CC0-1.0.txt deleted file mode 100644 index 0e259d42..00000000 --- a/LICENSES/CC0-1.0.txt +++ /dev/null @@ -1,121 +0,0 @@ -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/CERN-OHL-W-2.0.txt b/LICENSES/CERN-OHL-W-2.0.txt new file mode 100644 index 00000000..70e63af4 --- /dev/null +++ b/LICENSES/CERN-OHL-W-2.0.txt @@ -0,0 +1,311 @@ +CERN Open Hardware Licence Version 2 - Weakly Reciprocal + + +Preamble + +CERN has developed this licence to promote collaboration among +hardware designers and to provide a legal tool which supports the +freedom to use, study, modify, share and distribute hardware designs +and products based on those designs. Version 2 of the CERN Open +Hardware Licence comes in three variants: CERN-OHL-P (permissive); and +two reciprocal licences: this licence, CERN-OHL-W (weakly reciprocal) +and CERN-OHL-S (strongly reciprocal). + +The CERN-OHL-W is copyright CERN 2020. Anyone is welcome to use it, in +unmodified form only. + +Use of this Licence does not imply any endorsement by CERN of any +Licensor or their designs nor does it imply any involvement by CERN in +their development. + + +1 Definitions + + 1.1 'Licence' means this CERN-OHL-W. + + 1.2 'Compatible Licence' means + + a) any earlier version of the CERN Open Hardware licence, or + + b) any version of the CERN-OHL-S or the CERN-OHL-W, or + + c) any licence which permits You to treat the Source to which + it applies as licensed under CERN-OHL-S or CERN-OHL-W + provided that on Conveyance of any such Source, or any + associated Product You treat the Source in question as being + licensed under CERN-OHL-S or CERN-OHL-W as appropriate. + + 1.3 'Source' means information such as design materials or digital + code which can be applied to Make or test a Product or to + prepare a Product for use, Conveyance or sale, regardless of its + medium or how it is expressed. It may include Notices. + + 1.4 'Covered Source' means Source that is explicitly made available + under this Licence. + + 1.5 'Product' means any device, component, work or physical object, + whether in finished or intermediate form, arising from the use, + application or processing of Covered Source. + + 1.6 'Make' means to create or configure something, whether by + manufacture, assembly, compiling, loading or applying Covered + Source or another Product or otherwise. + + 1.7 'Available Component' means any part, sub-assembly, library or + code which: + + a) is licensed to You as Complete Source under a Compatible + Licence; or + + b) is available, at the time a Product or the Source containing + it is first Conveyed, to You and any other prospective + licensees + + i) with sufficient rights and information (including any + configuration and programming files and information + about its characteristics and interfaces) to enable it + either to be Made itself, or to be sourced and used to + Make the Product; or + ii) as part of the normal distribution of a tool used to + design or Make the Product. + + 1.8 'External Material' means anything (including Source) which: + + a) is only combined with Covered Source in such a way that it + interfaces with the Covered Source using a documented + interface which is described in the Covered Source; and + + b) is not a derivative of or contains Covered Source, or, if it + is, it is solely to the extent necessary to facilitate such + interfacing. + + 1.9 'Complete Source' means the set of all Source necessary to Make + a Product, in the preferred form for making modifications, + including necessary installation and interfacing information + both for the Product, and for any included Available Components. + If the format is proprietary, it must also be made available in + a format (if the proprietary tool can create it) which is + viewable with a tool available to potential licensees and + licensed under a licence approved by the Free Software + Foundation or the Open Source Initiative. Complete Source need + not include the Source of any Available Component, provided that + You include in the Complete Source sufficient information to + enable a recipient to Make or source and use the Available + Component to Make the Product. + + 1.10 'Source Location' means a location where a Licensor has placed + Covered Source, and which that Licensor reasonably believes will + remain easily accessible for at least three years for anyone to + obtain a digital copy. + + 1.11 'Notice' means copyright, acknowledgement and trademark notices, + Source Location references, modification notices (subsection + 3.3(b)) and all notices that refer to this Licence and to the + disclaimer of warranties that are included in the Covered + Source. + + 1.12 'Licensee' or 'You' means any person exercising rights under + this Licence. + + 1.13 'Licensor' means a natural or legal person who creates or + modifies Covered Source. A person may be a Licensee and a + Licensor at the same time. + + 1.14 'Convey' means to communicate to the public or distribute. + + +2 Applicability + + 2.1 This Licence governs the use, copying, modification, Conveying + of Covered Source and Products, and the Making of Products. By + exercising any right granted under this Licence, You irrevocably + accept these terms and conditions. + + 2.2 This Licence is granted by the Licensor directly to You, and + shall apply worldwide and without limitation in time. + + 2.3 You shall not attempt to restrict by contract or otherwise the + rights granted under this Licence to other Licensees. + + 2.4 This Licence is not intended to restrict fair use, fair dealing, + or any other similar right. + + +3 Copying, Modifying and Conveying Covered Source + + 3.1 You may copy and Convey verbatim copies of Covered Source, in + any medium, provided You retain all Notices. + + 3.2 You may modify Covered Source, other than Notices, provided that + You irrevocably undertake to make that modified Covered Source + available from a Source Location should You Convey a Product in + circumstances where the recipient does not otherwise receive a + copy of the modified Covered Source. In each case subsection 3.3 + shall apply. + + You may only delete Notices if they are no longer applicable to + the corresponding Covered Source as modified by You and You may + add additional Notices applicable to Your modifications. + + 3.3 You may Convey modified Covered Source (with the effect that You + shall also become a Licensor) provided that You: + + a) retain Notices as required in subsection 3.2; + + b) add a Notice to the modified Covered Source stating that You + have modified it, with the date and brief description of how + You have modified it; + + c) add a Source Location Notice for the modified Covered Source + if You Convey in circumstances where the recipient does not + otherwise receive a copy of the modified Covered Source; and + + d) license the modified Covered Source under the terms and + conditions of this Licence (or, as set out in subsection + 8.3, a later version, if permitted by the licence of the + original Covered Source). Such modified Covered Source must + be licensed as a whole, but excluding Available Components + contained in it or External Material to which it is + interfaced, which remain licensed under their own applicable + licences. + + +4 Making and Conveying Products + + 4.1 You may Make Products, and/or Convey them, provided that You + either provide each recipient with a copy of the Complete Source + or ensure that each recipient is notified of the Source Location + of the Complete Source. That Complete Source includes Covered + Source and You must accordingly satisfy Your obligations set out + in subsection 3.3. If specified in a Notice, the Product must + visibly and securely display the Source Location on it or its + packaging or documentation in the manner specified in that + Notice. + + 4.2 Where You Convey a Product which incorporates External Material, + the Complete Source for that Product which You are required to + provide under subsection 4.1 need not include any Source for the + External Material. + + 4.3 You may license Products under terms of Your choice, provided + that such terms do not restrict or attempt to restrict any + recipients' rights under this Licence to the Covered Source. + + +5 Research and Development + +You may Convey Covered Source, modified Covered Source or Products to +a legal entity carrying out development, testing or quality assurance +work on Your behalf provided that the work is performed on terms which +prevent the entity from both using the Source or Products for its own +internal purposes and Conveying the Source or Products or any +modifications to them to any person other than You. Any modifications +made by the entity shall be deemed to be made by You pursuant to +subsection 3.2. + + +6 DISCLAIMER AND LIABILITY + + 6.1 DISCLAIMER OF WARRANTY -- The Covered Source and any Products + are provided 'as is' and any express or implied warranties, + including, but not limited to, implied warranties of + merchantability, of satisfactory quality, non-infringement of + third party rights, and fitness for a particular purpose or use + are disclaimed in respect of any Source or Product to the + maximum extent permitted by law. The Licensor makes no + representation that any Source or Product does not or will not + infringe any patent, copyright, trade secret or other + proprietary right. The entire risk as to the use, quality, and + performance of any Source or Product shall be with You and not + the Licensor. This disclaimer of warranty is an essential part + of this Licence and a condition for the grant of any rights + granted under this Licence. + + 6.2 EXCLUSION AND LIMITATION OF LIABILITY -- The Licensor shall, to + the maximum extent permitted by law, have no liability for + direct, indirect, special, incidental, consequential, exemplary, + punitive or other damages of any character including, without + limitation, procurement of substitute goods or services, loss of + use, data or profits, or business interruption, however caused + and on any theory of contract, warranty, tort (including + negligence), product liability or otherwise, arising in any way + in relation to the Covered Source, modified Covered Source + and/or the Making or Conveyance of a Product, even if advised of + the possibility of such damages, and You shall hold the + Licensor(s) free and harmless from any liability, costs, + damages, fees and expenses, including claims by third parties, + in relation to such use. + + +7 Patents + + 7.1 Subject to the terms and conditions of this Licence, each + Licensor hereby grants to You a perpetual, worldwide, + non-exclusive, no-charge, royalty-free, irrevocable (except as + stated in subsections 7.2 and 8.4) patent license to Make, have + Made, use, offer to sell, sell, import, and otherwise transfer + the Covered Source and Products, where such licence applies only + to those patent claims licensable by such Licensor that are + necessarily infringed by exercising rights under the Covered + Source as Conveyed by that Licensor. + + 7.2 If You institute patent litigation against any entity (including + a cross-claim or counterclaim in a lawsuit) alleging that the + Covered Source or a Product constitutes direct or contributory + patent infringement, or You seek any declaration that a patent + licensed to You under this Licence is invalid or unenforceable + then any rights granted to You under this Licence shall + terminate as of the date such process is initiated. + + +8 General + + 8.1 If any provisions of this Licence are or subsequently become + invalid or unenforceable for any reason, the remaining + provisions shall remain effective. + + 8.2 You shall not use any of the name (including acronyms and + abbreviations), image, or logo by which the Licensor or CERN is + known, except where needed to comply with section 3, or where + the use is otherwise allowed by law. Any such permitted use + shall be factual and shall not be made so as to suggest any kind + of endorsement or implication of involvement by the Licensor or + its personnel. + + 8.3 CERN may publish updated versions and variants of this Licence + which it considers to be in the spirit of this version, but may + differ in detail to address new problems or concerns. New + versions will be published with a unique version number and a + variant identifier specifying the variant. If the Licensor has + specified that a given variant applies to the Covered Source + without specifying a version, You may treat that Covered Source + as being released under any version of the CERN-OHL with that + variant. If no variant is specified, the Covered Source shall be + treated as being released under CERN-OHL-S. The Licensor may + also specify that the Covered Source is subject to a specific + version of the CERN-OHL or any later version in which case You + may apply this or any later version of CERN-OHL with the same + variant identifier published by CERN. + + You may treat Covered Source licensed under CERN-OHL-W as + licensed under CERN-OHL-S if and only if all Available + Components referenced in the Covered Source comply with the + corresponding definition of Available Component for CERN-OHL-S. + + 8.4 This Licence shall terminate with immediate effect if You fail + to comply with any of its terms and conditions. + + 8.5 However, if You cease all breaches of this Licence, then Your + Licence from any Licensor is reinstated unless such Licensor has + terminated this Licence by giving You, while You remain in + breach, a notice specifying the breach and requiring You to cure + it within 30 days, and You have failed to come into compliance + in all material respects by the end of the 30 day period. Should + You repeat the breach after receipt of a cure notice and + subsequent reinstatement, this Licence will terminate + immediately and permanently. Section 6 shall continue to apply + after any termination. + + 8.6 This Licence shall not be enforceable except by a Licensor + acting as such, and third party beneficiary rights are + specifically excluded. diff --git a/Makefile b/Makefile index 7cc1a1d7..b3e451de 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/.gitignore b/demos/.gitignore index 150aaded..6c4ac53a 100644 --- a/demos/.gitignore +++ b/demos/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/Makefile b/demos/Makefile index 6e7add0f..40ae6ccc 100644 --- a/demos/Makefile +++ b/demos/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/alarm_clock/Makefile b/demos/alarm_clock/Makefile index 53ed4938..a8bc28b0 100644 --- a/demos/alarm_clock/Makefile +++ b/demos/alarm_clock/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/alarm_clock/firmware/Makefile b/demos/alarm_clock/firmware/Makefile index 96f1bfc3..61e04d09 100644 --- a/demos/alarm_clock/firmware/Makefile +++ b/demos/alarm_clock/firmware/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/alarm_clock/firmware/fw-01/Kconfig b/demos/alarm_clock/firmware/fw-01/Kconfig index 657e75a8..29032c9c 100644 --- a/demos/alarm_clock/firmware/fw-01/Kconfig +++ b/demos/alarm_clock/firmware/fw-01/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/alarm_clock/firmware/fw-01/Makefile b/demos/alarm_clock/firmware/fw-01/Makefile index 0b2c91c9..ae89089a 100755 --- a/demos/alarm_clock/firmware/fw-01/Makefile +++ b/demos/alarm_clock/firmware/fw-01/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/alarm_clock/firmware/fw-01/TBuild b/demos/alarm_clock/firmware/fw-01/TBuild index 5cec62e1..68123146 100644 --- a/demos/alarm_clock/firmware/fw-01/TBuild +++ b/demos/alarm_clock/firmware/fw-01/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/alarm_clock/firmware/fw-01/configs/mt_defconfig b/demos/alarm_clock/firmware/fw-01/configs/mt_defconfig index f8bd9831..d26e72f0 100644 --- a/demos/alarm_clock/firmware/fw-01/configs/mt_defconfig +++ b/demos/alarm_clock/firmware/fw-01/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/alarm_clock/firmware/fw-01/trtl-memory.ld b/demos/alarm_clock/firmware/fw-01/trtl-memory.ld index d6df5e15..f2d7e24f 100644 --- a/demos/alarm_clock/firmware/fw-01/trtl-memory.ld +++ b/demos/alarm_clock/firmware/fw-01/trtl-memory.ld @@ -1,10 +1,10 @@ /* - * SPDX-License-Identifier: CC0-1.0 + * SPDX-License-Identifier: LGPL-2.0-or-later * * SPDX-FileCopyrightText: 2019 CERN */ /* - * SPDX-License-Identifier: CC0-1.0 + * SPDX-License-Identifier: LGPL-2.0-or-later * * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/demos/data_generator/Makefile b/demos/data_generator/Makefile index 53ed4938..a8bc28b0 100644 --- a/demos/data_generator/Makefile +++ b/demos/data_generator/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/data_generator/firmware/Makefile b/demos/data_generator/firmware/Makefile index 96f1bfc3..61e04d09 100644 --- a/demos/data_generator/firmware/Makefile +++ b/demos/data_generator/firmware/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/data_generator/firmware/fw-01/Kconfig b/demos/data_generator/firmware/fw-01/Kconfig index 4efc2a0b..144df728 100644 --- a/demos/data_generator/firmware/fw-01/Kconfig +++ b/demos/data_generator/firmware/fw-01/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/data_generator/firmware/fw-01/Makefile b/demos/data_generator/firmware/fw-01/Makefile index 0b2c91c9..ae89089a 100755 --- a/demos/data_generator/firmware/fw-01/Makefile +++ b/demos/data_generator/firmware/fw-01/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/data_generator/firmware/fw-01/TBuild b/demos/data_generator/firmware/fw-01/TBuild index 5153d73b..7c52fe71 100644 --- a/demos/data_generator/firmware/fw-01/TBuild +++ b/demos/data_generator/firmware/fw-01/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/data_generator/firmware/fw-01/configs/mt_defconfig b/demos/data_generator/firmware/fw-01/configs/mt_defconfig index cfe9acd4..52a2f5fa 100644 --- a/demos/data_generator/firmware/fw-01/configs/mt_defconfig +++ b/demos/data_generator/firmware/fw-01/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/data_generator/firmware/fw-01/trtl-memory.ld b/demos/data_generator/firmware/fw-01/trtl-memory.ld index d6df5e15..f2d7e24f 100644 --- a/demos/data_generator/firmware/fw-01/trtl-memory.ld +++ b/demos/data_generator/firmware/fw-01/trtl-memory.ld @@ -1,10 +1,10 @@ /* - * SPDX-License-Identifier: CC0-1.0 + * SPDX-License-Identifier: LGPL-2.0-or-later * * SPDX-FileCopyrightText: 2019 CERN */ /* - * SPDX-License-Identifier: CC0-1.0 + * SPDX-License-Identifier: LGPL-2.0-or-later * * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/demos/fmc-spec-carrier/project.mk b/demos/fmc-spec-carrier/project.mk index 4670dd76..cbf46747 100644 --- a/demos/fmc-spec-carrier/project.mk +++ b/demos/fmc-spec-carrier/project.mk @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-spec-carrier/software/.gitignore b/demos/fmc-spec-carrier/software/.gitignore index b5c5f404..899bb2fa 100644 --- a/demos/fmc-spec-carrier/software/.gitignore +++ b/demos/fmc-spec-carrier/software/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-spec-carrier/software/Makefile b/demos/fmc-spec-carrier/software/Makefile index bdf7e6ae..5b131996 100644 --- a/demos/fmc-spec-carrier/software/Makefile +++ b/demos/fmc-spec-carrier/software/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-spec-carrier/software/firmware/Makefile b/demos/fmc-spec-carrier/software/firmware/Makefile index 13e5d622..62cf61d5 100644 --- a/demos/fmc-spec-carrier/software/firmware/Makefile +++ b/demos/fmc-spec-carrier/software/firmware/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-spec-carrier/software/firmware/fw-01/Kconfig b/demos/fmc-spec-carrier/software/firmware/fw-01/Kconfig index f6fbfc3a..2496efc5 100644 --- a/demos/fmc-spec-carrier/software/firmware/fw-01/Kconfig +++ b/demos/fmc-spec-carrier/software/firmware/fw-01/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-spec-carrier/software/firmware/fw-01/Makefile b/demos/fmc-spec-carrier/software/firmware/fw-01/Makefile index fb742564..5a156323 100755 --- a/demos/fmc-spec-carrier/software/firmware/fw-01/Makefile +++ b/demos/fmc-spec-carrier/software/firmware/fw-01/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-spec-carrier/software/firmware/fw-01/TBuild b/demos/fmc-spec-carrier/software/firmware/fw-01/TBuild index ce37f155..ba30a5fd 100644 --- a/demos/fmc-spec-carrier/software/firmware/fw-01/TBuild +++ b/demos/fmc-spec-carrier/software/firmware/fw-01/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-spec-carrier/software/firmware/fw-01/configs/mt_defconfig b/demos/fmc-spec-carrier/software/firmware/fw-01/configs/mt_defconfig index 82b29fa7..9644737b 100644 --- a/demos/fmc-spec-carrier/software/firmware/fw-01/configs/mt_defconfig +++ b/demos/fmc-spec-carrier/software/firmware/fw-01/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-spec-carrier/software/firmware/fw-01/trtl-memory.ld b/demos/fmc-spec-carrier/software/firmware/fw-01/trtl-memory.ld index d6df5e15..f2d7e24f 100644 --- a/demos/fmc-spec-carrier/software/firmware/fw-01/trtl-memory.ld +++ b/demos/fmc-spec-carrier/software/firmware/fw-01/trtl-memory.ld @@ -1,10 +1,10 @@ /* - * SPDX-License-Identifier: CC0-1.0 + * SPDX-License-Identifier: LGPL-2.0-or-later * * SPDX-FileCopyrightText: 2019 CERN */ /* - * SPDX-License-Identifier: CC0-1.0 + * SPDX-License-Identifier: LGPL-2.0-or-later * * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/demos/fmc-spec-carrier/software/firmware/fw-02/Kconfig b/demos/fmc-spec-carrier/software/firmware/fw-02/Kconfig index 6418189c..a783684b 100644 --- a/demos/fmc-spec-carrier/software/firmware/fw-02/Kconfig +++ b/demos/fmc-spec-carrier/software/firmware/fw-02/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-spec-carrier/software/firmware/fw-02/Makefile b/demos/fmc-spec-carrier/software/firmware/fw-02/Makefile index fb742564..5a156323 100755 --- a/demos/fmc-spec-carrier/software/firmware/fw-02/Makefile +++ b/demos/fmc-spec-carrier/software/firmware/fw-02/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-spec-carrier/software/firmware/fw-02/TBuild b/demos/fmc-spec-carrier/software/firmware/fw-02/TBuild index 952988f4..1fcefa49 100644 --- a/demos/fmc-spec-carrier/software/firmware/fw-02/TBuild +++ b/demos/fmc-spec-carrier/software/firmware/fw-02/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-spec-carrier/software/firmware/fw-02/configs/mt_defconfig b/demos/fmc-spec-carrier/software/firmware/fw-02/configs/mt_defconfig index a21e99d6..05081bb8 100644 --- a/demos/fmc-spec-carrier/software/firmware/fw-02/configs/mt_defconfig +++ b/demos/fmc-spec-carrier/software/firmware/fw-02/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-spec-carrier/software/firmware/fw-02/trtl-memory.ld b/demos/fmc-spec-carrier/software/firmware/fw-02/trtl-memory.ld index d6df5e15..f2d7e24f 100644 --- a/demos/fmc-spec-carrier/software/firmware/fw-02/trtl-memory.ld +++ b/demos/fmc-spec-carrier/software/firmware/fw-02/trtl-memory.ld @@ -1,10 +1,10 @@ /* - * SPDX-License-Identifier: CC0-1.0 + * SPDX-License-Identifier: LGPL-2.0-or-later * * SPDX-FileCopyrightText: 2019 CERN */ /* - * SPDX-License-Identifier: CC0-1.0 + * SPDX-License-Identifier: LGPL-2.0-or-later * * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/demos/fmc-spec-carrier/software/lib/Makefile b/demos/fmc-spec-carrier/software/lib/Makefile index 9243623b..20118287 100755 --- a/demos/fmc-spec-carrier/software/lib/Makefile +++ b/demos/fmc-spec-carrier/software/lib/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-spec-carrier/software/tools/.gitignore b/demos/fmc-spec-carrier/software/tools/.gitignore index 3c84d5b3..ec6092db 100644 --- a/demos/fmc-spec-carrier/software/tools/.gitignore +++ b/demos/fmc-spec-carrier/software/tools/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-spec-carrier/software/tools/Makefile b/demos/fmc-spec-carrier/software/tools/Makefile index adf40d44..aba8c74d 100755 --- a/demos/fmc-spec-carrier/software/tools/Makefile +++ b/demos/fmc-spec-carrier/software/tools/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-svec-carrier/project.mk b/demos/fmc-svec-carrier/project.mk index 58d03a45..66dfc926 100644 --- a/demos/fmc-svec-carrier/project.mk +++ b/demos/fmc-svec-carrier/project.mk @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-svec-carrier/software/.gitignore b/demos/fmc-svec-carrier/software/.gitignore index b5c5f404..899bb2fa 100644 --- a/demos/fmc-svec-carrier/software/.gitignore +++ b/demos/fmc-svec-carrier/software/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-svec-carrier/software/Makefile b/demos/fmc-svec-carrier/software/Makefile index bdf7e6ae..5b131996 100644 --- a/demos/fmc-svec-carrier/software/Makefile +++ b/demos/fmc-svec-carrier/software/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-svec-carrier/software/firmware/Makefile b/demos/fmc-svec-carrier/software/firmware/Makefile index 13e5d622..62cf61d5 100644 --- a/demos/fmc-svec-carrier/software/firmware/Makefile +++ b/demos/fmc-svec-carrier/software/firmware/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-svec-carrier/software/firmware/fw-01/Kconfig b/demos/fmc-svec-carrier/software/firmware/fw-01/Kconfig index f6fbfc3a..2496efc5 100644 --- a/demos/fmc-svec-carrier/software/firmware/fw-01/Kconfig +++ b/demos/fmc-svec-carrier/software/firmware/fw-01/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-svec-carrier/software/firmware/fw-01/Makefile b/demos/fmc-svec-carrier/software/firmware/fw-01/Makefile index fb742564..5a156323 100755 --- a/demos/fmc-svec-carrier/software/firmware/fw-01/Makefile +++ b/demos/fmc-svec-carrier/software/firmware/fw-01/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-svec-carrier/software/firmware/fw-01/TBuild b/demos/fmc-svec-carrier/software/firmware/fw-01/TBuild index d10f1234..5cb47e8a 100644 --- a/demos/fmc-svec-carrier/software/firmware/fw-01/TBuild +++ b/demos/fmc-svec-carrier/software/firmware/fw-01/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-svec-carrier/software/firmware/fw-01/configs/mt_defconfig b/demos/fmc-svec-carrier/software/firmware/fw-01/configs/mt_defconfig index b4587362..7e0bdbc2 100644 --- a/demos/fmc-svec-carrier/software/firmware/fw-01/configs/mt_defconfig +++ b/demos/fmc-svec-carrier/software/firmware/fw-01/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-svec-carrier/software/firmware/fw-01/trtl-memory.ld b/demos/fmc-svec-carrier/software/firmware/fw-01/trtl-memory.ld index d6df5e15..f2d7e24f 100644 --- a/demos/fmc-svec-carrier/software/firmware/fw-01/trtl-memory.ld +++ b/demos/fmc-svec-carrier/software/firmware/fw-01/trtl-memory.ld @@ -1,10 +1,10 @@ /* - * SPDX-License-Identifier: CC0-1.0 + * SPDX-License-Identifier: LGPL-2.0-or-later * * SPDX-FileCopyrightText: 2019 CERN */ /* - * SPDX-License-Identifier: CC0-1.0 + * SPDX-License-Identifier: LGPL-2.0-or-later * * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/demos/fmc-svec-carrier/software/firmware/fw-02/Kconfig b/demos/fmc-svec-carrier/software/firmware/fw-02/Kconfig index 6418189c..a783684b 100644 --- a/demos/fmc-svec-carrier/software/firmware/fw-02/Kconfig +++ b/demos/fmc-svec-carrier/software/firmware/fw-02/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-svec-carrier/software/firmware/fw-02/Makefile b/demos/fmc-svec-carrier/software/firmware/fw-02/Makefile index fb742564..5a156323 100755 --- a/demos/fmc-svec-carrier/software/firmware/fw-02/Makefile +++ b/demos/fmc-svec-carrier/software/firmware/fw-02/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-svec-carrier/software/firmware/fw-02/TBuild b/demos/fmc-svec-carrier/software/firmware/fw-02/TBuild index 81c51749..be592f91 100644 --- a/demos/fmc-svec-carrier/software/firmware/fw-02/TBuild +++ b/demos/fmc-svec-carrier/software/firmware/fw-02/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-svec-carrier/software/firmware/fw-02/configs/mt_defconfig b/demos/fmc-svec-carrier/software/firmware/fw-02/configs/mt_defconfig index 517afa44..ef4e1dd3 100644 --- a/demos/fmc-svec-carrier/software/firmware/fw-02/configs/mt_defconfig +++ b/demos/fmc-svec-carrier/software/firmware/fw-02/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-svec-carrier/software/firmware/fw-02/trtl-memory.ld b/demos/fmc-svec-carrier/software/firmware/fw-02/trtl-memory.ld index d6df5e15..f2d7e24f 100644 --- a/demos/fmc-svec-carrier/software/firmware/fw-02/trtl-memory.ld +++ b/demos/fmc-svec-carrier/software/firmware/fw-02/trtl-memory.ld @@ -1,10 +1,10 @@ /* - * SPDX-License-Identifier: CC0-1.0 + * SPDX-License-Identifier: LGPL-2.0-or-later * * SPDX-FileCopyrightText: 2019 CERN */ /* - * SPDX-License-Identifier: CC0-1.0 + * SPDX-License-Identifier: LGPL-2.0-or-later * * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/demos/fmc-svec-carrier/software/lib/Makefile b/demos/fmc-svec-carrier/software/lib/Makefile index daed1ede..342b096b 100755 --- a/demos/fmc-svec-carrier/software/lib/Makefile +++ b/demos/fmc-svec-carrier/software/lib/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-svec-carrier/software/tools/.gitignore b/demos/fmc-svec-carrier/software/tools/.gitignore index e98e70a6..b80d46c0 100644 --- a/demos/fmc-svec-carrier/software/tools/.gitignore +++ b/demos/fmc-svec-carrier/software/tools/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-svec-carrier/software/tools/Makefile b/demos/fmc-svec-carrier/software/tools/Makefile index 88ed6ecd..24c91cb3 100755 --- a/demos/fmc-svec-carrier/software/tools/Makefile +++ b/demos/fmc-svec-carrier/software/tools/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/hello_world/Makefile b/demos/hello_world/Makefile index 53ed4938..a8bc28b0 100644 --- a/demos/hello_world/Makefile +++ b/demos/hello_world/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/hello_world/firmware/Makefile b/demos/hello_world/firmware/Makefile index 96f1bfc3..61e04d09 100644 --- a/demos/hello_world/firmware/Makefile +++ b/demos/hello_world/firmware/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/hello_world/firmware/fw-01/Kconfig b/demos/hello_world/firmware/fw-01/Kconfig index eae910d1..87d8d579 100644 --- a/demos/hello_world/firmware/fw-01/Kconfig +++ b/demos/hello_world/firmware/fw-01/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/hello_world/firmware/fw-01/Makefile b/demos/hello_world/firmware/fw-01/Makefile index 0b2c91c9..ae89089a 100755 --- a/demos/hello_world/firmware/fw-01/Makefile +++ b/demos/hello_world/firmware/fw-01/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/hello_world/firmware/fw-01/TBuild b/demos/hello_world/firmware/fw-01/TBuild index e42af383..0daa78d1 100644 --- a/demos/hello_world/firmware/fw-01/TBuild +++ b/demos/hello_world/firmware/fw-01/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/hello_world/firmware/fw-01/configs/mt_defconfig b/demos/hello_world/firmware/fw-01/configs/mt_defconfig index 814694e3..6570d647 100644 --- a/demos/hello_world/firmware/fw-01/configs/mt_defconfig +++ b/demos/hello_world/firmware/fw-01/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/hello_world/firmware/fw-01/fw-hello.c b/demos/hello_world/firmware/fw-01/fw-hello.c index f66805d9..bcde017c 100644 --- a/demos/hello_world/firmware/fw-01/fw-hello.c +++ b/demos/hello_world/firmware/fw-01/fw-hello.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: CC0-1.0 + * SPDX-License-Identifier: LGPL-2.0-or-later * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/demos/hello_world/firmware/fw-01/trtl-memory.ld b/demos/hello_world/firmware/fw-01/trtl-memory.ld index d6df5e15..f2d7e24f 100644 --- a/demos/hello_world/firmware/fw-01/trtl-memory.ld +++ b/demos/hello_world/firmware/fw-01/trtl-memory.ld @@ -1,10 +1,10 @@ /* - * SPDX-License-Identifier: CC0-1.0 + * SPDX-License-Identifier: LGPL-2.0-or-later * * SPDX-FileCopyrightText: 2019 CERN */ /* - * SPDX-License-Identifier: CC0-1.0 + * SPDX-License-Identifier: LGPL-2.0-or-later * * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/demos/hello_world_framework/Makefile b/demos/hello_world_framework/Makefile index 53ed4938..a8bc28b0 100644 --- a/demos/hello_world_framework/Makefile +++ b/demos/hello_world_framework/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/hello_world_framework/firmware/Makefile b/demos/hello_world_framework/firmware/Makefile index 96f1bfc3..61e04d09 100644 --- a/demos/hello_world_framework/firmware/Makefile +++ b/demos/hello_world_framework/firmware/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/hello_world_framework/firmware/fw-01/Kconfig b/demos/hello_world_framework/firmware/fw-01/Kconfig index 4bda60f1..8594cc3d 100644 --- a/demos/hello_world_framework/firmware/fw-01/Kconfig +++ b/demos/hello_world_framework/firmware/fw-01/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/hello_world_framework/firmware/fw-01/Makefile b/demos/hello_world_framework/firmware/fw-01/Makefile index 0b2c91c9..ae89089a 100755 --- a/demos/hello_world_framework/firmware/fw-01/Makefile +++ b/demos/hello_world_framework/firmware/fw-01/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/hello_world_framework/firmware/fw-01/TBuild b/demos/hello_world_framework/firmware/fw-01/TBuild index 4bf6d172..e5619a98 100644 --- a/demos/hello_world_framework/firmware/fw-01/TBuild +++ b/demos/hello_world_framework/firmware/fw-01/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/hello_world_framework/firmware/fw-01/configs/mt_defconfig b/demos/hello_world_framework/firmware/fw-01/configs/mt_defconfig index bedbdb08..e27e62bd 100644 --- a/demos/hello_world_framework/firmware/fw-01/configs/mt_defconfig +++ b/demos/hello_world_framework/firmware/fw-01/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/hello_world_framework/firmware/fw-01/fw-hellofrm.c b/demos/hello_world_framework/firmware/fw-01/fw-hellofrm.c index 3a4d0749..eaf2a8a4 100644 --- a/demos/hello_world_framework/firmware/fw-01/fw-hellofrm.c +++ b/demos/hello_world_framework/firmware/fw-01/fw-hellofrm.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: CC0-1.0 + * SPDX-License-Identifier: LGPL-2.0-or-later * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/demos/hello_world_framework/firmware/fw-01/trtl-memory.ld b/demos/hello_world_framework/firmware/fw-01/trtl-memory.ld index d6df5e15..f2d7e24f 100644 --- a/demos/hello_world_framework/firmware/fw-01/trtl-memory.ld +++ b/demos/hello_world_framework/firmware/fw-01/trtl-memory.ld @@ -1,10 +1,10 @@ /* - * SPDX-License-Identifier: CC0-1.0 + * SPDX-License-Identifier: LGPL-2.0-or-later * * SPDX-FileCopyrightText: 2019 CERN */ /* - * SPDX-License-Identifier: CC0-1.0 + * SPDX-License-Identifier: LGPL-2.0-or-later * * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/distribution/.gitignore b/distribution/.gitignore index 5376fdcb..ca189e85 100644 --- a/distribution/.gitignore +++ b/distribution/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/distribution/Makefile b/distribution/Makefile index 121e4e3c..599ab1b7 100644 --- a/distribution/Makefile +++ b/distribution/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/doc/.gitignore b/doc/.gitignore index db4d1ea9..dbfcf9ab 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: CC-BY-SA-4.0+ # # SPDX-FileCopyrightText: 2019 CERN diff --git a/doc/Makefile b/doc/Makefile index 29cf8847..be6def6e 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: CC-BY-SA-4.0+ # # SPDX-FileCopyrightText: 2019 CERN diff --git a/doc/doxygen-trtl-config b/doc/doxygen-trtl-config index a6ac02f3..d463da0e 100644 --- a/doc/doxygen-trtl-config +++ b/doc/doxygen-trtl-config @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: CC-BY-SA-4.0+ # # SPDX-FileCopyrightText: 2019 CERN diff --git a/hdl/.gitignore b/hdl/.gitignore index 43702e56..1cd49a96 100644 --- a/hdl/.gitignore +++ b/hdl/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: CERN-OHL-W-2.0 # # SPDX-FileCopyrightText: 2019 CERN diff --git a/hdl/rtl/.gitignore b/hdl/rtl/.gitignore index 10d2f571..aacb5807 100644 --- a/hdl/rtl/.gitignore +++ b/hdl/rtl/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: CERN-OHL-W-2.0 # # SPDX-FileCopyrightText: 2019 CERN diff --git a/hdl/syn/spec_mt_demo/.gitignore b/hdl/syn/spec_mt_demo/.gitignore index 1556cdcd..8d00ace9 100644 --- a/hdl/syn/spec_mt_demo/.gitignore +++ b/hdl/syn/spec_mt_demo/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: CERN-OHL-W-2.0 # # SPDX-FileCopyrightText: 2019 CERN diff --git a/hdl/syn/svec_mt_demo/.gitignore b/hdl/syn/svec_mt_demo/.gitignore index 9d277b66..08708b2a 100644 --- a/hdl/syn/svec_mt_demo/.gitignore +++ b/hdl/syn/svec_mt_demo/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: CERN-OHL-W-2.0 # # SPDX-FileCopyrightText: 2019 CERN diff --git a/hdl/syn/svec_mt_demo_wr/.gitignore b/hdl/syn/svec_mt_demo_wr/.gitignore index c7d2d11d..a16c8c0f 100644 --- a/hdl/syn/svec_mt_demo_wr/.gitignore +++ b/hdl/syn/svec_mt_demo_wr/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: CERN-OHL-W-2.0 # # SPDX-FileCopyrightText: 2019 CERN diff --git a/hdl/testbench/.gitignore b/hdl/testbench/.gitignore index 578bbbec..5df75814 100644 --- a/hdl/testbench/.gitignore +++ b/hdl/testbench/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: CERN-OHL-W-2.0 # # SPDX-FileCopyrightText: 2019 CERN diff --git a/hdl/testbench/Makefile b/hdl/testbench/Makefile index 2d153987..25cf4055 100644 --- a/hdl/testbench/Makefile +++ b/hdl/testbench/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: CERN-OHL-W-2.0 # # SPDX-FileCopyrightText: 2019 CERN diff --git a/hdl/testbench/mock_turtle_core/.gitignore b/hdl/testbench/mock_turtle_core/.gitignore index ffb8c7a1..b6ed5515 100644 --- a/hdl/testbench/mock_turtle_core/.gitignore +++ b/hdl/testbench/mock_turtle_core/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: CERN-OHL-W-2.0 # # SPDX-FileCopyrightText: 2019 CERN diff --git a/hdl/testbench/mt_eth_ep/.gitignore b/hdl/testbench/mt_eth_ep/.gitignore index ffb8c7a1..b6ed5515 100644 --- a/hdl/testbench/mt_eth_ep/.gitignore +++ b/hdl/testbench/mt_eth_ep/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: CERN-OHL-W-2.0 # # SPDX-FileCopyrightText: 2019 CERN diff --git a/hdl/testbench/spec_mt_demo/.gitignore b/hdl/testbench/spec_mt_demo/.gitignore index 5fbea178..1a036460 100644 --- a/hdl/testbench/spec_mt_demo/.gitignore +++ b/hdl/testbench/spec_mt_demo/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: CERN-OHL-W-2.0 # # SPDX-FileCopyrightText: 2019 CERN diff --git a/hdl/testbench/svec_mt_demo/.gitignore b/hdl/testbench/svec_mt_demo/.gitignore index ffb8c7a1..b6ed5515 100644 --- a/hdl/testbench/svec_mt_demo/.gitignore +++ b/hdl/testbench/svec_mt_demo/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: CERN-OHL-W-2.0 # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/.gitignore b/software/.gitignore index 5ac84a45..71e82b4e 100644 --- a/software/.gitignore +++ b/software/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/Makefile b/software/Makefile index 81a0618e..3caec757 100644 --- a/software/Makefile +++ b/software/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/firmware/.gitignore b/software/firmware/.gitignore index 5a594674..5f3626fb 100644 --- a/software/firmware/.gitignore +++ b/software/firmware/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/firmware/Kconfig.mt b/software/firmware/Kconfig.mt index b361cc45..c0ef724f 100644 --- a/software/firmware/Kconfig.mt +++ b/software/firmware/Kconfig.mt @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/firmware/Makefile b/software/firmware/Makefile index 9852cfdc..272905f4 100755 --- a/software/firmware/Makefile +++ b/software/firmware/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/firmware/lib/printf.c b/software/firmware/lib/printf.c index c7d80e68..f7ffbec2 100644 --- a/software/firmware/lib/printf.c +++ b/software/firmware/lib/printf.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: CC0-1.0 + * SPDX-License-Identifier: LGPL-2.0-or-later * SPDX-FileCopyrightText: 2019 CERN (home.cern) * Author: Alessandro Rubini * diff --git a/software/firmware/lib/vsprintf-xint.c b/software/firmware/lib/vsprintf-xint.c index 59126f35..a6036906 100644 --- a/software/firmware/lib/vsprintf-xint.c +++ b/software/firmware/lib/vsprintf-xint.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: CC0-1.0 + * SPDX-License-Identifier: LGPL-2.0-or-later * SPDX-FileCopyrightText: 2019 CERN (home.cern) * Author: Alessandro Rubini * diff --git a/software/firmware/scripts/basic/.gitignore b/software/firmware/scripts/basic/.gitignore index d8cfdeaa..d6ebdcc3 100644 --- a/software/firmware/scripts/basic/.gitignore +++ b/software/firmware/scripts/basic/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/firmware/scripts/kconfig/.gitignore b/software/firmware/scripts/kconfig/.gitignore index a1577e8b..989c8948 100644 --- a/software/firmware/scripts/kconfig/.gitignore +++ b/software/firmware/scripts/kconfig/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/firmware/scripts/kconfig/lxdialog/.gitignore b/software/firmware/scripts/kconfig/lxdialog/.gitignore index 754ce42c..8966949f 100644 --- a/software/firmware/scripts/kconfig/lxdialog/.gitignore +++ b/software/firmware/scripts/kconfig/lxdialog/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/firmware/urv/mockturtle.ld b/software/firmware/urv/mockturtle.ld index d4c6a02c..1221eb48 100644 --- a/software/firmware/urv/mockturtle.ld +++ b/software/firmware/urv/mockturtle.ld @@ -1,10 +1,10 @@ /* - * SPDX-License-Identifier: CC0-1.0 + * SPDX-License-Identifier: LGPL-2.0-or-later * * SPDX-FileCopyrightText: 2019 CERN */ /* - * SPDX-License-Identifier: CC0-1.0 + * SPDX-License-Identifier: LGPL-2.0-or-later * * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/software/firmware/urv/trtl-sections.ld b/software/firmware/urv/trtl-sections.ld index 01977819..b5a2252a 100644 --- a/software/firmware/urv/trtl-sections.ld +++ b/software/firmware/urv/trtl-sections.ld @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: CC0-1.0 + * SPDX-License-Identifier: LGPL-2.0-or-later * * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/software/include/Makefile b/software/include/Makefile index 7af29816..b27d3054 100644 --- a/software/include/Makefile +++ b/software/include/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/include/mockturtle/hw/.gitignore b/software/include/mockturtle/hw/.gitignore index 63ff35ab..9ac10a64 100644 --- a/software/include/mockturtle/hw/.gitignore +++ b/software/include/mockturtle/hw/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/include/mockturtle/hw/Makefile b/software/include/mockturtle/hw/Makefile index ffd8f0eb..ed210dda 100644 --- a/software/include/mockturtle/hw/Makefile +++ b/software/include/mockturtle/hw/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/kernel/.gitignore b/software/kernel/.gitignore index 548e54b5..d51552be 100644 --- a/software/kernel/.gitignore +++ b/software/kernel/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: GPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/kernel/Kbuild b/software/kernel/Kbuild index e2e9488c..3cb87d18 100644 --- a/software/kernel/Kbuild +++ b/software/kernel/Kbuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: GPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/kernel/Makefile b/software/kernel/Makefile index f00becc7..1f933b36 100644 --- a/software/kernel/Makefile +++ b/software/kernel/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: GPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/kernel/dkms.conf b/software/kernel/dkms.conf index 7b7245b9..11e85d1a 100644 --- a/software/kernel/dkms.conf +++ b/software/kernel/dkms.conf @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: GPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/kernel/dkms.mk b/software/kernel/dkms.mk index 245577d6..43269858 100644 --- a/software/kernel/dkms.mk +++ b/software/kernel/dkms.mk @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: GPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/lib/.gitignore b/software/lib/.gitignore index 2601bf5c..8dfe47fb 100644 --- a/software/lib/.gitignore +++ b/software/lib/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/lib/Makefile b/software/lib/Makefile index 068d5656..0164008a 100644 --- a/software/lib/Makefile +++ b/software/lib/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/lib/PyMockTurtle/.gitignore b/software/lib/PyMockTurtle/.gitignore index 382a79a1..da769bf5 100644 --- a/software/lib/PyMockTurtle/.gitignore +++ b/software/lib/PyMockTurtle/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/lib/PyMockTurtle/Makefile b/software/lib/PyMockTurtle/Makefile index ad5f5d77..665f4936 100644 --- a/software/lib/PyMockTurtle/Makefile +++ b/software/lib/PyMockTurtle/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/lib/PyMockTurtle/setup.py b/software/lib/PyMockTurtle/setup.py index 3a88786a..501bd0c5 100644 --- a/software/lib/PyMockTurtle/setup.py +++ b/software/lib/PyMockTurtle/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -SPDX-License-Identifier: CC0-1.0 +SPDX-License-Identifier: LGPL-2.0-or-later SPDX-FileCopyrightText: 2019 CERN """ diff --git a/software/tools/.gitignore b/software/tools/.gitignore index bd5d1027..b01a9273 100644 --- a/software/tools/.gitignore +++ b/software/tools/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/tools/Makefile b/software/tools/Makefile index 1507f312..5d9a8cb0 100644 --- a/software/tools/Makefile +++ b/software/tools/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/tools/trtl-project-creator/templates/CHANGELOG.rst b/software/tools/trtl-project-creator/templates/CHANGELOG.rst index d6bf4b71..2951d0f8 100644 --- a/software/tools/trtl-project-creator/templates/CHANGELOG.rst +++ b/software/tools/trtl-project-creator/templates/CHANGELOG.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC0-1.0 + SPDX-License-Identifier: LGPL-2.0-or-later SPDX-FileCopyrightText: <year> <owner> FIXME choose your license and set the copyright diff --git a/software/tools/trtl-project-creator/templates/README.rst b/software/tools/trtl-project-creator/templates/README.rst index 31c5c3d6..2869f3d1 100644 --- a/software/tools/trtl-project-creator/templates/README.rst +++ b/software/tools/trtl-project-creator/templates/README.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC0-1.0 + SPDX-License-Identifier: LGPL-2.0-or-later SPDX-FileCopyrightText: <year> <owner> FIXME choose your license and set the copyright diff --git a/software/tools/trtl-project-creator/templates/doc/Makefile b/software/tools/trtl-project-creator/templates/doc/Makefile index e1509b68..e7803b74 100644 --- a/software/tools/trtl-project-creator/templates/doc/Makefile +++ b/software/tools/trtl-project-creator/templates/doc/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/tools/trtl-project-creator/templates/doc/doxygen-project-config b/software/tools/trtl-project-creator/templates/doc/doxygen-project-config index e1940acb..75b201c6 100644 --- a/software/tools/trtl-project-creator/templates/doc/doxygen-project-config +++ b/software/tools/trtl-project-creator/templates/doc/doxygen-project-config @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/tools/trtl-project-creator/templates/doc/img/Makefile b/software/tools/trtl-project-creator/templates/doc/img/Makefile index aceff0cd..b23e8c1e 100644 --- a/software/tools/trtl-project-creator/templates/doc/img/Makefile +++ b/software/tools/trtl-project-creator/templates/doc/img/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/tools/trtl-project-creator/templates/software/.gitignore b/software/tools/trtl-project-creator/templates/software/.gitignore index 9df8169a..d9962513 100644 --- a/software/tools/trtl-project-creator/templates/software/.gitignore +++ b/software/tools/trtl-project-creator/templates/software/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/tools/trtl-project-creator/templates/software/Makefile b/software/tools/trtl-project-creator/templates/software/Makefile index d4c31d50..352e32cc 100644 --- a/software/tools/trtl-project-creator/templates/software/Makefile +++ b/software/tools/trtl-project-creator/templates/software/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/tools/trtl-project-creator/templates/software/firmware/Makefile b/software/tools/trtl-project-creator/templates/software/firmware/Makefile index 96f1bfc3..61e04d09 100644 --- a/software/tools/trtl-project-creator/templates/software/firmware/Makefile +++ b/software/tools/trtl-project-creator/templates/software/firmware/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/tools/trtl-project-creator/templates/software/firmware/common/fw-project-common.h b/software/tools/trtl-project-creator/templates/software/firmware/common/fw-project-common.h index 39497921..c6190d2b 100644 --- a/software/tools/trtl-project-creator/templates/software/firmware/common/fw-project-common.h +++ b/software/tools/trtl-project-creator/templates/software/firmware/common/fw-project-common.h @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: CC0-1.0 + * SPDX-License-Identifier: LGPL-2.0-or-later * SPDX-FileCopyrightText: <year> <owner> * * FIXME choose your license and set the copyright diff --git a/software/tools/trtl-project-creator/templates/software/firmware/fw-01/Kconfig b/software/tools/trtl-project-creator/templates/software/firmware/fw-01/Kconfig index 14cde0cd..7488531d 100644 --- a/software/tools/trtl-project-creator/templates/software/firmware/fw-01/Kconfig +++ b/software/tools/trtl-project-creator/templates/software/firmware/fw-01/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/tools/trtl-project-creator/templates/software/firmware/fw-01/Makefile b/software/tools/trtl-project-creator/templates/software/firmware/fw-01/Makefile index a3b7d865..3cb9e90d 100755 --- a/software/tools/trtl-project-creator/templates/software/firmware/fw-01/Makefile +++ b/software/tools/trtl-project-creator/templates/software/firmware/fw-01/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/tools/trtl-project-creator/templates/software/firmware/fw-01/TBuild b/software/tools/trtl-project-creator/templates/software/firmware/fw-01/TBuild index 300abb27..9497f61e 100644 --- a/software/tools/trtl-project-creator/templates/software/firmware/fw-01/TBuild +++ b/software/tools/trtl-project-creator/templates/software/firmware/fw-01/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/tools/trtl-project-creator/templates/software/firmware/fw-01/configs/mt_defconfig b/software/tools/trtl-project-creator/templates/software/firmware/fw-01/configs/mt_defconfig index 95b4a159..34f91ccc 100644 --- a/software/tools/trtl-project-creator/templates/software/firmware/fw-01/configs/mt_defconfig +++ b/software/tools/trtl-project-creator/templates/software/firmware/fw-01/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/tools/trtl-project-creator/templates/software/firmware/fw-01/fw-project.c b/software/tools/trtl-project-creator/templates/software/firmware/fw-01/fw-project.c index e1c89a9f..98a67334 100644 --- a/software/tools/trtl-project-creator/templates/software/firmware/fw-01/fw-project.c +++ b/software/tools/trtl-project-creator/templates/software/firmware/fw-01/fw-project.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: CC0-1.0 + * SPDX-License-Identifier: LGPL-2.0-or-later * SPDX-FileCopyrightText: <year> <owner> * * FIXME choose your license and set the copyright diff --git a/software/tools/trtl-project-creator/templates/software/firmware/fw-01/trtl-memory.ld b/software/tools/trtl-project-creator/templates/software/firmware/fw-01/trtl-memory.ld index e951e338..cc1c3d61 100644 --- a/software/tools/trtl-project-creator/templates/software/firmware/fw-01/trtl-memory.ld +++ b/software/tools/trtl-project-creator/templates/software/firmware/fw-01/trtl-memory.ld @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: CC0-1.0 + * SPDX-License-Identifier: LGPL-2.0-or-later * * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/software/tools/trtl-project-creator/templates/software/include/project-common.h b/software/tools/trtl-project-creator/templates/software/include/project-common.h index 6941f99f..10a53257 100644 --- a/software/tools/trtl-project-creator/templates/software/include/project-common.h +++ b/software/tools/trtl-project-creator/templates/software/include/project-common.h @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: CC0-1.0 + * SPDX-License-Identifier: LGPL-2.0-or-later * SPDX-FileCopyrightText: <year> <owner> * * FIXME choose your license and set the copyright diff --git a/software/tools/trtl-project-creator/templates/software/lib/Makefile b/software/tools/trtl-project-creator/templates/software/lib/Makefile index 9ae60b78..552c0e85 100755 --- a/software/tools/trtl-project-creator/templates/software/lib/Makefile +++ b/software/tools/trtl-project-creator/templates/software/lib/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/tools/trtl-project-creator/templates/software/lib/libproject-internal.h b/software/tools/trtl-project-creator/templates/software/lib/libproject-internal.h index 8ea42886..e9e49137 100644 --- a/software/tools/trtl-project-creator/templates/software/lib/libproject-internal.h +++ b/software/tools/trtl-project-creator/templates/software/lib/libproject-internal.h @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: CC0-1.0 + * SPDX-License-Identifier: LGPL-2.0-or-later * SPDX-FileCopyrightText: <year> <owner> * * FIXME choose your license and set the copyright diff --git a/software/tools/trtl-project-creator/templates/software/lib/libproject.c b/software/tools/trtl-project-creator/templates/software/lib/libproject.c index 75801274..a9bc7ade 100644 --- a/software/tools/trtl-project-creator/templates/software/lib/libproject.c +++ b/software/tools/trtl-project-creator/templates/software/lib/libproject.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: CC0-1.0 + * SPDX-License-Identifier: LGPL-2.0-or-later * SPDX-FileCopyrightText: <year> <owner> * * FIXME choose your license and set the copyright diff --git a/software/tools/trtl-project-creator/templates/software/lib/libproject.h b/software/tools/trtl-project-creator/templates/software/lib/libproject.h index 6eaedaf6..65b3b22d 100644 --- a/software/tools/trtl-project-creator/templates/software/lib/libproject.h +++ b/software/tools/trtl-project-creator/templates/software/lib/libproject.h @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: CC0-1.0 + * SPDX-License-Identifier: LGPL-2.0-or-later * SPDX-FileCopyrightText: <year> <owner> * * FIXME choose your license and set the copyright diff --git a/software/tools/trtl-project-creator/templates/software/tools/Makefile b/software/tools/trtl-project-creator/templates/software/tools/Makefile index 9d8eaa83..0c517ea5 100755 --- a/software/tools/trtl-project-creator/templates/software/tools/Makefile +++ b/software/tools/trtl-project-creator/templates/software/tools/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/udev/rules.d/70-trtl.rules b/software/udev/rules.d/70-trtl.rules index d578cb7d..5b0f9d28 100644 --- a/software/udev/rules.d/70-trtl.rules +++ b/software/udev/rules.d/70-trtl.rules @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/.gitignore b/tests/firmware/.gitignore index 34146acd..adfc406d 100644 --- a/tests/firmware/.gitignore +++ b/tests/firmware/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/Makefile b/tests/firmware/Makefile index e81dc0ac..2fc393e3 100644 --- a/tests/firmware/Makefile +++ b/tests/firmware/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/config_rom/Kconfig b/tests/firmware/config_rom/Kconfig index 2cd4610c..e5b02b16 100644 --- a/tests/firmware/config_rom/Kconfig +++ b/tests/firmware/config_rom/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/config_rom/Makefile b/tests/firmware/config_rom/Makefile index 1b7474c7..69b485ff 100644 --- a/tests/firmware/config_rom/Makefile +++ b/tests/firmware/config_rom/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/config_rom/TBuild b/tests/firmware/config_rom/TBuild index 71a52543..b1c4d651 100644 --- a/tests/firmware/config_rom/TBuild +++ b/tests/firmware/config_rom/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/config_rom/configs/mt_defconfig b/tests/firmware/config_rom/configs/mt_defconfig index 766833de..4a12d8ea 100644 --- a/tests/firmware/config_rom/configs/mt_defconfig +++ b/tests/firmware/config_rom/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/cpu-byte-addressing/Kconfig b/tests/firmware/cpu-byte-addressing/Kconfig index 2cd4610c..e5b02b16 100644 --- a/tests/firmware/cpu-byte-addressing/Kconfig +++ b/tests/firmware/cpu-byte-addressing/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/cpu-byte-addressing/Makefile b/tests/firmware/cpu-byte-addressing/Makefile index 1b7474c7..69b485ff 100644 --- a/tests/firmware/cpu-byte-addressing/Makefile +++ b/tests/firmware/cpu-byte-addressing/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/cpu-byte-addressing/TBuild b/tests/firmware/cpu-byte-addressing/TBuild index c77049a0..11ca5e44 100644 --- a/tests/firmware/cpu-byte-addressing/TBuild +++ b/tests/firmware/cpu-byte-addressing/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/cpu-byte-addressing/configs/mt_defconfig b/tests/firmware/cpu-byte-addressing/configs/mt_defconfig index a515d889..15cd7d59 100644 --- a/tests/firmware/cpu-byte-addressing/configs/mt_defconfig +++ b/tests/firmware/cpu-byte-addressing/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/cpu-loop/Kconfig b/tests/firmware/cpu-loop/Kconfig index 9d5617f4..55942879 100644 --- a/tests/firmware/cpu-loop/Kconfig +++ b/tests/firmware/cpu-loop/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/cpu-loop/Makefile b/tests/firmware/cpu-loop/Makefile index 1b7474c7..69b485ff 100644 --- a/tests/firmware/cpu-loop/Makefile +++ b/tests/firmware/cpu-loop/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/cpu-loop/TBuild b/tests/firmware/cpu-loop/TBuild index 05fdaafa..860433d1 100644 --- a/tests/firmware/cpu-loop/TBuild +++ b/tests/firmware/cpu-loop/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/cpu-loop/configs/mt_defconfig b/tests/firmware/cpu-loop/configs/mt_defconfig index 3bba106a..54907274 100644 --- a/tests/firmware/cpu-loop/configs/mt_defconfig +++ b/tests/firmware/cpu-loop/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/cpu-notify/Kconfig b/tests/firmware/cpu-notify/Kconfig index 2cd4610c..e5b02b16 100644 --- a/tests/firmware/cpu-notify/Kconfig +++ b/tests/firmware/cpu-notify/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/cpu-notify/Makefile b/tests/firmware/cpu-notify/Makefile index 1b7474c7..69b485ff 100644 --- a/tests/firmware/cpu-notify/Makefile +++ b/tests/firmware/cpu-notify/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/cpu-notify/TBuild b/tests/firmware/cpu-notify/TBuild index 00918fad..daaaa678 100644 --- a/tests/firmware/cpu-notify/TBuild +++ b/tests/firmware/cpu-notify/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/cpu-notify/configs/mt_defconfig b/tests/firmware/cpu-notify/configs/mt_defconfig index a515d889..15cd7d59 100644 --- a/tests/firmware/cpu-notify/configs/mt_defconfig +++ b/tests/firmware/cpu-notify/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/hmq-async-recv/Kconfig b/tests/firmware/hmq-async-recv/Kconfig index 1e5aed5a..d3979803 100644 --- a/tests/firmware/hmq-async-recv/Kconfig +++ b/tests/firmware/hmq-async-recv/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/hmq-async-recv/Makefile b/tests/firmware/hmq-async-recv/Makefile index 1b7474c7..69b485ff 100644 --- a/tests/firmware/hmq-async-recv/Makefile +++ b/tests/firmware/hmq-async-recv/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/hmq-async-recv/TBuild b/tests/firmware/hmq-async-recv/TBuild index 2e926a2a..f765338c 100644 --- a/tests/firmware/hmq-async-recv/TBuild +++ b/tests/firmware/hmq-async-recv/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/hmq-async-recv/configs/mt_defconfig b/tests/firmware/hmq-async-recv/configs/mt_defconfig index ac976572..e8e5611b 100644 --- a/tests/firmware/hmq-async-recv/configs/mt_defconfig +++ b/tests/firmware/hmq-async-recv/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/hmq-async-send/Kconfig b/tests/firmware/hmq-async-send/Kconfig index 50c8b341..acb0adae 100644 --- a/tests/firmware/hmq-async-send/Kconfig +++ b/tests/firmware/hmq-async-send/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/hmq-async-send/Makefile b/tests/firmware/hmq-async-send/Makefile index 1b7474c7..69b485ff 100644 --- a/tests/firmware/hmq-async-send/Makefile +++ b/tests/firmware/hmq-async-send/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/hmq-async-send/TBuild b/tests/firmware/hmq-async-send/TBuild index 5ca9998d..67b1985e 100644 --- a/tests/firmware/hmq-async-send/TBuild +++ b/tests/firmware/hmq-async-send/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/hmq-async-send/configs/mt_defconfig b/tests/firmware/hmq-async-send/configs/mt_defconfig index 2748bc1a..2fd6bb90 100644 --- a/tests/firmware/hmq-async-send/configs/mt_defconfig +++ b/tests/firmware/hmq-async-send/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/hmq-purge/Kconfig b/tests/firmware/hmq-purge/Kconfig index 246da9af..8dec0f81 100644 --- a/tests/firmware/hmq-purge/Kconfig +++ b/tests/firmware/hmq-purge/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/hmq-purge/Makefile b/tests/firmware/hmq-purge/Makefile index 1b7474c7..69b485ff 100644 --- a/tests/firmware/hmq-purge/Makefile +++ b/tests/firmware/hmq-purge/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/hmq-purge/TBuild b/tests/firmware/hmq-purge/TBuild index 350e604b..3b251a9b 100644 --- a/tests/firmware/hmq-purge/TBuild +++ b/tests/firmware/hmq-purge/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/hmq-purge/configs/mt_defconfig b/tests/firmware/hmq-purge/configs/mt_defconfig index 9d4350c8..e984de18 100644 --- a/tests/firmware/hmq-purge/configs/mt_defconfig +++ b/tests/firmware/hmq-purge/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/hmq-sync/Kconfig b/tests/firmware/hmq-sync/Kconfig index 50c8b341..acb0adae 100644 --- a/tests/firmware/hmq-sync/Kconfig +++ b/tests/firmware/hmq-sync/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/hmq-sync/Makefile b/tests/firmware/hmq-sync/Makefile index 1b7474c7..69b485ff 100644 --- a/tests/firmware/hmq-sync/Makefile +++ b/tests/firmware/hmq-sync/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/hmq-sync/TBuild b/tests/firmware/hmq-sync/TBuild index 172c725d..f2d98528 100644 --- a/tests/firmware/hmq-sync/TBuild +++ b/tests/firmware/hmq-sync/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/hmq-sync/configs/mt_defconfig b/tests/firmware/hmq-sync/configs/mt_defconfig index 2748bc1a..2fd6bb90 100644 --- a/tests/firmware/hmq-sync/configs/mt_defconfig +++ b/tests/firmware/hmq-sync/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/rmq-udp-send/Kconfig b/tests/firmware/rmq-udp-send/Kconfig index b26bbdc6..f46983c7 100644 --- a/tests/firmware/rmq-udp-send/Kconfig +++ b/tests/firmware/rmq-udp-send/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/rmq-udp-send/Makefile b/tests/firmware/rmq-udp-send/Makefile index 1b7474c7..69b485ff 100644 --- a/tests/firmware/rmq-udp-send/Makefile +++ b/tests/firmware/rmq-udp-send/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/rmq-udp-send/TBuild b/tests/firmware/rmq-udp-send/TBuild index 1d689c1c..dbaf9984 100644 --- a/tests/firmware/rmq-udp-send/TBuild +++ b/tests/firmware/rmq-udp-send/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/rmq-udp-send/configs/mt_defconfig b/tests/firmware/rmq-udp-send/configs/mt_defconfig index 6df92f42..a51d8864 100644 --- a/tests/firmware/rmq-udp-send/configs/mt_defconfig +++ b/tests/firmware/rmq-udp-send/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/rt-frm/Kconfig b/tests/firmware/rt-frm/Kconfig index 8a2e4c3e..a41ce34e 100644 --- a/tests/firmware/rt-frm/Kconfig +++ b/tests/firmware/rt-frm/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/rt-frm/Makefile b/tests/firmware/rt-frm/Makefile index 1b7474c7..69b485ff 100755 --- a/tests/firmware/rt-frm/Makefile +++ b/tests/firmware/rt-frm/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/rt-frm/TBuild b/tests/firmware/rt-frm/TBuild index ef5e6b53..f1f293e6 100644 --- a/tests/firmware/rt-frm/TBuild +++ b/tests/firmware/rt-frm/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/rt-frm/configs/mt_defconfig b/tests/firmware/rt-frm/configs/mt_defconfig index 41a33503..e4f0610f 100644 --- a/tests/firmware/rt-frm/configs/mt_defconfig +++ b/tests/firmware/rt-frm/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/serial/Kconfig b/tests/firmware/serial/Kconfig index f25e1d9e..20a25850 100644 --- a/tests/firmware/serial/Kconfig +++ b/tests/firmware/serial/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/serial/Makefile b/tests/firmware/serial/Makefile index 1b7474c7..69b485ff 100644 --- a/tests/firmware/serial/Makefile +++ b/tests/firmware/serial/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/serial/TBuild b/tests/firmware/serial/TBuild index 07cdfeda..d2ca965c 100644 --- a/tests/firmware/serial/TBuild +++ b/tests/firmware/serial/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/serial/configs/mt_defconfig b/tests/firmware/serial/configs/mt_defconfig index 971c91ff..51a7e556 100644 --- a/tests/firmware/serial/configs/mt_defconfig +++ b/tests/firmware/serial/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/sim-verif/Kconfig b/tests/firmware/sim-verif/Kconfig index 1b8f3be5..198e1f75 100644 --- a/tests/firmware/sim-verif/Kconfig +++ b/tests/firmware/sim-verif/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/sim-verif/Makefile b/tests/firmware/sim-verif/Makefile index 1b7474c7..69b485ff 100644 --- a/tests/firmware/sim-verif/Makefile +++ b/tests/firmware/sim-verif/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/sim-verif/TBuild b/tests/firmware/sim-verif/TBuild index 58726959..67191cb0 100644 --- a/tests/firmware/sim-verif/TBuild +++ b/tests/firmware/sim-verif/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/sim-verif/configs/mt_defconfig b/tests/firmware/sim-verif/configs/mt_defconfig index ba67b80e..1007783a 100644 --- a/tests/firmware/sim-verif/configs/mt_defconfig +++ b/tests/firmware/sim-verif/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/trtl-memory.ld b/tests/firmware/trtl-memory.ld index 396658ad..055956b2 100644 --- a/tests/firmware/trtl-memory.ld +++ b/tests/firmware/trtl-memory.ld @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: CC0-1.0 + * SPDX-License-Identifier: LGPL-2.0-or-later * * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/tests/pytest.ini b/tests/pytest.ini index 8fd644a0..704c183f 100644 --- a/tests/pytest.ini +++ b/tests/pytest.ini @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: LGPL-2.0-or-later # # SPDX-FileCopyrightText: 2019 CERN -- GitLab From f6c9d4abb56f4039f26ec40df086c12cc5d6f8ff Mon Sep 17 00:00:00 2001 From: Federico Vaga <federico.vaga@cern.ch> Date: Fri, 11 Nov 2022 14:45:13 +0100 Subject: [PATCH 3/7] fix license typo 2.0 -> 2.1 Signed-off-by: Federico Vaga <federico.vaga@cern.ch> --- .gitignore | 2 +- .gitlab-ci.yml | 2 +- .gitmodules | 2 +- .koji | 2 +- LICENSES/GPL-2.0.txt | 1 - LICENSES/SHL-2.0 | 64 ------------------- Makefile | 2 +- demos/.gitignore | 2 +- demos/Makefile | 2 +- demos/alarm_clock/Makefile | 2 +- demos/alarm_clock/firmware/Makefile | 2 +- demos/alarm_clock/firmware/fw-01/Kconfig | 2 +- demos/alarm_clock/firmware/fw-01/Makefile | 2 +- demos/alarm_clock/firmware/fw-01/TBuild | 2 +- .../firmware/fw-01/configs/mt_defconfig | 2 +- .../alarm_clock/firmware/fw-01/trtl-memory.ld | 4 +- demos/data_generator/Makefile | 2 +- demos/data_generator/firmware/Makefile | 2 +- demos/data_generator/firmware/fw-01/Kconfig | 2 +- demos/data_generator/firmware/fw-01/Makefile | 2 +- demos/data_generator/firmware/fw-01/TBuild | 2 +- .../firmware/fw-01/configs/mt_defconfig | 2 +- .../firmware/fw-01/trtl-memory.ld | 4 +- demos/fmc-spec-carrier/project.mk | 2 +- demos/fmc-spec-carrier/software/.gitignore | 2 +- demos/fmc-spec-carrier/software/Makefile | 2 +- .../software/firmware/Makefile | 2 +- .../software/firmware/fw-01/Kconfig | 2 +- .../software/firmware/fw-01/Makefile | 2 +- .../software/firmware/fw-01/TBuild | 2 +- .../firmware/fw-01/configs/mt_defconfig | 2 +- .../software/firmware/fw-01/trtl-memory.ld | 4 +- .../software/firmware/fw-02/Kconfig | 2 +- .../software/firmware/fw-02/Makefile | 2 +- .../software/firmware/fw-02/TBuild | 2 +- .../firmware/fw-02/configs/mt_defconfig | 2 +- .../software/firmware/fw-02/trtl-memory.ld | 4 +- demos/fmc-spec-carrier/software/lib/Makefile | 2 +- .../software/tools/.gitignore | 2 +- .../fmc-spec-carrier/software/tools/Makefile | 2 +- demos/fmc-svec-carrier/project.mk | 2 +- demos/fmc-svec-carrier/software/.gitignore | 2 +- demos/fmc-svec-carrier/software/Makefile | 2 +- .../software/firmware/Makefile | 2 +- .../software/firmware/fw-01/Kconfig | 2 +- .../software/firmware/fw-01/Makefile | 2 +- .../software/firmware/fw-01/TBuild | 2 +- .../firmware/fw-01/configs/mt_defconfig | 2 +- .../software/firmware/fw-01/trtl-memory.ld | 4 +- .../software/firmware/fw-02/Kconfig | 2 +- .../software/firmware/fw-02/Makefile | 2 +- .../software/firmware/fw-02/TBuild | 2 +- .../firmware/fw-02/configs/mt_defconfig | 2 +- .../software/firmware/fw-02/trtl-memory.ld | 4 +- demos/fmc-svec-carrier/software/lib/Makefile | 2 +- .../software/tools/.gitignore | 2 +- .../fmc-svec-carrier/software/tools/Makefile | 2 +- demos/hello_world/Makefile | 2 +- demos/hello_world/firmware/Makefile | 2 +- demos/hello_world/firmware/fw-01/Kconfig | 2 +- demos/hello_world/firmware/fw-01/Makefile | 2 +- demos/hello_world/firmware/fw-01/TBuild | 2 +- .../firmware/fw-01/configs/mt_defconfig | 2 +- demos/hello_world/firmware/fw-01/fw-hello.c | 2 +- .../hello_world/firmware/fw-01/trtl-memory.ld | 4 +- demos/hello_world_framework/Makefile | 2 +- demos/hello_world_framework/firmware/Makefile | 2 +- .../firmware/fw-01/Kconfig | 2 +- .../firmware/fw-01/Makefile | 2 +- .../firmware/fw-01/TBuild | 2 +- .../firmware/fw-01/configs/mt_defconfig | 2 +- .../firmware/fw-01/fw-hellofrm.c | 2 +- .../firmware/fw-01/trtl-memory.ld | 4 +- distribution/.gitignore | 2 +- distribution/Makefile | 2 +- software/.gitignore | 2 +- software/Makefile | 2 +- software/firmware/.gitignore | 2 +- software/firmware/Kconfig.mt | 2 +- software/firmware/Makefile | 2 +- software/firmware/lib/printf.c | 2 +- software/firmware/lib/vsprintf-xint.c | 2 +- software/firmware/scripts/basic/.gitignore | 2 +- software/firmware/scripts/kconfig/.gitignore | 2 +- .../scripts/kconfig/lxdialog/.gitignore | 2 +- software/firmware/urv/mockturtle.ld | 4 +- software/firmware/urv/trtl-sections.ld | 2 +- software/include/Makefile | 2 +- software/include/mockturtle/hw/.gitignore | 2 +- software/include/mockturtle/hw/Makefile | 2 +- software/lib/.gitignore | 2 +- software/lib/Makefile | 2 +- software/lib/PyMockTurtle/.gitignore | 2 +- software/lib/PyMockTurtle/Makefile | 2 +- software/lib/PyMockTurtle/setup.py | 2 +- software/tools/.gitignore | 2 +- software/tools/Makefile | 2 +- .../templates/CHANGELOG.rst | 2 +- .../trtl-project-creator/templates/README.rst | 2 +- .../templates/doc/Makefile | 2 +- .../templates/doc/doxygen-project-config | 2 +- .../templates/doc/img/Makefile | 2 +- .../templates/software/.gitignore | 2 +- .../templates/software/Makefile | 2 +- .../templates/software/firmware/Makefile | 2 +- .../firmware/common/fw-project-common.h | 2 +- .../templates/software/firmware/fw-01/Kconfig | 2 +- .../software/firmware/fw-01/Makefile | 2 +- .../templates/software/firmware/fw-01/TBuild | 2 +- .../firmware/fw-01/configs/mt_defconfig | 2 +- .../software/firmware/fw-01/fw-project.c | 2 +- .../software/firmware/fw-01/trtl-memory.ld | 2 +- .../software/include/project-common.h | 2 +- .../templates/software/lib/Makefile | 2 +- .../software/lib/libproject-internal.h | 2 +- .../templates/software/lib/libproject.c | 2 +- .../templates/software/lib/libproject.h | 2 +- .../templates/software/tools/Makefile | 2 +- software/udev/rules.d/70-trtl.rules | 2 +- tests/firmware/.gitignore | 2 +- tests/firmware/Makefile | 2 +- tests/firmware/config_rom/Kconfig | 2 +- tests/firmware/config_rom/Makefile | 2 +- tests/firmware/config_rom/TBuild | 2 +- .../firmware/config_rom/configs/mt_defconfig | 2 +- tests/firmware/cpu-byte-addressing/Kconfig | 2 +- tests/firmware/cpu-byte-addressing/Makefile | 2 +- tests/firmware/cpu-byte-addressing/TBuild | 2 +- .../cpu-byte-addressing/configs/mt_defconfig | 2 +- tests/firmware/cpu-loop/Kconfig | 2 +- tests/firmware/cpu-loop/Makefile | 2 +- tests/firmware/cpu-loop/TBuild | 2 +- tests/firmware/cpu-loop/configs/mt_defconfig | 2 +- tests/firmware/cpu-notify/Kconfig | 2 +- tests/firmware/cpu-notify/Makefile | 2 +- tests/firmware/cpu-notify/TBuild | 2 +- .../firmware/cpu-notify/configs/mt_defconfig | 2 +- tests/firmware/hmq-async-recv/Kconfig | 2 +- tests/firmware/hmq-async-recv/Makefile | 2 +- tests/firmware/hmq-async-recv/TBuild | 2 +- .../hmq-async-recv/configs/mt_defconfig | 2 +- tests/firmware/hmq-async-send/Kconfig | 2 +- tests/firmware/hmq-async-send/Makefile | 2 +- tests/firmware/hmq-async-send/TBuild | 2 +- .../hmq-async-send/configs/mt_defconfig | 2 +- tests/firmware/hmq-purge/Kconfig | 2 +- tests/firmware/hmq-purge/Makefile | 2 +- tests/firmware/hmq-purge/TBuild | 2 +- tests/firmware/hmq-purge/configs/mt_defconfig | 2 +- tests/firmware/hmq-sync/Kconfig | 2 +- tests/firmware/hmq-sync/Makefile | 2 +- tests/firmware/hmq-sync/TBuild | 2 +- tests/firmware/hmq-sync/configs/mt_defconfig | 2 +- tests/firmware/rmq-udp-send/Kconfig | 2 +- tests/firmware/rmq-udp-send/Makefile | 2 +- tests/firmware/rmq-udp-send/TBuild | 2 +- .../rmq-udp-send/configs/mt_defconfig | 2 +- tests/firmware/rt-frm/Kconfig | 2 +- tests/firmware/rt-frm/Makefile | 2 +- tests/firmware/rt-frm/TBuild | 2 +- tests/firmware/rt-frm/configs/mt_defconfig | 2 +- tests/firmware/serial/Kconfig | 2 +- tests/firmware/serial/Makefile | 2 +- tests/firmware/serial/TBuild | 2 +- tests/firmware/serial/configs/mt_defconfig | 2 +- tests/firmware/sim-verif/Kconfig | 2 +- tests/firmware/sim-verif/Makefile | 2 +- tests/firmware/sim-verif/TBuild | 2 +- tests/firmware/sim-verif/configs/mt_defconfig | 2 +- tests/firmware/trtl-memory.ld | 2 +- tests/pytest.ini | 2 +- 171 files changed, 178 insertions(+), 243 deletions(-) delete mode 120000 LICENSES/GPL-2.0.txt delete mode 100644 LICENSES/SHL-2.0 diff --git a/.gitignore b/.gitignore index 47c17e7c..08c6a542 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8980ed3a..5ca8cae1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/.gitmodules b/.gitmodules index f3571469..0ded5989 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/.koji b/.koji index f3dadae8..b70e36a7 100644 --- a/.koji +++ b/.koji @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/LICENSES/GPL-2.0.txt b/LICENSES/GPL-2.0.txt deleted file mode 120000 index ec035b64..00000000 --- a/LICENSES/GPL-2.0.txt +++ /dev/null @@ -1 +0,0 @@ -GPL-2.0-or-later.txt \ No newline at end of file diff --git a/LICENSES/SHL-2.0 b/LICENSES/SHL-2.0 deleted file mode 100644 index 1c30e808..00000000 --- a/LICENSES/SHL-2.0 +++ /dev/null @@ -1,64 +0,0 @@ -# Solderpad Hardware Licence Version 2.0 - -This licence (the “Licenceâ€) operates as a wraparound licence to the -Apache License Version 2.0 (the “Apache Licenseâ€) and grants to You -the rights, and imposes the obligations, set out in the Apache License -(which can be found here: http://apache.org/licenses/LICENSE-2.0), -with the following extensions. It must be read in conjunction with the -Apache License. Section 1 below modifies definitions in the Apache -License, and section 2 below replaces sections 2 of the Apache -License. You may, at your option, choose to treat any Work released -under this License as released under the Apache License (thus ignoring -all sections written below entirely). Words in italics indicate -changes rom the Apache License, but are indicative and not to be taken -into account in interpretation. - -1. The definitions set out in the Apache License are modified as -follows: - -Copyright - any reference to ‘copyright’ (whether capitalised or not) - includes ‘Rights’ (as defined below). - -Contribution - also includes any design, as well as any work of - authorship. - -Derivative Works - shall not include works that remain reversibly separable - from, or merely link (or bind by name) or physically - connect to or interoperate with the interfaces of the Work - and Derivative Works thereof. - -Object form - shall mean any form resulting from mechanical transformation or - translation of a Source form or the application of a Source form to - physical material, including but not limited to compiled object code, - generated documentation, the instantiation of a hardware design or - physical object and conversions to other media types, including - intermediate forms such as bytecodes, FPGA bitstreams, moulds, artwork - and semiconductor topographies (mask works). - -Rights - means copyright and any similar right including design right - (whether registered or unregistered), semiconductor topography (mask) - rights and database rights (but excluding Patents and Trademarks). - -Source form - shall mean the preferred form for making modifications, - including but not limited to source code, net lists, board layouts, - CAD files, documentation source, and configuration files. - -Work - also includes a design or work of authorship, whether in Source - form or other Object form. - -2. Grant of Licence - -2.1 Subject to the terms and conditions of this License, each -Contributor hereby grants to You a perpetual, worldwide, -non-exclusive, no-charge, royalty-free, irrevocable license under the -Rights to reproduce, prepare Derivative Works of, make, adapt, repair, -publicly display, publicly perform, sublicense, and distribute the -Work and such Derivative Works in Source or Object form and do -anything in relation to the Work as if the Rights did not exist. diff --git a/Makefile b/Makefile index b3e451de..6fa68da9 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/.gitignore b/demos/.gitignore index 6c4ac53a..68268984 100644 --- a/demos/.gitignore +++ b/demos/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/Makefile b/demos/Makefile index 40ae6ccc..74389c36 100644 --- a/demos/Makefile +++ b/demos/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/alarm_clock/Makefile b/demos/alarm_clock/Makefile index a8bc28b0..3a1cf523 100644 --- a/demos/alarm_clock/Makefile +++ b/demos/alarm_clock/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/alarm_clock/firmware/Makefile b/demos/alarm_clock/firmware/Makefile index 61e04d09..6f8194c3 100644 --- a/demos/alarm_clock/firmware/Makefile +++ b/demos/alarm_clock/firmware/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/alarm_clock/firmware/fw-01/Kconfig b/demos/alarm_clock/firmware/fw-01/Kconfig index 29032c9c..64150390 100644 --- a/demos/alarm_clock/firmware/fw-01/Kconfig +++ b/demos/alarm_clock/firmware/fw-01/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/alarm_clock/firmware/fw-01/Makefile b/demos/alarm_clock/firmware/fw-01/Makefile index ae89089a..18673595 100755 --- a/demos/alarm_clock/firmware/fw-01/Makefile +++ b/demos/alarm_clock/firmware/fw-01/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/alarm_clock/firmware/fw-01/TBuild b/demos/alarm_clock/firmware/fw-01/TBuild index 68123146..e90b1f9e 100644 --- a/demos/alarm_clock/firmware/fw-01/TBuild +++ b/demos/alarm_clock/firmware/fw-01/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/alarm_clock/firmware/fw-01/configs/mt_defconfig b/demos/alarm_clock/firmware/fw-01/configs/mt_defconfig index d26e72f0..8b8b634a 100644 --- a/demos/alarm_clock/firmware/fw-01/configs/mt_defconfig +++ b/demos/alarm_clock/firmware/fw-01/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/alarm_clock/firmware/fw-01/trtl-memory.ld b/demos/alarm_clock/firmware/fw-01/trtl-memory.ld index f2d7e24f..5c1600f9 100644 --- a/demos/alarm_clock/firmware/fw-01/trtl-memory.ld +++ b/demos/alarm_clock/firmware/fw-01/trtl-memory.ld @@ -1,10 +1,10 @@ /* - * SPDX-License-Identifier: LGPL-2.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * * SPDX-FileCopyrightText: 2019 CERN */ /* - * SPDX-License-Identifier: LGPL-2.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/demos/data_generator/Makefile b/demos/data_generator/Makefile index a8bc28b0..3a1cf523 100644 --- a/demos/data_generator/Makefile +++ b/demos/data_generator/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/data_generator/firmware/Makefile b/demos/data_generator/firmware/Makefile index 61e04d09..6f8194c3 100644 --- a/demos/data_generator/firmware/Makefile +++ b/demos/data_generator/firmware/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/data_generator/firmware/fw-01/Kconfig b/demos/data_generator/firmware/fw-01/Kconfig index 144df728..cfc9ea30 100644 --- a/demos/data_generator/firmware/fw-01/Kconfig +++ b/demos/data_generator/firmware/fw-01/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/data_generator/firmware/fw-01/Makefile b/demos/data_generator/firmware/fw-01/Makefile index ae89089a..18673595 100755 --- a/demos/data_generator/firmware/fw-01/Makefile +++ b/demos/data_generator/firmware/fw-01/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/data_generator/firmware/fw-01/TBuild b/demos/data_generator/firmware/fw-01/TBuild index 7c52fe71..02832632 100644 --- a/demos/data_generator/firmware/fw-01/TBuild +++ b/demos/data_generator/firmware/fw-01/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/data_generator/firmware/fw-01/configs/mt_defconfig b/demos/data_generator/firmware/fw-01/configs/mt_defconfig index 52a2f5fa..79b47126 100644 --- a/demos/data_generator/firmware/fw-01/configs/mt_defconfig +++ b/demos/data_generator/firmware/fw-01/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/data_generator/firmware/fw-01/trtl-memory.ld b/demos/data_generator/firmware/fw-01/trtl-memory.ld index f2d7e24f..5c1600f9 100644 --- a/demos/data_generator/firmware/fw-01/trtl-memory.ld +++ b/demos/data_generator/firmware/fw-01/trtl-memory.ld @@ -1,10 +1,10 @@ /* - * SPDX-License-Identifier: LGPL-2.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * * SPDX-FileCopyrightText: 2019 CERN */ /* - * SPDX-License-Identifier: LGPL-2.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/demos/fmc-spec-carrier/project.mk b/demos/fmc-spec-carrier/project.mk index cbf46747..393f48c5 100644 --- a/demos/fmc-spec-carrier/project.mk +++ b/demos/fmc-spec-carrier/project.mk @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-spec-carrier/software/.gitignore b/demos/fmc-spec-carrier/software/.gitignore index 899bb2fa..f86507c5 100644 --- a/demos/fmc-spec-carrier/software/.gitignore +++ b/demos/fmc-spec-carrier/software/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-spec-carrier/software/Makefile b/demos/fmc-spec-carrier/software/Makefile index 5b131996..b4a9a901 100644 --- a/demos/fmc-spec-carrier/software/Makefile +++ b/demos/fmc-spec-carrier/software/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-spec-carrier/software/firmware/Makefile b/demos/fmc-spec-carrier/software/firmware/Makefile index 62cf61d5..2cf82a7c 100644 --- a/demos/fmc-spec-carrier/software/firmware/Makefile +++ b/demos/fmc-spec-carrier/software/firmware/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-spec-carrier/software/firmware/fw-01/Kconfig b/demos/fmc-spec-carrier/software/firmware/fw-01/Kconfig index 2496efc5..5e3dd9b8 100644 --- a/demos/fmc-spec-carrier/software/firmware/fw-01/Kconfig +++ b/demos/fmc-spec-carrier/software/firmware/fw-01/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-spec-carrier/software/firmware/fw-01/Makefile b/demos/fmc-spec-carrier/software/firmware/fw-01/Makefile index 5a156323..189a9848 100755 --- a/demos/fmc-spec-carrier/software/firmware/fw-01/Makefile +++ b/demos/fmc-spec-carrier/software/firmware/fw-01/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-spec-carrier/software/firmware/fw-01/TBuild b/demos/fmc-spec-carrier/software/firmware/fw-01/TBuild index ba30a5fd..4f86046b 100644 --- a/demos/fmc-spec-carrier/software/firmware/fw-01/TBuild +++ b/demos/fmc-spec-carrier/software/firmware/fw-01/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-spec-carrier/software/firmware/fw-01/configs/mt_defconfig b/demos/fmc-spec-carrier/software/firmware/fw-01/configs/mt_defconfig index 9644737b..08bc1000 100644 --- a/demos/fmc-spec-carrier/software/firmware/fw-01/configs/mt_defconfig +++ b/demos/fmc-spec-carrier/software/firmware/fw-01/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-spec-carrier/software/firmware/fw-01/trtl-memory.ld b/demos/fmc-spec-carrier/software/firmware/fw-01/trtl-memory.ld index f2d7e24f..5c1600f9 100644 --- a/demos/fmc-spec-carrier/software/firmware/fw-01/trtl-memory.ld +++ b/demos/fmc-spec-carrier/software/firmware/fw-01/trtl-memory.ld @@ -1,10 +1,10 @@ /* - * SPDX-License-Identifier: LGPL-2.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * * SPDX-FileCopyrightText: 2019 CERN */ /* - * SPDX-License-Identifier: LGPL-2.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/demos/fmc-spec-carrier/software/firmware/fw-02/Kconfig b/demos/fmc-spec-carrier/software/firmware/fw-02/Kconfig index a783684b..61d24371 100644 --- a/demos/fmc-spec-carrier/software/firmware/fw-02/Kconfig +++ b/demos/fmc-spec-carrier/software/firmware/fw-02/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-spec-carrier/software/firmware/fw-02/Makefile b/demos/fmc-spec-carrier/software/firmware/fw-02/Makefile index 5a156323..189a9848 100755 --- a/demos/fmc-spec-carrier/software/firmware/fw-02/Makefile +++ b/demos/fmc-spec-carrier/software/firmware/fw-02/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-spec-carrier/software/firmware/fw-02/TBuild b/demos/fmc-spec-carrier/software/firmware/fw-02/TBuild index 1fcefa49..d439b693 100644 --- a/demos/fmc-spec-carrier/software/firmware/fw-02/TBuild +++ b/demos/fmc-spec-carrier/software/firmware/fw-02/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-spec-carrier/software/firmware/fw-02/configs/mt_defconfig b/demos/fmc-spec-carrier/software/firmware/fw-02/configs/mt_defconfig index 05081bb8..eeea81da 100644 --- a/demos/fmc-spec-carrier/software/firmware/fw-02/configs/mt_defconfig +++ b/demos/fmc-spec-carrier/software/firmware/fw-02/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-spec-carrier/software/firmware/fw-02/trtl-memory.ld b/demos/fmc-spec-carrier/software/firmware/fw-02/trtl-memory.ld index f2d7e24f..5c1600f9 100644 --- a/demos/fmc-spec-carrier/software/firmware/fw-02/trtl-memory.ld +++ b/demos/fmc-spec-carrier/software/firmware/fw-02/trtl-memory.ld @@ -1,10 +1,10 @@ /* - * SPDX-License-Identifier: LGPL-2.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * * SPDX-FileCopyrightText: 2019 CERN */ /* - * SPDX-License-Identifier: LGPL-2.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/demos/fmc-spec-carrier/software/lib/Makefile b/demos/fmc-spec-carrier/software/lib/Makefile index 20118287..4a6846b7 100755 --- a/demos/fmc-spec-carrier/software/lib/Makefile +++ b/demos/fmc-spec-carrier/software/lib/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-spec-carrier/software/tools/.gitignore b/demos/fmc-spec-carrier/software/tools/.gitignore index ec6092db..a4bc94dc 100644 --- a/demos/fmc-spec-carrier/software/tools/.gitignore +++ b/demos/fmc-spec-carrier/software/tools/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-spec-carrier/software/tools/Makefile b/demos/fmc-spec-carrier/software/tools/Makefile index aba8c74d..da547696 100755 --- a/demos/fmc-spec-carrier/software/tools/Makefile +++ b/demos/fmc-spec-carrier/software/tools/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-svec-carrier/project.mk b/demos/fmc-svec-carrier/project.mk index 66dfc926..d2379cda 100644 --- a/demos/fmc-svec-carrier/project.mk +++ b/demos/fmc-svec-carrier/project.mk @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-svec-carrier/software/.gitignore b/demos/fmc-svec-carrier/software/.gitignore index 899bb2fa..f86507c5 100644 --- a/demos/fmc-svec-carrier/software/.gitignore +++ b/demos/fmc-svec-carrier/software/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-svec-carrier/software/Makefile b/demos/fmc-svec-carrier/software/Makefile index 5b131996..b4a9a901 100644 --- a/demos/fmc-svec-carrier/software/Makefile +++ b/demos/fmc-svec-carrier/software/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-svec-carrier/software/firmware/Makefile b/demos/fmc-svec-carrier/software/firmware/Makefile index 62cf61d5..2cf82a7c 100644 --- a/demos/fmc-svec-carrier/software/firmware/Makefile +++ b/demos/fmc-svec-carrier/software/firmware/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-svec-carrier/software/firmware/fw-01/Kconfig b/demos/fmc-svec-carrier/software/firmware/fw-01/Kconfig index 2496efc5..5e3dd9b8 100644 --- a/demos/fmc-svec-carrier/software/firmware/fw-01/Kconfig +++ b/demos/fmc-svec-carrier/software/firmware/fw-01/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-svec-carrier/software/firmware/fw-01/Makefile b/demos/fmc-svec-carrier/software/firmware/fw-01/Makefile index 5a156323..189a9848 100755 --- a/demos/fmc-svec-carrier/software/firmware/fw-01/Makefile +++ b/demos/fmc-svec-carrier/software/firmware/fw-01/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-svec-carrier/software/firmware/fw-01/TBuild b/demos/fmc-svec-carrier/software/firmware/fw-01/TBuild index 5cb47e8a..46d508d9 100644 --- a/demos/fmc-svec-carrier/software/firmware/fw-01/TBuild +++ b/demos/fmc-svec-carrier/software/firmware/fw-01/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-svec-carrier/software/firmware/fw-01/configs/mt_defconfig b/demos/fmc-svec-carrier/software/firmware/fw-01/configs/mt_defconfig index 7e0bdbc2..fb898365 100644 --- a/demos/fmc-svec-carrier/software/firmware/fw-01/configs/mt_defconfig +++ b/demos/fmc-svec-carrier/software/firmware/fw-01/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-svec-carrier/software/firmware/fw-01/trtl-memory.ld b/demos/fmc-svec-carrier/software/firmware/fw-01/trtl-memory.ld index f2d7e24f..5c1600f9 100644 --- a/demos/fmc-svec-carrier/software/firmware/fw-01/trtl-memory.ld +++ b/demos/fmc-svec-carrier/software/firmware/fw-01/trtl-memory.ld @@ -1,10 +1,10 @@ /* - * SPDX-License-Identifier: LGPL-2.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * * SPDX-FileCopyrightText: 2019 CERN */ /* - * SPDX-License-Identifier: LGPL-2.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/demos/fmc-svec-carrier/software/firmware/fw-02/Kconfig b/demos/fmc-svec-carrier/software/firmware/fw-02/Kconfig index a783684b..61d24371 100644 --- a/demos/fmc-svec-carrier/software/firmware/fw-02/Kconfig +++ b/demos/fmc-svec-carrier/software/firmware/fw-02/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-svec-carrier/software/firmware/fw-02/Makefile b/demos/fmc-svec-carrier/software/firmware/fw-02/Makefile index 5a156323..189a9848 100755 --- a/demos/fmc-svec-carrier/software/firmware/fw-02/Makefile +++ b/demos/fmc-svec-carrier/software/firmware/fw-02/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-svec-carrier/software/firmware/fw-02/TBuild b/demos/fmc-svec-carrier/software/firmware/fw-02/TBuild index be592f91..dc4c355c 100644 --- a/demos/fmc-svec-carrier/software/firmware/fw-02/TBuild +++ b/demos/fmc-svec-carrier/software/firmware/fw-02/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-svec-carrier/software/firmware/fw-02/configs/mt_defconfig b/demos/fmc-svec-carrier/software/firmware/fw-02/configs/mt_defconfig index ef4e1dd3..ba60d072 100644 --- a/demos/fmc-svec-carrier/software/firmware/fw-02/configs/mt_defconfig +++ b/demos/fmc-svec-carrier/software/firmware/fw-02/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-svec-carrier/software/firmware/fw-02/trtl-memory.ld b/demos/fmc-svec-carrier/software/firmware/fw-02/trtl-memory.ld index f2d7e24f..5c1600f9 100644 --- a/demos/fmc-svec-carrier/software/firmware/fw-02/trtl-memory.ld +++ b/demos/fmc-svec-carrier/software/firmware/fw-02/trtl-memory.ld @@ -1,10 +1,10 @@ /* - * SPDX-License-Identifier: LGPL-2.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * * SPDX-FileCopyrightText: 2019 CERN */ /* - * SPDX-License-Identifier: LGPL-2.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/demos/fmc-svec-carrier/software/lib/Makefile b/demos/fmc-svec-carrier/software/lib/Makefile index 342b096b..657b3292 100755 --- a/demos/fmc-svec-carrier/software/lib/Makefile +++ b/demos/fmc-svec-carrier/software/lib/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-svec-carrier/software/tools/.gitignore b/demos/fmc-svec-carrier/software/tools/.gitignore index b80d46c0..e659dad4 100644 --- a/demos/fmc-svec-carrier/software/tools/.gitignore +++ b/demos/fmc-svec-carrier/software/tools/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/fmc-svec-carrier/software/tools/Makefile b/demos/fmc-svec-carrier/software/tools/Makefile index 24c91cb3..44ed2444 100755 --- a/demos/fmc-svec-carrier/software/tools/Makefile +++ b/demos/fmc-svec-carrier/software/tools/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/hello_world/Makefile b/demos/hello_world/Makefile index a8bc28b0..3a1cf523 100644 --- a/demos/hello_world/Makefile +++ b/demos/hello_world/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/hello_world/firmware/Makefile b/demos/hello_world/firmware/Makefile index 61e04d09..6f8194c3 100644 --- a/demos/hello_world/firmware/Makefile +++ b/demos/hello_world/firmware/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/hello_world/firmware/fw-01/Kconfig b/demos/hello_world/firmware/fw-01/Kconfig index 87d8d579..0fc93b53 100644 --- a/demos/hello_world/firmware/fw-01/Kconfig +++ b/demos/hello_world/firmware/fw-01/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/hello_world/firmware/fw-01/Makefile b/demos/hello_world/firmware/fw-01/Makefile index ae89089a..18673595 100755 --- a/demos/hello_world/firmware/fw-01/Makefile +++ b/demos/hello_world/firmware/fw-01/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/hello_world/firmware/fw-01/TBuild b/demos/hello_world/firmware/fw-01/TBuild index 0daa78d1..41ee371c 100644 --- a/demos/hello_world/firmware/fw-01/TBuild +++ b/demos/hello_world/firmware/fw-01/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/hello_world/firmware/fw-01/configs/mt_defconfig b/demos/hello_world/firmware/fw-01/configs/mt_defconfig index 6570d647..36c73185 100644 --- a/demos/hello_world/firmware/fw-01/configs/mt_defconfig +++ b/demos/hello_world/firmware/fw-01/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/hello_world/firmware/fw-01/fw-hello.c b/demos/hello_world/firmware/fw-01/fw-hello.c index bcde017c..9eee00c7 100644 --- a/demos/hello_world/firmware/fw-01/fw-hello.c +++ b/demos/hello_world/firmware/fw-01/fw-hello.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: LGPL-2.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/demos/hello_world/firmware/fw-01/trtl-memory.ld b/demos/hello_world/firmware/fw-01/trtl-memory.ld index f2d7e24f..5c1600f9 100644 --- a/demos/hello_world/firmware/fw-01/trtl-memory.ld +++ b/demos/hello_world/firmware/fw-01/trtl-memory.ld @@ -1,10 +1,10 @@ /* - * SPDX-License-Identifier: LGPL-2.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * * SPDX-FileCopyrightText: 2019 CERN */ /* - * SPDX-License-Identifier: LGPL-2.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/demos/hello_world_framework/Makefile b/demos/hello_world_framework/Makefile index a8bc28b0..3a1cf523 100644 --- a/demos/hello_world_framework/Makefile +++ b/demos/hello_world_framework/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/hello_world_framework/firmware/Makefile b/demos/hello_world_framework/firmware/Makefile index 61e04d09..6f8194c3 100644 --- a/demos/hello_world_framework/firmware/Makefile +++ b/demos/hello_world_framework/firmware/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/hello_world_framework/firmware/fw-01/Kconfig b/demos/hello_world_framework/firmware/fw-01/Kconfig index 8594cc3d..ca1231b5 100644 --- a/demos/hello_world_framework/firmware/fw-01/Kconfig +++ b/demos/hello_world_framework/firmware/fw-01/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/hello_world_framework/firmware/fw-01/Makefile b/demos/hello_world_framework/firmware/fw-01/Makefile index ae89089a..18673595 100755 --- a/demos/hello_world_framework/firmware/fw-01/Makefile +++ b/demos/hello_world_framework/firmware/fw-01/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/hello_world_framework/firmware/fw-01/TBuild b/demos/hello_world_framework/firmware/fw-01/TBuild index e5619a98..714f558b 100644 --- a/demos/hello_world_framework/firmware/fw-01/TBuild +++ b/demos/hello_world_framework/firmware/fw-01/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/hello_world_framework/firmware/fw-01/configs/mt_defconfig b/demos/hello_world_framework/firmware/fw-01/configs/mt_defconfig index e27e62bd..4210805d 100644 --- a/demos/hello_world_framework/firmware/fw-01/configs/mt_defconfig +++ b/demos/hello_world_framework/firmware/fw-01/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/demos/hello_world_framework/firmware/fw-01/fw-hellofrm.c b/demos/hello_world_framework/firmware/fw-01/fw-hellofrm.c index eaf2a8a4..10c7afd1 100644 --- a/demos/hello_world_framework/firmware/fw-01/fw-hellofrm.c +++ b/demos/hello_world_framework/firmware/fw-01/fw-hellofrm.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: LGPL-2.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/demos/hello_world_framework/firmware/fw-01/trtl-memory.ld b/demos/hello_world_framework/firmware/fw-01/trtl-memory.ld index f2d7e24f..5c1600f9 100644 --- a/demos/hello_world_framework/firmware/fw-01/trtl-memory.ld +++ b/demos/hello_world_framework/firmware/fw-01/trtl-memory.ld @@ -1,10 +1,10 @@ /* - * SPDX-License-Identifier: LGPL-2.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * * SPDX-FileCopyrightText: 2019 CERN */ /* - * SPDX-License-Identifier: LGPL-2.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/distribution/.gitignore b/distribution/.gitignore index ca189e85..02a86bc4 100644 --- a/distribution/.gitignore +++ b/distribution/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/distribution/Makefile b/distribution/Makefile index 599ab1b7..fe277ab2 100644 --- a/distribution/Makefile +++ b/distribution/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/.gitignore b/software/.gitignore index 71e82b4e..de4d8fe8 100644 --- a/software/.gitignore +++ b/software/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/Makefile b/software/Makefile index 3caec757..5a5d1196 100644 --- a/software/Makefile +++ b/software/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/firmware/.gitignore b/software/firmware/.gitignore index 5f3626fb..cef1ab42 100644 --- a/software/firmware/.gitignore +++ b/software/firmware/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/firmware/Kconfig.mt b/software/firmware/Kconfig.mt index c0ef724f..e9219e95 100644 --- a/software/firmware/Kconfig.mt +++ b/software/firmware/Kconfig.mt @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/firmware/Makefile b/software/firmware/Makefile index 272905f4..cd1392df 100755 --- a/software/firmware/Makefile +++ b/software/firmware/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/firmware/lib/printf.c b/software/firmware/lib/printf.c index f7ffbec2..c671a4eb 100644 --- a/software/firmware/lib/printf.c +++ b/software/firmware/lib/printf.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: LGPL-2.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * SPDX-FileCopyrightText: 2019 CERN (home.cern) * Author: Alessandro Rubini * diff --git a/software/firmware/lib/vsprintf-xint.c b/software/firmware/lib/vsprintf-xint.c index a6036906..88830f87 100644 --- a/software/firmware/lib/vsprintf-xint.c +++ b/software/firmware/lib/vsprintf-xint.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: LGPL-2.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * SPDX-FileCopyrightText: 2019 CERN (home.cern) * Author: Alessandro Rubini * diff --git a/software/firmware/scripts/basic/.gitignore b/software/firmware/scripts/basic/.gitignore index d6ebdcc3..55224d43 100644 --- a/software/firmware/scripts/basic/.gitignore +++ b/software/firmware/scripts/basic/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/firmware/scripts/kconfig/.gitignore b/software/firmware/scripts/kconfig/.gitignore index 989c8948..b04c790c 100644 --- a/software/firmware/scripts/kconfig/.gitignore +++ b/software/firmware/scripts/kconfig/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/firmware/scripts/kconfig/lxdialog/.gitignore b/software/firmware/scripts/kconfig/lxdialog/.gitignore index 8966949f..da5c3577 100644 --- a/software/firmware/scripts/kconfig/lxdialog/.gitignore +++ b/software/firmware/scripts/kconfig/lxdialog/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/firmware/urv/mockturtle.ld b/software/firmware/urv/mockturtle.ld index 1221eb48..91a1bba9 100644 --- a/software/firmware/urv/mockturtle.ld +++ b/software/firmware/urv/mockturtle.ld @@ -1,10 +1,10 @@ /* - * SPDX-License-Identifier: LGPL-2.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * * SPDX-FileCopyrightText: 2019 CERN */ /* - * SPDX-License-Identifier: LGPL-2.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/software/firmware/urv/trtl-sections.ld b/software/firmware/urv/trtl-sections.ld index b5a2252a..4fab0b1f 100644 --- a/software/firmware/urv/trtl-sections.ld +++ b/software/firmware/urv/trtl-sections.ld @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: LGPL-2.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/software/include/Makefile b/software/include/Makefile index b27d3054..a69bb5e4 100644 --- a/software/include/Makefile +++ b/software/include/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/include/mockturtle/hw/.gitignore b/software/include/mockturtle/hw/.gitignore index 9ac10a64..7f750c9f 100644 --- a/software/include/mockturtle/hw/.gitignore +++ b/software/include/mockturtle/hw/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/include/mockturtle/hw/Makefile b/software/include/mockturtle/hw/Makefile index ed210dda..527d72a2 100644 --- a/software/include/mockturtle/hw/Makefile +++ b/software/include/mockturtle/hw/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/lib/.gitignore b/software/lib/.gitignore index 8dfe47fb..bc23355f 100644 --- a/software/lib/.gitignore +++ b/software/lib/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/lib/Makefile b/software/lib/Makefile index 0164008a..36983033 100644 --- a/software/lib/Makefile +++ b/software/lib/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/lib/PyMockTurtle/.gitignore b/software/lib/PyMockTurtle/.gitignore index da769bf5..cc15d83c 100644 --- a/software/lib/PyMockTurtle/.gitignore +++ b/software/lib/PyMockTurtle/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/lib/PyMockTurtle/Makefile b/software/lib/PyMockTurtle/Makefile index 665f4936..4ba44a70 100644 --- a/software/lib/PyMockTurtle/Makefile +++ b/software/lib/PyMockTurtle/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/lib/PyMockTurtle/setup.py b/software/lib/PyMockTurtle/setup.py index 501bd0c5..3187b41f 100644 --- a/software/lib/PyMockTurtle/setup.py +++ b/software/lib/PyMockTurtle/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -SPDX-License-Identifier: LGPL-2.0-or-later +SPDX-License-Identifier: LGPL-2.1-or-later SPDX-FileCopyrightText: 2019 CERN """ diff --git a/software/tools/.gitignore b/software/tools/.gitignore index b01a9273..7c5c05ad 100644 --- a/software/tools/.gitignore +++ b/software/tools/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/tools/Makefile b/software/tools/Makefile index 5d9a8cb0..2434b8ab 100644 --- a/software/tools/Makefile +++ b/software/tools/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/tools/trtl-project-creator/templates/CHANGELOG.rst b/software/tools/trtl-project-creator/templates/CHANGELOG.rst index 2951d0f8..c982528d 100644 --- a/software/tools/trtl-project-creator/templates/CHANGELOG.rst +++ b/software/tools/trtl-project-creator/templates/CHANGELOG.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: LGPL-2.0-or-later + SPDX-License-Identifier: LGPL-2.1-or-later SPDX-FileCopyrightText: <year> <owner> FIXME choose your license and set the copyright diff --git a/software/tools/trtl-project-creator/templates/README.rst b/software/tools/trtl-project-creator/templates/README.rst index 2869f3d1..190784d4 100644 --- a/software/tools/trtl-project-creator/templates/README.rst +++ b/software/tools/trtl-project-creator/templates/README.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: LGPL-2.0-or-later + SPDX-License-Identifier: LGPL-2.1-or-later SPDX-FileCopyrightText: <year> <owner> FIXME choose your license and set the copyright diff --git a/software/tools/trtl-project-creator/templates/doc/Makefile b/software/tools/trtl-project-creator/templates/doc/Makefile index e7803b74..25446906 100644 --- a/software/tools/trtl-project-creator/templates/doc/Makefile +++ b/software/tools/trtl-project-creator/templates/doc/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/tools/trtl-project-creator/templates/doc/doxygen-project-config b/software/tools/trtl-project-creator/templates/doc/doxygen-project-config index 75b201c6..d65660e2 100644 --- a/software/tools/trtl-project-creator/templates/doc/doxygen-project-config +++ b/software/tools/trtl-project-creator/templates/doc/doxygen-project-config @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/tools/trtl-project-creator/templates/doc/img/Makefile b/software/tools/trtl-project-creator/templates/doc/img/Makefile index b23e8c1e..69c30e69 100644 --- a/software/tools/trtl-project-creator/templates/doc/img/Makefile +++ b/software/tools/trtl-project-creator/templates/doc/img/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/tools/trtl-project-creator/templates/software/.gitignore b/software/tools/trtl-project-creator/templates/software/.gitignore index d9962513..8e653771 100644 --- a/software/tools/trtl-project-creator/templates/software/.gitignore +++ b/software/tools/trtl-project-creator/templates/software/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/tools/trtl-project-creator/templates/software/Makefile b/software/tools/trtl-project-creator/templates/software/Makefile index 352e32cc..29cdb3ae 100644 --- a/software/tools/trtl-project-creator/templates/software/Makefile +++ b/software/tools/trtl-project-creator/templates/software/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/tools/trtl-project-creator/templates/software/firmware/Makefile b/software/tools/trtl-project-creator/templates/software/firmware/Makefile index 61e04d09..6f8194c3 100644 --- a/software/tools/trtl-project-creator/templates/software/firmware/Makefile +++ b/software/tools/trtl-project-creator/templates/software/firmware/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/tools/trtl-project-creator/templates/software/firmware/common/fw-project-common.h b/software/tools/trtl-project-creator/templates/software/firmware/common/fw-project-common.h index c6190d2b..154b0574 100644 --- a/software/tools/trtl-project-creator/templates/software/firmware/common/fw-project-common.h +++ b/software/tools/trtl-project-creator/templates/software/firmware/common/fw-project-common.h @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: LGPL-2.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * SPDX-FileCopyrightText: <year> <owner> * * FIXME choose your license and set the copyright diff --git a/software/tools/trtl-project-creator/templates/software/firmware/fw-01/Kconfig b/software/tools/trtl-project-creator/templates/software/firmware/fw-01/Kconfig index 7488531d..f7e1eb40 100644 --- a/software/tools/trtl-project-creator/templates/software/firmware/fw-01/Kconfig +++ b/software/tools/trtl-project-creator/templates/software/firmware/fw-01/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/tools/trtl-project-creator/templates/software/firmware/fw-01/Makefile b/software/tools/trtl-project-creator/templates/software/firmware/fw-01/Makefile index 3cb9e90d..42e2554f 100755 --- a/software/tools/trtl-project-creator/templates/software/firmware/fw-01/Makefile +++ b/software/tools/trtl-project-creator/templates/software/firmware/fw-01/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/tools/trtl-project-creator/templates/software/firmware/fw-01/TBuild b/software/tools/trtl-project-creator/templates/software/firmware/fw-01/TBuild index 9497f61e..b0af277c 100644 --- a/software/tools/trtl-project-creator/templates/software/firmware/fw-01/TBuild +++ b/software/tools/trtl-project-creator/templates/software/firmware/fw-01/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/tools/trtl-project-creator/templates/software/firmware/fw-01/configs/mt_defconfig b/software/tools/trtl-project-creator/templates/software/firmware/fw-01/configs/mt_defconfig index 34f91ccc..be69a262 100644 --- a/software/tools/trtl-project-creator/templates/software/firmware/fw-01/configs/mt_defconfig +++ b/software/tools/trtl-project-creator/templates/software/firmware/fw-01/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/tools/trtl-project-creator/templates/software/firmware/fw-01/fw-project.c b/software/tools/trtl-project-creator/templates/software/firmware/fw-01/fw-project.c index 98a67334..45b477ef 100644 --- a/software/tools/trtl-project-creator/templates/software/firmware/fw-01/fw-project.c +++ b/software/tools/trtl-project-creator/templates/software/firmware/fw-01/fw-project.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: LGPL-2.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * SPDX-FileCopyrightText: <year> <owner> * * FIXME choose your license and set the copyright diff --git a/software/tools/trtl-project-creator/templates/software/firmware/fw-01/trtl-memory.ld b/software/tools/trtl-project-creator/templates/software/firmware/fw-01/trtl-memory.ld index cc1c3d61..eb7bb5e4 100644 --- a/software/tools/trtl-project-creator/templates/software/firmware/fw-01/trtl-memory.ld +++ b/software/tools/trtl-project-creator/templates/software/firmware/fw-01/trtl-memory.ld @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: LGPL-2.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/software/tools/trtl-project-creator/templates/software/include/project-common.h b/software/tools/trtl-project-creator/templates/software/include/project-common.h index 10a53257..a4262be4 100644 --- a/software/tools/trtl-project-creator/templates/software/include/project-common.h +++ b/software/tools/trtl-project-creator/templates/software/include/project-common.h @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: LGPL-2.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * SPDX-FileCopyrightText: <year> <owner> * * FIXME choose your license and set the copyright diff --git a/software/tools/trtl-project-creator/templates/software/lib/Makefile b/software/tools/trtl-project-creator/templates/software/lib/Makefile index 552c0e85..4f57dc6a 100755 --- a/software/tools/trtl-project-creator/templates/software/lib/Makefile +++ b/software/tools/trtl-project-creator/templates/software/lib/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/tools/trtl-project-creator/templates/software/lib/libproject-internal.h b/software/tools/trtl-project-creator/templates/software/lib/libproject-internal.h index e9e49137..fc6de2ad 100644 --- a/software/tools/trtl-project-creator/templates/software/lib/libproject-internal.h +++ b/software/tools/trtl-project-creator/templates/software/lib/libproject-internal.h @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: LGPL-2.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * SPDX-FileCopyrightText: <year> <owner> * * FIXME choose your license and set the copyright diff --git a/software/tools/trtl-project-creator/templates/software/lib/libproject.c b/software/tools/trtl-project-creator/templates/software/lib/libproject.c index a9bc7ade..29a2dc9a 100644 --- a/software/tools/trtl-project-creator/templates/software/lib/libproject.c +++ b/software/tools/trtl-project-creator/templates/software/lib/libproject.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: LGPL-2.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * SPDX-FileCopyrightText: <year> <owner> * * FIXME choose your license and set the copyright diff --git a/software/tools/trtl-project-creator/templates/software/lib/libproject.h b/software/tools/trtl-project-creator/templates/software/lib/libproject.h index 65b3b22d..c8d38d05 100644 --- a/software/tools/trtl-project-creator/templates/software/lib/libproject.h +++ b/software/tools/trtl-project-creator/templates/software/lib/libproject.h @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: LGPL-2.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * SPDX-FileCopyrightText: <year> <owner> * * FIXME choose your license and set the copyright diff --git a/software/tools/trtl-project-creator/templates/software/tools/Makefile b/software/tools/trtl-project-creator/templates/software/tools/Makefile index 0c517ea5..7602065f 100755 --- a/software/tools/trtl-project-creator/templates/software/tools/Makefile +++ b/software/tools/trtl-project-creator/templates/software/tools/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/software/udev/rules.d/70-trtl.rules b/software/udev/rules.d/70-trtl.rules index 5b0f9d28..86925ed2 100644 --- a/software/udev/rules.d/70-trtl.rules +++ b/software/udev/rules.d/70-trtl.rules @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/.gitignore b/tests/firmware/.gitignore index adfc406d..db55de5f 100644 --- a/tests/firmware/.gitignore +++ b/tests/firmware/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/Makefile b/tests/firmware/Makefile index 2fc393e3..d7e1126e 100644 --- a/tests/firmware/Makefile +++ b/tests/firmware/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/config_rom/Kconfig b/tests/firmware/config_rom/Kconfig index e5b02b16..0a26fc3b 100644 --- a/tests/firmware/config_rom/Kconfig +++ b/tests/firmware/config_rom/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/config_rom/Makefile b/tests/firmware/config_rom/Makefile index 69b485ff..3398c074 100644 --- a/tests/firmware/config_rom/Makefile +++ b/tests/firmware/config_rom/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/config_rom/TBuild b/tests/firmware/config_rom/TBuild index b1c4d651..153cb359 100644 --- a/tests/firmware/config_rom/TBuild +++ b/tests/firmware/config_rom/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/config_rom/configs/mt_defconfig b/tests/firmware/config_rom/configs/mt_defconfig index 4a12d8ea..2e240a4e 100644 --- a/tests/firmware/config_rom/configs/mt_defconfig +++ b/tests/firmware/config_rom/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/cpu-byte-addressing/Kconfig b/tests/firmware/cpu-byte-addressing/Kconfig index e5b02b16..0a26fc3b 100644 --- a/tests/firmware/cpu-byte-addressing/Kconfig +++ b/tests/firmware/cpu-byte-addressing/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/cpu-byte-addressing/Makefile b/tests/firmware/cpu-byte-addressing/Makefile index 69b485ff..3398c074 100644 --- a/tests/firmware/cpu-byte-addressing/Makefile +++ b/tests/firmware/cpu-byte-addressing/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/cpu-byte-addressing/TBuild b/tests/firmware/cpu-byte-addressing/TBuild index 11ca5e44..d63f63fc 100644 --- a/tests/firmware/cpu-byte-addressing/TBuild +++ b/tests/firmware/cpu-byte-addressing/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/cpu-byte-addressing/configs/mt_defconfig b/tests/firmware/cpu-byte-addressing/configs/mt_defconfig index 15cd7d59..fe5d5e9f 100644 --- a/tests/firmware/cpu-byte-addressing/configs/mt_defconfig +++ b/tests/firmware/cpu-byte-addressing/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/cpu-loop/Kconfig b/tests/firmware/cpu-loop/Kconfig index 55942879..574e66ed 100644 --- a/tests/firmware/cpu-loop/Kconfig +++ b/tests/firmware/cpu-loop/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/cpu-loop/Makefile b/tests/firmware/cpu-loop/Makefile index 69b485ff..3398c074 100644 --- a/tests/firmware/cpu-loop/Makefile +++ b/tests/firmware/cpu-loop/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/cpu-loop/TBuild b/tests/firmware/cpu-loop/TBuild index 860433d1..38a52eb5 100644 --- a/tests/firmware/cpu-loop/TBuild +++ b/tests/firmware/cpu-loop/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/cpu-loop/configs/mt_defconfig b/tests/firmware/cpu-loop/configs/mt_defconfig index 54907274..9744024c 100644 --- a/tests/firmware/cpu-loop/configs/mt_defconfig +++ b/tests/firmware/cpu-loop/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/cpu-notify/Kconfig b/tests/firmware/cpu-notify/Kconfig index e5b02b16..0a26fc3b 100644 --- a/tests/firmware/cpu-notify/Kconfig +++ b/tests/firmware/cpu-notify/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/cpu-notify/Makefile b/tests/firmware/cpu-notify/Makefile index 69b485ff..3398c074 100644 --- a/tests/firmware/cpu-notify/Makefile +++ b/tests/firmware/cpu-notify/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/cpu-notify/TBuild b/tests/firmware/cpu-notify/TBuild index daaaa678..9b9145f4 100644 --- a/tests/firmware/cpu-notify/TBuild +++ b/tests/firmware/cpu-notify/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/cpu-notify/configs/mt_defconfig b/tests/firmware/cpu-notify/configs/mt_defconfig index 15cd7d59..fe5d5e9f 100644 --- a/tests/firmware/cpu-notify/configs/mt_defconfig +++ b/tests/firmware/cpu-notify/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/hmq-async-recv/Kconfig b/tests/firmware/hmq-async-recv/Kconfig index d3979803..9daea624 100644 --- a/tests/firmware/hmq-async-recv/Kconfig +++ b/tests/firmware/hmq-async-recv/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/hmq-async-recv/Makefile b/tests/firmware/hmq-async-recv/Makefile index 69b485ff..3398c074 100644 --- a/tests/firmware/hmq-async-recv/Makefile +++ b/tests/firmware/hmq-async-recv/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/hmq-async-recv/TBuild b/tests/firmware/hmq-async-recv/TBuild index f765338c..ea378098 100644 --- a/tests/firmware/hmq-async-recv/TBuild +++ b/tests/firmware/hmq-async-recv/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/hmq-async-recv/configs/mt_defconfig b/tests/firmware/hmq-async-recv/configs/mt_defconfig index e8e5611b..856cfc96 100644 --- a/tests/firmware/hmq-async-recv/configs/mt_defconfig +++ b/tests/firmware/hmq-async-recv/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/hmq-async-send/Kconfig b/tests/firmware/hmq-async-send/Kconfig index acb0adae..7b056209 100644 --- a/tests/firmware/hmq-async-send/Kconfig +++ b/tests/firmware/hmq-async-send/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/hmq-async-send/Makefile b/tests/firmware/hmq-async-send/Makefile index 69b485ff..3398c074 100644 --- a/tests/firmware/hmq-async-send/Makefile +++ b/tests/firmware/hmq-async-send/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/hmq-async-send/TBuild b/tests/firmware/hmq-async-send/TBuild index 67b1985e..d56f5da4 100644 --- a/tests/firmware/hmq-async-send/TBuild +++ b/tests/firmware/hmq-async-send/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/hmq-async-send/configs/mt_defconfig b/tests/firmware/hmq-async-send/configs/mt_defconfig index 2fd6bb90..a3a0e634 100644 --- a/tests/firmware/hmq-async-send/configs/mt_defconfig +++ b/tests/firmware/hmq-async-send/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/hmq-purge/Kconfig b/tests/firmware/hmq-purge/Kconfig index 8dec0f81..1b2f2761 100644 --- a/tests/firmware/hmq-purge/Kconfig +++ b/tests/firmware/hmq-purge/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/hmq-purge/Makefile b/tests/firmware/hmq-purge/Makefile index 69b485ff..3398c074 100644 --- a/tests/firmware/hmq-purge/Makefile +++ b/tests/firmware/hmq-purge/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/hmq-purge/TBuild b/tests/firmware/hmq-purge/TBuild index 3b251a9b..7c21523b 100644 --- a/tests/firmware/hmq-purge/TBuild +++ b/tests/firmware/hmq-purge/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/hmq-purge/configs/mt_defconfig b/tests/firmware/hmq-purge/configs/mt_defconfig index e984de18..e50b2a28 100644 --- a/tests/firmware/hmq-purge/configs/mt_defconfig +++ b/tests/firmware/hmq-purge/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/hmq-sync/Kconfig b/tests/firmware/hmq-sync/Kconfig index acb0adae..7b056209 100644 --- a/tests/firmware/hmq-sync/Kconfig +++ b/tests/firmware/hmq-sync/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/hmq-sync/Makefile b/tests/firmware/hmq-sync/Makefile index 69b485ff..3398c074 100644 --- a/tests/firmware/hmq-sync/Makefile +++ b/tests/firmware/hmq-sync/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/hmq-sync/TBuild b/tests/firmware/hmq-sync/TBuild index f2d98528..89a10e4c 100644 --- a/tests/firmware/hmq-sync/TBuild +++ b/tests/firmware/hmq-sync/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/hmq-sync/configs/mt_defconfig b/tests/firmware/hmq-sync/configs/mt_defconfig index 2fd6bb90..a3a0e634 100644 --- a/tests/firmware/hmq-sync/configs/mt_defconfig +++ b/tests/firmware/hmq-sync/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/rmq-udp-send/Kconfig b/tests/firmware/rmq-udp-send/Kconfig index f46983c7..de7d16b0 100644 --- a/tests/firmware/rmq-udp-send/Kconfig +++ b/tests/firmware/rmq-udp-send/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/rmq-udp-send/Makefile b/tests/firmware/rmq-udp-send/Makefile index 69b485ff..3398c074 100644 --- a/tests/firmware/rmq-udp-send/Makefile +++ b/tests/firmware/rmq-udp-send/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/rmq-udp-send/TBuild b/tests/firmware/rmq-udp-send/TBuild index dbaf9984..7eaec4d1 100644 --- a/tests/firmware/rmq-udp-send/TBuild +++ b/tests/firmware/rmq-udp-send/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/rmq-udp-send/configs/mt_defconfig b/tests/firmware/rmq-udp-send/configs/mt_defconfig index a51d8864..715134af 100644 --- a/tests/firmware/rmq-udp-send/configs/mt_defconfig +++ b/tests/firmware/rmq-udp-send/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/rt-frm/Kconfig b/tests/firmware/rt-frm/Kconfig index a41ce34e..04b23e6c 100644 --- a/tests/firmware/rt-frm/Kconfig +++ b/tests/firmware/rt-frm/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/rt-frm/Makefile b/tests/firmware/rt-frm/Makefile index 69b485ff..3398c074 100755 --- a/tests/firmware/rt-frm/Makefile +++ b/tests/firmware/rt-frm/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/rt-frm/TBuild b/tests/firmware/rt-frm/TBuild index f1f293e6..601a4774 100644 --- a/tests/firmware/rt-frm/TBuild +++ b/tests/firmware/rt-frm/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/rt-frm/configs/mt_defconfig b/tests/firmware/rt-frm/configs/mt_defconfig index e4f0610f..edd3bf01 100644 --- a/tests/firmware/rt-frm/configs/mt_defconfig +++ b/tests/firmware/rt-frm/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/serial/Kconfig b/tests/firmware/serial/Kconfig index 20a25850..62cbb370 100644 --- a/tests/firmware/serial/Kconfig +++ b/tests/firmware/serial/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/serial/Makefile b/tests/firmware/serial/Makefile index 69b485ff..3398c074 100644 --- a/tests/firmware/serial/Makefile +++ b/tests/firmware/serial/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/serial/TBuild b/tests/firmware/serial/TBuild index d2ca965c..304bb680 100644 --- a/tests/firmware/serial/TBuild +++ b/tests/firmware/serial/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/serial/configs/mt_defconfig b/tests/firmware/serial/configs/mt_defconfig index 51a7e556..a99b0fdb 100644 --- a/tests/firmware/serial/configs/mt_defconfig +++ b/tests/firmware/serial/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/sim-verif/Kconfig b/tests/firmware/sim-verif/Kconfig index 198e1f75..0798017b 100644 --- a/tests/firmware/sim-verif/Kconfig +++ b/tests/firmware/sim-verif/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/sim-verif/Makefile b/tests/firmware/sim-verif/Makefile index 69b485ff..3398c074 100644 --- a/tests/firmware/sim-verif/Makefile +++ b/tests/firmware/sim-verif/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/sim-verif/TBuild b/tests/firmware/sim-verif/TBuild index 67191cb0..be329fbf 100644 --- a/tests/firmware/sim-verif/TBuild +++ b/tests/firmware/sim-verif/TBuild @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/sim-verif/configs/mt_defconfig b/tests/firmware/sim-verif/configs/mt_defconfig index 1007783a..4d6dcc30 100644 --- a/tests/firmware/sim-verif/configs/mt_defconfig +++ b/tests/firmware/sim-verif/configs/mt_defconfig @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN diff --git a/tests/firmware/trtl-memory.ld b/tests/firmware/trtl-memory.ld index 055956b2..42c14b60 100644 --- a/tests/firmware/trtl-memory.ld +++ b/tests/firmware/trtl-memory.ld @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: LGPL-2.0-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * * SPDX-FileCopyrightText: 2019 CERN */ diff --git a/tests/pytest.ini b/tests/pytest.ini index 704c183f..4ff87dc8 100644 --- a/tests/pytest.ini +++ b/tests/pytest.ini @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: LGPL-2.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2019 CERN -- GitLab From 4aa90d546c126ff3a1ca35be02fa07d0ea9b4c2e Mon Sep 17 00:00:00 2001 From: Federico Vaga <federico.vaga@cern.ch> Date: Fri, 11 Nov 2022 14:49:54 +0100 Subject: [PATCH 4/7] Fix SPDX tag for GPL-2.0-only Signed-off-by: Federico Vaga <federico.vaga@cern.ch> --- .reuse/dep5 | 2 +- LICENSES/GPL-2.0-only.txt | 117 ++++++++++++++++++ software/firmware/scripts/Makefile.build | 2 +- software/firmware/scripts/Makefile.host | 2 +- software/firmware/scripts/Makefile.lib | 2 +- software/firmware/scripts/kconfig/Makefile | 2 +- software/firmware/scripts/kconfig/check.sh | 2 +- software/firmware/scripts/kconfig/list.h | 2 +- software/firmware/scripts/kconfig/lkc_proto.h | 2 +- .../kconfig/lxdialog/check-lxdialog.sh | 2 +- software/kernel/dkms.mk | 2 +- 11 files changed, 127 insertions(+), 10 deletions(-) create mode 100644 LICENSES/GPL-2.0-only.txt diff --git a/.reuse/dep5 b/.reuse/dep5 index 25c4ef9a..a6c68e22 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -9,4 +9,4 @@ License: CC-BY-SA-4.0 Files: software/firmware/Makefile.kconfig software/firmware/scripts/* software/firmware/scripts/*.c software/firmware/scripts/*.h software/firmware/scripts/*.sh Copyright: Linux -License: GPL-2.0 +License: GPL-2.0-only diff --git a/LICENSES/GPL-2.0-only.txt b/LICENSES/GPL-2.0-only.txt new file mode 100644 index 00000000..17cb2864 --- /dev/null +++ b/LICENSES/GPL-2.0-only.txt @@ -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/software/firmware/scripts/Makefile.build b/software/firmware/scripts/Makefile.build index 4f2b25d4..41266ab5 100644 --- a/software/firmware/scripts/Makefile.build +++ b/software/firmware/scripts/Makefile.build @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: GPL-2.0 +# SPDX-License-Identifier: GPL-2.0-only # ========================================================================== # Building # ========================================================================== diff --git a/software/firmware/scripts/Makefile.host b/software/firmware/scripts/Makefile.host index e6dc6ae2..271c665e 100644 --- a/software/firmware/scripts/Makefile.host +++ b/software/firmware/scripts/Makefile.host @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: GPL-2.0 +# SPDX-License-Identifier: GPL-2.0-only # ========================================================================== # Building binaries on the host system # Binaries are used during the compilation of the kernel, for example diff --git a/software/firmware/scripts/Makefile.lib b/software/firmware/scripts/Makefile.lib index a6f538b3..b3b6b58a 100644 --- a/software/firmware/scripts/Makefile.lib +++ b/software/firmware/scripts/Makefile.lib @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: GPL-2.0 +# SPDX-License-Identifier: GPL-2.0-only # Backward compatibility asflags-y += $(EXTRA_AFLAGS) ccflags-y += $(EXTRA_CFLAGS) diff --git a/software/firmware/scripts/kconfig/Makefile b/software/firmware/scripts/kconfig/Makefile index 8d08475f..1d3cc5e2 100644 --- a/software/firmware/scripts/kconfig/Makefile +++ b/software/firmware/scripts/kconfig/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: GPL-2.0 +# SPDX-License-Identifier: GPL-2.0-only # =========================================================================== # Kernel configuration targets # These targets are used from top-level makefile diff --git a/software/firmware/scripts/kconfig/check.sh b/software/firmware/scripts/kconfig/check.sh index 97f0fee7..a20a7df0 100755 --- a/software/firmware/scripts/kconfig/check.sh +++ b/software/firmware/scripts/kconfig/check.sh @@ -1,5 +1,5 @@ #!/bin/sh -# SPDX-License-Identifier: GPL-2.0 +# SPDX-License-Identifier: GPL-2.0-only # Needed for systems without gettext $* -x c -o /dev/null - > /dev/null 2>&1 << EOF #include <libintl.h> diff --git a/software/firmware/scripts/kconfig/list.h b/software/firmware/scripts/kconfig/list.h index 45cb237a..979cd516 100644 --- a/software/firmware/scripts/kconfig/list.h +++ b/software/firmware/scripts/kconfig/list.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0 */ +/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef LIST_H #define LIST_H diff --git a/software/firmware/scripts/kconfig/lkc_proto.h b/software/firmware/scripts/kconfig/lkc_proto.h index 9dc8abfb..0fbb5046 100644 --- a/software/firmware/scripts/kconfig/lkc_proto.h +++ b/software/firmware/scripts/kconfig/lkc_proto.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0 */ +/* SPDX-License-Identifier: GPL-2.0-only */ #include <stdarg.h> /* confdata.c */ diff --git a/software/firmware/scripts/kconfig/lxdialog/check-lxdialog.sh b/software/firmware/scripts/kconfig/lxdialog/check-lxdialog.sh index 6c0bcd9c..81aa5afc 100755 --- a/software/firmware/scripts/kconfig/lxdialog/check-lxdialog.sh +++ b/software/firmware/scripts/kconfig/lxdialog/check-lxdialog.sh @@ -1,5 +1,5 @@ #!/bin/sh -# SPDX-License-Identifier: GPL-2.0 +# SPDX-License-Identifier: GPL-2.0-only # Check ncurses compatibility # What library to link diff --git a/software/kernel/dkms.mk b/software/kernel/dkms.mk index 43269858..0cd55b87 100644 --- a/software/kernel/dkms.mk +++ b/software/kernel/dkms.mk @@ -19,7 +19,7 @@ hw_header: dkms_sources: hw_header @mkdir -p $(DST) @cp mockturtle-*.[ch] Kbuild Makefile dkms.conf \ - $(TRTL)/LICENSES/GPL-2.0.txt \ + $(TRTL)/LICENSES/GPL-2.0-only.txt \ $(DST) @cp -a $(TRTL_SW)/include/mockturtle $(DST) @rm -f $(DST)/mockturtle/hw/Makefile -- GitLab From ac866c0ea98fa4d793905e45aa7f4a11b1d049f0 Mon Sep 17 00:00:00 2001 From: Federico Vaga <federico.vaga@cern.ch> Date: Fri, 11 Nov 2022 14:56:30 +0100 Subject: [PATCH 5/7] user CERN license in hdl/ Signed-off-by: Federico Vaga <federico.vaga@cern.ch> --- Manifest.py | 4 ++++ common.mk | 4 ++++ hdl/.gitignore | 2 +- hdl/rtl/.gitignore | 2 +- hdl/rtl/Manifest.py | 4 ++++ hdl/rtl/cpu/Manifest.py | 4 ++++ hdl/rtl/cpu/build_wb.sh | 4 ++++ hdl/rtl/cpu/mt_cpu_cb.vhd | 4 ++++ hdl/rtl/cpu/mt_cpu_csr.wb | 16 ++++------------ hdl/rtl/cpu/mt_cpu_csr_wb.vhd | 4 ++++ hdl/rtl/cpu/mt_cpu_csr_wbgen2_pkg.vhd | 4 ++++ hdl/rtl/cpu/mt_cpu_lr.wb | 16 ++++------------ hdl/rtl/cpu/mt_cpu_lr_wb.vhd | 4 ++++ hdl/rtl/cpu/mt_cpu_lr_wbgen2_pkg.vhd | 4 ++++ hdl/rtl/cpu/mt_per_cpu_csr_pkg.vhd | 4 ++++ hdl/rtl/cpu/mt_urv_wrapper.vhd | 4 ++++ hdl/rtl/endpoint/Manifest.py | 4 ++++ hdl/rtl/endpoint/mt_endpoint_pkg.vhd | 4 ++++ hdl/rtl/endpoint/mt_ep_ethernet_single.vhd | 4 ++++ hdl/rtl/endpoint/mt_ethernet_tx_framer.vhd | 4 ++++ hdl/rtl/endpoint/mt_rmq_endpoint_rx.vhd | 4 ++++ hdl/rtl/endpoint/mt_rmq_endpoint_tx.vhd | 4 ++++ hdl/rtl/endpoint/mt_rmq_ethernet_endpoint.vhd | 4 ++++ hdl/rtl/endpoint/mt_rmq_packet_output.vhd | 4 ++++ hdl/rtl/endpoint/mt_rmq_rx_deframer.vhd | 4 ++++ hdl/rtl/endpoint/mt_rmq_rx_path.vhd | 4 ++++ hdl/rtl/endpoint/mt_rmq_stream_register.vhd | 4 ++++ hdl/rtl/endpoint/mt_rmq_tx_path.vhd | 4 ++++ hdl/rtl/endpoint/mt_udp_tx_framer.vhd | 4 ++++ hdl/rtl/endpoint/mt_wr_sink.vhd | 4 ++++ hdl/rtl/endpoint/mt_wr_source.vhd | 4 ++++ hdl/rtl/mock_turtle_core.vhd | 4 ++++ hdl/rtl/mock_turtle_pkg.vhd | 4 ++++ hdl/rtl/mqueue/Manifest.py | 4 ++++ hdl/rtl/mqueue/mt_mqueue_host.vhd | 4 ++++ hdl/rtl/mqueue/mt_mqueue_pkg.vhd | 4 ++++ hdl/rtl/mqueue/mt_mqueue_remote.vhd | 4 ++++ hdl/rtl/mqueue/mt_mqueue_slot.vhd | 4 ++++ hdl/rtl/mqueue/mt_mqueue_wishbone_slave.vhd | 4 ++++ hdl/rtl/mqueue/mt_rmq_rx.vhd | 4 ++++ hdl/rtl/mqueue/mt_rmq_tx.vhd | 4 ++++ hdl/rtl/mt_config_rom.vhd | 4 ++++ hdl/rtl/smem/Manifest.py | 4 ++++ hdl/rtl/smem/mt_shared_mem.vhd | 4 ++++ hdl/syn/spec_mt_demo/.gitignore | 2 +- hdl/syn/spec_mt_demo/Manifest.py | 4 ++++ hdl/syn/spec_mt_demo/spec_mt_demo.ucf | 4 ++++ hdl/syn/spec_mt_demo/syn_extra_steps.tcl | 4 ++++ hdl/syn/svec_mt_demo/.gitignore | 2 +- hdl/syn/svec_mt_demo/Manifest.py | 4 ++++ hdl/syn/svec_mt_demo/svec_mt_demo.ucf | 4 ++++ hdl/syn/svec_mt_demo_wr/.gitignore | 2 +- hdl/syn/svec_mt_demo_wr/Manifest.py | 4 ++++ hdl/syn/svec_mt_demo_wr/svec_mt_demo_wr.ucf | 4 ++++ hdl/testbench/.gitignore | 2 +- hdl/testbench/Makefile | 2 +- hdl/testbench/include/mock_turtle_driver.svh | 4 ++++ hdl/testbench/include/mt_config_rom_driver.svh | 4 ++++ hdl/testbench/include/mt_cpu_csr_driver.svh | 4 ++++ hdl/testbench/include/mt_debug_driver.svh | 4 ++++ hdl/testbench/include/mt_hmq_driver.svh | 4 ++++ hdl/testbench/include/mt_queue_message.svh | 4 ++++ hdl/testbench/include/regs/mt_cpu_csr_regs.vh | 4 ++++ hdl/testbench/include/regs/mt_cpu_lr_regs.vh | 4 ++++ hdl/testbench/mock_turtle_core/.gitignore | 2 +- hdl/testbench/mock_turtle_core/Manifest.py | 4 ++++ hdl/testbench/mock_turtle_core/main.sv | 4 ++++ hdl/testbench/mock_turtle_core/mt_tb_wrapper.vhd | 4 ++++ hdl/testbench/mock_turtle_core/run.do | 4 ++++ hdl/testbench/mock_turtle_core/run_ci.do | 4 ++++ hdl/testbench/mt_eth_ep/.gitignore | 2 +- hdl/testbench/mt_eth_ep/Manifest.py | 4 ++++ hdl/testbench/mt_eth_ep/main.sv | 4 ++++ hdl/testbench/mt_eth_ep/run.do | 4 ++++ hdl/testbench/mt_eth_ep/run_ci.do | 4 ++++ hdl/testbench/spec_mt_demo/.gitignore | 2 +- hdl/testbench/spec_mt_demo/Manifest.py | 4 ++++ hdl/testbench/spec_mt_demo/main.sv | 4 ++++ hdl/testbench/spec_mt_demo/run.do | 4 ++++ hdl/testbench/spec_mt_demo/run_ci.do | 4 ++++ .../spec_mt_demo/synthesis_descriptor.vhd | 4 ++++ hdl/testbench/svec_mt_demo/.gitignore | 2 +- hdl/testbench/svec_mt_demo/Manifest.py | 4 ++++ hdl/testbench/svec_mt_demo/main.sv | 4 ++++ hdl/testbench/svec_mt_demo/run.do | 4 ++++ hdl/testbench/svec_mt_demo/run_ci.do | 4 ++++ .../svec_mt_demo/synthesis_descriptor.vhd | 4 ++++ hdl/top/spec_mt_demo/Manifest.py | 4 ++++ hdl/top/spec_mt_demo/spec_mt_demo.vhd | 4 ++++ hdl/top/svec_mt_demo/Manifest.py | 4 ++++ hdl/top/svec_mt_demo/svec_mt_demo.vhd | 4 ++++ hdl/top/svec_mt_demo_wr/Manifest.py | 4 ++++ hdl/top/svec_mt_demo_wr/svec_mt_demo_wr.vhd | 4 ++++ 93 files changed, 339 insertions(+), 35 deletions(-) diff --git a/Manifest.py b/Manifest.py index 49c90bed..615eb6cd 100644 --- a/Manifest.py +++ b/Manifest.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CERN (home.cern) +# +# SPDX-License-Identifier: CERN-OHL-W-2.0+ + modules = { "local" : [ "hdl/rtl", diff --git a/common.mk b/common.mk index 70df3efa..0c2102ff 100644 --- a/common.mk +++ b/common.mk @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CERN (home.cern) +# +# SPDX-License-Identifier: LGPL-2.1-or-later + PREFIX ?= / GIT_VERSION := $(shell git describe --always --dirty --long --tags) diff --git a/hdl/.gitignore b/hdl/.gitignore index 1cd49a96..f8cfd242 100644 --- a/hdl/.gitignore +++ b/hdl/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CERN-OHL-W-2.0 +# SPDX-License-Identifier: CERN-OHL-W-2.0+ # # SPDX-FileCopyrightText: 2019 CERN diff --git a/hdl/rtl/.gitignore b/hdl/rtl/.gitignore index aacb5807..590e9ebf 100644 --- a/hdl/rtl/.gitignore +++ b/hdl/rtl/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CERN-OHL-W-2.0 +# SPDX-License-Identifier: CERN-OHL-W-2.0+ # # SPDX-FileCopyrightText: 2019 CERN diff --git a/hdl/rtl/Manifest.py b/hdl/rtl/Manifest.py index 530cbb5e..47e10fe2 100644 --- a/hdl/rtl/Manifest.py +++ b/hdl/rtl/Manifest.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CERN (home.cern) +# +# SPDX-License-Identifier: CERN-OHL-W-2.0+ + files = [ "mock_turtle_core.vhd", "mock_turtle_pkg.vhd", diff --git a/hdl/rtl/cpu/Manifest.py b/hdl/rtl/cpu/Manifest.py index 7a691f7e..1f87e490 100644 --- a/hdl/rtl/cpu/Manifest.py +++ b/hdl/rtl/cpu/Manifest.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CERN (home.cern) +# +# SPDX-License-Identifier: CERN-OHL-W-2.0+ + files = [ "mt_cpu_cb.vhd", "mt_cpu_csr_wbgen2_pkg.vhd", diff --git a/hdl/rtl/cpu/build_wb.sh b/hdl/rtl/cpu/build_wb.sh index c0cbb0fc..5d2ae0c5 100755 --- a/hdl/rtl/cpu/build_wb.sh +++ b/hdl/rtl/cpu/build_wb.sh @@ -1,5 +1,9 @@ #!/bin/bash +# SPDX-FileCopyrightText: 2022 CERN (home.cern) +# +# SPDX-License-Identifier: CERN-OHL-W-2.0+ + mkdir -p doc wbgen2 -V mt_cpu_csr_wb.vhd -p mt_cpu_csr_wbgen2_pkg.vhd --hstyle record -Z --lang vhdl -K ../../testbench/include/regs/mt_cpu_csr_regs.vh mt_cpu_csr.wb wbgen2 -V mt_cpu_lr_wb.vhd -p mt_cpu_lr_wbgen2_pkg.vhd --hstyle record -Z --lang vhdl -K ../../testbench/include/regs/mt_cpu_lr_regs.vh mt_cpu_lr.wb diff --git a/hdl/rtl/cpu/mt_cpu_cb.vhd b/hdl/rtl/cpu/mt_cpu_cb.vhd index eef76db0..1227acf9 100644 --- a/hdl/rtl/cpu/mt_cpu_cb.vhd +++ b/hdl/rtl/cpu/mt_cpu_cb.vhd @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + -------------------------------------------------------------------------------- -- CERN BE-CO-HT -- Mock Turtle diff --git a/hdl/rtl/cpu/mt_cpu_csr.wb b/hdl/rtl/cpu/mt_cpu_csr.wb index 594677bb..bdab1c0a 100644 --- a/hdl/rtl/cpu/mt_cpu_csr.wb +++ b/hdl/rtl/cpu/mt_cpu_csr.wb @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + -------------------------------------------------------------------------------- -- CERN BE-CO-HT -- Mock Turtle @@ -9,18 +13,6 @@ -- description: MT CPU Control/Status Registers block layout (wbgen2) -- -------------------------------------------------------------------------------- --- Copyright (c) 2014-2019 CERN (home.cern) --------------------------------------------------------------------------------- --- Copyright and related rights are licensed under the Solderpad Hardware --- License, Version 2.0 (the "License"); you may not use this file except --- in compliance with the License. You may obtain a copy of the License at --- http://solderpad.org/licenses/SHL-2.0. --- Unless required by applicable law or agreed to in writing, software, --- hardware and materials distributed under this License is distributed on an --- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express --- or implied. See the License for the specific language governing permissions --- and limitations under the License. --------------------------------------------------------------------------------- -- -*- Mode: LUA; tab-width: 2 -*- diff --git a/hdl/rtl/cpu/mt_cpu_csr_wb.vhd b/hdl/rtl/cpu/mt_cpu_csr_wb.vhd index f3bdbf4c..feadbeea 100644 --- a/hdl/rtl/cpu/mt_cpu_csr_wb.vhd +++ b/hdl/rtl/cpu/mt_cpu_csr_wb.vhd @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + --------------------------------------------------------------------------------------- -- Title : Wishbone slave core for Mock Turtle CPU Control/Status registers block --------------------------------------------------------------------------------------- diff --git a/hdl/rtl/cpu/mt_cpu_csr_wbgen2_pkg.vhd b/hdl/rtl/cpu/mt_cpu_csr_wbgen2_pkg.vhd index 2dec076e..fdaf7198 100644 --- a/hdl/rtl/cpu/mt_cpu_csr_wbgen2_pkg.vhd +++ b/hdl/rtl/cpu/mt_cpu_csr_wbgen2_pkg.vhd @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + --------------------------------------------------------------------------------------- -- Title : Wishbone slave core for Mock Turtle CPU Control/Status registers block --------------------------------------------------------------------------------------- diff --git a/hdl/rtl/cpu/mt_cpu_lr.wb b/hdl/rtl/cpu/mt_cpu_lr.wb index 2678c94f..5781b072 100644 --- a/hdl/rtl/cpu/mt_cpu_lr.wb +++ b/hdl/rtl/cpu/mt_cpu_lr.wb @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + -------------------------------------------------------------------------------- -- CERN BE-CO-HT -- Mock Turtle @@ -9,18 +13,6 @@ -- description: MT CPU Per-Core Local Registers block layout (wbgen2) -- -------------------------------------------------------------------------------- --- Copyright (c) 2014-2019 CERN (home.cern) --------------------------------------------------------------------------------- --- Copyright and related rights are licensed under the Solderpad Hardware --- License, Version 2.0 (the "License"); you may not use this file except --- in compliance with the License. You may obtain a copy of the License at --- http://solderpad.org/licenses/SHL-2.0. --- Unless required by applicable law or agreed to in writing, software, --- hardware and materials distributed under this License is distributed on an --- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express --- or implied. See the License for the specific language governing permissions --- and limitations under the License. --------------------------------------------------------------------------------- -- -*- Mode: LUA; tab-width: 2 -*- diff --git a/hdl/rtl/cpu/mt_cpu_lr_wb.vhd b/hdl/rtl/cpu/mt_cpu_lr_wb.vhd index 9d6f2e3f..b5a64644 100644 --- a/hdl/rtl/cpu/mt_cpu_lr_wb.vhd +++ b/hdl/rtl/cpu/mt_cpu_lr_wb.vhd @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + --------------------------------------------------------------------------------------- -- Title : Wishbone slave core for Mock Turtle CPU Per-Core Local Registers --------------------------------------------------------------------------------------- diff --git a/hdl/rtl/cpu/mt_cpu_lr_wbgen2_pkg.vhd b/hdl/rtl/cpu/mt_cpu_lr_wbgen2_pkg.vhd index aa10413d..d519fd17 100644 --- a/hdl/rtl/cpu/mt_cpu_lr_wbgen2_pkg.vhd +++ b/hdl/rtl/cpu/mt_cpu_lr_wbgen2_pkg.vhd @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + --------------------------------------------------------------------------------------- -- Title : Wishbone slave core for Mock Turtle CPU Per-Core Local Registers --------------------------------------------------------------------------------------- diff --git a/hdl/rtl/cpu/mt_per_cpu_csr_pkg.vhd b/hdl/rtl/cpu/mt_per_cpu_csr_pkg.vhd index 0a7aa5a6..247f898f 100644 --- a/hdl/rtl/cpu/mt_per_cpu_csr_pkg.vhd +++ b/hdl/rtl/cpu/mt_per_cpu_csr_pkg.vhd @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + -------------------------------------------------------------------------------- -- CERN BE-CO-HT -- Mock Turtle diff --git a/hdl/rtl/cpu/mt_urv_wrapper.vhd b/hdl/rtl/cpu/mt_urv_wrapper.vhd index eb69aae8..0fc8f12c 100644 --- a/hdl/rtl/cpu/mt_urv_wrapper.vhd +++ b/hdl/rtl/cpu/mt_urv_wrapper.vhd @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + -------------------------------------------------------------------------------- -- CERN BE-CO-HT -- Mock Turtle diff --git a/hdl/rtl/endpoint/Manifest.py b/hdl/rtl/endpoint/Manifest.py index 1749b9a0..f2e09972 100644 --- a/hdl/rtl/endpoint/Manifest.py +++ b/hdl/rtl/endpoint/Manifest.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CERN (home.cern) +# +# SPDX-License-Identifier: CERN-OHL-W-2.0+ + files = [ "mt_ethernet_tx_framer.vhd", "mt_rmq_packet_output.vhd", diff --git a/hdl/rtl/endpoint/mt_endpoint_pkg.vhd b/hdl/rtl/endpoint/mt_endpoint_pkg.vhd index 13ddafef..cd11472e 100644 --- a/hdl/rtl/endpoint/mt_endpoint_pkg.vhd +++ b/hdl/rtl/endpoint/mt_endpoint_pkg.vhd @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + -------------------------------------------------------------------------------- -- CERN BE-CO-HT -- Mock Turtle diff --git a/hdl/rtl/endpoint/mt_ep_ethernet_single.vhd b/hdl/rtl/endpoint/mt_ep_ethernet_single.vhd index 4bc368f0..20875d21 100644 --- a/hdl/rtl/endpoint/mt_ep_ethernet_single.vhd +++ b/hdl/rtl/endpoint/mt_ep_ethernet_single.vhd @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + -------------------------------------------------------------------------------- -- CERN BE-CO-HT -- Mock Turtle diff --git a/hdl/rtl/endpoint/mt_ethernet_tx_framer.vhd b/hdl/rtl/endpoint/mt_ethernet_tx_framer.vhd index f4b0de02..97bc0d59 100644 --- a/hdl/rtl/endpoint/mt_ethernet_tx_framer.vhd +++ b/hdl/rtl/endpoint/mt_ethernet_tx_framer.vhd @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + -------------------------------------------------------------------------------- -- CERN BE-CO-HT -- Mock Turtle diff --git a/hdl/rtl/endpoint/mt_rmq_endpoint_rx.vhd b/hdl/rtl/endpoint/mt_rmq_endpoint_rx.vhd index d2d16742..a480c1c5 100644 --- a/hdl/rtl/endpoint/mt_rmq_endpoint_rx.vhd +++ b/hdl/rtl/endpoint/mt_rmq_endpoint_rx.vhd @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + -------------------------------------------------------------------------------- -- CERN BE-CO-HT -- Mock Turtle diff --git a/hdl/rtl/endpoint/mt_rmq_endpoint_tx.vhd b/hdl/rtl/endpoint/mt_rmq_endpoint_tx.vhd index ceaa155d..e1e834a3 100644 --- a/hdl/rtl/endpoint/mt_rmq_endpoint_tx.vhd +++ b/hdl/rtl/endpoint/mt_rmq_endpoint_tx.vhd @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + -------------------------------------------------------------------------------- -- CERN BE-CO-HT -- Mock Turtle diff --git a/hdl/rtl/endpoint/mt_rmq_ethernet_endpoint.vhd b/hdl/rtl/endpoint/mt_rmq_ethernet_endpoint.vhd index a388d917..6948ad60 100644 --- a/hdl/rtl/endpoint/mt_rmq_ethernet_endpoint.vhd +++ b/hdl/rtl/endpoint/mt_rmq_ethernet_endpoint.vhd @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + -------------------------------------------------------------------------------- -- CERN BE-CO-HT -- Mock Turtle diff --git a/hdl/rtl/endpoint/mt_rmq_packet_output.vhd b/hdl/rtl/endpoint/mt_rmq_packet_output.vhd index c94d076d..368fd38e 100644 --- a/hdl/rtl/endpoint/mt_rmq_packet_output.vhd +++ b/hdl/rtl/endpoint/mt_rmq_packet_output.vhd @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + -------------------------------------------------------------------------------- -- CERN BE-CO-HT -- Mock Turtle diff --git a/hdl/rtl/endpoint/mt_rmq_rx_deframer.vhd b/hdl/rtl/endpoint/mt_rmq_rx_deframer.vhd index 7a0ff4c7..f8133150 100644 --- a/hdl/rtl/endpoint/mt_rmq_rx_deframer.vhd +++ b/hdl/rtl/endpoint/mt_rmq_rx_deframer.vhd @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + -------------------------------------------------------------------------------- -- CERN BE-CO-HT -- Mock Turtle diff --git a/hdl/rtl/endpoint/mt_rmq_rx_path.vhd b/hdl/rtl/endpoint/mt_rmq_rx_path.vhd index 06e6a5dc..6da04eef 100644 --- a/hdl/rtl/endpoint/mt_rmq_rx_path.vhd +++ b/hdl/rtl/endpoint/mt_rmq_rx_path.vhd @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + -------------------------------------------------------------------------------- -- CERN BE-CO-HT -- Mock Turtle diff --git a/hdl/rtl/endpoint/mt_rmq_stream_register.vhd b/hdl/rtl/endpoint/mt_rmq_stream_register.vhd index a3d6e58d..e1e6093e 100644 --- a/hdl/rtl/endpoint/mt_rmq_stream_register.vhd +++ b/hdl/rtl/endpoint/mt_rmq_stream_register.vhd @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + -------------------------------------------------------------------------------- -- CERN BE-CO-HT -- Mock Turtle diff --git a/hdl/rtl/endpoint/mt_rmq_tx_path.vhd b/hdl/rtl/endpoint/mt_rmq_tx_path.vhd index b6b33a33..084260fb 100644 --- a/hdl/rtl/endpoint/mt_rmq_tx_path.vhd +++ b/hdl/rtl/endpoint/mt_rmq_tx_path.vhd @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + -------------------------------------------------------------------------------- -- CERN BE-CO-HT -- Mock Turtle diff --git a/hdl/rtl/endpoint/mt_udp_tx_framer.vhd b/hdl/rtl/endpoint/mt_udp_tx_framer.vhd index b10e6060..b1c7d164 100644 --- a/hdl/rtl/endpoint/mt_udp_tx_framer.vhd +++ b/hdl/rtl/endpoint/mt_udp_tx_framer.vhd @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + -------------------------------------------------------------------------------- -- CERN BE-CO-HT -- Mock Turtle diff --git a/hdl/rtl/endpoint/mt_wr_sink.vhd b/hdl/rtl/endpoint/mt_wr_sink.vhd index 2917a6c5..fae8fd00 100644 --- a/hdl/rtl/endpoint/mt_wr_sink.vhd +++ b/hdl/rtl/endpoint/mt_wr_sink.vhd @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + -------------------------------------------------------------------------------- -- CERN BE-CO-HT -- Mock Turtle diff --git a/hdl/rtl/endpoint/mt_wr_source.vhd b/hdl/rtl/endpoint/mt_wr_source.vhd index 64d1f649..e6613fbf 100644 --- a/hdl/rtl/endpoint/mt_wr_source.vhd +++ b/hdl/rtl/endpoint/mt_wr_source.vhd @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + -------------------------------------------------------------------------------- -- CERN BE-CO-HT -- Mock Turtle diff --git a/hdl/rtl/mock_turtle_core.vhd b/hdl/rtl/mock_turtle_core.vhd index f26f3a19..f8594cc0 100644 --- a/hdl/rtl/mock_turtle_core.vhd +++ b/hdl/rtl/mock_turtle_core.vhd @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + -------------------------------------------------------------------------------- -- CERN BE-CO-HT -- Mock Turtle diff --git a/hdl/rtl/mock_turtle_pkg.vhd b/hdl/rtl/mock_turtle_pkg.vhd index 8489dcfd..6fc5e3a0 100644 --- a/hdl/rtl/mock_turtle_pkg.vhd +++ b/hdl/rtl/mock_turtle_pkg.vhd @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + -------------------------------------------------------------------------------- -- CERN BE-CO-HT -- Mock Turtle diff --git a/hdl/rtl/mqueue/Manifest.py b/hdl/rtl/mqueue/Manifest.py index 6d3c9094..ef348180 100644 --- a/hdl/rtl/mqueue/Manifest.py +++ b/hdl/rtl/mqueue/Manifest.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CERN (home.cern) +# +# SPDX-License-Identifier: CERN-OHL-W-2.0+ + files = [ "mt_mqueue_host.vhd", "mt_mqueue_remote.vhd", diff --git a/hdl/rtl/mqueue/mt_mqueue_host.vhd b/hdl/rtl/mqueue/mt_mqueue_host.vhd index 16e79d88..f9fac98d 100644 --- a/hdl/rtl/mqueue/mt_mqueue_host.vhd +++ b/hdl/rtl/mqueue/mt_mqueue_host.vhd @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + -------------------------------------------------------------------------------- -- CERN BE-CO-HT -- Mock Turtle diff --git a/hdl/rtl/mqueue/mt_mqueue_pkg.vhd b/hdl/rtl/mqueue/mt_mqueue_pkg.vhd index 16038509..763d1c3a 100644 --- a/hdl/rtl/mqueue/mt_mqueue_pkg.vhd +++ b/hdl/rtl/mqueue/mt_mqueue_pkg.vhd @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + -------------------------------------------------------------------------------- -- CERN BE-CO-HT -- Mock Turtle diff --git a/hdl/rtl/mqueue/mt_mqueue_remote.vhd b/hdl/rtl/mqueue/mt_mqueue_remote.vhd index 61bab3c3..d420a18d 100644 --- a/hdl/rtl/mqueue/mt_mqueue_remote.vhd +++ b/hdl/rtl/mqueue/mt_mqueue_remote.vhd @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + -------------------------------------------------------------------------------- -- CERN BE-CO-HT -- Mock Turtle diff --git a/hdl/rtl/mqueue/mt_mqueue_slot.vhd b/hdl/rtl/mqueue/mt_mqueue_slot.vhd index cd961a7e..0bd1112c 100644 --- a/hdl/rtl/mqueue/mt_mqueue_slot.vhd +++ b/hdl/rtl/mqueue/mt_mqueue_slot.vhd @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + -------------------------------------------------------------------------------- -- CERN BE-CO-HT -- Mock Turtle diff --git a/hdl/rtl/mqueue/mt_mqueue_wishbone_slave.vhd b/hdl/rtl/mqueue/mt_mqueue_wishbone_slave.vhd index 873952fc..2331dd6e 100644 --- a/hdl/rtl/mqueue/mt_mqueue_wishbone_slave.vhd +++ b/hdl/rtl/mqueue/mt_mqueue_wishbone_slave.vhd @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + -------------------------------------------------------------------------------- -- CERN BE-CO-HT -- Mock Turtle diff --git a/hdl/rtl/mqueue/mt_rmq_rx.vhd b/hdl/rtl/mqueue/mt_rmq_rx.vhd index 20dbd8a0..734be3b7 100644 --- a/hdl/rtl/mqueue/mt_rmq_rx.vhd +++ b/hdl/rtl/mqueue/mt_rmq_rx.vhd @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + -------------------------------------------------------------------------------- -- CERN BE-CO-HT -- Mock Turtle diff --git a/hdl/rtl/mqueue/mt_rmq_tx.vhd b/hdl/rtl/mqueue/mt_rmq_tx.vhd index 587ebd9a..a26c3309 100644 --- a/hdl/rtl/mqueue/mt_rmq_tx.vhd +++ b/hdl/rtl/mqueue/mt_rmq_tx.vhd @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + -------------------------------------------------------------------------------- -- CERN BE-CO-HT -- Mock Turtle diff --git a/hdl/rtl/mt_config_rom.vhd b/hdl/rtl/mt_config_rom.vhd index a119525f..b0b5e620 100644 --- a/hdl/rtl/mt_config_rom.vhd +++ b/hdl/rtl/mt_config_rom.vhd @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + -------------------------------------------------------------------------------- -- CERN BE-CO-HT -- Mock Turtle diff --git a/hdl/rtl/smem/Manifest.py b/hdl/rtl/smem/Manifest.py index 75dd7fd8..c0e59828 100644 --- a/hdl/rtl/smem/Manifest.py +++ b/hdl/rtl/smem/Manifest.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CERN (home.cern) +# +# SPDX-License-Identifier: CERN-OHL-W-2.0+ + files = [ "mt_shared_mem.vhd", ] diff --git a/hdl/rtl/smem/mt_shared_mem.vhd b/hdl/rtl/smem/mt_shared_mem.vhd index c60067b1..934dc59e 100644 --- a/hdl/rtl/smem/mt_shared_mem.vhd +++ b/hdl/rtl/smem/mt_shared_mem.vhd @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + -------------------------------------------------------------------------------- -- CERN BE-CO-HT -- Mock Turtle diff --git a/hdl/syn/spec_mt_demo/.gitignore b/hdl/syn/spec_mt_demo/.gitignore index 8d00ace9..2dd2f63b 100644 --- a/hdl/syn/spec_mt_demo/.gitignore +++ b/hdl/syn/spec_mt_demo/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CERN-OHL-W-2.0 +# SPDX-License-Identifier: CERN-OHL-W-2.0+ # # SPDX-FileCopyrightText: 2019 CERN diff --git a/hdl/syn/spec_mt_demo/Manifest.py b/hdl/syn/spec_mt_demo/Manifest.py index e7078b4d..a3fa86b5 100644 --- a/hdl/syn/spec_mt_demo/Manifest.py +++ b/hdl/syn/spec_mt_demo/Manifest.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CERN (home.cern) +# +# SPDX-License-Identifier: CERN-OHL-W-2.0+ + action = "synthesis" target = "xilinx" diff --git a/hdl/syn/spec_mt_demo/spec_mt_demo.ucf b/hdl/syn/spec_mt_demo/spec_mt_demo.ucf index 90b0abdf..903f87bf 100644 --- a/hdl/syn/spec_mt_demo/spec_mt_demo.ucf +++ b/hdl/syn/spec_mt_demo/spec_mt_demo.ucf @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CERN (home.cern) +# +# SPDX-License-Identifier: CERN-OHL-W-2.0+ + NET "clk_125m_pllref_n_i" LOC = F10; NET "clk_125m_pllref_n_i" IOSTANDARD = "LVDS_25"; NET "clk_125m_pllref_p_i" LOC = G9; diff --git a/hdl/syn/spec_mt_demo/syn_extra_steps.tcl b/hdl/syn/spec_mt_demo/syn_extra_steps.tcl index a7a78800..5bff7569 100644 --- a/hdl/syn/spec_mt_demo/syn_extra_steps.tcl +++ b/hdl/syn/spec_mt_demo/syn_extra_steps.tcl @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CERN (home.cern) +# +# SPDX-License-Identifier: CERN-OHL-W-2.0+ + # get project file from 1st command-line argument set project_file [lindex $argv 0] diff --git a/hdl/syn/svec_mt_demo/.gitignore b/hdl/syn/svec_mt_demo/.gitignore index 08708b2a..4288b1a8 100644 --- a/hdl/syn/svec_mt_demo/.gitignore +++ b/hdl/syn/svec_mt_demo/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CERN-OHL-W-2.0 +# SPDX-License-Identifier: CERN-OHL-W-2.0+ # # SPDX-FileCopyrightText: 2019 CERN diff --git a/hdl/syn/svec_mt_demo/Manifest.py b/hdl/syn/svec_mt_demo/Manifest.py index 6ceedd6d..0fbd70ca 100644 --- a/hdl/syn/svec_mt_demo/Manifest.py +++ b/hdl/syn/svec_mt_demo/Manifest.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CERN (home.cern) +# +# SPDX-License-Identifier: CERN-OHL-W-2.0+ + action = "synthesis" target = "xilinx" diff --git a/hdl/syn/svec_mt_demo/svec_mt_demo.ucf b/hdl/syn/svec_mt_demo/svec_mt_demo.ucf index 523ec8a4..81797ed4 100644 --- a/hdl/syn/svec_mt_demo/svec_mt_demo.ucf +++ b/hdl/syn/svec_mt_demo/svec_mt_demo.ucf @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CERN (home.cern) +# +# SPDX-License-Identifier: CERN-OHL-W-2.0+ + #=============================================================================== # IO Location Constraints #=============================================================================== diff --git a/hdl/syn/svec_mt_demo_wr/.gitignore b/hdl/syn/svec_mt_demo_wr/.gitignore index a16c8c0f..aa4e49ce 100644 --- a/hdl/syn/svec_mt_demo_wr/.gitignore +++ b/hdl/syn/svec_mt_demo_wr/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CERN-OHL-W-2.0 +# SPDX-License-Identifier: CERN-OHL-W-2.0+ # # SPDX-FileCopyrightText: 2019 CERN diff --git a/hdl/syn/svec_mt_demo_wr/Manifest.py b/hdl/syn/svec_mt_demo_wr/Manifest.py index fbeb4924..53c13a07 100644 --- a/hdl/syn/svec_mt_demo_wr/Manifest.py +++ b/hdl/syn/svec_mt_demo_wr/Manifest.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CERN (home.cern) +# +# SPDX-License-Identifier: CERN-OHL-W-2.0+ + action = "synthesis" target = "xilinx" diff --git a/hdl/syn/svec_mt_demo_wr/svec_mt_demo_wr.ucf b/hdl/syn/svec_mt_demo_wr/svec_mt_demo_wr.ucf index d89f6206..f8aea0a3 100644 --- a/hdl/syn/svec_mt_demo_wr/svec_mt_demo_wr.ucf +++ b/hdl/syn/svec_mt_demo_wr/svec_mt_demo_wr.ucf @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CERN (home.cern) +# +# SPDX-License-Identifier: CERN-OHL-W-2.0+ + #=============================================================================== # IO Location Constraints #=============================================================================== diff --git a/hdl/testbench/.gitignore b/hdl/testbench/.gitignore index 5df75814..ca8f0596 100644 --- a/hdl/testbench/.gitignore +++ b/hdl/testbench/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CERN-OHL-W-2.0 +# SPDX-License-Identifier: CERN-OHL-W-2.0+ # # SPDX-FileCopyrightText: 2019 CERN diff --git a/hdl/testbench/Makefile b/hdl/testbench/Makefile index 25cf4055..c12ee762 100644 --- a/hdl/testbench/Makefile +++ b/hdl/testbench/Makefile @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CERN-OHL-W-2.0 +# SPDX-License-Identifier: CERN-OHL-W-2.0+ # # SPDX-FileCopyrightText: 2019 CERN diff --git a/hdl/testbench/include/mock_turtle_driver.svh b/hdl/testbench/include/mock_turtle_driver.svh index a6d572ee..de95ae49 100644 --- a/hdl/testbench/include/mock_turtle_driver.svh +++ b/hdl/testbench/include/mock_turtle_driver.svh @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CERN (home.cern) +// +// SPDX-License-Identifier: CERN-OHL-W-2.0+ + //------------------------------------------------------------------------------ // CERN BE-CO-HT // Mock Turtle diff --git a/hdl/testbench/include/mt_config_rom_driver.svh b/hdl/testbench/include/mt_config_rom_driver.svh index c6e4f98d..4f842390 100644 --- a/hdl/testbench/include/mt_config_rom_driver.svh +++ b/hdl/testbench/include/mt_config_rom_driver.svh @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CERN (home.cern) +// +// SPDX-License-Identifier: CERN-OHL-W-2.0+ + //------------------------------------------------------------------------------ // CERN BE-CO-HT // Mock Turtle diff --git a/hdl/testbench/include/mt_cpu_csr_driver.svh b/hdl/testbench/include/mt_cpu_csr_driver.svh index c9edfdac..ad0cd86e 100644 --- a/hdl/testbench/include/mt_cpu_csr_driver.svh +++ b/hdl/testbench/include/mt_cpu_csr_driver.svh @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CERN (home.cern) +// +// SPDX-License-Identifier: CERN-OHL-W-2.0+ + //------------------------------------------------------------------------------ // CERN BE-CO-HT // Mock Turtle diff --git a/hdl/testbench/include/mt_debug_driver.svh b/hdl/testbench/include/mt_debug_driver.svh index 9e8dee5e..b436d28d 100644 --- a/hdl/testbench/include/mt_debug_driver.svh +++ b/hdl/testbench/include/mt_debug_driver.svh @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CERN (home.cern) +// +// SPDX-License-Identifier: CERN-OHL-W-2.0+ + //------------------------------------------------------------------------------ // CERN BE-CO-HT // Mock Turtle diff --git a/hdl/testbench/include/mt_hmq_driver.svh b/hdl/testbench/include/mt_hmq_driver.svh index 8970cadf..7e892f6c 100644 --- a/hdl/testbench/include/mt_hmq_driver.svh +++ b/hdl/testbench/include/mt_hmq_driver.svh @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CERN (home.cern) +// +// SPDX-License-Identifier: CERN-OHL-W-2.0+ + //------------------------------------------------------------------------------ // CERN BE-CO-HT // Mock Turtle diff --git a/hdl/testbench/include/mt_queue_message.svh b/hdl/testbench/include/mt_queue_message.svh index d70ac642..2d5c53b7 100644 --- a/hdl/testbench/include/mt_queue_message.svh +++ b/hdl/testbench/include/mt_queue_message.svh @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CERN (home.cern) +// +// SPDX-License-Identifier: CERN-OHL-W-2.0+ + //------------------------------------------------------------------------------ // CERN BE-CO-HT // Mock Turtle diff --git a/hdl/testbench/include/regs/mt_cpu_csr_regs.vh b/hdl/testbench/include/regs/mt_cpu_csr_regs.vh index 5532686a..2935412f 100644 --- a/hdl/testbench/include/regs/mt_cpu_csr_regs.vh +++ b/hdl/testbench/include/regs/mt_cpu_csr_regs.vh @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CERN (home.cern) +// +// SPDX-License-Identifier: CERN-OHL-W-2.0+ + `define ADDR_MT_CPU_CSR_RESET 9'h0 `define ADDR_MT_CPU_CSR_INT 9'h4 `define ADDR_MT_CPU_CSR_INT_VAL_LO 9'h8 diff --git a/hdl/testbench/include/regs/mt_cpu_lr_regs.vh b/hdl/testbench/include/regs/mt_cpu_lr_regs.vh index 880c4117..e4f8d54a 100644 --- a/hdl/testbench/include/regs/mt_cpu_lr_regs.vh +++ b/hdl/testbench/include/regs/mt_cpu_lr_regs.vh @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CERN (home.cern) +// +// SPDX-License-Identifier: CERN-OHL-W-2.0+ + `define ADDR_MT_CPU_LR_STAT 8'h0 `define MT_CPU_LR_STAT_CORE_ID_OFFSET 0 `define MT_CPU_LR_STAT_CORE_ID 32'h0000000f diff --git a/hdl/testbench/mock_turtle_core/.gitignore b/hdl/testbench/mock_turtle_core/.gitignore index b6ed5515..199d31a8 100644 --- a/hdl/testbench/mock_turtle_core/.gitignore +++ b/hdl/testbench/mock_turtle_core/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CERN-OHL-W-2.0 +# SPDX-License-Identifier: CERN-OHL-W-2.0+ # # SPDX-FileCopyrightText: 2019 CERN diff --git a/hdl/testbench/mock_turtle_core/Manifest.py b/hdl/testbench/mock_turtle_core/Manifest.py index eff43c94..a3b9aff3 100644 --- a/hdl/testbench/mock_turtle_core/Manifest.py +++ b/hdl/testbench/mock_turtle_core/Manifest.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CERN (home.cern) +# +# SPDX-License-Identifier: CERN-OHL-W-2.0+ + # HDLMake 'develop' branch required. # # Due to bugs in release v3.0 of hdlmake it is necessary to use the "develop" diff --git a/hdl/testbench/mock_turtle_core/main.sv b/hdl/testbench/mock_turtle_core/main.sv index 79c5c613..99c51edc 100644 --- a/hdl/testbench/mock_turtle_core/main.sv +++ b/hdl/testbench/mock_turtle_core/main.sv @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CERN (home.cern) +// +// SPDX-License-Identifier: CERN-OHL-W-2.0+ + //------------------------------------------------------------------------------ // CERN BE-CO-HT // Mock Turtle diff --git a/hdl/testbench/mock_turtle_core/mt_tb_wrapper.vhd b/hdl/testbench/mock_turtle_core/mt_tb_wrapper.vhd index a50f1e5d..152bbc5c 100644 --- a/hdl/testbench/mock_turtle_core/mt_tb_wrapper.vhd +++ b/hdl/testbench/mock_turtle_core/mt_tb_wrapper.vhd @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + -------------------------------------------------------------------------------- -- CERN BE-CEM-EDL -- Mock Turtle diff --git a/hdl/testbench/mock_turtle_core/run.do b/hdl/testbench/mock_turtle_core/run.do index 5522dad8..31cfa29a 100644 --- a/hdl/testbench/mock_turtle_core/run.do +++ b/hdl/testbench/mock_turtle_core/run.do @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CERN (home.cern) +# +# SPDX-License-Identifier: CERN-OHL-W-2.0+ + vsim -quiet -L unisim work.main -voptargs=+acc -classdebug set StdArithNoWarnings 1 diff --git a/hdl/testbench/mock_turtle_core/run_ci.do b/hdl/testbench/mock_turtle_core/run_ci.do index bee330c3..bb92216e 100644 --- a/hdl/testbench/mock_turtle_core/run_ci.do +++ b/hdl/testbench/mock_turtle_core/run_ci.do @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CERN (home.cern) +# +# SPDX-License-Identifier: CERN-OHL-W-2.0+ + # Modelsim run script for continuous integration # execute: vsim -c -do "run_ci.do" diff --git a/hdl/testbench/mt_eth_ep/.gitignore b/hdl/testbench/mt_eth_ep/.gitignore index b6ed5515..199d31a8 100644 --- a/hdl/testbench/mt_eth_ep/.gitignore +++ b/hdl/testbench/mt_eth_ep/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CERN-OHL-W-2.0 +# SPDX-License-Identifier: CERN-OHL-W-2.0+ # # SPDX-FileCopyrightText: 2019 CERN diff --git a/hdl/testbench/mt_eth_ep/Manifest.py b/hdl/testbench/mt_eth_ep/Manifest.py index 78776ab3..4a6461af 100644 --- a/hdl/testbench/mt_eth_ep/Manifest.py +++ b/hdl/testbench/mt_eth_ep/Manifest.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CERN (home.cern) +# +# SPDX-License-Identifier: CERN-OHL-W-2.0+ + # HDLMake 'develop' branch required. # # Due to bugs in release v3.0 of hdlmake it is necessary to use the "develop" diff --git a/hdl/testbench/mt_eth_ep/main.sv b/hdl/testbench/mt_eth_ep/main.sv index 9eabe295..3ffd1a57 100644 --- a/hdl/testbench/mt_eth_ep/main.sv +++ b/hdl/testbench/mt_eth_ep/main.sv @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CERN (home.cern) +// +// SPDX-License-Identifier: CERN-OHL-W-2.0+ + //------------------------------------------------------------------------------ // CERN BE-CO-HT // Mock Turtle diff --git a/hdl/testbench/mt_eth_ep/run.do b/hdl/testbench/mt_eth_ep/run.do index a8b3aba4..4b502796 100644 --- a/hdl/testbench/mt_eth_ep/run.do +++ b/hdl/testbench/mt_eth_ep/run.do @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CERN (home.cern) +# +# SPDX-License-Identifier: CERN-OHL-W-2.0+ + vsim -quiet -L unisim work.main -novopt set StdArithNoWarnings 1 diff --git a/hdl/testbench/mt_eth_ep/run_ci.do b/hdl/testbench/mt_eth_ep/run_ci.do index bee330c3..bb92216e 100644 --- a/hdl/testbench/mt_eth_ep/run_ci.do +++ b/hdl/testbench/mt_eth_ep/run_ci.do @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CERN (home.cern) +# +# SPDX-License-Identifier: CERN-OHL-W-2.0+ + # Modelsim run script for continuous integration # execute: vsim -c -do "run_ci.do" diff --git a/hdl/testbench/spec_mt_demo/.gitignore b/hdl/testbench/spec_mt_demo/.gitignore index 1a036460..1e47dc5a 100644 --- a/hdl/testbench/spec_mt_demo/.gitignore +++ b/hdl/testbench/spec_mt_demo/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CERN-OHL-W-2.0 +# SPDX-License-Identifier: CERN-OHL-W-2.0+ # # SPDX-FileCopyrightText: 2019 CERN diff --git a/hdl/testbench/spec_mt_demo/Manifest.py b/hdl/testbench/spec_mt_demo/Manifest.py index 396db0de..fb94fa6b 100644 --- a/hdl/testbench/spec_mt_demo/Manifest.py +++ b/hdl/testbench/spec_mt_demo/Manifest.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CERN (home.cern) +# +# SPDX-License-Identifier: CERN-OHL-W-2.0+ + # HDLMake 'develop' branch required. # # Due to bugs in release v3.0 of hdlmake it is necessary to use the "develop" diff --git a/hdl/testbench/spec_mt_demo/main.sv b/hdl/testbench/spec_mt_demo/main.sv index 1d2eba00..983b4832 100644 --- a/hdl/testbench/spec_mt_demo/main.sv +++ b/hdl/testbench/spec_mt_demo/main.sv @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CERN (home.cern) +// +// SPDX-License-Identifier: CERN-OHL-W-2.0+ + //------------------------------------------------------------------------------ // CERN BE-CO-HT // Mock Turtle diff --git a/hdl/testbench/spec_mt_demo/run.do b/hdl/testbench/spec_mt_demo/run.do index 8f0d1320..9ab9c654 100644 --- a/hdl/testbench/spec_mt_demo/run.do +++ b/hdl/testbench/spec_mt_demo/run.do @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CERN (home.cern) +# +# SPDX-License-Identifier: CERN-OHL-W-2.0+ + vsim -quiet -L unisim work.main -novopt set StdArithNoWarnings 1 diff --git a/hdl/testbench/spec_mt_demo/run_ci.do b/hdl/testbench/spec_mt_demo/run_ci.do index 7d6518cf..19c786bd 100644 --- a/hdl/testbench/spec_mt_demo/run_ci.do +++ b/hdl/testbench/spec_mt_demo/run_ci.do @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CERN (home.cern) +# +# SPDX-License-Identifier: CERN-OHL-W-2.0+ + # Modelsim run script for continuous integration # execute: vsim -c -do "run_ci.do" diff --git a/hdl/testbench/spec_mt_demo/synthesis_descriptor.vhd b/hdl/testbench/spec_mt_demo/synthesis_descriptor.vhd index 2ba5d295..4b04e1e6 100644 --- a/hdl/testbench/spec_mt_demo/synthesis_descriptor.vhd +++ b/hdl/testbench/spec_mt_demo/synthesis_descriptor.vhd @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + -------------------------------------------------------------------------------- -- SDB meta information for svec_mt_demo.xise. -- diff --git a/hdl/testbench/svec_mt_demo/.gitignore b/hdl/testbench/svec_mt_demo/.gitignore index b6ed5515..199d31a8 100644 --- a/hdl/testbench/svec_mt_demo/.gitignore +++ b/hdl/testbench/svec_mt_demo/.gitignore @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: CERN-OHL-W-2.0 +# SPDX-License-Identifier: CERN-OHL-W-2.0+ # # SPDX-FileCopyrightText: 2019 CERN diff --git a/hdl/testbench/svec_mt_demo/Manifest.py b/hdl/testbench/svec_mt_demo/Manifest.py index 694849c8..f45068e5 100644 --- a/hdl/testbench/svec_mt_demo/Manifest.py +++ b/hdl/testbench/svec_mt_demo/Manifest.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CERN (home.cern) +# +# SPDX-License-Identifier: CERN-OHL-W-2.0+ + # HDLMake 'develop' branch required. # # Due to bugs in release v3.0 of hdlmake it is necessary to use the "develop" diff --git a/hdl/testbench/svec_mt_demo/main.sv b/hdl/testbench/svec_mt_demo/main.sv index 82bdd5b3..e6616f28 100644 --- a/hdl/testbench/svec_mt_demo/main.sv +++ b/hdl/testbench/svec_mt_demo/main.sv @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 CERN (home.cern) +// +// SPDX-License-Identifier: CERN-OHL-W-2.0+ + //------------------------------------------------------------------------------ // CERN BE-CO-HT // Mock Turtle diff --git a/hdl/testbench/svec_mt_demo/run.do b/hdl/testbench/svec_mt_demo/run.do index 8f0d1320..9ab9c654 100644 --- a/hdl/testbench/svec_mt_demo/run.do +++ b/hdl/testbench/svec_mt_demo/run.do @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CERN (home.cern) +# +# SPDX-License-Identifier: CERN-OHL-W-2.0+ + vsim -quiet -L unisim work.main -novopt set StdArithNoWarnings 1 diff --git a/hdl/testbench/svec_mt_demo/run_ci.do b/hdl/testbench/svec_mt_demo/run_ci.do index 7d6518cf..19c786bd 100644 --- a/hdl/testbench/svec_mt_demo/run_ci.do +++ b/hdl/testbench/svec_mt_demo/run_ci.do @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CERN (home.cern) +# +# SPDX-License-Identifier: CERN-OHL-W-2.0+ + # Modelsim run script for continuous integration # execute: vsim -c -do "run_ci.do" diff --git a/hdl/testbench/svec_mt_demo/synthesis_descriptor.vhd b/hdl/testbench/svec_mt_demo/synthesis_descriptor.vhd index 682ec3af..b7813024 100644 --- a/hdl/testbench/svec_mt_demo/synthesis_descriptor.vhd +++ b/hdl/testbench/svec_mt_demo/synthesis_descriptor.vhd @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + -------------------------------------------------------------------------------- -- SDB meta information for svec_mt_demo.xise. -- diff --git a/hdl/top/spec_mt_demo/Manifest.py b/hdl/top/spec_mt_demo/Manifest.py index 2ec7e26e..ad58f7d6 100644 --- a/hdl/top/spec_mt_demo/Manifest.py +++ b/hdl/top/spec_mt_demo/Manifest.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CERN (home.cern) +# +# SPDX-License-Identifier: CERN-OHL-W-2.0+ + files = [ "spec_mt_demo.vhd", ] diff --git a/hdl/top/spec_mt_demo/spec_mt_demo.vhd b/hdl/top/spec_mt_demo/spec_mt_demo.vhd index eef52a2d..584ce012 100644 --- a/hdl/top/spec_mt_demo/spec_mt_demo.vhd +++ b/hdl/top/spec_mt_demo/spec_mt_demo.vhd @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + -------------------------------------------------------------------------------- -- CERN BE-CO-HT -- Mock Turtle diff --git a/hdl/top/svec_mt_demo/Manifest.py b/hdl/top/svec_mt_demo/Manifest.py index ddf64499..66c5074b 100644 --- a/hdl/top/svec_mt_demo/Manifest.py +++ b/hdl/top/svec_mt_demo/Manifest.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CERN (home.cern) +# +# SPDX-License-Identifier: CERN-OHL-W-2.0+ + files = [ "svec_mt_demo.vhd", ] diff --git a/hdl/top/svec_mt_demo/svec_mt_demo.vhd b/hdl/top/svec_mt_demo/svec_mt_demo.vhd index 4c530f0b..7af2bc6c 100644 --- a/hdl/top/svec_mt_demo/svec_mt_demo.vhd +++ b/hdl/top/svec_mt_demo/svec_mt_demo.vhd @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + -------------------------------------------------------------------------------- -- CERN BE-CO-HT -- Mock Turtle diff --git a/hdl/top/svec_mt_demo_wr/Manifest.py b/hdl/top/svec_mt_demo_wr/Manifest.py index 8be489b8..62acc4fa 100644 --- a/hdl/top/svec_mt_demo_wr/Manifest.py +++ b/hdl/top/svec_mt_demo_wr/Manifest.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 CERN (home.cern) +# +# SPDX-License-Identifier: CERN-OHL-W-2.0+ + files = [ "svec_mt_demo_wr.vhd", ] diff --git a/hdl/top/svec_mt_demo_wr/svec_mt_demo_wr.vhd b/hdl/top/svec_mt_demo_wr/svec_mt_demo_wr.vhd index a09fe3c7..c1165287 100644 --- a/hdl/top/svec_mt_demo_wr/svec_mt_demo_wr.vhd +++ b/hdl/top/svec_mt_demo_wr/svec_mt_demo_wr.vhd @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2022 CERN (home.cern) +-- +-- SPDX-License-Identifier: CERN-OHL-W-2.0+ + -------------------------------------------------------------------------------- -- CERN BE-CO-HT -- Mock Turtle -- GitLab From a8848d94dced81bdb42daf1c0c50b365f8dd04f3 Mon Sep 17 00:00:00 2001 From: Federico Vaga <federico.vaga@cern.ch> Date: Fri, 11 Nov 2022 15:17:19 +0100 Subject: [PATCH 6/7] Revert "Add wbgen2 generated header files." This reverts commit 25b250bc8717774feec163da399d9ce891df5af2. These are not source files. The actual sources for these headers are the wbgen files. --- software/include/hw/mockturtle_cpu_csr.h | 177 ----------------------- software/include/hw/mockturtle_cpu_lr.h | 123 ---------------- 2 files changed, 300 deletions(-) delete mode 100644 software/include/hw/mockturtle_cpu_csr.h delete mode 100644 software/include/hw/mockturtle_cpu_lr.h diff --git a/software/include/hw/mockturtle_cpu_csr.h b/software/include/hw/mockturtle_cpu_csr.h deleted file mode 100644 index d162774f..00000000 --- a/software/include/hw/mockturtle_cpu_csr.h +++ /dev/null @@ -1,177 +0,0 @@ -/* - Register definitions for slave core: Mock Turtle CPU Control/Status registers block - - * File : mockturtle_cpu_csr.h - * Author : auto-generated by wbgen2 from ../../../hdl/rtl//cpu/mt_cpu_csr.wb - * Created : Mon Jul 16 14:52:30 2018 - * Standard : ANSI C - - THIS FILE WAS GENERATED BY wbgen2 FROM SOURCE FILE ../../../hdl/rtl//cpu/mt_cpu_csr.wb - DO NOT HAND-EDIT UNLESS IT'S ABSOLUTELY NECESSARY! - -*/ - -#ifndef __WBGEN2_REGDEFS___/__/__/HDL/RTL//CPU/MT_CPU_CSR_WB -#define __WBGEN2_REGDEFS___/__/__/HDL/RTL//CPU/MT_CPU_CSR_WB - -#include <inttypes.h> - -#if defined( __GNUC__) -#define PACKED __attribute__ ((packed)) -#else -#error "Unsupported compiler?" -#endif - -#ifndef __WBGEN2_MACROS_DEFINED__ -#define __WBGEN2_MACROS_DEFINED__ -#define WBGEN2_GEN_MASK(offset, size) (((1<<(size))-1) << (offset)) -#define WBGEN2_GEN_WRITE(value, offset, size) (((value) & ((1<<(size))-1)) << (offset)) -#define WBGEN2_GEN_READ(reg, offset, size) (((reg) >> (offset)) & ((1<<(size))-1)) -#define WBGEN2_SIGN_EXTEND(value, bits) (((value) & (1<<bits) ? ~((1<<(bits))-1): 0 ) | (value)) -#endif - - -/* definitions for register: Core Reset Register */ - -/* definitions for register: Core Notification Interrupt Register */ - -/* definitions for register: Core 0-3 Notification Value Register */ - -/* definitions for register: Core 4-7 Notification Value Register */ - -/* definitions for register: SMEM Operation Select */ - -/* definitions for register: HMQ Select Register */ - -/* definitions for field: Queue select in reg: HMQ Select Register */ -#define MT_CPU_CSR_HMQ_SEL_QUEUE_MASK WBGEN2_GEN_MASK(0, 3) -#define MT_CPU_CSR_HMQ_SEL_QUEUE_SHIFT 0 -#define MT_CPU_CSR_HMQ_SEL_QUEUE_W(value) WBGEN2_GEN_WRITE(value, 0, 3) -#define MT_CPU_CSR_HMQ_SEL_QUEUE_R(reg) WBGEN2_GEN_READ(reg, 0, 3) - -/* definitions for field: Core select in reg: HMQ Select Register */ -#define MT_CPU_CSR_HMQ_SEL_CORE_MASK WBGEN2_GEN_MASK(8, 3) -#define MT_CPU_CSR_HMQ_SEL_CORE_SHIFT 8 -#define MT_CPU_CSR_HMQ_SEL_CORE_W(value) WBGEN2_GEN_WRITE(value, 8, 3) -#define MT_CPU_CSR_HMQ_SEL_CORE_R(reg) WBGEN2_GEN_READ(reg, 8, 3) - -/* definitions for register: HMQ IN Status Core 0-3 Register */ - -/* definitions for register: HMQ IN Status Core 4-7 Register */ - -/* definitions for register: HMQ OUT Status Core 0-3 Register */ - -/* definitions for register: HMQ OUT Status Core 4-7 Register */ - -/* definitions for register: HMQ IN Interrupt Enable Core 0-3 Register */ - -/* definitions for register: HMQ IN Interrupt Enable Core 4-7 Register */ - -/* definitions for register: HMQ OUT Interrupt Enable Core 0-3 Register */ - -/* definitions for register: HMQ OUT Interrupt Enable Core 4-7 Register */ - -/* definitions for register: Core Select Register */ - -/* definitions for register: Core Upload Address Register */ - -/* definitions for field: Address to access in selected core's local memory. in reg: Core Upload Address Register */ -#define MT_CPU_CSR_UADDR_ADDR_MASK WBGEN2_GEN_MASK(0, 20) -#define MT_CPU_CSR_UADDR_ADDR_SHIFT 0 -#define MT_CPU_CSR_UADDR_ADDR_W(value) WBGEN2_GEN_WRITE(value, 0, 20) -#define MT_CPU_CSR_UADDR_ADDR_R(reg) WBGEN2_GEN_READ(reg, 0, 20) - -/* definitions for register: Core Upload Data Register */ - -/* definitions for register: Core Serial Console Message Register */ - -/* definitions for field: Serial console message byte for the selected core in reg: Core Serial Console Message Register */ -#define MT_CPU_CSR_UART_MSG_DATA_MASK WBGEN2_GEN_MASK(0, 8) -#define MT_CPU_CSR_UART_MSG_DATA_SHIFT 0 -#define MT_CPU_CSR_UART_MSG_DATA_W(value) WBGEN2_GEN_WRITE(value, 0, 8) -#define MT_CPU_CSR_UART_MSG_DATA_R(reg) WBGEN2_GEN_READ(reg, 0, 8) - -/* definitions for register: Core Serial Console Message Poll Register */ - -/* definitions for field: Serial console message data available in reg: Core Serial Console Message Poll Register */ -#define MT_CPU_CSR_UART_POLL_READY_MASK WBGEN2_GEN_MASK(0, 8) -#define MT_CPU_CSR_UART_POLL_READY_SHIFT 0 -#define MT_CPU_CSR_UART_POLL_READY_W(value) WBGEN2_GEN_WRITE(value, 0, 8) -#define MT_CPU_CSR_UART_POLL_READY_R(reg) WBGEN2_GEN_READ(reg, 0, 8) - -/* definitions for register: Core Serial Console Message Interrupt Mask Register */ - -/* definitions for field: Per-Core Serial console message Interrupt Enable in reg: Core Serial Console Message Interrupt Mask Register */ -#define MT_CPU_CSR_UART_IMSK_ENABLE_MASK WBGEN2_GEN_MASK(0, 8) -#define MT_CPU_CSR_UART_IMSK_ENABLE_SHIFT 0 -#define MT_CPU_CSR_UART_IMSK_ENABLE_W(value) WBGEN2_GEN_WRITE(value, 0, 8) -#define MT_CPU_CSR_UART_IMSK_ENABLE_R(reg) WBGEN2_GEN_READ(reg, 0, 8) - -/* definitions for register: Debug Interface Status Register */ - -/* definitions for register: Debug Interface Force Register */ - -/* definitions for register: Debug Interface Instruction Ready Register */ - -/* definitions for register: Debug Interface Core[0] Instruction Register */ - -/* definitions for register: Debug Interface Core[1] Instruction Register */ - -/* definitions for register: Debug Interface Core[0] Mailbox Data Register */ - -/* definitions for register: Debug Interface Core[1] Mailbox Data Register */ -/* [0x0]: REG Core Reset Register */ -#define MT_CPU_CSR_REG_RESET 0x00000000 -/* [0x4]: REG Core Notification Interrupt Register */ -#define MT_CPU_CSR_REG_INT 0x00000004 -/* [0x8]: REG Core 0-3 Notification Value Register */ -#define MT_CPU_CSR_REG_INT_VAL_LO 0x00000008 -/* [0xc]: REG Core 4-7 Notification Value Register */ -#define MT_CPU_CSR_REG_INT_VAL_HI 0x0000000c -/* [0x18]: REG SMEM Operation Select */ -#define MT_CPU_CSR_REG_SMEM_OP 0x00000018 -/* [0x1c]: REG HMQ Select Register */ -#define MT_CPU_CSR_REG_HMQ_SEL 0x0000001c -/* [0x40]: REG HMQ IN Status Core 0-3 Register */ -#define MT_CPU_CSR_REG_HMQI_STATUS_LO 0x00000040 -/* [0x48]: REG HMQ IN Status Core 4-7 Register */ -#define MT_CPU_CSR_REG_HMQI_STATUS_HI 0x00000048 -/* [0x60]: REG HMQ OUT Status Core 0-3 Register */ -#define MT_CPU_CSR_REG_HMQO_STATUS_LO 0x00000060 -/* [0x68]: REG HMQ OUT Status Core 4-7 Register */ -#define MT_CPU_CSR_REG_HMQO_STATUS_HI 0x00000068 -/* [0x80]: REG HMQ IN Interrupt Enable Core 0-3 Register */ -#define MT_CPU_CSR_REG_HMQI_INTEN_LO 0x00000080 -/* [0x88]: REG HMQ IN Interrupt Enable Core 4-7 Register */ -#define MT_CPU_CSR_REG_HMQI_INTEN_HI 0x00000088 -/* [0x90]: REG HMQ OUT Interrupt Enable Core 0-3 Register */ -#define MT_CPU_CSR_REG_HMQO_INTEN_LO 0x00000090 -/* [0x98]: REG HMQ OUT Interrupt Enable Core 4-7 Register */ -#define MT_CPU_CSR_REG_HMQO_INTEN_HI 0x00000098 -/* [0xc0]: REG Core Select Register */ -#define MT_CPU_CSR_REG_CORE_SEL 0x000000c0 -/* [0xc4]: REG Core Upload Address Register */ -#define MT_CPU_CSR_REG_UADDR 0x000000c4 -/* [0xc8]: REG Core Upload Data Register */ -#define MT_CPU_CSR_REG_UDATA 0x000000c8 -/* [0x100]: REG Core Serial Console Message Register */ -#define MT_CPU_CSR_REG_UART_MSG 0x00000100 -/* [0x104]: REG Core Serial Console Message Poll Register */ -#define MT_CPU_CSR_REG_UART_POLL 0x00000104 -/* [0x108]: REG Core Serial Console Message Interrupt Mask Register */ -#define MT_CPU_CSR_REG_UART_IMSK 0x00000108 -/* [0x180]: REG Debug Interface Status Register */ -#define MT_CPU_CSR_REG_DBG_STATUS 0x00000180 -/* [0x184]: REG Debug Interface Force Register */ -#define MT_CPU_CSR_REG_DBG_FORCE 0x00000184 -/* [0x188]: REG Debug Interface Instruction Ready Register */ -#define MT_CPU_CSR_REG_DBG_INSN_READY 0x00000188 -/* [0x18c]: REG Debug Interface Core[0] Instruction Register */ -#define MT_CPU_CSR_REG_DBG_CORE0_INSN 0x0000018c -/* [0x190]: REG Debug Interface Core[1] Instruction Register */ -#define MT_CPU_CSR_REG_DBG_CORE1_INSN 0x00000190 -/* [0x194]: REG Debug Interface Core[0] Mailbox Data Register */ -#define MT_CPU_CSR_REG_DBG_CORE0_MBX 0x00000194 -/* [0x198]: REG Debug Interface Core[1] Mailbox Data Register */ -#define MT_CPU_CSR_REG_DBG_CORE1_MBX 0x00000198 -#endif diff --git a/software/include/hw/mockturtle_cpu_lr.h b/software/include/hw/mockturtle_cpu_lr.h deleted file mode 100644 index a7ff331b..00000000 --- a/software/include/hw/mockturtle_cpu_lr.h +++ /dev/null @@ -1,123 +0,0 @@ -/* - Register definitions for slave core: Mock Turtle CPU Per-Core Local Registers - - * File : mockturtle_cpu_lr.h - * Author : auto-generated by wbgen2 from ../../../hdl/rtl//cpu/mt_cpu_lr.wb - * Created : Mon Jul 16 14:52:30 2018 - * Standard : ANSI C - - THIS FILE WAS GENERATED BY wbgen2 FROM SOURCE FILE ../../../hdl/rtl//cpu/mt_cpu_lr.wb - DO NOT HAND-EDIT UNLESS IT'S ABSOLUTELY NECESSARY! - -*/ - -#ifndef __WBGEN2_REGDEFS___MT_CPU_LR_WB -#define __WBGEN2_REGDEFS___MT_CPU_LR_WB - -#include <inttypes.h> - -#if defined( __GNUC__) -#define PACKED __attribute__ ((packed)) -#else -#error "Unsupported compiler?" -#endif - -#ifndef __WBGEN2_MACROS_DEFINED__ -#define __WBGEN2_MACROS_DEFINED__ -#define WBGEN2_GEN_MASK(offset, size) (((1<<(size))-1) << (offset)) -#define WBGEN2_GEN_WRITE(value, offset, size) (((value) & ((1<<(size))-1)) << (offset)) -#define WBGEN2_GEN_READ(reg, offset, size) (((reg) >> (offset)) & ((1<<(size))-1)) -#define WBGEN2_SIGN_EXTEND(value, bits) (((value) & (1<<bits) ? ~((1<<(bits))-1): 0 ) | (value)) -#endif - - -/* definitions for register: Status Register */ - -/* definitions for field: ID (number) of the CPU core owning this register. in reg: Status Register */ -#define MT_CPU_LR_STAT_CORE_ID_MASK WBGEN2_GEN_MASK(0, 4) -#define MT_CPU_LR_STAT_CORE_ID_SHIFT 0 -#define MT_CPU_LR_STAT_CORE_ID_W(value) WBGEN2_GEN_WRITE(value, 0, 4) -#define MT_CPU_LR_STAT_CORE_ID_R(reg) WBGEN2_GEN_READ(reg, 0, 4) - -/* definitions for register: Notification Interrupt Register */ - -/* definitions for register: Serial Console Output */ - -/* definitions for register: HMQ Status Register */ - -/* definitions for field: HMQ IN Slot Status in reg: HMQ Status Register */ -#define MT_CPU_LR_HMQ_STAT_IN_MASK WBGEN2_GEN_MASK(0, 8) -#define MT_CPU_LR_HMQ_STAT_IN_SHIFT 0 -#define MT_CPU_LR_HMQ_STAT_IN_W(value) WBGEN2_GEN_WRITE(value, 0, 8) -#define MT_CPU_LR_HMQ_STAT_IN_R(reg) WBGEN2_GEN_READ(reg, 0, 8) - -/* definitions for field: HMQ OUT Slot Status in reg: HMQ Status Register */ -#define MT_CPU_LR_HMQ_STAT_OUT_MASK WBGEN2_GEN_MASK(16, 8) -#define MT_CPU_LR_HMQ_STAT_OUT_SHIFT 16 -#define MT_CPU_LR_HMQ_STAT_OUT_W(value) WBGEN2_GEN_WRITE(value, 16, 8) -#define MT_CPU_LR_HMQ_STAT_OUT_R(reg) WBGEN2_GEN_READ(reg, 16, 8) - -/* definitions for register: RMQ Status Register */ - -/* definitions for field: RMQ IN Slot Status in reg: RMQ Status Register */ -#define MT_CPU_LR_RMQ_STAT_IN_MASK WBGEN2_GEN_MASK(0, 8) -#define MT_CPU_LR_RMQ_STAT_IN_SHIFT 0 -#define MT_CPU_LR_RMQ_STAT_IN_W(value) WBGEN2_GEN_WRITE(value, 0, 8) -#define MT_CPU_LR_RMQ_STAT_IN_R(reg) WBGEN2_GEN_READ(reg, 0, 8) - -/* definitions for field: RMQ OUT Slot Status in reg: RMQ Status Register */ -#define MT_CPU_LR_RMQ_STAT_OUT_MASK WBGEN2_GEN_MASK(16, 8) -#define MT_CPU_LR_RMQ_STAT_OUT_SHIFT 16 -#define MT_CPU_LR_RMQ_STAT_OUT_W(value) WBGEN2_GEN_WRITE(value, 16, 8) -#define MT_CPU_LR_RMQ_STAT_OUT_R(reg) WBGEN2_GEN_READ(reg, 16, 8) - -/* definitions for register: White Rabbit Status Register */ - -/* definitions for field: WR Link Up in reg: White Rabbit Status Register */ -#define MT_CPU_LR_WR_STAT_LINK_OK WBGEN2_GEN_MASK(0, 1) - -/* definitions for field: WR Time OK in reg: White Rabbit Status Register */ -#define MT_CPU_LR_WR_STAT_TIME_OK WBGEN2_GEN_MASK(1, 1) - -/* definitions for field: WR Aux Clock OK in reg: White Rabbit Status Register */ -#define MT_CPU_LR_WR_STAT_AUX_CLOCK_OK_MASK WBGEN2_GEN_MASK(8, 8) -#define MT_CPU_LR_WR_STAT_AUX_CLOCK_OK_SHIFT 8 -#define MT_CPU_LR_WR_STAT_AUX_CLOCK_OK_W(value) WBGEN2_GEN_WRITE(value, 8, 8) -#define MT_CPU_LR_WR_STAT_AUX_CLOCK_OK_R(reg) WBGEN2_GEN_READ(reg, 8, 8) - -/* definitions for register: TAI Cycles */ - -/* definitions for register: TAI Seconds */ - -/* definitions for register: Delay Counter Register */ - -/* definitions for register: GPIO Input */ - -/* definitions for register: GPIO Set */ - -/* definitions for register: GPIO Clear */ -/* [0x0]: REG Status Register */ -#define MT_CPU_LR_REG_STAT 0x00000000 -/* [0x4]: REG Notification Interrupt Register */ -#define MT_CPU_LR_REG_NTF_INT 0x00000004 -/* [0x8]: REG Serial Console Output */ -#define MT_CPU_LR_REG_UART_CHR 0x00000008 -/* [0x40]: REG HMQ Status Register */ -#define MT_CPU_LR_REG_HMQ_STAT 0x00000040 -/* [0x44]: REG RMQ Status Register */ -#define MT_CPU_LR_REG_RMQ_STAT 0x00000044 -/* [0x80]: REG White Rabbit Status Register */ -#define MT_CPU_LR_REG_WR_STAT 0x00000080 -/* [0x84]: REG TAI Cycles */ -#define MT_CPU_LR_REG_TAI_CYCLES 0x00000084 -/* [0x88]: REG TAI Seconds */ -#define MT_CPU_LR_REG_TAI_SEC 0x00000088 -/* [0x8c]: REG Delay Counter Register */ -#define MT_CPU_LR_REG_DELAY_CNT 0x0000008c -/* [0xc0]: REG GPIO Input */ -#define MT_CPU_LR_REG_GPIO_IN 0x000000c0 -/* [0xc4]: REG GPIO Set */ -#define MT_CPU_LR_REG_GPIO_SET 0x000000c4 -/* [0xc8]: REG GPIO Clear */ -#define MT_CPU_LR_REG_GPIO_CLEAR 0x000000c8 -#endif -- GitLab From 0b35b26ea2785c3486b7d25e08d4a32c898b977d Mon Sep 17 00:00:00 2001 From: Federico Vaga <federico.vaga@cern.ch> Date: Fri, 11 Nov 2022 15:30:37 +0100 Subject: [PATCH 7/7] update CC-BY-SA to 4.0+ Signed-off-by: Federico Vaga <federico.vaga@cern.ch> --- .reuse/dep5 | 2 +- CHANGELOG.rst | 2 +- README.rst | 2 +- doc/architecture.rst | 2 +- doc/demos/alarm-clock.rst | 2 +- doc/demos/data-generator.rst | 2 +- doc/demos/fmc-spec-carrier.rst | 2 +- doc/demos/fmc-svec-carrier.rst | 2 +- doc/demos/hello-world.rst | 2 +- doc/demos/index.rst | 2 +- doc/glossary.rst | 2 +- doc/hdl/index.rst | 2 +- doc/index.rst | 2 +- doc/introduction.rst | 2 +- doc/registers/index.rst | 2 +- doc/registers/wbgen_csr.rst | 2 +- doc/registers/wbgen_lr.rst | 2 +- doc/software/firmware-framework.rst | 2 +- doc/software/firmware-library.rst | 2 +- doc/software/index-fw.rst | 2 +- doc/software/index-lnx.rst | 2 +- doc/software/index.rst | 2 +- doc/software/linux-driver.rst | 2 +- doc/software/linux-library.rst | 2 +- doc/software/linux-python.rst | 2 +- doc/software/protocol.rst | 2 +- doc/tools/index.rst | 2 +- doc/tools/lsmockturtle.rst | 2 +- doc/tools/mockturtle-buffer.rst | 2 +- doc/tools/mockturtle-cpu-restart.rst | 2 +- doc/tools/mockturtle-debug.rst | 2 +- doc/tools/mockturtle-firmware-loader.rst | 2 +- doc/tools/mockturtle-gdbserver.rst | 2 +- doc/tools/mockturtle-messages.rst | 2 +- doc/tools/mockturtle-ping.rst | 2 +- doc/tools/mockturtle-project-creator.rst | 2 +- doc/tools/mockturtle-smem.rst | 2 +- doc/tools/mockturtle-variable.rst | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) diff --git a/.reuse/dep5 b/.reuse/dep5 index a6c68e22..d2fa2c6d 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -5,7 +5,7 @@ Source: https://www.ohwr.org/project/mock-turtle Files: doc/conf.py doc/*.rst doc/*.svg doc/*.cdr doc/*.txt doc/*.tex doc/*.eps Copyright:2019 CERN (home.cern) -License: CC-BY-SA-4.0 +License: CC-BY-SA-4.0+ Files: software/firmware/Makefile.kconfig software/firmware/scripts/* software/firmware/scripts/*.c software/firmware/scripts/*.h software/firmware/scripts/*.sh Copyright: Linux diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 42229eb0..ed78b848 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC-BY-SA-4.0 + SPDX-License-Identifier: CC-BY-SA-4.0+ SPDX-FileCopyrightText: 2019 CERN diff --git a/README.rst b/README.rst index 0e6d3737..c8c49405 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC-BY-SA-4.0 + SPDX-License-Identifier: CC-BY-SA-4.0+ SPDX-FileCopyrightText: 2019 CERN diff --git a/doc/architecture.rst b/doc/architecture.rst index 6a1e1d6b..d66d0510 100644 --- a/doc/architecture.rst +++ b/doc/architecture.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC-BY-SA-4.0 + SPDX-License-Identifier: CC-BY-SA-4.0+ SPDX-FileCopyrightText: 2019 CERN .. _arch: diff --git a/doc/demos/alarm-clock.rst b/doc/demos/alarm-clock.rst index 1bca36b9..533cd3a9 100644 --- a/doc/demos/alarm-clock.rst +++ b/doc/demos/alarm-clock.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC-BY-SA-4.0 + SPDX-License-Identifier: CC-BY-SA-4.0+ SPDX-FileCopyrightText: 2019 CERN ========================== diff --git a/doc/demos/data-generator.rst b/doc/demos/data-generator.rst index fce91ecc..d4f76553 100644 --- a/doc/demos/data-generator.rst +++ b/doc/demos/data-generator.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC-BY-SA-4.0 + SPDX-License-Identifier: CC-BY-SA-4.0+ SPDX-FileCopyrightText: 2019 CERN ============================== diff --git a/doc/demos/fmc-spec-carrier.rst b/doc/demos/fmc-spec-carrier.rst index 72fdcc53..3d65d20d 100644 --- a/doc/demos/fmc-spec-carrier.rst +++ b/doc/demos/fmc-spec-carrier.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC-BY-SA-4.0 + SPDX-License-Identifier: CC-BY-SA-4.0+ SPDX-FileCopyrightText: 2019 CERN .. _`demo:spec`: diff --git a/doc/demos/fmc-svec-carrier.rst b/doc/demos/fmc-svec-carrier.rst index c8be2bd4..5a52df9d 100644 --- a/doc/demos/fmc-svec-carrier.rst +++ b/doc/demos/fmc-svec-carrier.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC-BY-SA-4.0 + SPDX-License-Identifier: CC-BY-SA-4.0+ SPDX-FileCopyrightText: 2019 CERN .. _`demo:svec`: diff --git a/doc/demos/hello-world.rst b/doc/demos/hello-world.rst index 3af71093..9fbcb515 100644 --- a/doc/demos/hello-world.rst +++ b/doc/demos/hello-world.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC-BY-SA-4.0 + SPDX-License-Identifier: CC-BY-SA-4.0+ SPDX-FileCopyrightText: 2019 CERN ========================== diff --git a/doc/demos/index.rst b/doc/demos/index.rst index 9832bdf2..6b69445c 100644 --- a/doc/demos/index.rst +++ b/doc/demos/index.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC-BY-SA-4.0 + SPDX-License-Identifier: CC-BY-SA-4.0+ SPDX-FileCopyrightText: 2019 CERN .. _`demo`: diff --git a/doc/glossary.rst b/doc/glossary.rst index 81f31c12..a8bf6f3b 100644 --- a/doc/glossary.rst +++ b/doc/glossary.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC-BY-SA-4.0 + SPDX-License-Identifier: CC-BY-SA-4.0+ SPDX-FileCopyrightText: 2019 CERN ======== diff --git a/doc/hdl/index.rst b/doc/hdl/index.rst index f0bea505..50ffd2d0 100644 --- a/doc/hdl/index.rst +++ b/doc/hdl/index.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC-BY-SA-4.0 + SPDX-License-Identifier: CC-BY-SA-4.0+ SPDX-FileCopyrightText: 2019 CERN =============== diff --git a/doc/index.rst b/doc/index.rst index 31ae05ae..05c88501 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC-BY-SA-4.0 + SPDX-License-Identifier: CC-BY-SA-4.0+ SPDX-FileCopyrightText: 2019 CERN .. Mock Turtle documentation master file, created by diff --git a/doc/introduction.rst b/doc/introduction.rst index 9f9144be..d00377bb 100644 --- a/doc/introduction.rst +++ b/doc/introduction.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC-BY-SA-4.0 + SPDX-License-Identifier: CC-BY-SA-4.0+ SPDX-FileCopyrightText: 2019 CERN .. _introduction:description: diff --git a/doc/registers/index.rst b/doc/registers/index.rst index e1ebdceb..d1004d73 100644 --- a/doc/registers/index.rst +++ b/doc/registers/index.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC-BY-SA-4.0 + SPDX-License-Identifier: CC-BY-SA-4.0+ SPDX-FileCopyrightText: 2019 CERN .. highlight:: none diff --git a/doc/registers/wbgen_csr.rst b/doc/registers/wbgen_csr.rst index fccda35d..9a616505 100644 --- a/doc/registers/wbgen_csr.rst +++ b/doc/registers/wbgen_csr.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC-BY-SA-4.0 + SPDX-License-Identifier: CC-BY-SA-4.0+ SPDX-FileCopyrightText: 2019 CERN :orphan: diff --git a/doc/registers/wbgen_lr.rst b/doc/registers/wbgen_lr.rst index dce5350a..f4b7a780 100644 --- a/doc/registers/wbgen_lr.rst +++ b/doc/registers/wbgen_lr.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC-BY-SA-4.0 + SPDX-License-Identifier: CC-BY-SA-4.0+ SPDX-FileCopyrightText: 2019 CERN :orphan: diff --git a/doc/software/firmware-framework.rst b/doc/software/firmware-framework.rst index 6b8a4e22..8c1a2d50 100644 --- a/doc/software/firmware-framework.rst +++ b/doc/software/firmware-framework.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC-BY-SA-4.0 + SPDX-License-Identifier: CC-BY-SA-4.0+ SPDX-FileCopyrightText: 2019 CERN .. highlight:: c diff --git a/doc/software/firmware-library.rst b/doc/software/firmware-library.rst index 9cdc39dc..f53f3f9b 100644 --- a/doc/software/firmware-library.rst +++ b/doc/software/firmware-library.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC-BY-SA-4.0 + SPDX-License-Identifier: CC-BY-SA-4.0+ SPDX-FileCopyrightText: 2019 CERN .. highlight:: c diff --git a/doc/software/index-fw.rst b/doc/software/index-fw.rst index 7ba2fdc6..d085435d 100644 --- a/doc/software/index-fw.rst +++ b/doc/software/index-fw.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC-BY-SA-4.0 + SPDX-License-Identifier: CC-BY-SA-4.0+ SPDX-FileCopyrightText: 2019 CERN .. _`sw:fw`: diff --git a/doc/software/index-lnx.rst b/doc/software/index-lnx.rst index b1255d97..20f05867 100644 --- a/doc/software/index-lnx.rst +++ b/doc/software/index-lnx.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC-BY-SA-4.0 + SPDX-License-Identifier: CC-BY-SA-4.0+ SPDX-FileCopyrightText: 2019 CERN .. _`sw:lnx`: diff --git a/doc/software/index.rst b/doc/software/index.rst index 5d4f04b1..8bf0ada6 100644 --- a/doc/software/index.rst +++ b/doc/software/index.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC-BY-SA-4.0 + SPDX-License-Identifier: CC-BY-SA-4.0+ SPDX-FileCopyrightText: 2019 CERN .. highlight:: none diff --git a/doc/software/linux-driver.rst b/doc/software/linux-driver.rst index cef47a92..f1cc0d55 100644 --- a/doc/software/linux-driver.rst +++ b/doc/software/linux-driver.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC-BY-SA-4.0 + SPDX-License-Identifier: CC-BY-SA-4.0+ SPDX-FileCopyrightText: 2019 CERN .. highlight:: none diff --git a/doc/software/linux-library.rst b/doc/software/linux-library.rst index c6615c36..410dada4 100644 --- a/doc/software/linux-library.rst +++ b/doc/software/linux-library.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC-BY-SA-4.0 + SPDX-License-Identifier: CC-BY-SA-4.0+ SPDX-FileCopyrightText: 2019 CERN .. highlight:: none diff --git a/doc/software/linux-python.rst b/doc/software/linux-python.rst index 7911a7e6..4f8ba422 100644 --- a/doc/software/linux-python.rst +++ b/doc/software/linux-python.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC-BY-SA-4.0 + SPDX-License-Identifier: CC-BY-SA-4.0+ SPDX-FileCopyrightText: 2019 CERN .. _`sw:lnx:python`: diff --git a/doc/software/protocol.rst b/doc/software/protocol.rst index c0256e29..dde4ac58 100644 --- a/doc/software/protocol.rst +++ b/doc/software/protocol.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC-BY-SA-4.0 + SPDX-License-Identifier: CC-BY-SA-4.0+ SPDX-FileCopyrightText: 2019 CERN diff --git a/doc/tools/index.rst b/doc/tools/index.rst index f9f2baa3..af944303 100644 --- a/doc/tools/index.rst +++ b/doc/tools/index.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC-BY-SA-4.0 + SPDX-License-Identifier: CC-BY-SA-4.0+ SPDX-FileCopyrightText: 2019 CERN .. _tools: diff --git a/doc/tools/lsmockturtle.rst b/doc/tools/lsmockturtle.rst index ca228194..c18ba552 100644 --- a/doc/tools/lsmockturtle.rst +++ b/doc/tools/lsmockturtle.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC-BY-SA-4.0 + SPDX-License-Identifier: CC-BY-SA-4.0+ SPDX-FileCopyrightText: 2019 CERN .. _tools:lsmockturtle: diff --git a/doc/tools/mockturtle-buffer.rst b/doc/tools/mockturtle-buffer.rst index d89e690d..66ca7c9e 100644 --- a/doc/tools/mockturtle-buffer.rst +++ b/doc/tools/mockturtle-buffer.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC-BY-SA-4.0 + SPDX-License-Identifier: CC-BY-SA-4.0+ SPDX-FileCopyrightText: 2019 CERN .. _`tools:mockturtle-buffer`: diff --git a/doc/tools/mockturtle-cpu-restart.rst b/doc/tools/mockturtle-cpu-restart.rst index 7b57df88..7df52db1 100644 --- a/doc/tools/mockturtle-cpu-restart.rst +++ b/doc/tools/mockturtle-cpu-restart.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC-BY-SA-4.0 + SPDX-License-Identifier: CC-BY-SA-4.0+ SPDX-FileCopyrightText: 2019 CERN .. _`tools:mockturtle-cpu-restart`: diff --git a/doc/tools/mockturtle-debug.rst b/doc/tools/mockturtle-debug.rst index 0c3b41d4..5d39108c 100644 --- a/doc/tools/mockturtle-debug.rst +++ b/doc/tools/mockturtle-debug.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC-BY-SA-4.0 + SPDX-License-Identifier: CC-BY-SA-4.0+ SPDX-FileCopyrightText: 2019 CERN .. highlight:: none diff --git a/doc/tools/mockturtle-firmware-loader.rst b/doc/tools/mockturtle-firmware-loader.rst index 10ac82ec..940f4735 100644 --- a/doc/tools/mockturtle-firmware-loader.rst +++ b/doc/tools/mockturtle-firmware-loader.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC-BY-SA-4.0 + SPDX-License-Identifier: CC-BY-SA-4.0+ SPDX-FileCopyrightText: 2019 CERN .. _`tools:mockturtle-firmware-loader`: diff --git a/doc/tools/mockturtle-gdbserver.rst b/doc/tools/mockturtle-gdbserver.rst index 0b99463e..b54706b5 100644 --- a/doc/tools/mockturtle-gdbserver.rst +++ b/doc/tools/mockturtle-gdbserver.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC-BY-SA-4.0 + SPDX-License-Identifier: CC-BY-SA-4.0+ SPDX-FileCopyrightText: 2019 CERN .. _tools:mockturtle-gdbserver: diff --git a/doc/tools/mockturtle-messages.rst b/doc/tools/mockturtle-messages.rst index c79795bb..649aa87f 100644 --- a/doc/tools/mockturtle-messages.rst +++ b/doc/tools/mockturtle-messages.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC-BY-SA-4.0 + SPDX-License-Identifier: CC-BY-SA-4.0+ SPDX-FileCopyrightText: 2019 CERN .. _`tools:mockturtle-messages`: diff --git a/doc/tools/mockturtle-ping.rst b/doc/tools/mockturtle-ping.rst index 2252bd6b..5b223748 100644 --- a/doc/tools/mockturtle-ping.rst +++ b/doc/tools/mockturtle-ping.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC-BY-SA-4.0 + SPDX-License-Identifier: CC-BY-SA-4.0+ SPDX-FileCopyrightText: 2019 CERN .. _tools:mockturtle-ping: diff --git a/doc/tools/mockturtle-project-creator.rst b/doc/tools/mockturtle-project-creator.rst index ef20c4d7..6ad73dbd 100644 --- a/doc/tools/mockturtle-project-creator.rst +++ b/doc/tools/mockturtle-project-creator.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC-BY-SA-4.0 + SPDX-License-Identifier: CC-BY-SA-4.0+ SPDX-FileCopyrightText: 2019 CERN .. _`tools:mockturtle-project-creator`: diff --git a/doc/tools/mockturtle-smem.rst b/doc/tools/mockturtle-smem.rst index 73a1e258..7d3247e2 100644 --- a/doc/tools/mockturtle-smem.rst +++ b/doc/tools/mockturtle-smem.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC-BY-SA-4.0 + SPDX-License-Identifier: CC-BY-SA-4.0+ SPDX-FileCopyrightText: 2019 CERN .. _tools:mockturtle-smem: diff --git a/doc/tools/mockturtle-variable.rst b/doc/tools/mockturtle-variable.rst index 0dfb4dec..4e3ff93b 100644 --- a/doc/tools/mockturtle-variable.rst +++ b/doc/tools/mockturtle-variable.rst @@ -1,5 +1,5 @@ .. - SPDX-License-Identifier: CC-BY-SA-4.0 + SPDX-License-Identifier: CC-BY-SA-4.0+ SPDX-FileCopyrightText: 2019 CERN .. _`tools:mockturtle-variable`: -- GitLab